html {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}

body {
  padding-top: 128px;
  background-color: #fff;
  overflow-x: hidden;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media (max-width: 400px) {
  body {
    padding-top: 168px;
  }
}
body.overflow {
  overflow: hidden;
  height: 100%;
}
body.modal-open {
  padding-right: 0 !important;
}
.modal .modal-content {
  border: 0;
  background: none;
}
.modal .modal-content .modal-header {
  background: none;
  border: 0;
  padding: 0;
  position: relative;
}
.modal .modal-content .modal-body {
  text-align: center;
}
.modal .modal-content .modal-header .close {
  position: absolute;
  top: -25px;
  background: none;
  box-shadow: none;
  right: 40px;
  font-size: 30px;
  opacity: 1;
}
.modal .modal-content .modal-header .close > span {
  color: #fff;
}
body a {
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}
body a:focus {
  outline: none !important;
  box-shadow: none !important;
}
body a.btn-login {
  background: #186fda;
  padding: 6px 16px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}
body a.btn-login:hover {
  background: #398ff8;
  color: #fff;
}
body a.btn-login:focus {
  background: #1060c3;
}

.btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0.12) 0 1px 1px 0,
    rgba(60, 66, 87, 0.16) 0 0 0 1px, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0,
    rgba(60, 66, 87, 0.08) 0 2px 5px 0;
  border-radius: 3px;
  border: 0;
}

.btn-regular {
  padding: 14px 20px;
}

.btn-large {
  height: initial !important;
  padding: 18px 20px !important;
}

body a.btn-blue {
  background: #186fda;
  padding: 10px 16px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}
body a.btn-blue:hover {
  background: #398ff8;
  color: #fff;
}
body a.btn-blue:focus {
  background: #1060c3;
}
body a.btn-header {
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  padding: 7px 16px 8px;
  color: #fff;
  font-size: 14px;
  background: transparent;
  margin-left: 16px;
  font-weight: 600;
  box-shadow: none;
}
body a.btn-header:hover {
  background: rgba(24, 111, 218, 0.1);
  color: #fff;
}
body a.btn-header:focus {
  background: rgba(24, 111, 218, 0.15);
  border: 2px solid rgba(24, 111, 218, 0.15);
  color: #fff;
}
body a.btn-green {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 18px 20px;
  min-width: 218px;
  font-weight: 600;
  border: none;
  background: #29bf65;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
body a.btn-green:hover {
  color: #fff;
  background: #49d681;
}
body a.btn-green:focus {
  background: #2aa55b;
}
body a.btn-green-sm {
  background: #29bf65;
  padding: 10px 16px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
body a.btn-green-sm:hover {
  color: #fff;
  background: #49d681;
}
body a.btn-green-sm:focus {
  background: #2aa55b;
}
body * {
  font-family: 'Proxima Nova', sans-serif;
  color: #3e3e3e;
  font-weight: 600;
  line-height: 1.5;
}
body .pb-40 {
  padding-bottom: 40px !important;
}
body .mb-30 {
  margin-bottom: 30px !important;
}
body .mr-24 {
  margin-right: 24px;
}
body button {
  outline: none;
  cursor: pointer !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
}
body button:focus {
  outline: none;
  box-shadow: none !important;
}
body button.btn-green {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 18px 20px;
  min-width: 218px;
  font-weight: 600;
  border: none;
  background: #29bf65;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
body button.btn-green:hover {
  color: #fff;
  background: #49d681;
}
body button.btn-green:focus {
  background: #2aa55b;
}
body button.btn-light_green {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 18px 20px;
  font-weight: 600;
  min-width: 218px;
  border: none;
  background: #6cc06b;
  border-radius: 3px;
}
body button.btn-light_green:hover {
  color: #fff;
  background: #49d681;
}
body button.btn-light_green:focus {
  background: #2aa55b;
}
body button.btn-login {
  background: #186fda;
  padding: 6px 16px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}
body button.btn-login:hover {
  background: #398ff8;
  color: #fff;
}
body button.btn-login:focus {
  background: #1060c3;
}
body button.btn-blue {
  background: #186fda;
  padding: 10px 16px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}
body button.btn-blue:hover {
  background: #398ff8;
  color: #fff;
}
body button.btn-blue:focus {
  background: #1060c3;
}
body button.btn-light-white {
  background: rgba(255, 255, 255, 0.25);
  padding: 10px 16px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}
body button.btn-light-white:hover {
  background: #398ff8;
  color: #fff;
}
body button.btn-light-white:focus {
  background: #1060c3;
}
body button.btn-green-sm {
  background: #29bf65;
  padding: 10px 16px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}
body button.btn-green-sm:hover {
  color: #fff;
  background: #49d681;
}
body button.btn-green-sm:focus {
  background: #2aa55b;
}
body button.btn_no-border {
  padding: 12px 20px;
  font-size: 16px;
  background: transparent;
  color: #186fda;
  font-weight: 600;
}
body button.btn_no-border:hover {
  color: #186fda;
}
body button.btn-play {
  display: flex;
  padding: 0 !important;
  font-size: 16px;
  margin-left: 40px;
  background: transparent;
  font-weight: 600;
  display: flex;
  align-items: center;
  box-shadow: none;
}
body button.btn-play .arrow-play {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-right: 16px;
}
body button.btn-play > span {
  color: #fff;
}
body button.btn-play > span:hover {
  color: #fff;
}
body .btns {
  display: flex;
  width: 100%;
}
body .btns .btn-light-white {
  margin-left: 24px;
}
body.starting .language-select li {
  color: #fff !important;
}
body.starting .language-select li:not(.active) {
  color: #262626 !important;
}
body .language-select {
  display: inline-flex;
  flex-direction: column;
  color: #fff;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
}
body .language-select li {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: center;
  background: white;
  order: 2;
  min-height: 40px;
  color: #3e3e3e;
  padding: 0 10px;
  box-shadow: 0 1px 3px rgba(10, 55, 112, 0.2);
}
body .language-select li:hover {
  cursor: pointer;
  background-color: #f4f8fc;
}
body .language-select li.active {
  order: 1;
  pointer-events: none;
  background: transparent;
  color: #fff;
  padding: 0;
}
body .language-select li img {
  margin-right: 8px;
}
body .language-select.open {
  height: auto;
}
body header {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}
body header nav.navbar {
  padding: 24px 0;
}
body header nav.navbar ~ div {
  padding: 32px 0 0;
}
body header nav.navbar ~ div h1 {
  padding-bottom: 8px;
  color: #fff;
  line-height: 37px;
  font-size: 30px;
  font-weight: 600;
  text-shadow: 0 0 100px #000000;
}
body header nav.navbar ~ div p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  text-shadow: 0 0 100px #000000;
}
body header nav.navbar .navbar-brand {
  background: url(../img/logo.svg) no-repeat;
  display: block;
  height: 25px;
  width: 142px;
}
body header nav.navbar .navbar-toggler {
  outline: none;
  border: none;
  padding: 4px 9px 4px 12px;
  box-shadow: none;
}
body header nav.navbar .navbar-toggler .line {
  width: 22px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body header nav.navbar .navbar-toggler:hover {
  cursor: pointer;
}
body header nav.navbar .navbar-toggler.is-active .line:nth-child(2) {
  opacity: 0;
}
body header nav.navbar .navbar-toggler.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}
body header nav.navbar .navbar-toggler.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
}
body header nav.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 0 12px;
}
body header nav.navbar .navbar-nav .nav-item:first-of-type {
  display: none;
}
body header nav.navbar .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 0;
}
body header nav.navbar .navbar-nav .nav-item .header-lang-select {
  width: 73.56px;
  position: relative;
  height: 40px;
}

body .header-lang-select.hidden-select {
  display: none;
}

@media (min-width: 992px) {
  body header nav.navbar .navbar-nav .nav-item .language-select {
    margin-left: 24px;
  }
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item {
  padding: 8px;
  border-radius: 3px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item .dropdown_link i {
  color: #b0b9c2;
  font-size: 17.5px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item .dropdown_link > div {
  white-space: normal;
  margin-left: 16px;
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item .dropdown_link h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e3e3e;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item .dropdown_link p {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e3e3e;
  opacity: 0.65;
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item .dropdown_link:hover h4,
body header nav.navbar .navbar-nav .dropdown .dropdown-item .dropdown_link:hover i {
  color: #186fda;
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item:hover {
  background: rgba(24, 111, 218, 0.05);
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item.__beauty:hover {
  background: rgba(147, 151, 255, 0.05);
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item.__beauty:hover h4 {
  color: #9397ff;
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item.__health:hover {
  background: rgba(100, 191, 124, 0.05);
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item.__health:hover h4 {
  color: #64bf7c;
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item.__sport:hover {
  background: rgba(255, 85, 45, 0.05);
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item.__sport:hover h4 {
  color: #ff552d;
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item.__educat:hover {
  background: rgba(24, 111, 218, 0.05);
}
body header nav.navbar .navbar-nav .dropdown .dropdown-item.__educat:hover h4 {
  color: #186fda;
}
body header nav .navbar-brand img {
  width: 100%;
  max-width: 120px;
}
body header.navbar-show {
  background: #ffffff;
  height: 100%;
  overflow-y: auto;
}
body header.navbar-show nav.navbar .navbar-brand {
  background: url(../img/logo-blue.svg) no-repeat;
  display: block;
  height: 25px;
  width: 142px;
}
body header.navbar-show nav.navbar .navbar-toggler .line {
  background-color: #b0b9c2;
}
body header.navbar-show nav.navbar .navbar-nav .nav-item {
  display: block;
}
body header.navbar-show nav.navbar .navbar-nav .nav-item .nav-link {
  color: #3e3e3e;
  font-size: 18px;
}
body header.navbar-show nav.navbar .navbar-nav .nav-item .language-select li {
  color: #3e3e3e;
}
body header.navbar-show nav.navbar .btn-header {
  border: 2px solid rgba(24, 111, 218, 0.35);
  color: #186fda;
  margin: 24px 0;
  width: 100%;
}
body header.navbar-show nav.navbar .navbar-collapse .navbar-nav .nav-item {
  border-bottom: 1px solid #f0f0f0;
}
body header.navbar-show nav.navbar .navbar-collapse .navbar-nav .nav-item:first-of-type {
  display: flex;
}
body header.navbar-show nav.navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  display: none;
}
body header.navbar-show nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 8px;
  text-transform: none;
}
body header.navbar-show nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle:after {
  color: #b0b9c2;
}
body header.navbar-show nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle[aria-expanded='true'] {
  color: #186fda;
}
body header.navbar-show nav.navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle[aria-expanded='true']:after {
  transform: rotate(-180deg);
}
body header.navbar-show nav.navbar .navbar-collapse .navbar-nav .dropdown-menu {
  border: none;
}
body header.navbar-show nav.navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  padding: 12px 0;
}
body header.navbar-show nav.navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item .dropdown_link img {
  width: 48px;
  height: 48px;
}
body header.fixed-header {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(10, 55, 112, 0.05);
}
body header.fixed-header nav.navbar .navbar-brand {
  background: url(../img/logo-blue.svg) no-repeat;
  display: block;
  height: 25px;
  width: 142px;
}
body header.fixed-header nav.navbar .navbar-toggler .line {
  background-color: #b0b9c2;
}
body header.fixed-header nav.navbar .navbar-nav .nav-item .nav-link {
  color: #3e3e3e;
}
body header.fixed-header nav.navbar .navbar-nav .nav-item .language-select li {
  color: #3e3e3e;
}
body header.fixed-header nav.navbar .btn-header {
  border: 2px solid rgba(24, 111, 218, 0.35);
  color: #186fda;
}
body header.header-white {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(10, 55, 112, 0.05);
}
body header.header-white nav.navbar .navbar-brand {
  background: url(../img/logo-blue.svg) no-repeat;
  display: block;
  height: 25px;
  width: 142px;
}
body header.header-white nav.navbar .navbar-toggler .line {
  background-color: #b0b9c2;
}
body header.header-white nav.navbar .navbar-nav .nav-item .nav-link {
  color: #3e3e3e;
}
body header.header-white nav.navbar .navbar-nav .nav-item .language-select li {
  color: #3e3e3e;
}
body header.header-white nav.navbar .btn-header {
  border: 2px solid rgba(24, 111, 218, 0.35);
  color: #186fda;
}
body header.starting-header {
  position: relative;
  min-height: 257px;
  padding-bottom: 16px;
  background-image: url(../img/split-header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body header.starting-header h1 {
  font-size: 30px;
}

body header.starting-header h1 ~ p {
  font-size: 22px;
}

@media (min-width: 768px) {
  body header.starting-header {
    height: 272px;
  }
}

body header.starting-header nav.navbar {
  padding: 16px 0;
}
body header.starting-header nav.navbar .navbar-brand {
  background: url(../img/logo.svg) no-repeat;
  display: block;
  height: 25px;
  width: 142px;
}
@media (max-width: 576px) {
  body header.starting-header nav.navbar .navbar-brand {
    margin: 0;
    width: 122px;
    background-size: contain;
  }
}
@media (max-width: 375px) {
  body header.starting-header nav.navbar .navbar-brand {
    width: 112px;
  }
}
body header.starting-header nav.navbar .navbar-toggler {
  display: none;
}
@media (max-width: 375px) {
  body header.starting-header nav.navbar .navbar-nav .nav-item .header-lang-select {
    width: 63.56px;
  }
}
@media (min-width: 992px) {
  body header.starting-header nav.navbar .navbar-nav .nav-item .language-select {
    margin-left: 0px;
    margin-right: 24px;
  }
}
body header.starting-header nav.navbar .navbar-nav .nav-item .language-select li {
  color: #3e3e3e;
}
@media (max-width: 576px) {
  body header.starting-header nav.navbar .navbar-nav .nav-item .btn-blue {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  body header.starting-header nav.navbar .navbar-nav .nav-item .btn-blue {
    padding: 6px 10px;
  }
}
@media (max-width: 375px) {
  body header.starting-header nav.navbar .navbar-nav .nav-item .btn-blue {
    padding: 6px 4px;
  }
}
body .starting-footer {
  width: 100%;
}
body footer .footer {
  position: relative;
  z-index: 1;
  background: #1c2c3f;
  padding: 64px 20px;
}
body footer .footer h4 {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 8px;
  text-transform: uppercase;
}
body footer .footer a,
body footer .footer p {
  display: block;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.65;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 8px;
}
body footer .footer .footerItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body footer .footer .footer-item > p {
  margin-bottom: 16px;
}
body footer .footer .footer-item.socials-item a {
  margin-right: 16px;
}
body .modal-backdrop.show {
  opacity: 0.8;
  background-color: #0c0b0b;
}
body.starting {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100%;
}
body.starting footer .footer {
  background: #1c2c3f;
}
body.starting footer .footer a,
body.starting footer .footer p,
body.starting footer .footer h4 {
  color: #fff;
  opacity: 0.65;
}
body main .image_440 {
  min-height: 441px;
  height: 100%;
}
body main .image_440 img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
body main .image_500 {
  min-height: 556px;
  height: 100%;
}
body main .image_500 img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
body main .image_400 {
  min-height: 403px;
  height: 100%;
  position: relative;
}
body main .image_400 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 3px;
}
body main .image_400 .interface {
  position: absolute;
  width: 50%;
}
body main .image_300 {
  min-height: 303px;
  height: 100%;
}
body main .image_300 img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
body main.starting-page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
body main.starting-page section {
  padding: 32px 30px;
}
body main.starting-page section,
body main.starting-page .container,
body main.starting-page .row {
  height: 100%;
}
body main section {
  padding: 120px 30px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
body main section:last-child {
  border: 0;
}
body main section h2 {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3e3e3e;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  text-align: left;
}
body main section h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
body main section p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
body main section a.more {
  color: #186fda;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 8px;
  text-align: left;
  display: flex;
  align-items: center;
}
body main section a.more i {
  color: #186fda;
  font-size: 18px;
  margin-left: 8px;
}
body main section a.more:hover {
  text-decoration: none;
}
body main section a.more span {
  color: #186fda;
}
body main section a:hover {
  text-decoration: none;
}
body main section .frame {
  background: #fff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 28px;
}
body main section .frame > div {
  border: 3px solid rgba(163, 163, 163, 0.15);
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
body main section .frame > div img {
  width: 100%;
}

body main section.all-head {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  padding: 0;
}

body main section.all-head .bg {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-end;
  padding: 40px 40px 0;
  border-radius: 3px;
}

body main section.all-head .bg .background {
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-self: flex-end;
}
body main section.all-head .bg .background img {
  width: 270px;
  height: 308px;
  transition: transform ease 0.2s;
  box-shadow: 0 15px 65px 0 rgba(0, 0, 0, 0.06);
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
}

body main section.all-head .bg:hover img {
  transition: transform ease 0.2s;
  transform: scale(1.04);
}
body main section.all-head .bg .arrow {
  min-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
body main section.all-head .bg .arrow:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  body main section.all-head .bg .arrow {
    min-width: 32px;
    width: 32px;
    height: 32px;
  }
}
body main section.all-head .bg.for-all {
  position: relative;
}
body main section.all-head .bg.for-all .background {
  width: 100%;
  height: 308px;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: flex-start;
}
body main section.all-head .bg.for-all .arrow {
  background: #186fda;
}
body main section.all-head .bg.for-all .arrow i {
  color: #fff;
}
body main section.all-head .bg.for-business {
  position: relative;
}
body main section.all-head .bg.for-all > .d-flex {
  position: relative;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}
body main section.all-head .bg.for-business .background {
  width: 100%;
  height: 308px;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: flex-start;
}
body main section.all-head .bg.for-business > .d-flex {
  position: relative;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}
@media (max-width: 576px) {
  body main section.all-head .bg.for-business > .d-flex {
    align-items: baseline;
  }
}
body main section.all-head .bg.for-business > .d-flex > p {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 14px;
}
body main section.all-head .bg.for-business .arrow {
  background: #fff;
}
body main section.all-head .bg.for-business .arrow i {
  color: #186fda;
}
body main section.all-head .bg h2 {
  margin-bottom: 8px;
  color: #262626;
  opacity: 0.69;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
body main section.all-head .bg p {
  font-size: 24px;
  font-weight: 600;
  color: #262626;
  width: 400px;
}
body main section.head {
  border: 0;
  padding: 140px 20px 140px;
  background-size: cover !important;
}
body main section.head h1 {
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 32px;
  display: block;
  width: 100%;
  text-align: left;
  max-width: 600px;
}
body main section.head h1 a {
  color: #fff;
}
body main section.head p {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 32px;
}
body main section.head button {
  padding: 14px 20px;
  font-size: 18px;
}
body main section.for_whom h2 ~ p {
  opacity: 0.65;
  margin-bottom: 0;
}
body main section.for_whom p {
  font-size: 16px;
  color: #3e3e3e;
  margin-bottom: 32px;
}
body main section.for_whom h3 {
  color: #3e3e3e;
  margin-bottom: 24px;
}
body main section.for_whom .row > div:nth-child(2) p {
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
  padding: 16px 0;
}
body main section.for_whom .mobile-info {
  display: none;
}
body main section.for_whom .mobile-info .nav-tabs {
  background: #f5f5f5;
  border-radius: 0px 3px 3px 0px;
  border: 0;
  margin-bottom: 40px;
}
body main section.for_whom .mobile-info .nav-tabs .nav-item {
  flex-grow: 1;
}
body main section.for_whom .mobile-info .nav-tabs .nav-item .nav-link {
  font-size: 13px;
  opacity: 0.65;
  text-align: center;
}
body main section.for_whom .mobile-info .nav-tabs .nav-item .nav-link.active {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(10, 55, 112, 0.05);
  border-radius: 3px 0px 0px 3px;
  color: #186fda;
  opacity: 1;
}
body main section.for_whom .mobile-info p {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
body main section.for_whomBodywell h2 {
  margin-bottom: 64px;
}
body main section.for_whomBodywell h3,
body main section.for_whomBodywell p {
  margin-bottom: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
body main section.for_whomBodywell h3 > a,
body main section.for_whomBodywell p > a {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
body main section.for_whomBodywell p {
  font-size: 16px;
}
body main section.for_whomBodywell .for > a {
  border-radius: 3px;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
body main section.for_whomBodywell .for > a img {
  width: 100%;
  height: 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body main section.for_whomBodywell .for > a:hover > img {
  transform: translate(0%, 0%) scale(1.2);
}
body main section.for_whomBodywell .for > img {
  width: 100%;
}
body main section.for_whomBodywell .for.beauty h3 > a:hover {
  color: #9397ff;
}
body main section.for_whomBodywell .for.health h3 > a:hover {
  color: #64bf7c;
}
body main section.for_whomBodywell .for.sport h3 > a:hover {
  color: #ff552d;
}
body main section.for_whomBodywell .for.education h3 > a:hover {
  color: #186fda;
}
body main section.how_works {
  overflow: hidden;
}
body main section.how_works h2 {
  margin-bottom: 105px;
}
body main section.how_works img {
  max-width: 88px;
  margin-bottom: 32px;
}
body main section.how_works .slider-iphonex {
  width: 534.05px;
  height: 650px;
  position: absolute;
  top: -100px;
}
body main section.how_works .slider-iphonex img {
  width: 100%;
  max-width: 100%;
}
body main section.how_works .slick-dots li button {
  box-shadow: none;
}
body main section.how_works .slick-dots li button::before {
  font-size: 26px;
  opacity: 1;
  color: #c4c4c4;
}
body main section.how_works .slick-dots li.slick-active button {
  box-shadow: none;
}
body main section.how_works .slick-dots li.slick-active button::before {
  color: #186fda;
}
body main section.problems {
  border: 0;
}
body main section.problems ul {
  list-style: none;
}
body main section.problems ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
body main section.problems ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline;
  background: #3e3e3e;
  position: absolute;
  top: 10px;
  left: 0px;
}
body main section.problems ul li span {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #3e3e3e;
  display: block;
}
body main section.problems .row {
  margin-bottom: 64px;
}
body main section.problems h3 {
  color: #3e3e3e;
  margin-bottom: 16px;
}
body main section.problems p {
  color: #3e3e3e;
  margin-bottom: 16px;
}
body main section.problems .probl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.problems .probl-item div a {
  font-weight: 400;
}
body main section.problems .probl-item div a i {
  margin-right: 8px;
  margin-left: 0;
}
body main section.problems .probl-item div > div {
  display: flex;
}
body main section.problems .probl-item div > div a {
  margin-right: 40px;
}
body main section.how_work {
  border: 0;
  padding: 0;
}
body main section.how_work .video {
  display: none;
  min-height: 550px;
  height: 100%;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
body main section.how_work .video .play {
  background: rgba(0, 0, 0, 0.65);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
body main section.how_work h2 {
  margin-bottom: 64px;
  display: none;
}
body main section.how_work .how_work-text {
  padding: 180px 30px 165px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-position-x: center;
  background-image: url(../img/cta-bg.jpg);
  background-repeat: no-repeat;
}
body main section.how_work .how_work-text h3 {
  color: #fff;
  margin-bottom: 16px;
}
body main section.how_work .how_work-text p {
  color: #fff;
  margin-bottom: 16px;
}
body main section.how_work .how_work-text button {
  font-size: 16px;
  padding: 12px 20px;
}
body main section.advantages h2 {
  margin-bottom: 64px;
}
body main section.advantages img {
  margin-right: 77px;
}
body main section.advantages .advantagess {
  display: flex;
  align-items: center;
}
body main section.capability {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
body main section.capability .capab_mob {
  display: none;
}
body main section.capability .sliding_section .slide-item div > img {
  width: 40px;
}
body main section.capability h3 {
  margin-bottom: 24px;
}
body main section.capability p {
  margin-bottom: 24px;
}
body main section.capability button {
  padding: 12px 20px;
  font-size: 16px;
}
body main section.capability button:nth-child(1) {
  margin-right: 20px;
}
body main section.capability hr {
  margin: 120px 0;
  border-top: 1px solid #f0f0f0;
}
body main section.rates {
  border: 0;
  padding-top: 0;
}
body main section.rates h2 {
  margin-bottom: 64px;
}
body main section.rates .more {
  margin: 24px auto 0;
}
body main section.rates .card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(10, 55, 112, 0.05);
  border-radius: 3px;
  padding: 40px;
  justify-content: space-between;
}
body main section.rates .card div:first-of-type {
  position: relative;
  z-index: 1;
}
body main section.rates .card img {
  margin: 0 auto 24px;
  display: block;
}
body main section.rates .card h3 {
  margin-bottom: 8px;
  font-weight: 600;
}
body main section.rates .card h3 + p {
  opacity: 0.65;
}
body main section.rates .card p {
  font-size: 16px;
  margin-bottom: 16px;
  flex-grow: 1;
}
body main section.rates .card p.price {
  display: flex;
  justify-content: center;
  flex-grow: 0;
  white-space: nowrap;
  margin-bottom: 57px;
  color: #186fda;
  font-size: 24px;
  font-weight: 600;

  /*margin-bottom: 8px;
  color: rgba(65,65,65,0.65);
  text-decoration: line-through;
  text-decoration-color: rgba(65,65,65,0.65);*/
}
body main section.rates .card p.price span {
  color: #186fda;
}
body main section.rates .card p.price-free {
  margin-bottom: 57px;
  color: #186fda;
  font-size: 16px;
  font-weight: 600;
}
body main section.rates .card .list {
  padding-left: 15px;
  margin-bottom: 56px;
}
body main section.rates .card .list p {
  font-size: 15px;
  margin-bottom: 24px;
}
body main section.rates .card .list p::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../img/checkmark.svg) no-repeat;
  margin-right: 7px;
}
body main section.rates .card .list p:last-child {
  color: #3e3e3e;
  opacity: 0.65;
}
body main section.rates .card .list p:last-child::before {
  display: none;
}
body main section.rates .card .list p:last-child.line-through {
  /*text-decoration: line-through;*/
  color: #3e3e3e;
  opacity: 0.65;
}
/*body main section.rates .card .list p:last-child.line-through::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../img/checkmarkgrey.svg) no-repeat;
  margin-right: 7px;
}*/
body main section.rates.rates-to-page {
  padding-top: 64px;
}
body main section.rates.rates-to-page .trial-description-desktop {
  display: none;
}
body.ru main section.rates.rates-to-page .trial-description-desktop {
  padding-top: 16px;
  display: block;
}
body main section.rates.rates-to-page .trial-description-desktop {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */

  color: #3e3e3e;
}
body main section.rates.rates-to-page .trial-block {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f7fd;
  border: 1px solid #dce9fa;
  border-radius: 3px;
}
body main section.rates.rates-to-page .trial-block i {
  margin-right: 16px;
  width: 18px;
  height: 27px;
  background-image: url(../img/trial-fire@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body main section.rates.rates-to-page .trial-block-wrapper {
  padding-bottom: 32px;
}
body main section.rates.rates-to-page .card {
  padding: 24px;
}
body main section.rates.rates-to-page .card > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body main section.rates.rates-to-page .card h3 {
  font-size: 18px;
}
body main section.rates.rates-to-page .card p {
  font-size: 15px;
}
body main section .card p.price-delayed {
  margin-top: auto;
  margin-bottom: 0;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */

  text-align: center;
  text-decoration-line: line-through;

  color: #3e3e3e;

  opacity: 0.75;
}
body main section.rates.rates-to-page .card p.price {
  font-size: 24px;
  margin-bottom: 8px;
}
body.ru main section.rates.rates-to-page .card p.price {
  font-size: 24px;
  margin-bottom: 16px;
}
body main section.rates.rates-to-page .card p.price-offer {
  text-align: center;
  color: #3e3e3e;
  opacity: 0.65;
}
/* body.ru main section.rates.rates-to-page .card p.price-offer {
  display: none;
} */
body main section.rates.rates-to-page .card .btn-green-sm {
  max-width: 167px;
  margin: auto;
  font-size: 15px;
}
body main section.rates.rates-to-page .improvised-table {
  margin-top: 57px;
}
body main section.rates.rates-to-page .improvised-table .row {
  border-bottom: 1px solid #f0f0f0;
}
body main section.rates.rates-to-page .improvised-table .row p {
  font-size: 16px;
  text-align: left;
}
body main section.rates.rates-to-page .improvised-table .row p > i {
  color: #186fda;
}
body main section.rates.rates-to-page .improvised-table .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
body main section.rates.rates-to-page .improvised-table .row > div:nth-of-type(1) {
  justify-content: flex-start;
}
body main section.rates.rates-to-page .improvised-table .row:nth-of-type(even) {
  background: #fcfcfc;
}
body main section.rates.rates-to-page .tab-content {
  display: none;
}
body main section.rates.rates-to-page .tab-content h2 {
  font-size: 24px;
  margin-bottom: 0 !important;
}
body main section.rates.rates-to-page .tab-content h2 ~ span {
  color: #186fda;
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
body main section.rates.rates-to-page .tab-content p {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
body main section.rates.rates-to-page .tab-content p i {
  color: #186fda;
}
body main section.rates.rates-to-page .nav-tabs {
  display: none;
  background: #fff;
  border-radius: 0px 3px 3px 0px;
  border: 0;
}
body main section.rates.rates-to-page .nav-tabs .nav-item {
  flex-grow: 1;
}
body main section.rates.rates-to-page .nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 8px 0;
}
body main section.rates.rates-to-page .nav-tabs .nav-item .nav-link.active .card {
  border: 2px solid rgba(24, 111, 218, 0.65);
}
body main section.rates.rates-to-page .nav-tabs .card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
body main section.rates.rates-to-page .nav-tabs .card img {
  z-index: 1;
  margin-right: 16px;
}
body main section.beforeFooter {
  background: url(../img/beforefooter.jpg) no-repeat center;
  padding: 63px 15px;
  background-size: cover;
}
body main section.beforeFooter h3 {
  margin-bottom: 8px;
  color: #fff;
}
body main section.beforeFooter p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 8px;
}
body main section.beforeFooter button {
  font-size: 16px;
  padding: 12px 20px;
}
body main section.beforeFooter button.btn-green {
  min-width: 167px;
}
body main section.beforeFooter button.btn-play .arrow-play {
  width: 48px;
  height: 48px;
  min-width: 48px;
}
body main.home .head {
  padding: 135px 20px 176px;
  background: #f4f7fa;
  /*background: url(../img/KeyScreen.jpg) no-repeat;
  background-size: cover;*/
}
body main.home .head h1 {
  margin-bottom: 16px;
  max-width: 600px;
  color: #3e3e3e;
}
body main.home .head p {
  color: #3e3e3e;
  max-width: 560px;
}
body main.home .head img {
  position: absolute;
  bottom: -176px;
  left: calc(100% - 176px);
  width: 120%;
}
body main.home .how_work .how_work-text {
  background-image: url(../img/cta-bg.jpg);
  background-repeat: no-repeat;
}
body main.home .problems h3,
body main.home .problems p {
  color: #3e3e3e;
}
body main.home .problems .__1 .right {
  right: -12%;
  top: -10%;
}
body main.home .problems .__1 .left {
  bottom: -19%;
  left: -14%;
  width: 55%;
}
body main.home .problems .__2 .left {
  top: -10%;
  left: -12%;
}
body main.home .problems .__3 .left {
  top: 12%;
  left: -13%;
  width: 58%;
}
body main.home .problems .__4 .right {
  right: -10%;
  top: -12%;
  width: 55%;
}
body main.home .problems .__4 .left {
  bottom: -20%;
  left: -10%;
}
body main.home .problems .__5 .right {
  bottom: -31%;
  right: -9%;
  width: 65%;
}
body main.home .problems .__5 .left {
  top: -12%;
  left: -12%;
  width: 45%;
}
body main.education .head {
  background: url(../img/Education-bg.jpg) no-repeat center;
  background-size: cover;
}
body main.education .problems .__1 .left {
  top: -12%;
  left: -14.5%;
  width: 100%;
}
body main.education .problems .__1 .left-2 {
  top: 12%;
  left: -12.5%;
}
body main.education .problems .__2 .left {
  bottom: -20%;
  left: -10%;
  width: 61%;
}
body main.education .problems .__3 .left {
  top: -12%;
  left: -12%;
}
body main.education .problems .__3 .left-2 {
  top: 10%;
  left: -12%;
}
body main.education .problems .__3 .left-3 {
  top: 32%;
  left: -12%;
}
body main.education .problems .__4 .right {
  top: -12%;
  right: -14%;
}
body main.education .problems .__5 .left {
  top: 2%;
  left: -12%;
  width: 60%;
}
body main.education .problems .__6 .right {
  top: -12%;
  right: -13%;
  width: 56%;
}
body main.education .problems .__6 .right-2 {
  right: -13%;
  bottom: -30%;
  width: 58%;
}
body main.sport .head {
  background: url(../img/Sport-bg.jpg) no-repeat center;
  background-size: cover;
}
body main.sport .problems .__1 .left {
  top: -12%;
  left: -13%;
  width: 55%;
}
body main.sport .problems .__1 .left-2 {
  top: 7%;
  left: -13%;
  width: 55%;
}
body main.sport .problems .__2 .right {
  top: -12%;
  right: -13%;
  width: 90%;
}
body main.sport .problems .__2 .right-2 {
  top: 12%;
  right: -14%;
  width: 67%;
}
body main.sport .problems .__3 .left {
  bottom: -23%;
  left: -10%;
  width: 60%;
}
body main.sport .problems .__4 .left {
  top: -12%;
  right: -13%;
}
body main.sport .problems .__4 .right {
  bottom: -20%;
  left: -10%;
  width: 65%;
}
body main.sport .problems .__5 .left {
  top: -12%;
  left: -12%;
  width: 56%;
}
body main.sport .problems .__5 .right {
  right: -12%;
  bottom: -31%;
  width: 58%;
}
body main.health .head {
  background: url(../img/Health-bg.jpg) no-repeat center;
  background-size: cover;
}
body main.health .problems .__1 .left {
  top: -12%;
  left: -13%;
  width: 55%;
}
body main.health .problems .__1 .left-2 {
  top: 7%;
  left: -13%;
  width: 55%;
}
body main.health .problems .__2 .right {
  top: -12%;
  right: -13%;
  width: 90%;
}
body main.health .problems .__2 .right-2 {
  top: 12%;
  right: -14%;
  width: 67%;
}
body main.health .problems .__3 .left {
  bottom: -20%;
  left: -13%;
  width: 60%;
}
body main.health .problems .__4 .left {
  top: -10%;
  left: -12%;
}
body main.health .problems .__5 .left {
  top: -3%;
  left: -14%;
  width: 62%;
}
body main.health .problems .__5 .left .inside_left {
  width: 18%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
}
body main.health .problems .__6 .left {
  top: -12%;
  left: -13%;
  width: 56%;
}
body main.health .problems .__6 .right {
  right: -14%;
  bottom: -8%;
  width: 60%;
}
body main.health .problems .__6 .right-2 {
  right: -14%;
  bottom: -30%;
  width: 60%;
}
body main.beauty .head {
  background: url(../img/Beauty-bg.jpg) no-repeat center;
  background-size: cover;
}
body main.beauty .problems .__1 .right {
  right: -12%;
  top: -10%;
}
body main.beauty .problems .__1 .left {
  bottom: -19%;
  left: -14%;
  width: 55%;
}
body main.beauty .problems .__2 .left {
  top: -10%;
  left: -12%;
}
body main.beauty .problems .__3 .left {
  top: -4%;
  left: -13%;
  width: 58%;
}
body main.beauty .problems .__4 .right {
  right: -14%;
  bottom: -7%;
  width: 60%;
}
body main.beauty .problems .__4 .right-2 {
  right: -14%;
  bottom: -30%;
  width: 60%;
}
body main.beauty .problems .__4 .left {
  top: -13%;
  left: -14%;
}
body main.beauty .problems .__5 .left {
  bottom: -30%;
  left: -13%;
  width: 55%;
}
body main.module .image_400 {
  border-radius: 10px;
  overflow: hidden;
}
body main.module .image_400 img {
  object-fit: inherit;
}
body main.module .head {
  padding: 216px 20px 0px;
  background-position-x: center !important;
}
body main.module .head h1 {
  margin-bottom: 8px;
  font-weight: 600;
}
body main.module .head p {
  margin-bottom: 46px;
}
body main.module .head .desktop_image {
  margin-top: -30px;
  z-index: 1;
}
body main.module .head .desktop_image .frame > div {
  height: 410.48px;
  display: flex;
  justify-content: center;
}
body main.module .head a span,
body main.module .head a i {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
body main.module .problems {
  margin-top: -50px;
  background-color: #fff;
}
body main.module .problems h3 {
  color: #3e3e3e;
  font-weight: 400;
}
body main.module .problems h3 span {
  font-weight: 400;
}
body main.module .problems a {
  color: #186fda;
  font-weight: 400;
}
body main.module .problems a ~ span {
  opacity: 0.65;
}
body main.module .problems p span {
  font-weight: 400;
}
body main.module .problems .probl-item > div {
  padding: 0 75px;
}
body main.module .how_work .how_work-text {
  background-image: url(../img/cta-bg.jpg);
  background-repeat: no-repeat;
}
body main.module.desktop .head {
  background: url(../img/modules-bg/frontdesk.jpg) no-repeat;
}
body main.module.calendar .head {
  background: url(../img/modules-bg/calendar.jpg) no-repeat;
}
body main.module.finance .head {
  background: url(../img/modules-bg/finance.jpg) no-repeat;
}
body main.module.reports .head {
  background: url(../img/modules-bg/reports.jpg) no-repeat;
}
body main.module.staff .head {
  background: url(../img/modules-bg/staff.jpg) no-repeat;
}
body main.module.clients .head {
  background: url(../img/modules-bg/clients.jpg) no-repeat;
}
body main.module.lessons .head {
  background: url(../img/modules-bg/classes-pass.jpg) no-repeat;
}
body main.module.catalog .head {
  background: url(../img/modules-bg/catalog-online.jpg) no-repeat;
}
body main.module.catalog .head h1 > span {
  display: flex;
  flex-direction: column;
}
body main.module.catalog .head h1 > span span {
  color: #fff;
}
body main.module.catalog .head p {
  margin-bottom: 16px;
}
body main.rates-page .head {
  background: url(../img/rates-page-bg.jpg) no-repeat;
  padding: 120px 20px 40px;
}
body main.rates-page .head h1 {
  margin-bottom: 8px;
  font-weight: 600;
}
body main.rates-page .head p {
  margin-bottom: 46px;
}

body main.about-us .head {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fcfcfc;
}
body main.about-us .head * {
  color: #3e3e3e;
}

body main.about-us .link {
  color: #186fda;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid #186fda;
}

body main.about-us .head p {
  margin-bottom: 0;
}
body main.about-us .head h1 {
  margin-bottom: 24px;
}

body main.about-us team {
}

body main.contacts .head {
  padding: 120px 30px 8px;
  border-bottom: 1px solid #f0f0f0;
}

body main.contacts .head h1 {
  color: #3e3e3e;
}
body main.contacts .contact_form {
  padding-top: 64px;
}
body main.contacts .contact_form p {
  margin-bottom: 24px;
}
body main.contacts .contact_form form {
  border-top: 1px solid #f5f5f5;
  padding-top: 25px;
}
body main.contacts .contact_form form .form-group {
  margin-bottom: 24px;
}
body main.contacts .contact_form form .form-group input {
  width: 100%;
}
body main.contacts .contact_form form .form-group input.input-form {
  background: #ffffff;
  border: 2px solid #d7dee5;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #3e3e3e;
  position: relative;
}
body main.contacts .contact_form form .form-group input.input-form.email {
  background: url(../img/email.svg) no-repeat 16px center;
  padding-left: 46px;
}
body main.contacts .contact_form form .form-group input:focus {
  outline: none;
}
body main.contacts .contact_form form .form-group input::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.65;
}
body main.contacts .contact_form form .form-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.65;
}
body main.contacts .contact_form form .form-group input::placeholder {
  opacity: 0.65;
}
body main.contacts .contact_form form .form-group textarea {
  background: #ffffff;
  border: 2px solid #d7dee5;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #3e3e3e;
  width: 100%;
  resize: none;
}
body main.contacts .contact_form form .form-group textarea:focus {
  outline: none;
}
body main.contacts .contact_form form .form-group textarea::-webkit-textarea-placeholder {
  /* Edge */
  opacity: 0.65;
}
body main.contacts .contact_form form .form-group textarea:-ms-textarea-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.65;
}
body main.contacts .contact_form form .form-group textarea::placeholder {
  opacity: 0.65;
}
body main.contacts .contact_form form .form-group span {
  font-size: 14px;
  line-height: 1.5;
  color: #3e3e3e;
  margin-bottom: 24px;
  opacity: 0.65;
  display: block;
}
body main.contacts .contact_form form .form-group button {
  width: 100%;
}
body main.contacts .contact_form .links h4 {
  color: #3e3e3e;
  opacity: 0.65;
  font-size: 16px;
  margin-bottom: 8px;
}
body main.contacts .contact_form .links h4 > i {
  color: #b0b9c2;
}
body main.contacts .contact_form .links a {
  color: #186fda;
  font-size: 24px;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid #186fda;
}
body main.contacts .contact_form .links > div {
  max-width: 300px;
  margin: 0 auto 32px;
}
body main.contacts .contact_form .links > div p {
  margin-bottom: 8px;
}
body main.contacts .contact_form .links .social > div {
  margin-bottom: 24px;
}
body main.contacts .contact_form .links .social > div a {
  border: 0;
  margin-right: 32px;
}
body main.contacts .contact_form .links .social > div a:last-child {
  margin-right: 0;
}
body main.documents .head {
  padding: 120px 30px 8px;
  border-bottom: 1px solid #f0f0f0;
}
body main.documents .head h1 {
  color: #3e3e3e;
}
body main.documents .document {
  padding-top: 64px;
}
body main.documents .document .row > div {
  margin-bottom: 40px;
}
body main.documents .document p {
  margin-bottom: 20px;
}
body main.documents .document p span {
  font-weight: normal;
}
body main.documents .document .bold-text {
  font-weight: 600;
}
body main.documents .document a {
  color: #186fda;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
body main.documents .document ol {
  list-style: inside;
  list-style-type: decimal;
}
body main.documents .document ol li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 20px;
}
body main.documents .document ol li span {
  font-weight: normal;
}
body main.documents .document ul {
  padding-left: 20px;
  list-style: inside;
  list-style-type: circle;
}

body .site-loader {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #186fda;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 100;
}

.icon-new-year-tree {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/xmas-tree@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.new-year {
  width: 100%;
  padding-bottom: 24px;
  align-items: center;
}

.new-year div:last-of-type {
  font-size: 18px;
  line-height: 100%;
}

.new-year-discount {
  padding-bottom: 2px;
  width: 100%;
  color: #e94545;
  line-height: 100%;

  font-size: 40px;
  font-weight: 800;
}

@media (min-width: 992px) {
  .new-year {
    max-width: 206px;
    padding-bottom: 0;
  }

  .icon-new-year-tree {
    width: 40px;
    height: 40px;
  }

  div:last-of-type {
    line-height: 120%;
  }

  .new-year-discount {
    font-size: 64px;
  }
}

.new-year i {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .bg-new-year-snow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 121px;
    background-image: url(../img/desktop-tariff-bg@2x.png);
    background-position: top;
    background-size: 30%;
  }
}

@media (min-width: 992px) {
  .bg-new-year-snow {
    background-image: url(../img/desktop-tariff-bg@2x.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
  }
}

.bg-new-year-snow-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 121px;
  background-image: url(../img/mobile-tariff-bg@2x.png);
  background-position: center;
  background-size: 100%;
}

@media (min-width: 500px) {
  .bg-new-year-snow-mobile {
    background-size: 60%;
  }
}

.notification {
  margin-right: auto;
  margin-left: auto;
  padding: 8px 16px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: linear-gradient(90deg, #2593f9 0%, #006ae6 100%);
  cursor: pointer;
}

.notification > div:first-of-type {
  display: flex;
  flex-shrink: 0;
}

.notification span {
  color: #fff;
}

.notification-flag {
  width: 24px;
  height: 24px;
}

.notification-link {
  font-weight: 400;
  text-decoration: underline;
}

.ukraine-flag {
  margin-right: 8px;
  background-image: url(../img/ukr-flag.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.modal-header {
  height: 160px;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-image: url(../img/ukr-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-header div {
  color: #fff;
}

.modal-body {
  padding: 32px;
}

.modal-body * {
  font-weight: 400;
}

.btn-white {
  position: relative;
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
  background-color: #fff;
  border-radius: 3px;
  padding-right: 16px;
  padding-left: 16px;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.1s;
}

.btn-white:hover {
  background-color: rgb(237, 239, 235);
  transition: 0.1s linear;
}

.modal-ukraine .button-wrapper {
  margin-top: 16px;
  padding-top: 24px;
  width: 100%;
  border-top: 1px solid #f0f0f0;
}
.modal-ukraine button {
  width: 100%;
}

.modal-flag {
  width: 48px;
  height: 48px;
}

.modal-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  background: rgba(29, 45, 68, 0.25);
}

.modal-overlay::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.modal-content {
  position: relative;
  margin-bottom: 48px;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 32px);
  max-width: 550px;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  background: rgb(255, 255, 255);
  border: 0;
  border-radius: 4px;
  outline: none;
}

.modal-content .link {
  position: relative;
  font-weight: 600;
  color: #186fda;
}

.modal-content .link:hover {
  text-decoration: none;
}

.modal-content .link::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #186fda;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .modal-content {
    margin-bottom: 0;
    width: initial;
  }
}

.modal-hide {
  display: none;
}

.team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.team__card {
  padding-bottom: 24px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 5px 20px rgba(10, 55, 112, 0.05);
  border-radius: 3px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .team__card {
    width: calc(100% / 2 - 22.5px);
  }
}

@media (min-width: 992px) {
  .team__card {
    width: calc(100% / 4 - 22.5px);
  }
}

.team__card img {
  width: 100%;
  height: auto;
}

.team__info {
  padding: 24px;
}

.team__name {
  max-width: 150px;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}

.team__position {
  font-weight: 600;
  color: #186fda;
}

.team__country {
  padding-bottom: 16px;
}

.team__desc {
  font-weight: 400;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 150%;
}

.team__link a {
  display: flex;
  align-items: center;
  color: #186fda;
  font-weight: 400;
}
.team__link object {
  padding-bottom: 4px;
  margin-right: 8px;
}

.about-us__team-wrapper {
  padding-top: 40px;
}

.about-us__team-wrapper h2 {
  padding-bottom: 24px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .about-us__team-wrapper {
    padding-top: 80px;
  }
  
  .about-us__team-wrapper h2 {
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .cookie-footer-notification {
    flex-direction: column;
  }

  .notification-controls {
    margin-left: 0;
    padding-top: 16px;
  }

  body .cookie-modal-settings {
    width: auto;
    max-width: 100%;
    min-width: auto;
    left: 0;
    top: 0;
    transform: none;
    max-height: 100%;
    margin: 18px;
    height: 95%;
  }
}

.cookie-footer-notification {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 101;
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.cookie-footer-notification .notification-text {
  display: flex;
  flex-direction: column;
}

.cookie-footer-notification .notification-text b {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.cookie-footer-notification .notification-text b img {
  padding-right: 8px;
}

.cookie-footer-notification .notification-text span {
  font-size: 15px;
}

.cookie-footer-notification .notification-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 16px;
}

.cookie-footer-notification .notification-controls button {
  text-wrap: nowrap;
}

.cookie-footer-notification .notification-controls .btn-login {
  padding: 9px 16px !important;
}

.cookie-footer-notification .notification-controls button:not(:last-child) {
  margin-right: 16px;
}

.cookie-modal-settings {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 95;
  background-color: #ffffff;
  max-width: 600px;
  min-width: 600px;
  left: 50%;
  top: 5%;
  transform: translate(-50%, 0%);
  max-height: 80%;
  border-radius: 3px;
}

.cookie-modal-settings .cookie-modal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding: 17px 24px 17px 24px;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}

.cookie-modal-settings .cookie-modal-header .close-button {
  cursor: pointer;
}

.cookie-modal-settings .cookie-modal-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: auto;
  padding: 24px;
}

.cookie-modal-settings .cookie-modal-body .section {
  padding: 24px 0 24px 0;
  margin: 0 24px 0 24px;
  font-size: 13px;
}

.cookie-modal-settings .cookie-modal-body .section .section-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 8px;
}

.cookie-modal-settings .cookie-modal-body .section .section-title .flex {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cookie-modal-settings .cookie-modal-body .section .section-title b {
  font-weight: 600;
  font-size: 18px;
}

.cookie-modal-settings .cookie-modal-body .section .section-title .circle-btn {
  margin-right: 8px;
}

.cookie-modal-settings .cookie-modal-body .section .section-body {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.cookie-modal-settings .cookie-modal-body .section .section-body .section-body-details {
  margin-top: 8px;
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 3px;
}

.cookie-modal-settings .cookie-modal-body .section .section-body .section-body-details .item div {
  display: flex;
  flex-direction: row;
  padding-bottom: 8px;
}

.cookie-modal-settings .cookie-modal-body .section .section-body .section-body-details .item b {
  font-size: 13px;
  min-width: 120px;
}

.cookie-modal-settings .cookie-modal-body .section .section-body .section-body-details span {
  font-size: 13px;
}

.cookie-modal-settings .cookie-modal-body .section .section-body .section-body-details .item{
  padding-bottom: 8px;
  border-bottom: 1px solid #2e2e2e1f;
  margin-bottom: 8px;
}

.cookie-modal-settings .cookie-modal-body .section .section-body .section-body-details .item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cookie-modal-settings .cookie-modal-body .section .circle-btn {
  border-radius: 33px;
  border: 1px solid #b0b9c2;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cookie-modal-settings .cookie-modal-body .section .circle-btn img {
  transform: rotate(-90deg);
  filter: brightness(0.24);
  transition: transform 0.1s;
}

.cookie-modal-settings .cookie-modal-body .section .circle-btn.active {
  background-color: #b0b9c2;
}

.cookie-modal-settings .cookie-modal-body .section .circle-btn.open {
  background-color: #b0b9c2;
}

.cookie-modal-settings .cookie-modal-body .section .circle-btn.open img {
  transform: rotate(0) !important;
}

.cookie-modal-settings .cookie-modal-body .section .circle-btn.open:hover {
  background-color: #b0b9c2 !important;
}

.cookie-modal-settings .cookie-modal-body .section .circle-btn:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.cookie-modal-settings .cookie-modal-body .section:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.cookie-modal-settings .cookie-modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 12px 24px 12px 24px;
  align-items: center;
  border-top: 1px solid #f5f5f5;
}
.cookie-background {
  width: 100%;
  height: 100%;
  background: linear-gradient(242.13deg, rgba(85, 102, 116, 0.7) 0%, rgba(4, 25, 56, 0.7) 100%);
  position: fixed;
  z-index: 50;
  top: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  min-width: 48px;
  height: 24px;
  cursor: pointer;
}

.switch ~ label {
  cursor: pointer;
}

.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

.slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider::before {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  content: '';
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #186fda;
  transition: 0.2s;
}

input:checked + .slider:hover {
  background-color: #398ff8;
  transition: 0.2s;
}

input:focus + .slider {
  box-shadow: 0 0 1px #186fda;
}

input:checked + .slider::before {
  transform: translateX(24px);
}

input:disabled + .slider {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

input:disabled + .slider:hover {
  background-color: #f5f5f5;
}

.slider.round {
  border-radius: 34px;
}

.slider.round::before {
  border-radius: 50%;
}
/*# sourceMappingURL=style.css.map */
