body,
html {
  width: 100%;
  -webkit-font-smoothing: antialiased
}

body {
  font-family: 'Museo Sans', sans-serif;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-style: normal;
  color: #272727;
  margin: 0
}

* {
  box-sizing: border-box;
  opacity: 1;
  outline: 0 !important
}

::-moz-selection {
  background: rgba(0, 51, 160, .192)
}

::selection {
  background: rgba(0, 51, 160, .192)
}

.loader,
.loader:after,
.loader:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out
}

.loader {
  color: #adcff7;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

.loader:after,
.loader:before {
  content: '';
  position: absolute;
  top: 0
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.loader:after {
  left: 3.5em
}

@-webkit-keyframes load7 {

  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    box-shadow: 0 2.5em 0 0
  }
}

@keyframes load7 {

  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    box-shadow: 0 2.5em 0 0
  }
}

:root {
  --navigation: 77px;
  --leftpaddingq: 60px;
  --qwidth: 20px;
  --qmarginright: 30px;
  --sectionpb: 70px
}

a {
  text-decoration: none;
  outline: 0;
  color: #272727;
  opacity: 1;
  will-change: transform;
  -webkit-transition: .3s;
  transition: .3s
}

a:hover {
  text-decoration: none
}

a:active {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}

img {
  max-width: 100%
}

ul {
  padding: 0;
  margin: 0
}

li {
  list-style-type: none
}

input[type=email],
input[type=password],
input[type=search],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: #f5f5f5
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5
}

body::-webkit-scrollbar-thumb {
  background-color: #828282;
}

input,
select {
  padding: 8px 0;
  color: #1f1f1f;
  background: 0 0;
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #bbb;
  transition: all .3s cubic-bezier(.19, 1, .22, 1);
  -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: all .3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all .3s cubic-bezier(.19, 1, .22, 1);
  -ms-transition: all .3s cubic-bezier(.19, 1, .22, 1);
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  font-size: 16px
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected {
  background: #fff !important
}

input:hover {
  border-bottom: 1px solid #5899d6
}

input:focus+.rememberpass {
  color: #5899d6
}

input:focus {
  box-shadow: none;
  border-bottom: 1px solid #5899d6
}

input.error {
  border-bottom: 1px solid #eb636d
}

label.error {
  display: block;
  white-space: nowrap;
  top: 100%;
  text-align: left;
  font-weight: 500;
  color: #eb636d;
  font-size: 12px;
  margin-bottom: -10px;
  margin-top: 10px;
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
  -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
  -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

button {
  border: none;
  background-color: transparent;
}

.country-short label.error,
.phone-large label.error {
  white-space: unset;
  position: absolute
}

.header__grid {
  position: relative;
  width: 95.82%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.grid {
  position: relative;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}


.card {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .14);
  border-radius: 12px
}

.footer {
  overflow: hidden
}

.noscroll {
  overflow: hidden
}

.header__grid {
  width: 95.82%;
  margin-left: auto;
  margin-right: auto
}

.nav__inner {
  background-color: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.nav__inner.shadow {
  box-shadow: 0 4px 30px #5c656b0d
}

.navigation {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: var(--navigation);
  height: -webkit-var(--navigation)
}

.navigation__item {
  position: relative;
  cursor: pointer;
  width: 30%
}

.callback-box {
  -webkit-box-pack: end;
  justify-content: flex-end
}

.header__logo {
  -webkit-transition: .3s;
  transition: .3s;
  display: block
}

.header__logo:hover {
  -webkit-transform: scale(.98);
  transform: scale(.98);
  opacity: .7
}

.nav-item_menu {
  width: 50%
}

.list_selection {
  position: relative
}

.navigation__list {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.list__item {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #272727;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  will-change: transform
}

.list__item:not(.list_selection):active {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}

.list__item::before {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #231f20;
  position: absolute;
  left: 0;
  bottom: -30%;
  -webkit-transition: .3s;
  transition: .3s
}

.list__item:hover::before {
  width: 100%
}

.list__item.active::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #231f20;
  position: absolute;
  left: 0;
  bottom: -30%
}

.list_selection {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.list_selection::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
  right: -30%;
  left: unset;
  bottom: 6px;
  -webkit-transition: .3s;
  transition: .3s
}

.list_selection:hover::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  bottom: 4px
}

.list__item_selection {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  top: 210%;
  left: -30px;
  width: 360px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
  border-radius: 12px;
  -webkit-transition: .3s;
  transition: .3s
}

.list_selection:hover .list__item_selection {
  opacity: 1;
  visibility: visible
}

.selection__item {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 14px;
  border-bottom: 1px solid #efefef;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  font-size: 16px;
  color: #231f20;
  opacity: .6;
  border-radius: 0;
  text-transform: initial;
  -webkit-transition: .3s;
  transition: .3s
}

.selection__item:hover {
  color: #1061D8
}

.selection__item:first-child {
  padding-top: 0
}

.selection__item:last-child {
  padding-bottom: 0;
  border-bottom: none
}

.button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.button img {
  margin-right: 10px
}

.callback-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.callback__link {
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 22px;
  padding-right: 22px;
  border: 2px solid rgba(196, 196, 196, .22);
  border-radius: 56px;
  margin-right: 15px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative
}

.callback__link img {
  -webkit-transition: .3s;
  transition: .3s;
  will-change: transform;
  -webkit-animation: phone 1s infinite ease;
  animation: phone 1s infinite ease;
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

.callback__link:hover {
  border: 2px solid rgba(71, 71, 71, .247)
}

.callback__link:hover img {
  -webkit-animation-play-state: running;
  animation-play-state: running
}

@-webkit-keyframes phone {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  70% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes phone {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  70% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.orange__link {
  background: #FE9023;
  border-radius: 67px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 11px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  transition: .3s;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 60px;
  padding: 0 48px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px
}

.orange__link::before {
  content: '';
  background: #FE9023;
  border-radius: 67px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
  transform: scale(1);
}

.orange__link:hover::before {
  transform: scale(1.1);
}

.orange__link:hover .link_img::before {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.orange__link span {
  z-index: 1
}

.link_img {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

.link_img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s
}

.blue__link {
  background: #1061D8;
  box-shadow: none;
  border-radius: 6777px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 11px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  transition: .3s;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 350px;
  border: none;
  height: 60px
}

.blue__link::before {
  content: '';
  background: #1061D8;
  border-radius: 67px;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: .3s;
  transition: .3s;
  transform: scale(1);
}

.blue__link:hover::before {
  transform: scale(1.1);
}

.blue__link span {
  z-index: 1
}

.blue__link:hover .link_img::before {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.singin__link {
  background: #FE9023;
  border-radius: 67px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 31px;
  padding-right: 31px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  transition: .3s;
  text-transform: uppercase
}

.singin__link span {
  z-index: 1
}

.singin__link::before {
  content: '';
  background: #FE9023;
  border-radius: 67px;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.singin__link:hover::before {
  opacity: 1
}

.singin__link img {
  -webkit-transition: .3s;
  transition: .3s;
  will-change: transform;
  -webkit-animation: singin 1s infinite ease;
  animation: singin 1s infinite ease;
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

.singin__link:hover img {
  -webkit-animation-play-state: running;
  animation-play-state: running
}

@-webkit-keyframes singin {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  50% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }

  70% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes singin {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  50% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }

  70% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.mobile-head__box {
  display: none
}

.mobile-menu {
  display: -webkit-box;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid rgba(196, 196, 196, .22)
}

.mobile-menu__active {
  -webkit-box-pack: center;
  justify-content: center;
  position: relative
}

.mobile-menu__active .mobile-menu__item:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin: 0;
}

.mobile-menu__active .mobile-menu__item:nth-child(2) {
  width: 0;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.mobile-menu__active .mobile-menu__item:last-child {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
}

.mobile-menu__item {
  width: 17px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #272727;
  will-change: transform;
  -webkit-transition: .3s;
  transition: .3s
}

.mobile-menu__item:last-child {
  margin-bottom: 0
}

.mobile-box {
  display: none
}

.list__item:last-child {
  display: none
}

.mobile_grid {
  display: inherit;
  width: inherit;
  -webkit-box-pack: inherit;
  justify-content: inherit
}

.mb-logo {
  display: none
}

.main__inner {
  position: relative;
  z-index: 2
}


.nav-modules {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.nav-modules__item {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  background: #FFF;
  border-radius: 12px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  background: #EFEFEF;
  padding: 48px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.nav-module-parts {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
}

.nav-module__part {
  width: 50%;
}

.nav-modules__item.show {
  transform: translateY(0%);
  top: 77px;
}

.header__grid {
  background: #FFF;
  width: 100%;
  padding: 0 2.9%;
}

.nav-module__link {
  display: block;
  padding: 12px 0;
  color: rgba(35, 31, 32, 0.6);
}

.nav-module__link:hover {
  opacity: 0.6;
}

.nav-module__part:nth-child(1) {
  padding-right: 48px;
  border-right: 1px solid #e0e0e0;
}

.nav-module__part:nth-child(2) {
  padding-left: 48px;
}

.list__item_selection {
  display: none;
}



.header__grid.cookie {
  z-index: 10
}

.cookie.hide {
  display: none
}

.card.cookie {
  padding: 31px 20px 31px 35px;
  position: fixed;
  bottom: 20px;
  width: 403.53px
}

.cookie_image {
  position: absolute;
  top: 13px;
  left: 13px;
}


.cookie-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #272727;
  opacity: .9;
  margin-bottom: 30px;
  margin-top: 0;
}

.cookie .pp__close {
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  z-index: 5
}

.cookie__close {
  cursor: pointer
}

.cookie__close .close__lane {
  width: 22px
}

.cookie .orange__link {
  height: 42px;
  padding-top: 9px;
  padding-bottom: 10px;
  max-width: 248px;
  font-size: 13px
}

.cookie-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #272727;
  opacity: .9;
  /* margin-bottom: 30px; */
  padding-left: 90px;
  padding-right: 30px;
}

.cookie-text a {
  color: #1061D8;
  border-bottom: 1px solid;
}


.orange {
  color: #FE9023
}




.input-box {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px
}

input[name=code],
input[type=password] {
  padding-right: 30%
}

.text-align-center {
  text-align: center
}

.submit__link {
  margin: 40px auto;
  margin-bottom: 20px
}

.pp__content_footer {
  background-color: #f9f8f6;
  text-align: center
}

.callback-tittle {
  margin-bottom: 30px
}

.description-text {
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #bbb
}

.underbutton-text {
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  font-size: 16px;
  text-align: center;
  color: #bbb
}

.pp__content_singin .pp__content_head {
  padding: 35px 95px
}

.short-link {
  width: 207px
}

.pp__content_singin {
  width: 1086px
}

.pp__content_singin .pp__content_head {
  padding: 0
}

.pp__twosides {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.pp__conten_left,
.pp__conten_right {
  width: 50%
}

.pp__conten_left {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 44px 80px
}

.pp__conten_right {
  background-image: url(../img/pp__bg_blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 1px
}

.white-lane {
  background-color: #fff
}

.singin_tittle {
  margin-bottom: 10px
}

.white__link {
  background: unset;
  background-color: #fff;
  color: #383838;
  width: 257.11px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px
}

.white__link:hover {
  background-color: #ffffff83
}

.white__link::before {
  background: unset
}

.postreg_text {
  font-family: 'Museo Sans';
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  font-size: 22px;
  text-align: center;
  text-align: center
}

.singin_form {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px dashed #efefef
}

.postform_text {
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  opacity: .9;
  margin-bottom: 15px;
  margin-top: 20px
}

.fastlogin-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap
}

.fastlogin-box_Item {
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 10px
}

.fastlogin-box_Item:hover {
  opacity: .7
}

.fastlogin-box_Item.hide {
  display: none
}

.input-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.input-box_img {
  position: absolute;
  left: 10px;
  top: 36%
}

.img-input input,
.img-input select {
  padding-left: 50px
}

.img-input {
  margin-bottom: 15px
}

.rememberpass {
  border: none;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  font-size: 12px;
  color: #c4c4c4;
  top: 35%;
  position: absolute;
  right: 0;
  background-color: transparent
}

.registration-box {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

.underline {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s
}

.underline:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent
}

.captcha-block {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  top: 30%
}

.captcha-image {
  position: relative;
  top: unset;
  right: unset;
  margin-right: 10px
}

.short-text {
  width: 80%
}

.registration_form {
  width: 100%
}

.form-box {
  padding-top: 30px;
  border-bottom: 1px dashed #efefef;
  padding-bottom: 30px
}

.form-box:last-of-type {
  border-bottom: none;
  padding-bottom: 0
}

.horizontal-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center
}

.pp__content_family_education,
.pp__content_politik,
.pp__content_registration {
  top: 60px
}

.select-input:focus~.select-list {
  opacity: 1;
  visibility: visible
}

.select-list {
  position: absolute;
  z-index: 9999;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: auto;
  background-color: #fff;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 130px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
  width: 250%
}

.select-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: #fff
}

.select-list::-webkit-scrollbar {
  width: 6px;
  background-color: #fff
}

.select-list::-webkit-scrollbar-thumb {
  background-color: #a5d1fa;
  border-radius: 5px
}

.select-list ul {
  position: relative
}

.select-list_item {
  display: -webkit-box;
  display: flex;
  text-align: left;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  margin-bottom: 5px
}

.select-list_item:hover {
  color: #a5d1fa
}

.select-list_item div:first-child {
  margin-right: 10px;
  min-width: 45px
}

.phone-large {
  width: 75%
}

.country-short {
  width: 22%
}

.pp__content_video {
  height: 50%;
  overflow: visible
}

.pp__content_close {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 30px;
  height: 30px;
  background-image: url(../img/pp_close_video.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s
}

.pp__content_close:hover {
  opacity: .7
}

.pp__content_video .pp__content_head {
  padding: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 20px
}

.pp__content_enrollment,
.pp__content_family_education,
.pp__content_requirements {
  width: 800px
}

.pp__content_enrollment .pp_tittle_text,
.pp__content_family_education .pp_tittle_text,
.pp__content_requirements .pp_tittle_text {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  margin-bottom: 50px
}

.pp__content_enrollment .pp__content_head,
.pp__content_family_education .pp__content_head,
.pp__content_requirements .pp__content_head {
  padding: 50px 60px
}

.pp__content_enrollment .pp_subtittle_text,
.pp__content_family_education .pp_subtittle_text,
.pp__content_requirements .pp_subtittle_text {
  text-align: left;
  margin-bottom: 40px
}

.pp__content_enrollment .close__lane,
.pp__content_family_education .close__lane,
.pp__content_requirements .close__lane {
  background-color: #ffb646;
  text-align: left
}

.pp__content_enrollment .page-text,
.pp__content_family_education .page-text,
.pp__content_requirements .page-text {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 300;
  color: #231f20;
  opacity: .8
}

.pp_list {
  padding-left: 20px;
  margin-bottom: 25px
}

.pp_list:last-child {
  margin-bottom: 0
}

.pp_list__title {
  -moz-text-align-last: left;
  text-align-last: left;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 25px;
  align-self: flex-start
}

.pp_list__item {
  width: 80%;
  font-family: "Museo Sans";
  list-style-type: disc;
  font-style: normal;
  font-weight: 300;
  color: #231f20;
  opacity: .8;
  margin-bottom: 25px
}

.pp_subtittle_text .page-text {
  margin-bottom: 25px;
  display: block
}

.pp_subtittle_text .page-text strong {
  font-family: "Museo Sans";
  font-weight: 600
}

.pp_bb-box {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.pp_bb-box a {
  width: 48%;
  max-width: unset
}

.pp__content_curators {
  width: 1000px;
  top: 60px
}

.pp__content_curators .pp__content_head {
  border-bottom: 1px solid #efefef;
  padding-bottom: 0
}

.pp__content_curators .pp__content_footer {
  background-color: #fff;
  padding: 50px 55px
}

.pp__content_curators .pp_subtittle_text {
  text-align: left;
  margin-bottom: 40px
}

.pp__content_curators .pp_subtittle_text strong {
  color: #000
}

.curators-tittle {
  margin-bottom: 40px
}

ul.pp_subtittle_text {
  padding-left: 40px
}

ul.pp_subtittle_text li {
  list-style-type: disc;
  margin-bottom: 20px
}

.pp__content_curators .footer__contact-box {
  width: 70%;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: 40px
}

.pp__content_curators .footer__contact-box .contact-box_item {
  margin-bottom: 40px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: left;
  margin-right: 40px
}

.footnote {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #b7b7b7;
  opacity: .8
}

.pp__content_info {
  width: 800px
}

.pp__content_info .close__lane {
  background-color: #ffb646
}

.pp__content_info .pp__content_head {
  padding: 50px 60px;
  -webkit-box-align: start;
  align-items: flex-start
}

.pp__content_info .pp__content_head .pp_tittle_text {
  text-align: left;
  line-height: 35px;
  font-size: 28px
}

.pp__content_info .pp__content_head .pp_subtittle_text {
  text-align: left
}

.pp_subtittle_text ul {
  padding-left: 20px
}

.pp_subtittle_text li {
  list-style-type: disc
}

.pp_info_link {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #4e90cf;
  opacity: .8
}

.pp_info_link:hover {
  opacity: .5
}

.resend,
.timer {
  margin-top: 30px
}

.resend {
  display: none;
  text-align: center
}

.resend-button {
  cursor: pointer
}

.confcode {
  width: 40%;
  margin-left: auto;
  margin-right: auto
}

.timeup .error {
  white-space: unset;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px
}

.sms {
  margin-top: 30px;
}

.sms-text {
  cursor: pointer;
}

.sms-hide {
  display: none;
  white-space: pre-line;
}

.ur__data_title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  opacity: .9;
  margin-bottom: 20px
}

.ur__data_info,
.ur__data_names {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #272727;
  opacity: .9;
  margin-bottom: 30px
}

.pp__content_confirmation {
  width: 700px
}

.pp__content_confirmation .pp__content_head {
  padding: 55px 25px
}

.pp__content_custom {
  top: 60px;
  width: 50%
}

.pp__content_custom .pp__content_head {
  border-bottom: 1px solid #efefef
}

.pp__content_custom .pp__content_footer {
  background-color: #fff
}

.pp__content_custom h3 {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  font-size: 38px;
  text-align: center
}

.pp__content_custom article p {
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left
}

.pp__content_custom article span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #b7b7b7;
  opacity: .8;
  margin-bottom: 10px;
  text-align: left
}

.pp__content_custom article ul {
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: left
}

.pp__content_custom article li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px
}

.pp__content_custom article a {
  text-decoration: underline;
  color: #1061D8;
}

.pp__content_custom article a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent
}

@media screen and (max-width:1599px) {
  .nav-item_menu {
    width: 40%
  }

  .list__item {
    font-size: 12px
  }
}

@media screen and (max-width:1399px) {
  .navigation__item:nth-child(1) {
    width: 20%
  }

  .nav-item_menu {
    width: 50%
  }

  .callback__link,
  .singin__link {
    font-size: 12px
  }

  .singin__link {
    max-width: 100px;
    width: 100px;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 0;
    padding-left: 0
  }

  .header__logo {
    width: 80%
  }
}


@media screen and (max-width:1366px) {
  .main-hovcards-textblock ul li span {
    color: #272727;
    font-size: 14px;
  }

  .search-bg {
    top: -9.5vw;
  }

  .list__item {
    font-size: 10px
  }

  .grid {
    width: 1000px
  }

  .nav-item_menu {
    width: 45%;
    z-index: 1
  }

  .callback__link {
    padding-left: 12px;
    padding-right: 12px
  }

  .list_selection::after {
    width: 5px;
    height: 5px;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    right: -25%;
    bottom: 4px
  }

  .list__item_selection {
    padding: 15px;
    width: 300px
  }

  .selection__item {
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 5px
  }

  .pp__content_singin {
    width: 950px
  }

  .pp__conten_left {
    padding: 30px 40px
  }

  .mainsection {
    padding: 6% 0;
    position: relative
  }

  .mainsection__equation1,
  .mainsection__equation2,
  .mainsection__reward {
    display: none
  }

  .mainsection__text p {
    font-size: 22px
  }

  .h1-large {
    line-height: 53px;
    font-size: 56px
  }

  .mainsection__mouse {
    bottom: 20px
  }

  .main-hovcards__item {
    height: 470px
  }

  .page-text {
    line-height: 22px;
    font-size: 16px
  }

  .numbers-box__item {
    padding: 0 30px
  }

  .grid_full {
    width: 100%
  }

  .reasons-cards-item span.item_description_tittle {
    font-size: 14px
  }

  .reasons-cards-item .item_description_subtittle {
    font-size: 10px
  }

  .item-icon {
    width: 40px
  }

  .card_slider-small {
    padding: 20px 32px
  }

  .card-slider-small__txt span {
    font-size: 11px
  }

  .reasons-container {
    width: 1100px
  }

  .card-video-box .video-box__description {
    padding: 50px 40px;
    width: 50%
  }

  .video-box__video {
    width: 50%
  }

  .formats__item {
    width: 270px
  }

  .swiper-navigation.swiper-navigation_grid-full {
    /*right: 13%*/
  }

  .video-box__description_title {
    font-size: 34px
  }

  h2 {
    line-height: 40px;
    font-size: 40px
  }

  h3 {
    line-height: 22px;
    font-size: 16px
  }

  .section_wo {
    background-position-x: 200%
  }

  .footer__top_inner .footer__top_description {
    font-size: 16px;
    line-height: 20px
  }

  .footer__top_subscribe {
    width: 60%
  }

  .item_description_tittle {
    font-size: 18px
  }

  .blue__link,
  .orange__link {
    font-size: 14px
  }

  .pageup {
    width: 53px;
    height: 53px
  }

  .otherpages-box__item_title {
    width: 80%;
    margin-right: auto;
    margin-left: auto
  }

  .comand-box {
    -webkit-box-pack: justify;
    justify-content: space-between
  }

  .card.teachers-box__item {
    margin-right: 0
  }

  .adv-img-wide__pic,
  .formedu__img img {
    -o-object-fit: contain;
    object-fit: contain
  }

  .swiper-navigation_top {
    right: 20px
  }

  .senior-box {
    width: 50%
  }

  .school_partners-box__item_hover {
    top: -80%
  }

  .school_partners-box__item:hover .school_partners-box__item_hover {
    width: 400px;
    height: 400px
  }

  .link_img {
    margin-left: 10px
  }

  .video-box__video_full {
    width: 100%
  }

  .tag-box.short-box {
    width: 70%
  }

  .card_wrap {
    padding: 56px 20px
  }

  .teachers-box {
    -webkit-box-pack: justify;
    justify-content: space-between
  }

  .card.class-card {
    width: 24%;
    margin-right: 10px;
    padding: 30px 40px
  }

  .subjects-box__item_name {
    font-size: 16px
  }

  .subjects-box__item_theme {
    font-size: 14px;
    line-height: 20px
  }

  .tag-box_item {
    padding: 13px 20px 12px 20px;
    line-height: 16px;
    font-size: 12px
  }

  .conveniently-box {
    -webkit-box-align: stretch;
    align-items: stretch
  }

  .card.conveniently-box__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between
  }

  .item__inner_info {
    width: 55%
  }

  .grid_wave:after {
    height: 1200px;
    background-size: cover
  }

  .grid_wave-b:after {
    height: 1600px
  }

  .slider_cards-clients .swiper-slide {
    width: 1000px
  }

  .double__menu_item {
    font-size: 12px
  }

  .sticky-box {
    left: 17px
  }

  .sharing-box {
    top: 170px
  }

  .double__menu_item:hover {
    opacity: .7
  }

  .double__menu_item:hover::before {
    width: 0%
  }

  .numbers-box__item_top {
    font-size: 35px
  }

  .bottom-link,
  .graytext {
    font-size: 12px;
  }

  .bottom-link:last-child {}

  .swiper-navigation.swiper-navigation_top {
    width: 1000px;
  }


}

@media screen and (max-width:1270px) {
  documents .tittle__section_bg {
    background-position-y: 0
  }

  .grid {
    width: 854px;
    overflow: visible
  }

  :root {
    --navigation: 68px;
    --sectionpb: 40px;
    --leftpaddingq: 50px
  }

  .nav-item_menu {
    width: 0
  }

  .navigation__list {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    background-color: #fff;
    left: 0;
    top: var(--navigation);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-align: start;
    align-items: flex-start
  }

  .navigation__list_active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .mobile-head__box {
    display: block
  }

  .navigation__item:last-child {
    width: auto
  }

  .navigation__item:nth-child(1) {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: auto
  }

  .navigation__item:nth-child(1) img {
    width: 165px
  }

  .callback__link,
  .singin__link {
    padding-top: 9px;
    padding-bottom: 8px;
    font-weight: 700
  }

  .list__item {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 48px;
    border-bottom: 2px solid rgba(104, 151, 195, .09);
    margin-bottom: 20px;
    padding-left: 11%
  }

  .mainsection__reward {
    display: none
  }

  .grid_full {
    width: 100%
  }

  .reasons-container {
    width: 100%
  }

  .slider_cards-clients .swiper-slide {
    width: 80%
  }

  .h1-large {
    font-size: 44px;
    line-height: 42px
  }

  .mainsection__text p {
    font-size: 16px;
    line-height: 23px
  }

  .mainsection__info {
    width: 72%
  }

  .mainsection__title {
    margin-bottom: 40px
  }

  .mainsection__text p:first-child {
    width: 70%
  }

  .mainsection__text p:last-child {
    width: 60%
  }

  .section_main {
    /*background: unset;*/
    /*background-image: url(../img/mainbg768.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    min-height: auto;
    height: auto
  }

  .mainsection__mouse {
    display: none
  }

  .mainsection-fisrweek__ar {
    position: absolute;
    left: -32px;
    top: -42px;
    width: 46px;
    height: 46px
  }

  .mainsection__buttons {
    margin-bottom: 20px
  }

  .mainsection__buttons .orange__link {
    height: 40px;
    font-size: 10.0793px
  }

  .mainsection__buttons .link_img {
    width: 20px;
    height: 20px
  }

  .mainsection__buttons .link_img img {
    width: 10px
  }

  .mainsection-fisrweek__txt {
    width: 253px;
    height: auto
  }

  .main-title>a {
    display: none
  }

  .main-hovcards__item {
    height: 300px
  }

  .main-hovcards-textblock {
    padding: 22px 25px
  }

  .main-hovcards-item__plus {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    z-index: 3
  }

  .main-hovcards-item__title span {
    font-size: 17.325px;
    line-height: 19px
  }

  .main-hovcards-item__plus span {
    width: 12px;
    height: 12px
  }

  h2 {
    font-size: 30px;
    line-height: 32px
  }

  .main-hovcards-textblock__cross {
    position: absolute;
    width: 24px;
    height: 24px
  }

  .main-halfpart-text p,
  .page-text {
    line-height: 23px;
    font-size: 16px
  }

  .main-time-item__num {
    font-size: 39px
  }

  .main-time-item__txt {
    font-size: 8px
  }

  .main-time__item {
    height: 126px
  }

  .main-time-item {
    padding: 35px 0
  }

  .blue__link,
  .orange__link {
    font-size: 13px
  }

  .blue__link,
  .orange__link {
    max-width: unset;
    font-weight: 700;
    height: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 30px;
    padding-right: 30px
  }

  .main-halfpart:first-child {
    width: 55%;
    padding-right: 20px
  }

  .main-halfpart:last-child {
    width: 45%;
    padding-right: 0
  }

  .numbers-box__item_top {
    font-size: 29.9296px;
    line-height: 29px
  }

  .numbers-box__item_top span {
    font-size: 11.1029px;
    line-height: 12px
  }

  .numbers-box__item_bottom {
    font-size: 13.0289px;
    line-height: 14px
  }

  .numbers-box__item {
    padding: 0 17px
  }

  .doubt-parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .doubt-parts__item,
  .doubt-parts__item.doubt-parts__item_wide {
    width: 100%;
    border-right: unset
  }

  .doubt__title {
    padding-left: 0
  }

  .doubt-parts__item:last-child .doubt__blocks {
    display: -webkit-box;
    display: flex;
    padding-left: 0
  }

  .doubt-block {
    padding: 10px 12px
  }

  .reasons.switch {
    display: none
  }

  .reasons.plates {
    display: block
  }

  .plates__wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
  }

  .card.switch-click {
    width: calc((100% / 3) - 2%);
    margin-bottom: 3%
  }

  .card.switch-click:last-child {
    display: none
  }

  .grid_wave:after {
    top: -5%;
    background: url(../img/wave768.svg) center;
    background-repeat-y: no-repeat;
    background-repeat-x: repeat;
    background-size: 89%;
    height: 1000px
  }

  .section_main-padds.section_white {
    padding-bottom: 60px
  }

  .card.card_slider-small.switch-click:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .reasons-container {
    width: 74%;
  }

  .reasons-part {
    float: unset;
    width: 100%
  }

  .list_selection:hover::after {
    -webkit-transform: unset;
    transform: unset
  }

  .list_selection::after {
    right: unset;
    bottom: unset;
    left: 90%;
    top: 4px;
    background-image: url(../img/menuarrow.svg);
    width: 37px;
    height: 37px;
    border-right: unset;
    border-bottom: unset;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f9f8f6;
    border-radius: 50%
  }

  .list__item::before {
    bottom: 0
  }

  .pp__content {
    width: 80%
  }

  .list_selection {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-transition: .3s;
    transition: .3s
  }

  .list__item_selection {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: unset;
    border-radius: 0;
    overflow: visible
  }

  .selection__item {
    padding-left: 0;
    font-size: 16px;
    line-height: 58px;
    color: #231f20;
    opacity: .6
  }

  .list__item_selection {
    opacity: 1;
    visibility: visible;
    display: none;
    width: 85%
  }

  .reasons__cards {
    height: auto
  }

  .list__item.active::before {
    bottom: -2%
  }

  .list_selection::after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .list_selection.activelist::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .list_selection.activelist {
    border-bottom: unset;
    padding-bottom: 20px
  }

  .doubt__blocks_wide .doubt-block_half:first-child,
  .doubt__blocks_wide .doubt-block_half:nth-child(2) {
    padding-top: 30px
  }

  .doubt-parts__item .orange__link {
    margin-top: 30px;
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .card-video-box .video-box__description {
    padding: 50px 20px
  }

  .process__left {
    width: 45%
  }

  .process__right {
    width: 55%
  }

  .card.process__item {
    height: 100%
  }

  .process-item__title span {
    font-size: 26px;
    font-weight: 700
  }

  .process-item__img {
    right: -30%;
    top: unset;
    bottom: 30px
  }

  .nopb {
    padding-bottom: 0
  }

  .formats__item.formats__item_month {
    width: 54.65px
  }

  .formats-text-month,
  .formats-text-num.formats-text-num_big {
    font-size: 12px;
    line-height: 17px;
    font-family: 'Museo Sans';
    font-weight: 300
  }

  .formats-text-month {
    font-size: 9px
  }

  .formats__item {
    width: 194px
  }

  .formats-item-title {
    font-size: 12px
  }

  .formats-text-cost,
  .formats-text-num {
    font-size: 16px
  }

  .formats-item-info {
    padding: 0 10px
  }

  .formats-item-info__block {
    height: 94px
  }

  .formats-item__info:after,
  .formats-item__info:before {
    width: 100%
  }

  .grid_wave-b {
    margin-top: 100px;
    margin-bottom: 120px
  }

  .grid_wave-b:after {
    top: -10%;
    background: url(../img/wave-b768.svg) center;
    height: 1450px;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-size: 100%
  }

  .video-box__description_title {
    font-size: 30px
  }

  .doubt__title span {
    font-size: 22px;
    line-height: 24px
  }

  h3 {
    font-size: 16px;
    line-height: 21px
  }

  .video-box__description {
    width: 47%
  }

  .articles-box__item_tag {
    width: 6%
  }

  .item__inner_img {
    width: 30%;
    height: 100%
  }

  .item__inner_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

  .info__title {
    font-size: 20px;
    line-height: 26px
  }

  .info__descript {
    font-size: 16px;
    line-height: 23px
  }

  .main-article+.formats-btn .blue__link {
    width: 250px
  }

  .question-box__theme_title {
    font-size: 18px;
    line-height: 19px
  }

  .section_wo {
    background: unset
  }

  .footer__top_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .footer__top_inner .footer__top_left {
    margin-bottom: 20px
  }

  .footer__top_inner .footer__top_left,
  .footer__top_subscribe {
    width: 100%
  }

  .footer__top_description:last-child {
    width: 60%
  }

  .subshort_link {
    width: 250px
  }

  .footer__top_subscribe-form {
    padding: 30px 30px
  }

  .footer__top_description {
    font-size: 16px;
    line-height: 23px
  }

  .footer__top_button {
    width: 290px
  }

  .macbook {
    display: none
  }

  .macbook768 {
    display: block
  }

  .footer__top .grid {
    position: static
  }

  .footer__top_right {
    right: 0
  }

  .footer__contacts_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .footer__contacts_inner .footer__top_left {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px dashed rgba(196, 196, 196, .33)
  }

  .footer__top_left>.callback_link {
    display: none
  }

  .footer__contacts_inner .footer__top_tittle {
    width: 40%
  }

  .footer__contacts_inner .footer__top_description,
  .footer__contacts_inner .footer__top_tittle h2 {
    margin-bottom: 0
  }

  .mobile-link {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    padding-left: 30px;
    padding-right: 30px
  }

  .footer__contact-box {
    width: 100%
  }

  .item_description_tittle {
    font-size: 22px;
    line-height: 24px
  }

  .item_description_subtittle {
    font-size: 18px;
    line-height: 19px
  }

  .item-icon {
    width: auto
  }

  .mobile-list {
    display: none
  }

  .footer__menu_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .lastitem-box {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between
  }

  .lastitem-box .page-text {
    display: none
  }

  .footer_list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dashed rgba(196, 196, 196, .33)
  }

  .list-tittle {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
  }

  .list-tittle.active {
    margin-bottom: 27px
  }

  .footer__menu_item {
    width: auto
  }

  .footerlogo {
    display: none
  }

  .footerlogo__mobile {
    display: block
  }

  .sn-box {
    -webkit-box-align: center;
    align-items: center
  }

  .sn-box_item {
    width: 44px;
    height: 44px;
  }

  .sn-box_item:last-child {
    margin-right: 0
  }

  .footer__menu_inner:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
  }

  .mobile__bottom-link {
    display: inline-block
  }

  .desktop-link {
    display: none
  }

  .footer__menu_inner .footer__menu_item:first-child {
    margin-top: 30px
  }

  .footer__menu_inner:nth-child(2) .footer__menu_item:nth-child(2) {
    margin-left: 0
  }

  .footer__menu_inner:last-child .footer__menu_item:first-child .bottom-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: end;
    align-items: flex-end
  }

  .footer__menu_inner:last-child .bottom-box div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 70%
  }

  .footer__menu_inner:last-child .footer__menu_item:first-child .bottom-box .mobile__bottom-link {
    width: 30%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: flex
  }

  .footer__menu_inner:last-child .bottom-box .bottom-link {
    width: auto;
    margin-bottom: 10px
  }

  .footer__menu {
    position: relative;
    left: unset;
    bottom: unset
  }

  .list-tittle {
    position: relative
  }

  .list-tittle:hover {
    opacity: 1
  }

  .list-tittle:after {
    content: '';
    position: absolute;
    right: 0;
    top: -8px;
    background-image: url(../img/menuarrow.svg);
    width: 37px;
    height: 37px;
    border-right: unset;
    border-bottom: unset;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%
  }

  .list-tittle.active:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .pp__content_head {
    padding: 45px
  }

  .selection__item {
    font-size: 16px;
    line-height: 58px
  }

  .list__item:hover::before {
    width: 0
  }

  .mobile-box {
    display: -webkit-box;
    display: flex
  }

  .list__item:last-child {
    border-bottom: unset;
    width: 35%
  }

  .list__item:last-child:before {
    width: 0
  }

  .mobile_grid {
    width: 688px;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: inherit;
    justify-content: inherit
  }

  .list__item {
    padding-left: 0
  }

  .max-grid {
    width: 728px
  }

  .otherpages-box__item {
    width: 32%;
    padding: 14px 35px 25px 35px
  }

  .tittle__section {
    padding-top: 40px
  }

  h1 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 33px
  }

  .otherpages-box {
    margin-top: 40px
  }

  .otherpages-box__item_title {
    width: 100%;
    font-size: 13.9932px;
    line-height: 15px
  }

  .otherpages-box__item_img {
    width: 110px;
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain
  }

  .otherpages-box__item_button button {
    width: 100%;
    font-size: 9px;
    height: 40px;
    padding-top: unset;
    padding-bottom: unset
  }

  .otherpages-box__item_button button .link_img {
    width: 25px;
    height: 25px
  }

  .h2-small {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px
  }

  .reward-box__descript_text {
    font-size: 14px;
    line-height: 18px
  }

  .statistics-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .statistics-box__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between
  }

  .statistics-box__item:nth-child(2) img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(14%);
    transform: translateY(14%)
  }

  .statistics-box__item_img {
    height: 150px;
    width: 20%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }

  .statistics-box__item_text {
    text-align: left;
    width: 75%;
    font-size: 18px;
    line-height: 24px
  }

  .statistics-box__item {
    border-bottom: 2px dashed rgba(196, 196, 196, .33)
  }

  .statistics-box__item:last-child {
    border-bottom: unset;
    margin-bottom: -60px
  }

  .teachers-box {
    margin-top: 25px
  }

  .card.teachers-box__item {
    width: 32%;
    margin-right: unset;
    padding: 16px 25px
  }

  .teachers-box__item_name {
    font-size: 15.6364px;
    line-height: 21px
  }

  .teachers-box__item_descript {
    font-size: 12.5091px;
    line-height: 17px
  }

  .card.partners-box {
    padding: 25px 30px
  }

  .card-slider-small__txt_media {
    margin-bottom: 40px
  }

  .card-slider-small__txt span {
    font-size: 14.1157px;
    line-height: 15px
  }

  .card_slider-small {
    padding: 30px
  }

  .partners-box__item {
    width: 17%
  }

  .swiper-navigation_top {
    top: -35px
  }

  .pdfimage {
    width: 23%
  }

  .pdfimage img {
    margin-right: 15px
  }

  .doctitle .page-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    opacity: 1;
    color: #272727
  }

  .doctitle {
    padding: 30px var(--leftpaddingq)
  }

  .doctitle>div:first-child {
    width: 78%
  }

  .seniors_officials-box {
    margin-top: 40px
  }

  .teachers-box__item_subject {
    font-size: 10.9318px;
    line-height: 14px
  }

  .seniors_officials__name {
    padding: 25px 30px
  }

  .seniors_officials-box__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .seniors_officials-box__item .schedule-box__month_subjects-box,
  .seniors_officials__name {
    width: 100%
  }

  .seniors_officials__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }

  .teachers-box__item_info-box .teachers-box__item_name,
  .teachers-box__item_info-box .teachers-box__item_subject {
    text-align: left
  }

  .teachers-box__item_info-box .teachers-box__item_name {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 20px;
    border-bottom: 2px solid #efefef
  }

  .teachers-box__item_info-box .teachers-box__item_subject {
    font-size: 14px;
    line-height: 18px;
    width: 60%
  }

  .other-teachers__button {
    width: 100%
  }

  .teachers-box__item_info-box {
    width: 64%
  }

  .teachers-box__item_photo-box {
    width: 100%;
    margin-right: 50px
  }

  .page-text qtitle {
    font-size: 18px;
    line-height: 26px
  }

  .question__item-box::before {
    width: 100%;
    left: 0
  }

  .useful_inner .tittle__section .grid {
    width: 728px
  }

  .tag-box {
    width: 100%
  }

  .tag-box_item {
    font-size: 11.8998px;
    line-height: 16px;
    padding: 11px 17px 10px 17px
  }

  .arlicle__wrapper {
    padding: 35px 51px
  }

  .articlebg-box_mask {
    width: 102%;
    left: -1%
  }

  .arlicle__grid {
    width: 100%
  }

  .sticky-box {
    display: none
  }

  .article__tag-box .sharing-box {
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    top: unset
  }

  .article__tag-box .sharing-box .sharing-box__item img {
    width: auto
  }

  .sharing-box__item {
    margin-bottom: 0;
    margin-right: 10px
  }

  .article__tag-box .arlicle__grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
  }

  .article__tag-box::before {
    width: 70%
  }

  .sharing-box__item:last-child {
    margin-right: 0
  }

  .arlicle__grid h1 {
    font-size: 30px;
    line-height: 40px
  }

  .arlicle__grid h2 {
    font-size: 18px;
    line-height: 17px
  }

  .arlicle__grid blockquote {
    font-size: 16px;
    line-height: 23px
  }

  .arlicle__grid p {
    font-size: 14px;
    line-height: 20px
  }

  .subscribe__img {
    display: none
  }

  .subscribe__post-img {
    display: block;
    position: absolute;
    right: 0;
    top: 30px
  }

  .subscribe__text {
    padding: 39px 37px 33px 37px;
    width: 100%
  }

  .subscribe__success-box {
    padding: 39px 37px 33px 37px;
  }

  .subscribe__success-title {
    width: 50%;
    font-size: 28px;
    line-height: 30px;
  }

  .subscribe__success-text {
    width: 50%;
    font-size: 16px;
    line-height: 23px;
  }

  .subscribe__text_title {
    font-size: 28px;
    line-height: 30px
  }

  .subscribe__text_subtitle {
    font-size: 18px;
    line-height: 26px;
    width: 65%
  }

  .subscribe .input-box {
    width: 65%
  }

  .subscribe__link {
    width: 50%;
    font-size: 11px
  }

  .useful_inner {
    margin-top: var(--navigation)
  }

  .tag-box.short-box {
    width: 82%
  }

  .cards-3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .cards-3col__item {
    width: 100%;
    margin-bottom: 20px
  }

  .cards-3col-item.formedu {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 18px 30px
  }

  .formedu_t-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px
  }

  .formedu__cost {
    border-top: none;
    border-bottom: none
  }

  .formedu__cost,
  .formedu__title {
    margin-bottom: 0
  }

  .formedu_info-box {
    width: 66%
  }

  .formedu__img {
    height: auto;
    width: 195px;
    margin-right: 10px;
    height: 200px
  }

  .formedu-cost__num {
    font-size: 29.1267px;
    line-height: 28px
  }

  .moreinfo.mobile {
    display: -webkit-box;
    display: flex;
    position: relative;
    width: 30%
  }

  .svg_plus {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    right: 0
  }

  .cards-3col__item:first-child .svg_plus path {
    stroke: #4e90cf
  }

  .cards-3col__item:nth-child(2) .svg_plus path {
    stroke: #ff9d45
  }

  .cards-3col__item:last-child .svg_plus path {
    stroke: #fd5965
  }

  .svg_plus.active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -10%
  }

  .mobile__wrap {
    display: none
  }

  .hide-text {
    display: block
  }

  .hide-text+.moreinfo {
    display: none
  }

  .tag-switch__item .formats__item:not(.formats__item_month) {
    width: 180px
  }

  .formats-item__info:before {
    bottom: -16px
  }

  .formats_wide:after,
  .formats_wide:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 240px;
    height: 60px;
    margin: 0 auto;
    z-index: -1
  }

  .formats_wide:after {
    top: -42px;
    background: url(../img/formats-line-top_green.svg) no-repeat center;
    background-size: contain;
    z-index: 2;
    width: 100%
  }

  .formats_wide:before {
    width: 100%;
    bottom: -7px;
    background: url(../img/formats-line_green.svg) no-repeat center;
    background-size: contain;
    z-index: 0
  }

  .formats-item__info_common.formats-item__info_green:after,
  .formats-item__info_common.formats-item__info_green:before {
    opacity: 0;
    visibility: hidden
  }

  .card_wrap {
    padding: 36px 20px
  }

  .formats_wide .formats-item-info__block {
    height: 54px
  }

  .formats-title {
    margin-bottom: 32px
  }

  .formats-title h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px
  }

  .formats-title span {
    font-size: 18px
  }

  .card_wrap .page-text {
    font-size: 18px;
    line-height: 26px
  }

  .formats-cards-list {
    -webkit-box-align: stretch;
    align-items: stretch
  }

  .formats-cards-list__item {
    padding: 25px 35px;
    background-color: #ffdda633;
    height: auto
  }

  .card_wrap .formats:last-child .formats-cols {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
  }

  .card_wrap .formats:last-child .formats-cols .formats__item {
    width: 239px
  }

  .card_wrap .formats:last-child .formats-cols .formats__item .formats-item-info__block {
    height: 148px
  }

  .card_wrap .formats:last-child .formats-cols .formats__item .formats-text-num.formats-text-month,
  .card_wrap .formats:last-child .formats-cols .formats__item .formats-text-num.formats-text-num_big {
    font-size: 24px;
    line-height: normal
  }

  .card_wrap .formats:last-child .formats-cols .formats__item_month {
    width: 87px
  }

  .mentor-list__title .h2-small {
    font-size: 24px
  }

  .card_wrap .mentor-list-ul .page-text {
    font-size: 14px
  }

  .mentor-week__title h3 {
    font-size: 20px;
    line-height: 29px
  }

  .mentor-week-items,
  .mentor-week__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .mentor-week-items {
    float: unset;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }

  .mentor-cost {
    padding: 25px 65px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .mentor-cost__text {
    width: 100%;
    margin-bottom: 20px
  }

  .senior-box {
    width: 66%;
    margin-top: 30px
  }

  .conveniently-box__item_img {
    height: 120px
  }

  .conveniently-box.conditions .conveniently-box__item_title {
    font-size: 16px
  }

  .pp_bb-box a {
    font-size: 11px
  }

  .question-box__theme_title>div:first-child {
    width: 90%
  }

  .switch.education:not(.mobile-swicth),
  .switch.margintop:not(.mobile-swicth) {
    display: none
  }

  .mobile-swicth {
    display: -webkit-box;
    display: flex
  }

  .mobile-swicth .process__left {
    width: 100%
  }

  .mobile-swicth .process-scroll-wrap {
    unicode-bidi: unset;
    direction: ltr
  }

  .mobile-swicth .process-scroll-click {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }

  .mobile-swicth .process-scroll-click:after {
    width: 50px;
    height: 50px;
    background-color: #f9f8f6;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    -webkit-transition: .3s;
    transition: .3s;
    background-image: url(../img/q_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 30px;
    transition: .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .mobile-swicth .process-scroll__click.active .process-scroll-click:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .school_partners-box__item_hover {
    top: -30%;
    right: -24%
  }

  .school_partners-box__item:hover .school_partners-box__item_hover {
    width: 200px;
    height: 200px
  }

  .card.map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex
  }

  .map-part {
    width: 100%
  }

  .list__item_link {
    display: block;
    width: 100%
  }

  .conveniently-box__item_title {
    font-size: 16px;
    line-height: 23px
  }

  .conveniently-box:not(.conditions) .conveniently-box__item_img {
    height: 200px
  }

  .process-scroll-wrap_initial {
    oveflow-y: hidden
  }

  .main-hovcards-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }

  .main-hovcards__item {
    width: calc(100% / 3 - 11px)
  }

  .doctitle>div:first-child {
    width: 78%
  }

  .process-scroll-click__txt_wider {
    width: 78%
  }

  .process-scroll-click__txt span {
    font-weight: 600;
    font-size: 20px
  }

  .card-box {
    -webkit-box-align: center;
    align-items: center
  }

  .card.class-card {
    width: 31%;
    margin-right: 2%;
    padding: 30px 40px;
    width: calc(100% / 3 - 10px)
  }

  .card.class-card:nth-child(3n) {
    margin-right: 0
  }

  .card.class-card:nth-child(4n) {
    margin-right: auto
  }

  .class-card_text {
    display: block
  }

  .pic-box {
    height: 150px
  }

  .schedule-box__month_name {
    font-size: 13.9223px;
    line-height: 18px
  }

  .subjects-box__item {
    padding: 15px 20px
  }

  .subjects-box__item_ico {
    width: 32px
  }

  .subjects-box__item:first-child:nth-last-child(1) {
    padding: 30px 20px
  }

  .subjects-box__item_name,
  .subjects-box__item_theme {
    font-size: 10.4417px;
    line-height: 14px
  }

  .pp_tittle_text {
    line-height: 30px;
    font-size: 28px
  }

  .pp_subtittle_text {
    line-height: 20px;
    font-size: 14px;
  }

  .postreg_text {
    line-height: 20px;
    font-size: 17px
  }

  input[name=code],
  input[type=password] {
    padding-right: 50%
  }

  .white__link {
    margin-top: 80px
  }

  .fastlogin-box {
    width: 100%
  }

  .fastlogin-box_Item {
    width: 35px
  }

  .main-hovcards__item.active {
    width: 100%;
    z-index: 2;
    position: absolute
  }

  .adv-img-wide__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .adv-img-wide__text .page-text {
    font-size: 16px;
    line-height: 23px;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 300
  }

  .adv-img-wide__text .page-text:last-child {
    margin-bottom: 0
  }

  .adv-img-wide__text .page-text strong {
    opacity: 1;
    color: #131213
  }

  .adv-img-wide__pic img {
    -o-object-fit: contain;
    object-fit: contain
  }

  .card-wrap-content__img {
    display: none
  }

  .card-wrap-content__slider {
    width: 100%
  }

  .adv-3col .cards-3col-item__img {
    height: auto;
    margin-bottom: 20px;
    width: 190px;
    margin-right: 30px;
    margin-bottom: 0
  }

  .adv-3col .cards-3col-item__text {
    font-size: 16px;
    line-height: 23px;
    text-align: left
  }

  .adv-3col .cards-3col-item__title {
    font-size: 20px;
    line-height: 26px;
    text-align: left
  }

  .adv-3col .cards-3col-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center
  }

  .adv-3col .cards-3col-item_Iinfo {
    width: 80%
  }

  .effect__img.effect__img_right {
    width: 26%
  }

  .effect__info {
    float: right;
    width: 65%
  }

  .video-box.reverse .video-box__description {
    width: 40%
  }

  .video-box.reverse .video-box__description_text {
    width: 100%
  }

  .video-box.reverse .video-box__video {
    width: 55%
  }

  .econ {
    overflow: hidden
  }

  .econ-cont__part:first-child {
    width: 60%
  }

  .econ-cont__part:last-child {
    position: absolute;
    right: -70px;
    z-index: 0
  }

  .trugger__img {
    width: 20%;
    height: auto
  }

  .trugger__info {
    width: 80%;
    padding: 0 0 10px 30px
  }

  .double__menu {
    display: none
  }

  .useful_inner {
    margin-top: calc(var(--navigation));
    margin-top: calc(-webkit-var(--navigation))
  }

  .section_wo .section__wrapper {
    padding-top: 0
  }

  .effect {
    padding: 36px 10px
  }

  .effect__info {
    width: 80%;
    padding: 0 20px
  }

  .pagi-content__title span {
    font-size: 22px;
    line-height: 28px;
  }

  .pagi-content__text .page-text {
    font-size: 18px
  }

  .footer__menu_item.sk_logo_wrap {
    margin-bottom: 10px;
  }


  .footer__menu_item:last-child {
    margin: 0;
  }

  .lastitem-box .sn-box {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
    margin: 0 auto;
  }


}

@media screen and (max-width:1020px) {
  .grid {
    width: 712px;
  }
}

@media screen and (max-width:800px) {
  .doubt-parts__item .orange__link {
    display: -webkit-box;
    display: flex
  }

  .doubt-dt-button {
    display: none
  }
}

@media screen and (max-width:760px) {

  body,
  html {
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    -webkit-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-text-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
    font-feature-settings: "kern"1;
    font-feature-settings: "ss07"
  }

  .footer__menu_item.sk_logo_wrap {
    text-align: center;
    margin-bottom: 10px;
  }

  .pp__content_info {
    top: 60px;
  }

  .pp__content_enrollment {
    top: 60px;
  }

  .white-lane {
    background-color: #272727;
  }

  .footer__top_subscribe-form .horizontal-box .input-box:first-child,
  .footer__top_subscribe-form .horizontal-box .input-box:last-child {
    width: 100%
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: 'Museo Sans'
  }

  .video-box__description_title {
    font-family: 'Museo Sans'
  }

  .blue__link,
  .orange__link,
  .page-text,
  p {
    font-family: 'Museo Sans'
  }

  .orange-bg {
    background-image: url(../img/orange-bg375.svg)
  }

  .blue-bg {
    background-image: url(../img/blue-bg375.svg)
  }

  .grid,
  .header__grid,
  .mobile_grid,
  .section_main .grid {
    width: 94.58%
  }

  .callback-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
  }

  .callback__link span {
    display: none
  }

  .callback__link img {
    margin-right: 0
  }

  .h1-large {
    font-size: 28px;
    line-height: 27px
  }

  .mainsection__text p {
    font-size: 14px;
    line-height: 20px
  }

  .mainsection__text p:last-child {
    display: none
  }

  .mobile__maintext,
  .mobile__maintext p:last-child {
    display: block
  }

  .mainsection__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .mainsection__buttons>a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .mainsection__buttons .orange__link:first-child {
    margin-bottom: 15px
  }

  .dt-logo {
    display: none
  }

  .mb-logo {
    display: block
  }

  .callback__link {
    margin-right: 0;
    border-radius: 50%;
    padding: 8px
  }

  .singin__link {
    margin-right: 10px
  }

  .navigation__item:nth-child(1) img {
    width: 109px
  }

  .mainsection__info {
    width: 86%
  }

  .mainsection__fisrweek {
    display: none
  }

  .mainsection__title {
    margin-bottom: 0
  }

  .mainsection__text {
    margin-bottom: 30px
  }

  .mainsection__text:last-child {
    margin-bottom: 0
  }

  .mainsection__text p:last-child {
    width: 68%
  }

  .section_main-padds {
    padding: 20px 0
  }

  .main-hovcards-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .main-hovcards__item {
    width: 100%
  }

  .main-hovcards-item__img {
    width: auto;
    height: 150%
  }

  .main-hovcards-item__bg img:first-child {
    display: none
  }

  .main-hovcards-item__bg img:last-child {
    display: block
  }

  .main-hovcards-item__bg {
    top: unset;
    height: 54%
  }

  .main-hovcards__item {
    height: 180px
  }

  .main-hovcards-item__bg {
    width: 100%;
    height: 100%;
    top: 0;
  }

  .main-hovcards__item.active {
    position: relative;
    height: auto;
    padding: 0
  }

  .main-hovcards-textblock.active {
    position: relative
  }

  .main-hovcards__item.active .main-hovcards-item {
    position: absolute;
    opacity: 0;
    visibility: hidden
  }

  h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px
  }

  .main-halfpart:first-child,
  .main-halfpart:last-child {
    width: 100%;
    padding-right: 0
  }

  .main-halfpart-text {
    margin-bottom: 30px
  }

  .main-halfpart-text p {
    font-size: 16px;
    line-height: 23px
  }

  .main-time__item {
    width: 40%
  }

  .main-time {
    margin-bottom: 30px
  }

  .main-halfpart-button:not(.mobile-button) {
    display: none
  }

  .main-halfpart-button.mobile-button {
    margin-top: 40px;
    display: -webkit-box;
    display: flex
  }

  .numbers-box {
    flex-wrap: wrap
  }

  .numbers-box__item {
    padding-bottom: 20px;
    margin-bottom: 20px
  }

  .numbers-box__item:nth-child(2n) {
    border-right: none
  }

  .numbers-box:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #efefef;
    top: 53%
  }

  .card.switch-click {
    width: calc((100% / 2) - 2%)
  }

  .card.switch-click:last-child {
    display: block
  }

  .doubt__blocks {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .doubt-block.doubt-block_half {
    margin-bottom: 0;
    width: 100%
  }

  .video-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .card-video-box .video-box__description {
    width: 100%
  }

  .video-box__video {
    width: 100%
  }

  .card-video-box>.video-box__description>.orange__link {
    display: none
  }

  .card-video-box>.orange__link {
    display: -webkit-box;
    display: flex;
    margin: 20px auto
  }

  .card-video-box .video-box__description {
    padding: 30px 20px 0 20px
  }

  .page-text.video-box__description_text {
    margin-bottom: 20px
  }

  .switch.desktop {
    display: none
  }

  .switch.mobile {
    display: -webkit-box;
    display: flex
  }

  .switch.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .switch.mobile .process__left,
  .switch.mobile .process__right {
    width: 100%
  }

  .switch.mobile .process-scroll-wrap {
    direction: ltr;
    height: auto;
    overflow-y: hidden
  }

  .switch.mobile .process-scroll {
    display: block
  }

  .switch.mobile .process-scroll__click {
    width: 48%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 7.20918px;
    opacity: 1;
    margin-bottom: 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .14);
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 170px;
    margin-right: 2%
  }

  .switch.mobile .process-scroll__click:nth-child(2n) {
    margin-right: 0
  }

  .switch.mobile .process-scroll-click {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle
  }

  .switch.mobile .process-scroll-click__txt {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 20px
  }

  .switch.mobile .process-scroll-click__txt span {
    font-size: 15px;
    line-height: 16px;
    font-weight: 300
  }

  .pp__content_education .card.process__item {
    position: relative;
    padding: 31px
  }

  .pp__content_education .switch-item.active {
    position: relative
  }

  .pp__content_education .process-item__img {
    right: -10%;
    top: unset;
    bottom: -50px;
    width: 200px
  }

  .pp__content_education .pp__content_close {
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    z-index: 1;
    -webkit-filter: invert(1);
    filter: invert(1)
  }

  .srollformats {
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding: 10px 10px 20px 0
  }

  .srollformats .formats-cols {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }

  .main-accs {
    width: 100%
  }

  .swiper-navigation_clients {
    left: 6%;
    bottom: -50px;
    top: unset
  }

  .client__name span {
    font-size: 16px
  }

  .client__text p {
    font-size: 14px;
    line-height: 20px
  }

  .slider_cards-clients .swiper-slide {
    width: 90%;
    opacity: 1;
    margin-right: 15px
  }

  .slider_cards-clients .swiper-slide-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .slider_cards-clients .swiper-slide-active {
    -webkit-transform: translateX(3%);
    transform: translateX(3%)
  }

  .grid_full {
    width: 100%
  }

  .grid_wave-b:after {
    background-size: cover;
    top: -4%;
    height: 1300px
  }

  .client-info__img {
    width: 80px;
    position: absolute
  }

  .client-info__name {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%
  }

  .client__text {
    top: unset
  }

  .client_mobile-slider {
    margin-bottom: 70px
  }

  .video-box__description {
    width: 100%;
    margin-bottom: 30px
  }

  :root {
    --leftpaddingq: 20px;
    --qmarginright: 20px;
    --qwidth: 15px
  }


  .item_description_tittle {
    font-size: 20px;
    line-height: 22px
  }

  .item-icon {
    width: 12%;
    max-width: 60px
  }

  .list__item {
    font-size: 18px
  }

  .pp__content_singin {
    top: 60px
  }

  .pp__twosides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .pp__conten_left,
  .pp__conten_right {
    width: 100%;
    padding: 30px
  }

  .pp__close {
    width: 20px;
    height: 20px
  }

  .rememberpass {
    font-size: 10px
  }

  input[name=code],
  input[type=password] {
    padding-right: 43%
  }

  .pp__content_head {
    padding: 25px
  }

  .pp__content_footer {
    padding: 25px 35px
  }

  .horizontal-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .horizontal-box div:not(.iti__selected-flag) {
    width: 100%
  }

  .underbutton-text {
    font-size: 12px;
    line-height: 16px
  }

  .postreg_text {
    line-height: 16px;
    font-size: 14px
  }

  .pp__content {
    width: 90%
  }

  .pp_tittle_text {
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .politik__tittle {
    line-height: 16px;
    font-size: 14px
  }

  .politik__text {
    line-height: 19px;
    font-size: 12px;
    margin-bottom: 20px
  }

  .white__link {
    margin-top: 30px
  }

  .submit__link {
    padding-left: 60px;
    padding-right: 60px
  }

  .singin_tittle {
    font-size: 26px
  }


  .pp__content_head {
    padding: 30px 20px
  }


  .pp__swith .reasons-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 80px;
    position: absolute
  }


  .pp__content_swith .pp__content_close {
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    z-index: 1;
    -webkit-filter: invert(1);
    filter: invert(1)
  }


  .card.cookie {
    display: none
  }


  .mobile_grid {
    overflow-y: auto;
    overflow-x: hidden
  }



  .pp__content_info .pp__content_head {
    padding: 30px
  }

  .pp__content_info .pp__content_head .pp_tittle_text {
    line-height: 25px;
    font-size: 18px
  }

  .politik__text {
    line-height: 18px;
    font-size: 12px
  }

  .pp__content_close {
    right: 0;
    top: -60px
  }

  .mobile-link {
    margin-top: 0
  }

  .close__lane {
    width: 22px
  }

  .pp_list__title {
    font-size: 15px
  }

  .pp_list__item {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px
  }


  .pp__content_curators .pp__content_footer {
    padding: 30px 25px
  }


  .pp_info_link {
    font-size: 19px
  }

  .pp__content_confirmation {
    top: 60px;
  }


}

@media screen and (max-height:860px) and (min-width:1025px) {
  .pp__content {
    top: 60px
  }
}

@media screen and (max-height:600px) {
  .pp__content_video {
    height: 70%
  }

  .pp__content_close {
    top: -50px
  }
}

@media screen and (max-width:374px) {
  .fastlogin-box_Item {
    width: 30px;
  }

}

@media screen and (max-width:320px) {

  .singin__link {
    width: 80px
  }

  .singin__link>img {
    display: none
  }

  .mobile-menu {
    margin-right: 10px
  }

  .list_selection::after {
    left: 87%
  }

  .blue__link,
  .orange__link {
    padding-left: 20px;
    padding-right: 20px
  }

}