*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button:focus,
select:focus {
  outline: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider:focus {
  outline: none;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.likely {
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.likely * {
  visibility: hidden;
}
.likely_visible {
  opacity: 1;
}
.likely_visible * {
  visibility: inherit;
}
.likely {
  font-size: 0!important;
  font-weight: 400;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-indent: 0!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.likely,
.likely * {
  display: inline-block;
}
.likely__widget {
  position: relative;
  white-space: nowrap;
}
.likely__button,
.likely__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility;
  margin: 0;
  outline: 0;
}
.likely__button {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.likely__counter {
  display: none;
  position: relative;
}
.likely_ready .likely__counter {
  display: inline-block;
}
.likely_ready .likely__counter_empty {
  display: none;
}
.likely__button,
.likely__counter,
.likely__icon,
.likely__widget {
  vertical-align: top;
}
.likely__widget {
  transition: background 0.33s ease-out, color 0.33s ease-out, fill 0.33s ease-out;
}
.likely__widget:active,
.likely__widget:focus,
.likely__widget:hover {
  transition: none;
  cursor: pointer;
}
@media (hover: none) {
  .likely__widget:active,
  .likely__widget:focus,
  .likely__widget:hover {
    transition: background 0.33s ease-out, color 0.33s ease-out, fill 0.33s ease-out;
    cursor: unset;
  }
}
.likely__icon {
  position: relative;
  text-align: left;
}
.likely svg {
  position: absolute;
}
.likely__button,
.likely__counter {
  line-height: inherit;
  cursor: inherit;
}
.likely__button:empty {
  display: none;
}
.likely__counter {
  text-align: center;
}
.likely .likely__widget {
  color: #000;
  background: hsla(0, 0%, 90.6%, 0.8);
}
.likely .likely__counter {
  background-size: 1px 1px;
  background-repeat: repeat-y;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0, transparent 0.5px, transparent);
}
.likely-light .likely__widget {
  color: #fff;
  fill: #fff;
  background: hsla(0, 0%, 92.5%, 0.16);
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
}
.likely-light .likely__counter {
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.4) 0, hsla(0, 0%, 100%, 0) 0.5px, hsla(0, 0%, 100%, 0));
}
.likely__widget_facebook {
  fill: #425497;
}
.likely__widget_facebook:active,
.likely__widget_facebook:focus,
.likely__widget_facebook:hover {
  background: rgba(207, 212, 229, 0.8);
}
@media (hover: none) {
  .likely__widget_facebook:active,
  .likely__widget_facebook:focus,
  .likely__widget_facebook:hover {
    background: hsla(0, 0%, 90.6%, 0.8);
  }
}
.likely-light .likely__widget_facebook:active,
.likely-light .likely__widget_facebook:focus,
.likely-light .likely__widget_facebook:hover {
  text-shadow: #425497 0 0 0.25em;
  background: rgba(66, 84, 151, 0.7);
}
@media (hover: none) {
  .likely-light .likely__widget_facebook:active,
  .likely-light .likely__widget_facebook:focus,
  .likely-light .likely__widget_facebook:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: hsla(0, 0%, 92.5%, 0.16);
  }
}
.likely__widget_linkedin {
  fill: #0077b5;
}
.likely__widget_linkedin:active,
.likely__widget_linkedin:focus,
.likely__widget_linkedin:hover {
  background: rgba(191, 221, 236, 0.8);
}
@media (hover: none) {
  .likely__widget_linkedin:active,
  .likely__widget_linkedin:focus,
  .likely__widget_linkedin:hover {
    background: hsla(0, 0%, 90.6%, 0.8);
  }
}
.likely-light .likely__widget_linkedin:active,
.likely-light .likely__widget_linkedin:focus,
.likely-light .likely__widget_linkedin:hover {
  text-shadow: #0077b5 0 0 0.25em;
  background: rgba(0, 119, 181, 0.7);
}
@media (hover: none) {
  .likely-light .likely__widget_linkedin:active,
  .likely-light .likely__widget_linkedin:focus,
  .likely-light .likely__widget_linkedin:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: hsla(0, 0%, 92.5%, 0.16);
  }
}
.likely__widget_odnoklassniki {
  fill: #f6903b;
}
.likely__widget_odnoklassniki:active,
.likely__widget_odnoklassniki:focus,
.likely__widget_odnoklassniki:hover {
  background: rgba(252, 227, 206, 0.8);
}
@media (hover: none) {
  .likely__widget_odnoklassniki:active,
  .likely__widget_odnoklassniki:focus,
  .likely__widget_odnoklassniki:hover {
    background: hsla(0, 0%, 90.6%, 0.8);
  }
}
.likely-light .likely__widget_odnoklassniki:active,
.likely-light .likely__widget_odnoklassniki:focus,
.likely-light .likely__widget_odnoklassniki:hover {
  text-shadow: #f6903b 0 0 0.25em;
  background: rgba(246, 144, 59, 0.7);
}
@media (hover: none) {
  .likely-light .likely__widget_odnoklassniki:active,
  .likely-light .likely__widget_odnoklassniki:focus,
  .likely-light .likely__widget_odnoklassniki:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: hsla(0, 0%, 92.5%, 0.16);
  }
}
.likely__widget_pinterest {
  fill: #bd081c;
}
.likely__widget_pinterest:active,
.likely__widget_pinterest:focus,
.likely__widget_pinterest:hover {
  background: rgba(238, 193, 198, 0.8);
}
@media (hover: none) {
  .likely__widget_pinterest:active,
  .likely__widget_pinterest:focus,
  .likely__widget_pinterest:hover {
    background: hsla(0, 0%, 90.6%, 0.8);
  }
}
.likely-light .likely__widget_pinterest:active,
.likely-light .likely__widget_pinterest:focus,
.likely-light .likely__widget_pinterest:hover {
  text-shadow: #bd081c 0 0 0.25em;
  background: rgba(189, 8, 28, 0.7);
}
@media (hover: none) {
  .likely-light .likely__widget_pinterest:active,
  .likely-light .likely__widget_pinterest:focus,
  .likely-light .likely__widget_pinterest:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: hsla(0, 0%, 92.5%, 0.16);
  }
}
.likely__widget_telegram {
  fill: #34abde;
}
.likely__widget_telegram:active,
.likely__widget_telegram:focus,
.likely__widget_telegram:hover {
  background: rgba(204, 234, 246, 0.8);
}
@media (hover: none) {
  .likely__widget_telegram:active,
  .likely__widget_telegram:focus,
  .likely__widget_telegram:hover {
    background: hsla(0, 0%, 90.6%, 0.8);
  }
}
.likely-light .likely__widget_telegram:active,
.likely-light .likely__widget_telegram:focus,
.likely-light .likely__widget_telegram:hover {
  text-shadow: #34abde 0 0 0.25em;
  background: rgba(52, 171, 222, 0.7);
}
@media (hover: none) {
  .likely-light .likely__widget_telegram:active,
  .likely-light .likely__widget_telegram:focus,
  .likely-light .likely__widget_telegram:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: hsla(0, 0%, 92.5%, 0.16);
  }
}
.likely__widget_twitter {
  fill: #00b7ec;
}
.likely__widget_twitter:active,
.likely__widget_twitter:focus,
.likely__widget_twitter:hover {
  background: rgba(191, 237, 250, 0.8);
}
@media (hover: none) {
  .likely__widget_twitter:active,
  .likely__widget_twitter:focus,
  .likely__widget_twitter:hover {
    background: hsla(0, 0%, 90.6%, 0.8);
  }
}
.likely-light .likely__widget_twitter:active,
.likely-light .likely__widget_twitter:focus,
.likely-light .likely__widget_twitter:hover {
  text-shadow: #00b7ec 0 0 0.25em;
  background: rgba(0, 183, 236, 0.7);
}
@media (hover: none) {
  .likely-light .likely__widget_twitter:active,
  .likely-light .likely__widget_twitter:focus,
  .likely-light .likely__widget_twitter:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: hsla(0, 0%, 92.5%, 0.16);
  }
}
.likely__widget_vkontakte {
  fill: #526e8f;
}
.likely__widget_vkontakte:active,
.likely__widget_vkontakte:focus,
.likely__widget_vkontakte:hover {
  background: rgba(211, 218, 227, 0.8);
}
@media (hover: none) {
  .likely__widget_vkontakte:active,
  .likely__widget_vkontakte:focus,
  .likely__widget_vkontakte:hover {
    background: hsla(0, 0%, 90.6%, 0.8);
  }
}
.likely-light .likely__widget_vkontakte:active,
.likely-light .likely__widget_vkontakte:focus,
.likely-light .likely__widget_vkontakte:hover {
  text-shadow: #526e8f 0 0 0.25em;
  background: rgba(82, 110, 143, 0.7);
}
@media (hover: none) {
  .likely-light .likely__widget_vkontakte:active,
  .likely-light .likely__widget_vkontakte:focus,
  .likely-light .likely__widget_vkontakte:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: hsla(0, 0%, 92.5%, 0.16);
  }
}
.likely__widget_whatsapp {
  fill: #25d366;
}
.likely__widget_whatsapp:active,
.likely__widget_whatsapp:focus,
.likely__widget_whatsapp:hover {
  background: rgba(200, 244, 216, 0.8);
}
@media (hover: none) {
  .likely__widget_whatsapp:active,
  .likely__widget_whatsapp:focus,
  .likely__widget_whatsapp:hover {
    background: hsla(0, 0%, 90.6%, 0.8);
  }
}
.likely-light .likely__widget_whatsapp:active,
.likely-light .likely__widget_whatsapp:focus,
.likely-light .likely__widget_whatsapp:hover {
  text-shadow: #25d366 0 0 0.25em;
  background: rgba(37, 211, 102, 0.7);
}
@media (hover: none) {
  .likely-light .likely__widget_whatsapp:active,
  .likely-light .likely__widget_whatsapp:focus,
  .likely-light .likely__widget_whatsapp:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: hsla(0, 0%, 92.5%, 0.16);
  }
}
.likely__widget_viber {
  fill: #7360f2;
}
.likely__widget_viber:active,
.likely__widget_viber:focus,
.likely__widget_viber:hover {
  background: rgba(220, 215, 251, 0.8);
}
@media (hover: none) {
  .likely__widget_viber:active,
  .likely__widget_viber:focus,
  .likely__widget_viber:hover {
    background: hsla(0, 0%, 90.6%, 0.8);
  }
}
.likely-light .likely__widget_viber:active,
.likely-light .likely__widget_viber:focus,
.likely-light .likely__widget_viber:hover {
  text-shadow: #7360f2 0 0 0.25em;
  background: rgba(115, 96, 242, 0.7);
}
@media (hover: none) {
  .likely-light .likely__widget_viber:active,
  .likely-light .likely__widget_viber:focus,
  .likely-light .likely__widget_viber:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: hsla(0, 0%, 92.5%, 0.16);
  }
}
.likely__widget_reddit {
  fill: #ff4501;
}
.likely__widget_reddit:active,
.likely__widget_reddit:focus,
.likely__widget_reddit:hover {
  background: rgba(255, 208, 191, 0.8);
}
@media (hover: none) {
  .likely__widget_reddit:active,
  .likely__widget_reddit:focus,
  .likely__widget_reddit:hover {
    background: hsla(0, 0%, 90.6%, 0.8);
  }
}
.likely-light .likely__widget_reddit:active,
.likely-light .likely__widget_reddit:focus,
.likely-light .likely__widget_reddit:hover {
  text-shadow: #ff4501 0 0 0.25em;
  background: rgba(255, 69, 1, 0.7);
}
@media (hover: none) {
  .likely-light .likely__widget_reddit:active,
  .likely-light .likely__widget_reddit:focus,
  .likely-light .likely__widget_reddit:hover {
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
    background: hsla(0, 0%, 92.5%, 0.16);
  }
}
.likely {
  margin: 0 -5px -10px;
}
.likely .likely__widget {
  line-height: 20px;
  font-size: 14px;
  border-radius: 3px;
  height: 22px;
  margin: 0 5px 10px;
}
.likely .likely__icon {
  width: 22px;
  height: 22px;
}
.likely .likely__button {
  padding: 1px 4px 1px 0;
}
.likely .likely__counter {
  padding: 1px 4px;
}
.likely svg {
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
}
.likely-big {
  margin: 0 -6px -12px;
}
.likely-big .likely__widget {
  line-height: 28px;
  font-size: 18px;
  border-radius: 4px;
  height: 32px;
  margin: 0 6px 12px;
}
.likely-big .likely__icon {
  width: 32px;
  height: 32px;
}
.likely-big .likely__button {
  padding: 2px 6px 2px 0;
}
.likely-big .likely__counter {
  padding: 2px 6px;
}
.likely-big svg {
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
}
.likely-small {
  margin: 0 -4px -8px;
}
.likely-small .likely__widget {
  line-height: 14px;
  font-size: 12px;
  border-radius: 2px;
  height: 18px;
  margin: 0 4px 8px;
}
.likely-small .likely__icon {
  width: 18px;
  height: 18px;
}
.likely-small .likely__button {
  padding: 2px 3px 2px 0;
}
.likely-small .likely__counter {
  padding: 2px 3px;
}
.likely-small svg {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
}
.button {
  padding: 11px 25px 9px;
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  background: linear-gradient(270deg, #2789FD 0%, #2770FD 100%);
  border-radius: 5px;
  transition: opacity 0.2s;
  position: relative;
}
@media (max-width: 767px) {
}
.button.loading {
  color: transparent !important;
  pointer-events: none;
}
.button.loading::after,
.button.loading::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  animation-name: rotation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.button.loading::after {
  border: 3px solid rgba(255, 255, 255, 0);
  border-left: 3px solid #ffffff;
}
.button.loading::before {
  border: 3px solid rgba(255, 255, 255, 0.2);
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button.small {
  padding: 7px 15px;
  font-size: 14px;
}
.button:focus {
  outline: none;
}
.button:hover {
  opacity: 0.5;
  color: #ffffff;
}
.button.secondary {
  background: #F5F6FC;
  color: #0066FF;
}
.button.secondary:hover {
  opacity: 0.5;
  color: #0066FF;
}
.button.danger {
  background: rgba(255, 51, 51, 0.1);
  color: #FF3333;
}
.button.text {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #0066FF;
  background: transparent;
  font-size: 11px;
  font-family: 'Roboto-Bold';
  padding: 0;
}
.button_close {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url('img/icon_close.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .button_close {
    top: 15px;
    right: 10px;
  }
}
.button_close:hover {
  opacity: 0.5;
}
.button_delete {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-image: url('img/icon_del.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.button_delete:focus {
  outline: none;
}
.button_delete:hover {
  opacity: 1;
}
.form_buttons {
  display: flex;
  justify-content: flex-end;
}
.form_buttons .button {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .second_column.open .float_buttons_wrapper {
    left: 0;
  }
}
.float_buttons_wrapper {
  position: fixed;
  top: 23px;
  width: 50%;
  right: 0;
  z-index: 4;
}
@media (max-width: 1200px) {
  .float_buttons_wrapper {
    width: initial;
  }
}
@media (max-width: 767px) {
  .float_buttons_wrapper {
    width: 100%;
    top: initial;
    bottom: 50px;
    left: 100%;
    right: initial;
    padding: 10px 15px;
    background-color: #ffffff;
  }
}
.float_buttons_wrapper .float_buttons {
  max-width: 650px;
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .float_buttons_wrapper .float_buttons {
    max-width: initial;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .float_buttons_wrapper .float_buttons {
    padding-right: 0;
    justify-content: initial;
  }
}
.float_buttons_wrapper .float_buttons .button {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .float_buttons_wrapper .float_buttons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
  }
  .float_buttons_wrapper .float_buttons .button:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .float_buttons_wrapper .float_buttons form {
    width: 100%;
  }
  .float_buttons_wrapper .float_buttons form .button {
    margin-left: 0;
  }
  .float_buttons_wrapper .float_buttons form:last-child {
    margin-left: 5px;
  }
}
.button_add {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 20px;
  background-color: rgba(40, 110, 255, 0.1);
  color: #0066FF;
  font-size: 17px;
  text-align: center;
  padding-top: 3px;
  transition: all 0.2s;
}
.button_add:hover {
  background-color: #0066FF;
  color: #ffffff;
}
.input_group {
  margin-bottom: 10px;
  position: relative;
}
.input_group .input {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 0 1px #E5E6EC, 0 0 0 0 transparent;
  transition: box-shadow 0.2s;
  font-family: 'Roboto-Regular';
}
.input_group .input:disabled {
  background-color: #F5F6FC;
  color: #7F8296;
  pointer-events: none;
}
.input_group .input:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
  animation: inputShd 0.2s;
}
.input_group .input:focus:hover {
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
}
.input_group .input:hover {
  box-shadow: 0 0 0 1px #A5A8B8, 0 0 0 0 transparent;
}
.input_group input,
.input_group textarea {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 0 1px #E5E6EC, 0 0 0 0 transparent;
  transition: box-shadow 0.2s;
  font-family: 'Roboto-Regular';
}
.input_group input:disabled,
.input_group textarea:disabled {
  background-color: #F5F6FC;
  color: #7F8296;
  pointer-events: none;
}
.input_group input:focus,
.input_group textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
  animation: inputShd 0.2s;
}
.input_group input:focus:hover,
.input_group textarea:focus:hover {
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
}
.input_group input:hover,
.input_group textarea:hover {
  box-shadow: 0 0 0 1px #A5A8B8, 0 0 0 0 transparent;
}
.input_group textarea {
  padding: 11px 15px;
  resize: none;
  height: 110px;
}
.form-group.field-commoninfoform-telegram,
.form-group.field-commoninfoform-instagram {
  position: relative;
}
.form-group.field-commoninfoform-telegram .input_group::before,
.form-group.field-commoninfoform-instagram .input_group::before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  border-right: 1px solid #E5E6EC;
  border-radius: 4px 0 0 4px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  transition: 0.2s border;
  background-image: url('img/icon_dog.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: #F5F6FC;
}
.form-group.field-commoninfoform-telegram .input_group input,
.form-group.field-commoninfoform-instagram .input_group input {
  padding-left: 55px;
}
.num_input {
  margin-right: 10px;
}
.num_input .num_input__title {
  font-size: 11px;
  color: #A5A8B8;
}
.num_input div {
  display: flex;
}
.num_input .num_input__button {
  display: block;
  width: 26px;
  height: 26px;
  border: none;
  background-image: url('img/icon_minus.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  transition: opacity 0.2s;
}
.num_input .num_input__button.minus {
  background-image: url('img/icon_minus.svg');
}
.num_input .num_input__button.plus {
  background-image: url('img/icon_plus.svg');
}
.num_input .num_input__button:focus {
  outline: none;
}
.num_input .num_input__button:hover {
  opacity: 0.5;
}
.num_input input {
  text-align: center;
  width: 30px;
  font-size: 15px;
  padding: 0;
  border: none;
  -moz-appearance: textfield;
}
.num_input input:focus {
  outline: none;
}
.num_input input::-webkit-inner-spin-button,
.num_input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.select_group {
  margin-bottom: 10px;
  position: relative;
}
.select_group .select {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  font-size: 15px;
  border: none;
  font-family: 'Roboto-Regular';
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E5E6EC, 0 0 0 0 transparent;
  transition: box-shadow 0.2s;
  cursor: pointer;
}
.select_group .select:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
  animation: inputShd 0.2s;
}
.select_group .select:focus:hover {
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
}
.select_group .select:hover {
  box-shadow: 0 0 0 1px #A5A8B8, 0 0 0 0 transparent;
}
.select_group select {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  font-size: 15px;
  border: none;
  font-family: 'Roboto-Regular';
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E5E6EC, 0 0 0 0 transparent;
  transition: box-shadow 0.2s;
  cursor: pointer;
}
.select_group select:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
  animation: inputShd 0.2s;
}
.select_group select:focus:hover {
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
}
.select_group select:hover {
  box-shadow: 0 0 0 1px #A5A8B8, 0 0 0 0 transparent;
}
.select_group::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('assets/icon_select_arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 5px;
  bottom: 10px;
  pointer-events: none;
}
.select_group .help-block {
  font-size: 0;
  position: absolute;
  right: 0;
  top: -2px;
}
.select_group .help-block-error {
  color: transparent;
}
.row_info {
  padding: 9px 15px 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid #E5E6EC;
  margin-bottom: 5px;
}
.row_info .row_info__title {
  font-size: 14px;
}
.row_info .row_info__text {
  font-size: 14px;
  color: #0066FF;
}
.row_info .row_info__text .minus {
  color: #FF3333;
  margin-left: 5px;
}
.row_info .row_info__text .plus {
  color: #28D225;
  margin-left: 5px;
}
.tabs {
  background-color: #F5F6FC;
  width: 100%;
  display: flex;
  padding: 3px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tabs {
    margin-bottom: 15px;
  }
}
.tabs .tab {
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 8px 0 7px;
  color: #7F8296;
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: all 0.2s;
}
.tabs .tab:hover {
  color: #000000;
}
.tabs .tab:focus {
  outline: none;
}
.tabs .tab.active {
  background-color: #ffffff;
  pointer-events: none;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  color: #000000;
}
.checkbox {
  transform: translateZ(0);
}
.checkbox.inline {
  margin-top: 24px;
  margin-left: 10px;
}
.checkbox label {
  cursor: pointer;
  padding-left: 0;
  width: 100%;
  display: flex;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.checkbox .checkbox-material:before {
  position: absolute;
  left: 8px;
  top: 8px;
  content: "";
  background-color: rgba(40, 110, 255, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #E5E6EC;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
  transition: border 0.2s;
}
.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  color: #0066FF;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0,
            0 0 0 0 inset;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border: 2px solid #0066FF;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkbox-on 0.3s forwards ease-out;
}
.checkbox input[type=checkbox]:checked + .checkbox-material:before {
  animation: rippleOn 700ms forwards ease-out;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  animation: rippleOff 700ms forwards ease-out;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  animation: rippleOn 700ms forwards ease-out;
}
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(101, 106, 219, 0.8);
  transform: rotate(-45deg);
}
.checkbox .checkbox_title {
  display: inline-block;
  margin-top: 5px;
  display: block;
  margin-left: 10px;
  color: #7F8296;
  font-size: 15px;
  transition: color 0.2s;
}
.checkbox:hover .checkbox_title {
  color: #000000;
}
.checkbox:hover .check {
  border: 2px solid #A5A8B8;
}
@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0px 0px 0 10px inset;
  }
  100% {
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0px 0px 0 0px inset;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13, 13);
  }
}
.form-group.has-error .radio_group .help_block_wrapper {
  bottom: initial;
  top: 25px;
}
.radio_group {
  margin-bottom: 15px;
  position: relative;
}
.radio_group .radio_button input {
  display: none;
}
.radio_group .radio_button input:checked + label {
  background: linear-gradient(270deg, #2789FD 0%, #2770FD 100%);
  color: #ffffff;
  pointer-events: none;
}
.radio_group .radio_button label {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0066FF;
  font-size: 11px;
  line-height: 13px;
  font-family: 'Gilroy-Bold';
  border-radius: 20px;
  background: transparent;
  border: none;
  padding: 9px 12px 7px;
  transition: all 0.2s;
  cursor: pointer;
}
.radio_group .radio_button label:hover {
  color: #000000;
}
.custom_radio_group .custom_radio {
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0066FF;
  font-size: 11px;
  line-height: 13px;
  font-family: 'Roboto-Bold';
  border-radius: 20px;
  background-color: #F5F6FC;
  border: none;
  padding: 9px 12px 7px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0 2px 5px 0;
}
.custom_radio_group .custom_radio::after {
  content: '';
  display: block;
  width: 26px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  background-image: url('img/icon_select_arrow_2.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.custom_radio_group .custom_radio:hover {
  color: #000000;
}
.custom_radio_group .custom_radio.active {
  padding: 9px 22px 7px 12px;
  background-color: #0066FF;
  color: #ffffff;
}
.custom_radio_group .custom_radio.active:hover {
  opacity: 0.5;
}
.custom_radio_group .custom_radio.active select {
  display: block;
  color: #000000;
}
.custom_radio_group .custom_radio.active::after {
  opacity: 1;
}
.custom_radio_group .custom_radio select {
  border: 0 solid transparent;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  cursor: pointer;
}
.input_file {
  position: relative;
  display: flex;
  width: 100%;
}
.input_file img {
  max-height: 40px;
  border-radius: 4px;
  margin-right: 10px;
}
.input_file div {
  width: 100%;
}
.input_file label {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 14px 15px 0;
  font-size: 15px;
  color: #0066FF;
  text-transform: initial;
  font-family: 'Roboto-Regular';
  letter-spacing: initial;
  border: none;
  appearance: none;
  box-shadow: 0 0 0 1px #E5E6EC, 0 0 0 0 transparent;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.input_file label:disabled {
  background-color: #F5F6FC;
  color: #7F8296;
  pointer-events: none;
}
.input_file label:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
  animation: inputShd 0.2s;
}
.input_file label:focus:hover {
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
}
.input_file label:hover {
  box-shadow: 0 0 0 1px #A5A8B8, 0 0 0 0 transparent;
  color: #000000;
}
.input_file [type=file] {
  display: none;
}
.form-group.has-error input,
.form-group.has-error select {
  box-shadow: 0 0 0 1px #FF3333, 0 0 0 0 transparent;
}
.form-group.has-error .help_block_wrapper {
  width: 44px;
  height: 44px;
}
.form-group.has-error .help_block_wrapper::before {
  display: block;
}
.help_block_wrapper {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.help_block_wrapper::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  position: absolute;
  right: 14px;
  top: 14px;
  background-image: url('assets/icon_error.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  z-index: 1;
}
.help_block_wrapper:hover::before {
  opacity: 1;
}
.help_block_wrapper:hover .help-block {
  display: block;
}
.help_block_wrapper .help-block {
  font-size: 12px;
  position: absolute;
  right: 20px;
  width: 220px;
  padding: 6px 8px;
  border-radius: 4px;
  top: initial;
  bottom: 40px;
  right: 0;
  display: none;
  box-shadow: 0px 2px 4px rgba(0, 7, 49, 0.1);
}
.help_block_wrapper .help-block-error {
  color: #FF3333;
  background-color: #ffffff;
}
.select2-selection:focus {
  outline: none;
}
.field-coachinfoform-cityid {
  position: relative;
}
.field-coachinfoform-cityid::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('img/icon_select_arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 5px;
  bottom: 10px;
  pointer-events: none;
}
.select2-search__field {
  height: 40px;
  display: block;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 0 1px #E5E6EC, 0 0 0 0 transparent;
  transition: box-shadow 0.2s;
  font-family: 'Roboto-Regular';
  width: 100%;
  outline: none;
}
.select2-search__field:disabled {
  background-color: #F5F6FC;
  color: #7F8296;
  pointer-events: none;
}
.select2-search__field:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
  animation: inputShd 0.2s;
}
.select2-search__field:focus:hover {
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
}
.select2-search__field:hover {
  box-shadow: 0 0 0 1px #A5A8B8, 0 0 0 0 transparent;
}
.select2-search__field:focus {
  outline: none;
}
.select2-container {
  width: 100%;
  z-index: 9999;
}
.select2-hidden-accessible {
  position: absolute;
  left: 0;
}
.select2-selection__rendered {
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  font-size: 15px;
  border: none;
  font-family: 'Roboto-Regular';
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #E5E6EC, 0 0 0 0 transparent;
  transition: box-shadow 0.2s;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 10px;
}
.select2-selection__rendered:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
  animation: inputShd 0.2s;
}
.select2-selection__rendered:focus:hover {
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
}
.select2-selection__rendered:hover {
  box-shadow: 0 0 0 1px #A5A8B8, 0 0 0 0 transparent;
}
.select2-selection__rendered:focus {
  outline: none;
}
.select2-search .select2-search__field {
  height: 40px;
  display: block;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 0 1px #E5E6EC, 0 0 0 0 transparent;
  transition: box-shadow 0.2s;
  font-family: 'Roboto-Regular';
  width: 100%;
}
.select2-search .select2-search__field:disabled {
  background-color: #F5F6FC;
  color: #7F8296;
  pointer-events: none;
}
.select2-search .select2-search__field:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
  animation: inputShd 0.2s;
}
.select2-search .select2-search__field:focus:hover {
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
}
.select2-search .select2-search__field:hover {
  box-shadow: 0 0 0 1px #A5A8B8, 0 0 0 0 transparent;
}
.select2-search .select2-search__field:focus {
  outline: none;
}
.select2-search::after {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: url('img/icon_search.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  position: absolute;
  right: 2px;
  top: 3px;
  pointer-events: none;
}
.select2-container {
  width: 550px;
}
@media (max-width: 767px) {
  .select2-container {
    width: 300px;
  }
}
.select2-results {
  margin-top: 8px;
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
  animation: inputShd 0.2s;
}
.select2-results ul {
  display: block;
  overflow-y: scroll;
  width: 100%;
  height: 250px;
  list-style: none;
  padding-left: 0;
}
.select2-results ul li {
  padding: 5px 15px 6px;
  cursor: pointer;
  transition: all 0.2s;
}
.select2-results ul li:hover {
  background-color: #F5F6FC;
  color: #0066FF;
}
.select2-results ul li[aria-selected="true"] {
  background-color: #0066FF;
  color: #ffffff;
}
.select2-results ul .select2-results__message {
  text-align: center;
  color: #7F8296;
  position: absolute;
  width: 100%;
  margin-top: 20px;
  pointer-events: none;
}
.select2-results ul::-webkit-scrollbar {
  width: 5px;
}
.select2-results ul::-webkit-scrollbar-track {
  background: transparent;
}
.select2-results ul::-webkit-scrollbar-thumb {
  background: #E5E6EC;
}
.select2-results ul::-webkit-scrollbar-thumb:hover {
  background: #A5A8B8;
}
.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader::after,
.loader::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  animation-name: rotation;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loader::after {
  border: 3px solid rgba(40, 100, 255, 0);
  border-left: 3px solid #0066FF;
}
.loader::before {
  border: 3px solid rgba(40, 110, 255, 0.4);
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.profile_info .profile_avatar,
.profile_info .profile_noavatar {
  width: 80px;
  height: 80px;
  border-radius: 45px;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 5px #E5E6EC;
  margin: 5px auto 15px;
}
.profile_info .profile_noavatar {
  background: linear-gradient(270deg, #2789FD 0%, #2770FD 100%);
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile_info .profile_avatar_wrapper .profile_avatar,
.profile_info .profile_avatar_wrapper .profile_noavatar {
  animation: avatar 2s;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 5.5px #0066FF;
  transition: box-shadow 0.2s, opacity 0.2s;
}
.profile_info .profile_avatar_wrapper .profile_avatar:hover,
.profile_info .profile_avatar_wrapper .profile_noavatar:hover {
  opacity: 0.5;
}
@keyframes avatar {
  0% {
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 5px #E5E6EC;
  }
  80% {
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 5px #E5E6EC;
  }
  100% {
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 5.5px #0066FF;
  }
}
.first_column_row .profile_avatar,
.first_column_row .profile_noavatar {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 22px;
  margin-right: 15px;
}
.first_column_row .profile_noavatar {
  background: linear-gradient(270deg, #2789FD 0%, #2770FD 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}
.client_main-info .profile_avatar,
.coach_avatar_wrapper .profile_avatar,
.coach_info .profile_avatar,
.signup_body .coach .profile_avatar,
.client_main-info .profile_noavatar,
.coach_avatar_wrapper .profile_noavatar,
.coach_info .profile_noavatar,
.signup_body .coach .profile_noavatar {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .client_main-info .profile_avatar,
  .coach_avatar_wrapper .profile_avatar,
  .coach_info .profile_avatar,
  .signup_body .coach .profile_avatar,
  .client_main-info .profile_noavatar,
  .coach_avatar_wrapper .profile_noavatar,
  .coach_info .profile_noavatar,
  .signup_body .coach .profile_noavatar {
    width: 44px;
    height: 44px;
    margin-right: 15px;
  }
}
.client_main-info .profile_noavatar,
.coach_avatar_wrapper .profile_noavatar,
.coach_info .profile_noavatar,
.signup_body .coach .profile_noavatar {
  background: linear-gradient(270deg, #2789FD 0%, #2770FD 100%);
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .client_main-info .profile_noavatar,
  .coach_avatar_wrapper .profile_noavatar,
  .coach_info .profile_noavatar,
  .signup_body .coach .profile_noavatar {
    font-size: 15px;
  }
}
.signup_body .coach .profile_avatar,
.signup_body .coach .profile_noavatar {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .signup_body .coach .profile_avatar,
  .signup_body .coach .profile_noavatar {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }
}
.coach_info .profile_avatar,
.coach_info .profile_noavatar {
  margin-left: 0;
  margin-bottom: 15px;
}
.coach_avatar_wrapper .profile_avatar,
.coach_avatar_wrapper .profile_noavatar {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .coach_avatar_wrapper .profile_avatar,
  .coach_avatar_wrapper .profile_noavatar {
    width: 80px;
    height: 80px;
  }
}
@keyframes inputShd {
  0% {
    box-shadow: 0 0 0 1px #E5E6EC, 0 0 5px 10px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent, 0 0 0 2px rgba(40, 110, 255, 0.4);
  }
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('/site/fonts/Roboto-Regular.eot');
  src: url('/site/fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url('/site/fonts/Gilroy-Bold.eot');
  src: url('/site/fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 500;
  font-style: medium;
}
a {
  color: #0066FF;
  transition: color 0.2s;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
form {
  margin-bottom: 0;
}
.main_title {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Roboto-Regular';
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 2px;
}
.small_title {
  font-family: 'Gilroy-Bold';
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7F8296;
  display: block;
  margin-bottom: 5px;
}
.small_title.mb10 {
  margin-bottom: 10px;
}
.small_title.sticky {
  margin: 0 auto 10px;
  position: sticky;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px 3px;
  border-radius: 15px;
  background-color: #F5F6FC;
  color: #000000;
  z-index: 1;
  display: table;
}
.small_text {
  font-size: 14px;
  color: #7F8296;
}
.baseScroll::-webkit-scrollbar {
  width: 5px;
}
.baseScroll::-webkit-scrollbar-track {
  background: transparent;
}
.baseScroll::-webkit-scrollbar-thumb {
  background: #E5E6EC;
}
.baseScroll::-webkit-scrollbar-thumb:hover {
  background: #A5A8B8;
}
.alignCenter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body {
  font-family: 'Gilroy-Bold', Arial;
  color: #000000;
  min-width: 320px;
}
h1,
h2 {
  font-family: 'Gilroy-Bold';
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.1;
  opacity: 0.5;
}
@media (max-width: 1023px) {
  h1,
  h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
p {
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  p {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 20px;
  }
}
.main_section {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .main_section {
    padding-top: 150px;
    padding-bottom: 50px;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .main_section {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
.main_section .section.section-1 .left {
  position: absolute;
  width: 35%;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  left: 80px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .main_section .section.section-1 .left {
    width: 40%;
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-1 .left {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-1 .left {
    margin-bottom: 20px;
  }
}
.main_section .section.section-1 .left p {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .main_section .section.section-1 .left p {
    margin-bottom: 15px;
  }
}
.main_section .section.section-1 .left .btn {
  padding: 16px 35px 15px;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .main_section .section.section-1 .left .btn {
    padding: 11px 25px 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-1 .left .btn {
    margin-bottom: 15px;
  }
}
.main_section .section.section-1 .right {
  position: absolute;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  width: 55%;
  transition: all 0.3s ease-out;
  right: -30px;
  opacity: 1;
}
@media (max-width: 1023px) {
  .main_section .section.section-1 .right {
    width: 70%;
    right: -50px;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-1 .right {
    width: calc(100% + 40px) !important;
    right: 0 !important;
  }
}
.main_section .section.section-1 .right img {
  width: 100%;
}
.main_section .section.section-1.hidden .left {
  left: 50px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .main_section .section.section-1.hidden .left {
    left: 0;
  }
}
.main_section .section.section-1.hidden .right {
  right: -50px;
  opacity: 0;
}
@media (max-width: 767px) {
  .main_section .section.section-2 {
    flex-direction: column-reverse !important;
  }
}
.main_section .section.section-2 .left {
  position: absolute;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  width: 55%;
  transition: all 0.3s ease-out;
  left: -30px;
  opacity: 1;
}
.main_section .section.section-2 .left img {
  width: 100%;
}
@media (max-width: 1023px) {
  .main_section .section.section-2 .left {
    width: 70%;
    left: -50px;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-2 .left {
    width: calc(100% + 40px) !important;
    left: -40px !important;
  }
}
.main_section .section.section-2 .right {
  position: absolute;
  width: 35%;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  right: 100px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .main_section .section.section-2 .right {
    width: 40%;
    right: 30px;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-2 .right {
    width: 50%;
    margin-bottom: 30px;
  }
}
.main_section .section.section-2.hidden .left {
  left: -50px;
  opacity: 0;
}
.main_section .section.section-2.hidden .right {
  right: 50px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .main_section .section.section-2.hidden .right {
    right: 0;
  }
}
.main_section .section.section-21 .left {
  position: absolute;
  width: 35%;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  left: 80px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .main_section .section.section-21 .left {
    width: 40%;
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-21 .left {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-21 .left {
    margin-bottom: 20px;
  }
}
.main_section .section.section-21 .right {
  position: absolute;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  width: 55%;
  transition: all 0.3s ease-out;
  right: -30px;
  opacity: 1;
}
@media (max-width: 1023px) {
  .main_section .section.section-21 .right {
    width: 70%;
    right: -50px;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-21 .right {
    width: calc(100% + 40px) !important;
    right: 0 !important;
  }
}
.main_section .section.section-21 .right img {
  width: 100%;
}
.main_section .section.section-21.hidden .left {
  left: 50px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .main_section .section.section-21.hidden .left {
    left: 0;
  }
}
.main_section .section.section-21.hidden .right {
  right: -50px;
  opacity: 0;
}
.main_section .section.section-3 .left {
  position: absolute;
  width: 35%;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  left: 80px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .main_section .section.section-3 .left {
    width: 40%;
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-3 .left {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-3 .left {
    margin-bottom: 20px;
  }
}
.main_section .section.section-3 .right {
  position: absolute;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  transition-delay: 0.3s;
  right: 30%;
  width: 300px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .main_section .section.section-3 .right {
    right: 20%;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-3 .right {
    right: initial;
    width: 50%;
    text-align: center;
  }
  .main_section .section.section-3 .right img {
    max-width: 200px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .main_section .section.section-3 .right img {
    width: 60% !important;
    max-width: 350px;
    min-width: 200px;
  }
}
.main_section .section.section-3 .right img {
  width: 100%;
}
.main_section .section.section-3.hidden .left {
  left: 50px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .main_section .section.section-3.hidden .left {
    left: 0;
  }
}
.main_section .section.section-3.hidden .right {
  top: calc(50% + 50px);
  opacity: 0;
}
@media (max-width: 1023px) {
  .main_section .section.section-coaches {
    position: relative;
    margin-bottom: 80px;
  }
  .main_section .section.section-coaches.hidden .coaches {
    top: initial !important;
    opacity: 1 !important;
  }
}
.main_section .section.section-coaches h2 {
  text-align: center;
  opacity: 1;
  margin-bottom: 30px;
  font-size: 28px;
}
.main_section .section.section-coaches h2 a {
  color: #000000;
  position: relative;
}
.main_section .section.section-coaches h2 a span {
  position: absolute;
  right: -20px;
  opacity: 0;
  transition: right 0.2s, opacity 0.2s;
}
.main_section .section.section-coaches h2:hover a {
  color: #0066FF;
}
.main_section .section.section-coaches h2:hover a span {
  right: -30px;
  opacity: 1;
}
.main_section .section.section-coaches .slider_nav {
  display: flex;
  justify-content: center;
}
.main_section .section.section-coaches .slider_nav button {
  background-color: #ffffff;
  border: transparent;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  padding-top: 6px;
  font-size: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  transition: color 0.2s, background-color 0.2s;
}
.main_section .section.section-coaches .slider_nav button:hover {
  background-color: #0066FF;
  color: #ffffff;
}
.main_section .section.section-coaches .coaches {
  position: absolute;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  transition-delay: 0.3s;
}
@media (max-width: 1023px) {
  .main_section .section.section-coaches .coaches {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
  }
}
.main_section .section.section-coaches .coaches .coach {
  padding: 10px 10px 20px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  text-align: center;
  transition: opacity 0.2s;
  display: block;
  cursor: pointer;
  color: #000000;
  position: relative;
}
.main_section .section.section-coaches .coaches .coach:focus {
  outline: none;
}
.main_section .section.section-coaches .coaches .coach:hover {
  opacity: 0.5;
}
.main_section .section.section-coaches .coaches .coach .profile_avatar {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  display: initial;
  margin-bottom: 20px;
}
.main_section .section.section-coaches .coaches .coach .coach_name {
  margin-bottom: 5px;
  font-size: 20px;
}
.main_section .section.section-coaches .coaches .coach .coach_description {
  display: block;
  opacity: 0.5;
  font-size: 16px;
  margin-bottom: 5px;
}
.main_section .section.section-coaches .coaches .coach .coach_rating {
  position: absolute;
  top: 5px;
  right: 5px;
}
.main_section .section.section-coaches .coaches .coach .coach_price {
  font-size: 16px;
}
.main_section .section.section-coaches .coaches .coach_wrap {
  padding: 0 15px 25px;
}
.main_section .section.section-coaches.hidden .coaches {
  top: 55%;
  opacity: 0;
}
@media (max-width: 767px) {
  .main_section .section.section-4 {
    flex-direction: column-reverse !important;
  }
}
.main_section .section.section-4 .left {
  position: absolute;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  transition-delay: 0.3s;
  left: 30%;
  width: 300px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .main_section .section.section-4 .left {
    left: 20%;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-4 .left {
    left: initial;
    width: 50%;
    text-align: center;
  }
  .main_section .section.section-4 .left img {
    max-width: 200px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .main_section .section.section-4 .left img {
    width: 60% !important;
    max-width: 350px;
    min-width: 200px;
  }
}
.main_section .section.section-4 .left img {
  width: 100%;
}
.main_section .section.section-4 .right {
  position: absolute;
  width: 35%;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  right: 100px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .main_section .section.section-4 .right {
    width: 40%;
    right: 30px;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-4 .right {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-4 .right {
    right: 0;
  }
}
.main_section .section.section-4.hidden .left {
  top: calc(50% + 50px);
  opacity: 0;
}
.main_section .section.section-4.hidden .right {
  right: 50px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .main_section .section.section-4.hidden .right {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-5 {
    justify-content: space-between;
  }
}
.main_section .section.section-5 .left {
  position: absolute;
  width: 35%;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  left: 80px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .main_section .section.section-5 .left {
    width: 40%;
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-5 .left {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-5 .left {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-5 .left {
    left: 0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-5 .left {
    padding-right: 0;
  }
}
.main_section .section.section-5 .right {
  position: absolute;
  transition: all 0.3s ease-out;
  right: 10%;
  width: 600px;
  opacity: 1;
}
@media (max-width: 1330px) {
  .main_section .section.section-5 .right {
    right: 0%;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-5 .right {
    width: 50%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-5 .right {
    display: block;
  }
}
.main_section .section.section-5 .right img {
  position: absolute;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  width: 50%;
  height: auto;
  transition: all 0.4s ease-out;
  transition-delay: 0.3s;
}
.main_section .section.section-5 .right img.one {
  left: 300px;
}
.main_section .section.section-5 .right img.two {
  left: 150px;
}
@media (max-width: 1330px) {
  .main_section .section.section-5 .right img.one {
    left: 200px;
  }
  .main_section .section.section-5 .right img.two {
    left: 100px;
  }
}
@media (max-width: 1023px) {
  .main_section .section.section-5 .right img {
    position: relative;
    top: initial;
    transform: initial;
  }
  .main_section .section.section-5 .right img.one {
    left: 0;
    margin-right: -27%;
  }
  .main_section .section.section-5 .right img.two {
    left: 0;
    margin-right: -27%;
  }
}
.main_section .section.section-5.hidden .left {
  left: 50px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .main_section .section.section-5.hidden .left {
    left: 0;
  }
}
.main_section .section.section-5.hidden .right {
  opacity: 0;
}
.main_section .section.section-5.hidden .right img.one {
  left: 0;
}
.main_section .section.section-5.hidden .right img.two {
  left: 0;
}
@media (max-width: 1023px) {
  .main_section .section.section-1,
  .main_section .section.section-2,
  .main_section .section.section-21,
  .main_section .section.section-3,
  .main_section .section.section-4,
  .main_section .section.section-5 {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    padding: 0 30px;
    position: relative;
  }
  .main_section .section.section-1 .left,
  .main_section .section.section-2 .left,
  .main_section .section.section-21 .left,
  .main_section .section.section-3 .left,
  .main_section .section.section-4 .left,
  .main_section .section.section-5 .left,
  .main_section .section.section-1 .right,
  .main_section .section.section-2 .right,
  .main_section .section.section-21 .right,
  .main_section .section.section-3 .right,
  .main_section .section.section-4 .right,
  .main_section .section.section-5 .right {
    opacity: 1;
    position: relative;
    transform: initial;
  }
  .main_section .section.section-1.hidden .left,
  .main_section .section.section-2.hidden .left,
  .main_section .section.section-21.hidden .left,
  .main_section .section.section-3.hidden .left,
  .main_section .section.section-4.hidden .left,
  .main_section .section.section-5.hidden .left,
  .main_section .section.section-1.hidden .right,
  .main_section .section.section-2.hidden .right,
  .main_section .section.section-21.hidden .right,
  .main_section .section.section-3.hidden .right,
  .main_section .section.section-4.hidden .right,
  .main_section .section.section-5.hidden .right {
    opacity: 1;
    position: relative;
    transform: initial;
  }
}
@media (max-width: 767px) {
  .main_section .section.section-1,
  .main_section .section.section-2,
  .main_section .section.section-21,
  .main_section .section.section-3,
  .main_section .section.section-4,
  .main_section .section.section-5 {
    align-items: initial;
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .main_section .section.section-1 .left,
  .main_section .section.section-2 .left,
  .main_section .section.section-21 .left,
  .main_section .section.section-3 .left,
  .main_section .section.section-4 .left,
  .main_section .section.section-5 .left,
  .main_section .section.section-1 .right,
  .main_section .section.section-2 .right,
  .main_section .section.section-21 .right,
  .main_section .section.section-3 .right,
  .main_section .section.section-4 .right,
  .main_section .section.section-5 .right {
    width: 100%;
  }
}
.main_section_mobile {
  display: none;
}
.blue_background_3,
.blue_background_4 {
  width: 0;
  height: 100vh;
  top: 0;
  position: absolute;
  z-index: 1;
  background-color: #0066FF;
  transition: all 0.5s;
}
.blue_background_3 {
  right: 0;
  width: calc(30% + 150px);
  transition: all 0.3s ease-out;
}
@media (max-width: 1200px) {
  .blue_background_3 {
    width: calc(20% + 150px);
  }
}
@media (max-width: 1023px) {
  .blue_background_3 {
    display: none;
  }
}
.blue_background_3.hidden {
  width: 0;
}
.blue_background_4 {
  left: 0;
  width: calc(30% + 150px);
  transition: all 0.3s ease-out;
}
@media (max-width: 1200px) {
  .blue_background_4 {
    width: calc(20% + 150px);
  }
}
@media (max-width: 1023px) {
  .blue_background_4 {
    display: none;
  }
}
.blue_background_4.hidden {
  width: 0;
}
.leftText {
  position: absolute;
  width: 35%;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  left: 80px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .leftText {
    width: 40%;
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .leftText {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .leftText {
    margin-bottom: 20px;
  }
}
.rightText {
  position: absolute;
  width: 35%;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  right: 100px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .rightText {
    width: 40%;
    right: 30px;
  }
}
@media (max-width: 1023px) {
  .rightText {
    width: 50%;
    margin-bottom: 30px;
  }
}
.btn {
  padding: 12px 16px 9px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  display: table;
}
.btn.main {
  color: #ffffff;
  background-color: #0066FF;
}
.btn.secondary {
  color: #0066FF;
  background-color: rgba(0, 100, 255, 0.1);
}
.btn:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  body.login header .right {
    display: none;
  }
}
header {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 75px;
  z-index: 30;
  min-width: 320px;
}
@media (max-width: 1200px) {
  header {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  header {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
  }
}
@media (max-width: 767px) {
  header {
    padding: 0 15px;
  }
}
header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
}
header .right {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  header .right {
    position: absolute;
    right: 90px;
  }
}
@media (max-width: 767px) {
  header .right {
    position: fixed;
    display: flex;
    width: 100%;
    bottom: 100px;
    left: 0;
    padding: 0 5px;
  }
  header .right .btn {
    display: table;
    text-align: center;
  }
  header .right .btn.main {
    width: calc(70% - 20px);
  }
  header .right .btn.secondary {
    width: calc(30% - 20px);
  }
}
header .right .btn {
  margin-left: 10px;
}
header .center {
  background-color: #ffffff;
  padding: 15px 10px 13px;
  border-radius: 25px;
}
header .logo {
  background-image: url('assets/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 165px;
  height: 45px;
  transition: opacity 0.4s;
}
header .menu {
  display: flex;
}
@media (max-width: 1023px) {
  header .menu {
    position: fixed;
    top: -100vh;
    left: 0;
    height: 100vh;
    background-color: #ffffff;
    width: 100%;
    z-index: 2;
    transition: top 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .menu.open {
    top: 0;
  }
}
header .menu .menu_item {
  position: relative;
  font-size: 16px;
  margin: 3px 15px 0;
  color: #0066FF;
  transition: color 0.2s;
}
@media (max-width: 1023px) {
  header .menu .menu_item {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
header .menu .menu_item.active {
  color: #000000;
}
header .menu .menu_item.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0066FF;
  position: absolute;
  bottom: -21px;
  border-radius: 2px 2px 0 0;
}
@media (max-width: 1023px) {
  header .menu .menu_item.active:after {
    font-size: 30px;
    margin-bottom: 20px;
    display: none;
  }
}
header .menu .menu_item:hover {
  color: #000000;
}
.menu_button_target {
  display: none;
}
@media (max-width: 1023px) {
  .menu_button_target {
    display: initial;
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 12px;
    height: 40px;
    width: 40px;
    padding: 0;
    margin-right: 15px;
    padding-top: 2px;
    z-index: 15;
    padding-left: 5px;
  }
  .menu_button_target.active .menu_button {
    transition: background 0.1s ease;
    background-color: transparent;
  }
  .menu_button_target.active .menu_button:before,
  .menu_button_target.active .menu_button:after {
    transition: top 0.2s ease, transform 0.2s 0.1s ease;
  }
  .menu_button_target.active .menu_button:before {
    top: 0;
    transform: rotate(45deg);
  }
  .menu_button_target.active .menu_button:after {
    top: 0;
    transform: rotate(-45deg);
  }
  .menu_button_target .menu_button {
    position: relative;
    left: 0;
    display: block;
    width: 25px;
    height: 2px;
    margin-top: -2px;
    background-color: #0066FF;
    border-radius: 10px;
    transition: background 0.1s 0.1s;
  }
  .menu_button_target .menu_button:before,
  .menu_button_target .menu_button:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #0066FF;
    transition: top 0.2s 0.1s ease, transform 0.2s ease;
    border-radius: 10px;
    transform-origin: 50% 50%;
  }
  .menu_button_target .menu_button:before {
    top: -8px;
    transform: rotate(0deg);
  }
  .menu_button_target .menu_button:after {
    top: 8px;
    transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
  .menu_button_target {
    right: 0px;
  }
}
body.login footer {
  display: none;
}
@media (max-width: 767px) {
  body.login footer section {
    padding: 35px 15px 35px;
  }
}
footer {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 0 80px;
  min-width: 320px;
}
@media (max-width: 767px) {
  footer {
    padding: 0;
  }
}
footer section {
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer section {
    max-width: 800px;
    padding: 75px 15px 35px;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
footer section .left .google_play {
  display: block;
  width: 133px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('assets/google_play.svg');
  transition: opacity 0.2s;
}
footer section .left .google_play:hover {
  opacity: 0.5;
}
footer section .right {
  display: flex;
}
footer section .right .social {
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  footer section .right .social {
    margin-left: 2px;
  }
}
footer section .right .social:hover {
  opacity: 0.5;
}
footer section .right .social.insta {
  background-image: url('assets/ic_in.svg');
}
footer section .right .social.fb {
  background-image: url('assets/ic_fb.svg');
}
footer section .right .social.vk {
  background-image: url('assets/ic_vk.svg');
}
@media (max-width: 767px) {
}
.section-coaches_list {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 150px 25px;
}
@media (max-width: 767px) {
  .section-coaches_list {
    padding: 150px 15px;
  }
}
.section-coaches_list h1 {
  font-size: 35px;
  opacity: 1;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .section-coaches_list {
    margin-top: -150px;
  }
}
.section-coaches_list .coaches_wrap {
  max-width: 700px;
  margin: 0 auto;
}
.section-coaches_list .coach {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}
.section-coaches_list .coach:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.section-coaches_list .coach:hover .arrow {
  right: 20px;
  opacity: 1;
  color: #0066FF;
}
@media (max-width: 767px) {
  .section-coaches_list .coach:hover .arrow {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .section-coaches_list .coach {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 10px;
  }
}
.section-coaches_list .coach .arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.2s, right 0.2s;
}
.section-coaches_list .coach .profile_avatar,
.section-coaches_list .coach .profile_noavatar {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 0 0 0 4px #ffffff;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .section-coaches_list .coach .profile_avatar,
  .section-coaches_list .coach .profile_noavatar {
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
  }
}
.section-coaches_list .coach .profile_noavatar {
  background: #0066FF;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-coaches_list .coach .left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-coaches_list .coach .left {
    width: 100%;
  }
}
.section-coaches_list .coach .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .section-coaches_list .coach .right {
    padding-top: 10px;
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.section-coaches_list .coach .right .button {
  padding: 12px 25px 10px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  transition: color 0.2s, background-color 0.2s;
}
.section-coaches_list .coach .right .button:hover {
  background-color: #0066FF;
  color: #ffffff;
}
@media (max-width: 767px) {
  .section-coaches_list .coach .right .button {
    background-color: #0066FF;
    color: #ffffff;
  }
}
.section-coaches_list .coach .coach_name {
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: 2px;
  color: #000000;
  opacity: 1;
}
@media (max-width: 767px) {
  .section-coaches_list .coach .coach_name {
    font-size: 20px;
  }
}
.section-coaches_list .coach .coach_description {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  color: #000000;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .section-coaches_list .coach .coach_description {
    font-size: 14px;
  }
}
.section-coaches_list .coach .coach_rating {
  display: block;
  color: #FFC043;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 1px;
  background-image: url('assets/icon_star.svg');
  background-repeat: no-repeat;
  background-position: 0 1px;
}
.section-coaches_list .coach .coach_price {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 4px;
  color: #000000;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .section-coaches_list .coach .coach_price {
    margin-right: 15px;
    font-size: 16px;
  }
}
.auth_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  height: 100vh;
}
@media (max-width: 1023px) {
  .auth_body {
    margin-top: -150px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .auth_body {
    flex-direction: column-reverse;
    height: initial;
    margin-top: initial;
    width: 100%;
    padding: 0 10px 120px;
  }
}
.auth_body.success_signup h1 {
  opacity: 1;
  font-size: 24px;
  margin-bottom: 15px;
}
.auth_body.success_signup p {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Roboto-Regular';
  margin-bottom: 20px;
}
.auth_body .checkbox {
  margin: 15px 0;
}
.auth_body .auth_left {
  height: 400px;
  width: 450px;
  background-image: url('assets/ill_1.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .auth_body .auth_left {
    width: 100%;
    max-width: 450px;
    height: 250px;
  }
}
.auth_body .auth_right {
  width: 350px;
  height: auto;
  min-height: 200px;
  padding: 25px 20px 10px;
  background-color: #ffffff;
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .auth_body .auth_right {
    height: initial;
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    padding: 25px 20px 15px;
  }
}
.auth_body .auth_right .auth_titles {
  margin: 0 auto 25px;
}
.auth_body .auth_right .auth_titles span {
  margin-right: 15px;
  font-size: 17px;
  font-family: 'Gilroy-Bold';
}
.auth_body .auth_right .auth_identification span {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Gilroy-Bold';
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 2px;
  margin-right: 5px;
}
.auth_body .auth_right .auth_identification .form-group.has-error .help_block_wrapper {
  display: none;
}
.auth_body .auth_right .auth_identification .form-group.has-error .radio_group .radio_button label {
  border: 1px solid #FF3333;
  color: #FF3333;
}
.auth_body .auth_right .auth_identification .radio_group .choose_user_type {
  display: flex;
}
.auth_body .auth_right .auth_identification .radio_group .radio_button {
  width: 100%;
  margin-right: 0;
}
.auth_body .auth_right .auth_identification .radio_group .radio_button label {
  margin-bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 13px 0 11px;
  text-align: center;
  border: 1px solid #E5E6EC;
  position: relative;
  z-index: 1;
}
.auth_body .auth_right .auth_identification .radio_group .radio_button label span {
  font-size: 16px;
  margin-right: -5px;
  margin-top: 2px;
}
.auth_body .auth_right .auth_identification .radio_group .radio_button label:hover {
  border: 1px solid #A5A8B8;
  z-index: 2;
}
.auth_body .auth_right .auth_identification .radio_group .radio_button:first-child label {
  border-radius: 5px 0 0 5px;
}
.auth_body .auth_right .auth_identification .radio_group .radio_button:last-child label {
  margin-left: -1px;
  border-radius: 0 5px 5px 0;
}
.auth_body .auth_right .auth_identification .radio_group .radio_button input:checked + label {
  border: 1px solid #0066FF;
  background-color: #0066FF;
}
.auth_body .auth_right .auth_buttons .reset_pass {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  width: 100%;
}
.auth_body .auth_right .auth_buttons .reset_pass a {
  display: block;
  width: 100%;
  height: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.auth_body .auth_right .auth_buttons .reset_pass a:hover {
  color: #000000;
}
.auth_body .auth_right .auth_buttons .button {
  width: 100%;
}
.auth_body .confim {
  font-size: 12px;
  margin-top: 15px;
  color: #A5A8B8;
  font-family: 'Roboto-Regular';
  margin-bottom: 15px;
}
.auth_body .sugnup_success_img {
  height: 180px;
  background-image: url('assets/ill_3.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.social_auth {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #E5E6EC;
  padding-top: 15px;
}
.social_auth p {
  color: #7F8296;
  font-size: 14px;
  margin-bottom: 10px;
}
.social_auth .auth-clients {
  margin-bottom: 10px;
  padding: 0;
}
.social_auth .auth-clients li {
  transition: opacity 0.2s;
}
.social_auth .auth-clients li:last-child {
  margin-right: 0;
}
.social_auth .auth-clients li:hover {
  opacity: 0.5;
}
.social_auth .auth-clients li .auth-icon {
  background-size: 100%;
  background-position: center;
}
.social_auth .auth-clients li .auth-icon.google {
  background-image: url('assets/ic_ggl.svg');
}
.social_auth .auth-clients li .auth-icon.vkontakte {
  background-image: url('assets/ic_vk.svg');
}
.social_auth .auth-clients li .auth-icon.facebook {
  background-image: url('assets/ic_fb.svg');
}
.signup_body {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 15px 150px;
}
@media (max-width: 1023px) {
  .signup_body {
    padding: 0 15px 150px;
  }
}
.signup_body h1 {
  font-size: 25px;
  line-height: 140%;
  margin-bottom: 35px;
  letter-spacing: 0;
  opacity: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .signup_body h1 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.signup_body h2 {
  opacity: 1;
}
.signup_body form {
  width: 100%;
  max-width: 360px;
}
.signup_body .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.signup_body .input_group,
.signup_body .select_group,
.signup_body .radio_group {
  margin-bottom: 25px;
}
.signup_body .input_group .help_block_wrapper,
.signup_body .select_group .help_block_wrapper,
.signup_body .radio_group .help_block_wrapper {
  bottom: 20px;
}
@media (max-width: 767px) {
}
.signup_body .inputs_group {
  margin-bottom: 25px;
}
.signup_body .inputs_group .inline_inputs {
  display: flex;
  width: 100%;
}
.signup_body .inputs_group .inline_inputs .form-group {
  padding-right: 10px;
}
.signup_body .inputs_group .inline_inputs .form-group:last-child {
  padding-right: 0;
}
.signup_body .inputs_group .input_group {
  margin-bottom: 1px;
}
.signup_body .inputs_group .input_group input {
  border-radius: 0;
}
.signup_body .inputs_group .form-group {
  position: relative;
  z-index: 1;
}
.signup_body .inputs_group .form-group:focus,
.signup_body .inputs_group .form-group:hover {
  z-index: 2;
}
.signup_body .inputs_group .form-group.has-error {
  z-index: 2;
}
.signup_body .inputs_group .form-group:first-child input {
  border-radius: 4px 4px 0 0;
}
.signup_body .inputs_group .form-group:last-child input {
  border-radius: 0 0 4px 4px;
}
.signup_body .field-commoninfoform-cityid .select2-selection__rendered {
  height: 56px;
  padding: 19px 20px;
}
.signup_body .field-commoninfoform-cityid.has-error .select2-selection__rendered {
  box-shadow: 0 0 0 1px #FF3333, 0 0 0 0 transparent;
}
.signup_body .input_group {
  position: relative;
}
.signup_body .input_group input {
  height: 56px;
  padding: 0 20px;
}
.signup_body .select_group select {
  height: 56px;
  padding: 0 20px;
}
.signup_body .select_group:after {
  bottom: 17px;
}
.signup_body .steps {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .signup_body .steps {
    margin-bottom: 30px;
  }
}
.signup_body .steps .step {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #000000;
  font-size: 17px;
  padding-top: 10px;
  border-radius: 20px;
  margin-right: 20px;
  position: relative;
  border: 2px solid rgba(40, 110, 255, 0.1);
}
.signup_body .steps .step:last-child {
  margin-right: 0;
}
.signup_body .steps .step:first-child::after {
  display: none;
}
.signup_body .steps .step.active {
  background: #0066FF;
  color: #ffffff;
  border: 2px solid #0066FF;
}
.signup_body .steps .step.active::after {
  background: linear-gradient(270deg, #2789FD 0%, #2770FD 100%);
}
.signup_body .steps .step::after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: -14px;
  top: 16px;
  border-radius: 2px;
  background: rgba(40, 110, 255, 0.1);
}
.signup_body .button {
  padding: 18px 25px 15px;
  float: right;
}
.signup_body .birthday .birthday_inputs {
  display: flex;
}
.signup_body .birthday .birthday_inputs .form-group {
  width: 100%;
  margin: 0 5px 0;
}
.signup_body .birthday .birthday_inputs .form-group .small_title {
  display: none;
}
.signup_body .birthday .birthday_inputs .form-group:first-child {
  margin-left: 0;
}
.signup_body .birthday .birthday_inputs .form-group:last-child {
  margin-right: 0;
}
.signup_body .birthday .birthday_inputs {
  display: flex;
  flex-wrap: wrap;
}
.signup_body .birthday .form-group {
  margin: 0 !important;
}
.signup_body .birthday .field-commoninfoform-dayofbirth,
.signup_body .birthday .field-commoninfoform-yearofbirth {
  flex: 0 0 25%;
}
.signup_body .birthday .field-commoninfoform-monthofbirth {
  flex: 0 0 50%;
  padding: 0 10px;
}
.signup_body .birthday .select_group {
  min-width: initial;
  max-width: initial;
  width: 100%;
}
.signup_body .form-group {
  width: 100%;
}
.signup_body .form-group.has-error .radio_button:hover {
  z-index: 1;
}
.signup_body .form-group.has-error .radio_button label {
  box-shadow: 0 0 0 1px #FF3333;
}
.signup_body .form-group.has-error .radio_button label:hover {
  box-shadow: 0 0 0 1px #FF3333;
}
.signup_body .form-group.has-error .radio_group .help_block_wrapper {
  bottom: initial;
  top: 37px;
  z-index: 3;
}
.signup_body .radio_group {
  width: 100%;
}
.signup_body .radio_group #commoninfoform-gender {
  display: flex;
}
.signup_body .radio_group .choose_user_type {
  display: flex;
}
.signup_body .radio_group .radio_button {
  width: 100%;
  margin-right: 0;
  position: relative;
  display: block;
  z-index: 1;
}
.signup_body .radio_group .radio_button:hover {
  z-index: 2;
}
.signup_body .radio_group .radio_button label {
  margin-bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 21px 0 20px;
  text-align: center;
  box-shadow: 0 0 0 1px #E5E6EC;
  color: #000000;
  text-transform: initial;
  letter-spacing: initial;
  font-size: 15px;
  font-family: 'Roboto-Regular';
  border-radius: 0;
}
.signup_body .radio_group .radio_button label span {
  font-size: 16px;
  margin-right: -5px;
  margin-top: 2px;
}
.signup_body .radio_group .radio_button label:hover {
  box-shadow: 0 0 0 1px #A5A8B8;
}
.signup_body .radio_group .radio_button:first-child label {
  border-radius: 5px 0 0 5px;
}
.signup_body .radio_group .radio_button:last-child label {
  border-radius: 0 5px 5px 0;
}
.signup_body .radio_group .radio_button input:checked + label {
  box-shadow: 0 0 0 1px #0066FF;
  background-color: #0066FF;
}
.signup_body .radio_group #coachparameterform-gender,
.signup_body .radio_group #coachparameterform-age,
.signup_body .radio_group #coachparameterform-experience {
  display: flex;
  width: 100%;
}
.signup_body .radio_group .choose_target .form-group.has-error .radio_group .help_block_wrapper {
  bottom: initial;
  top: 19px;
  z-index: 3;
}
.signup_body .radio_group .choose_target .radio_button label {
  display: flex;
  justify-content: space-between;
  padding: 21px 20px 20px;
}
.signup_body .radio_group .choose_target .radio_button label::after {
  font-size: 20px;
}
.signup_body .radio_group .choose_target .radio_button label[for="ExtraInfoForm[goal]0"]::after {
  content: '🏖';
}
.signup_body .radio_group .choose_target .radio_button label[for="ExtraInfoForm[goal]1"]::after {
  content: '💪';
}
.signup_body .radio_group .choose_target .radio_button label[for="ExtraInfoForm[goal]2"]::after {
  content: '💧';
}
.signup_body .radio_group .choose_target .radio_button label[for="ExtraInfoForm[goal]3"]::after {
  content: '🐻';
}
.signup_body .radio_group .choose_target .radio_button label[for="ExtraInfoForm[goal]4"]::after {
  content: '🐎';
}
.signup_body .radio_group .choose_target .radio_button label[for="ExtraInfoForm[goal]5"]::after {
  content: '👊';
}
.signup_body .radio_group .choose_target .radio_button:first-child label {
  border-radius: 5px 5px 0 0;
}
.signup_body .radio_group .choose_target .radio_button:last-child label {
  margin-left: 0;
  border-radius: 0 0 5px 5px;
}
.signup_body .coaches_wrap {
  width: 100%;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .signup_body .coaches_wrap {
    padding-bottom: 150px;
  }
}
.signup_body .coaches_wrap .coach {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #E5E6EC;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 0px rgba(0, 17, 119, 0.05);
}
@media (max-width: 767px) {
  .signup_body .coaches_wrap .coach {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 10px;
  }
}
.signup_body .coaches_wrap .coach .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .signup_body .coaches_wrap .coach .left {
    width: 100%;
    padding-bottom: 10px;
    align-items: flex-start;
    border-bottom: 1px solid #E5E6EC;
  }
}
.signup_body .coaches_wrap .coach .left .profile_noavatar {
  flex: 0 0 80px;
}
.signup_body .coaches_wrap .coach .left .coach_info {
  flex: 0 0 calc(100% - 95px);
}
.signup_body .coaches_wrap .coach .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .signup_body .coaches_wrap .coach .right {
    padding-top: 10px;
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
  }
}
.signup_body .coaches_wrap .coach .right .button {
  padding: 10px 25px 7px;
  background: #F5F6FC;
  color: #0066FF;
}
.signup_body .coaches_wrap .coach .coach_avatar {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-size: cover;
  margin-right: 15px;
}
.signup_body .coaches_wrap .coach .coach_name {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 2px;
}
.signup_body .coaches_wrap .coach .coach_description {
  font-size: 14px;
  color: #7F8296;
  display: block;
  margin-bottom: 5px;
  font-family: 'Roboto-Regular';
}
.signup_body .coaches_wrap .coach .coach_rating {
  display: block;
  color: #FFC043;
  font-size: 14px;
  font-family: 'Gilroy-Bold';
  padding-left: 20px;
  padding-top: 1px;
  background-image: url('img/icon_star.svg');
  background-repeat: no-repeat;
  background-position: 0 1px;
}
.signup_body .coaches_wrap .coach .coach_price {
  font-size: 18px;
  color: #7F8296;
  margin-bottom: 10px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .signup_body .coaches_wrap .coach .coach_price {
    margin-right: 15px;
  }
}
.signup_body .bottom_buttons {
  position: fixed;
  bottom: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .signup_body .bottom_buttons {
    background-color: #F5F6FC;
    bottom: 0;
    padding: 15px 15px 120px;
    width: 100%;
  }
}
.signup_body .bottom_buttons h2 {
  font-size: 14px;
  color: #7F8296;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .signup_body .bottom_buttons h2 {
    margin-bottom: 15px;
  }
}
.signup_body .bottom_buttons .button {
  margin: 0 5px;
}
@media (max-width: 767px) {
  .signup_body .bottom_buttons .button {
    width: 100%;
    padding: 12px 15px;
    margin: 0;
  }
}
.signup_body .bottom_buttons .button.reload {
  background-color: #0066FF;
  background-image: url('assets/icon_rotate.svg');
  background-repeat: no-repeat;
  background-position: 20px center;
  padding: 18px 25px 16px 45px;
}
@media (max-width: 767px) {
  .signup_body .bottom_buttons .button.reload {
    background-position: 15px center;
    padding: 12px 15px 12px 15px;
  }
}
body.login .select2-container {
  width: 360px;
}
@media (max-width: 390px) {
  body.login .select2-container {
    width: calc(100% - 30px);
  }
}
body.login .select2-search .select2-search__field {
  width: 100%;
  height: 56px;
  padding: 0 20px;
}
body.login .select2-search::after {
  top: 11px;
}
.news_body {
  padding: 160px 20px;
  height: 100vh;
  overflow-y: scroll;
}
@media (max-width: 1023px) {
  .news_body {
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  .news_body {
    margin-top: initial;
    padding: 30px 20px 60px;
  }
}
.news_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.news_wrapper .header {
  display: flex;
  max-width: 600px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .news_wrapper .header {
    margin: 0 auto 30px;
  }
}
.news_wrapper .header .news_logo {
  background-image: url('img/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 165px;
  height: 45px;
  margin-left: -5px;
  transition: opacity 0.15s;
}
.news_wrapper .header .news_logo:hover {
  opacity: 0.5;
}
.news_wrapper .header h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
  margin-top: 10px;
  margin-left: 15px;
  color: #A5A8B8;
}
.section-news_list {
  max-width: 600px;
  margin: 0 auto;
}
.section-news_list .news_item {
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  margin-bottom: 40px;
  transition: opacity 0.2s;
}
.section-news_list .news_item:hover {
  opacity: 0.5;
}
.section-news_list .news_item .thumb {
  width: 100%;
  height: 150px;
  border-radius: 10px;
}
.section-news_list .news_item .headline {
  font-family: 'Gilroy-Bold';
  opacity: 1;
  font-size: 22px;
  margin-bottom: 10px;
  width: 100%;
}
.section-news_list .news_item .date {
  color: #7F8296;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.section-news_list .news_item .preview_text {
  line-height: 1.35;
  font-size: 17px;
  width: 100%;
  font-family: 'Roboto-Regular';
}
.section-news_detail h1,
.section-news_detail h2,
.section-news_detail h3,
.section-news_detail p,
.section-news_detail h4,
.section-news_detail blockquote,
.section-news_detail ul,
.section-news_detail ol,
.section-news_detail hr,
.section-news_detail .likely_wrap,
.section-news_detail .button_wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}
.section-news_detail .button_wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}
.section-news_detail .likely_wrap {
  margin-bottom: 40px;
}
.section-news_detail h1 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-news_detail h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.section-news_detail h2 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-news_detail h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.section-news_detail h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-news_detail h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.section-news_detail h4 {
  color: #A5A8B8;
  display: block;
  margin-bottom: 40px;
  font-family: 'Roboto-Regular';
}
@media (max-width: 767px) {
  .section-news_detail h4 {
    margin-bottom: 30px;
  }
}
.section-news_detail p,
.section-news_detail blockquote,
.section-news_detail li {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Roboto-Regular';
}
@media (max-width: 767px) {
  .section-news_detail p,
  .section-news_detail blockquote,
  .section-news_detail li {
    font-size: 16px;
  }
}
.section-news_detail blockquote {
  padding-left: 20px;
  border-left: 2px solid #0066FF;
}
.section-news_detail blockquote a {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  text-align: right;
  font-family: 'Roboto-Regular';
}
.section-news_detail ul,
.section-news_detail ol {
  margin-bottom: 40px;
  padding-left: 20px;
  font-family: 'Roboto-Regular';
}
@media (max-width: 767px) {
  .section-news_detail ul,
  .section-news_detail ol {
    margin-bottom: 30px;
  }
}
.section-news_detail li {
  margin-bottom: 5px;
}
.section-news_detail hr {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #E5E6EC;
  border: none;
  height: 1px;
  background-color: #E5E6EC;
}
@media (max-width: 767px) {
  .section-news_detail hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.section-news_detail img {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .section-news_detail img {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
