@charset "UTF-8";

html {
  scroll-behavior: smooth; /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */
}

@font-face {
  font-family: "FontAwesome Regular";
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot")
      format("embedded-opentype"),
    url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fontawesome/fa-regular-400.woff") format("woff"),
    url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"),
    url("../fonts/fontawesome/fa-regular-400.svg#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome Solid";
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot") format("embedded-opentype"),
    url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fontawesome/fa-solid-900.woff") format("woff"),
    url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fontawesome/fa-solid-900.svg#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome Brands";
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot") format("embedded-opentype"),
    url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fontawesome/fa-brands-400.woff") format("woff"),
    url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"),
    url("../fonts/fontawesome/fa-brands-400.svg#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  background: white;
  font: 400 1rem/1.5rem Arial, sans-serif;
  color: black;
}

main {
  /*min-height: 100vh;*/
  min-height: 50vh;
}

p {
  font: inherit;
}

b,
strong {
  font: inherit;
  color: inherit;
  font-weight: bold;
}

fieldset {
  border: 0;
}

label {
  margin: 0;
}

a,
button,
input {
  outline: 0;
}
a:focus,
button:focus,
input:focus {
  outline: 0;
}

textarea {
  resize: none;
  outline: 0;
}

a {
  color: #009bbd;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #009bbd;
  text-decoration: none;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}

img {
  max-width: 100%;
}

blockquote {
  margin: 0;
}

.switch-field,
.mobile-headers,
.main-filter-title,
.main-map-title {
  display: none;
}

.b-head {
  display: none !important;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 0.938rem;
  border: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}
.button:hover,
.button:focus {
  text-decoration: none;
}
.button_default {
  background: #ff440e;
  border: 1px solid #ff440e;
  font: 400 0.875rem/3rem Arial, sans-serif;
  color: white;
  border-radius: 7px;
}
.button_default.rounded {
  border-radius: 7px;
}
.button_default:hover,
.button_default:focus {
  background: white;
  color: #ff440e;
}
.button_disabled {
  background: #c5c5c5;
  border: 1px solid #c5c5c5;
  font: 400 0.875rem/3rem Arial, sans-serif;
  color: white;
  cursor: not-allowed;
  pointer-events: none;
}
.button_disabled:hover,
.button_disabled:focus {
  background: #c5c5c5;
  border: 1px solid #c5c5c5;
  color: white;
}
.button_grey {
  background: #c5c5c5;
  border: 1px solid #c5c5c5;
  font: 400 0.875rem/3rem Arial, sans-serif;
  color: white;
}
.button-tour__submit {
  width: 100%;
  max-width: 50%;
}

.checkbox-default {
  display: block;
  width: 100%;
  margin: 0 0 1.063rem;
}
.checkbox-default_img {
  margin-bottom: 0.125rem;
}
.checkbox-default_img .checkbox-default__display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-default_img .checkbox-default__display:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox-default_with-input {
  padding-left: 1.688rem;
  margin: 0.688rem 0;
}
.checkbox-default__input {
  display: none;
}
.checkbox-default__input:checked ~ .checkbox-default__display:before {
  background: #ff440e;
  border-color: #ff440e;
}
.checkbox-default__display {
  position: relative;
  padding-left: 1.625rem;
  font: 400 0.875rem/0.938rem Arial, sans-serif;
  color: #000a12;
  cursor: pointer;
}
.checkbox-default__display:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.938rem;
  height: 0.938rem;
  background: white;
  border: 1px solid #e5e5e5;
  content: "";
}
.checkbox-default__display.catalog-checkbox {
  color: #000a12;
}
.checkbox-default__display.catalog-checkbox.active-catalog {
  color: #000;
}
.checkbox-default__display-title {
  margin: 0 0 0.625rem;
  font: 400 0.875rem/0.938rem Arial, sans-serif;
  color: #000a12;
}
.checkbox-default__display-desc {
  margin: 0;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.checkbox-default__img {
  max-height: 2.5rem;
}
.sort-label {
  display: block;
  width: 33.3333%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.sort-label__tooltip-note {
  margin-right: 2.3rem;
  margin-left: 0 !important;
}
.sort-label__title {
  padding-bottom: 0.9375rem;
  display: block;
  border-bottom: 2px solid white;
}
.sort-label__input-title {
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sort-label__input {
  display: none;
}
.sort-label__input:checked {
  display: none;
}
.sort-label__input:checked ~ .sort-label__input-title > .sort-label__title {
  border-bottom: 2px solid #009bbd;
  font: 700 0.875rem/1.375rem Arial, sans-serif;
}
.sort-label__display {
  position: relative;
  padding-left: 1.625rem;
  font: 400 0.875rem/0.938rem Arial, sans-serif;
  color: #000a12;
  cursor: pointer;
}
.sort-label__display:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.938rem;
  height: 0.938rem;
  background: white;
  border: 1px solid #e5e5e5;
  content: "";
}
.sort-label__display.catalog-checkbox {
  color: #000a12;
}
.sort-label__display.catalog-checkbox.active-catalog {
  color: #000;
}
.sort-label__display-title {
  margin: 0 0 0.625rem;
  font: 400 0.875rem/0.938rem Arial, sans-serif;
  color: #000a12;
}
.sort-label__display-desc {
  margin: 0;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.sort-label__img {
  max-height: 2.5rem;
}

.desktop-hide {
  display: none;
}

.feed-count {
  width: 100%;
  max-width: 100%;
}

.feed-count a {
  margin: 0 !important;
}

.feed-card {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 47%;
  padding: 2rem;
  margin-bottom: 2rem;
}

.feed-card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.file-default_photo .file-default__display {
  padding-left: 1.625rem;
  background: url(../img/theme/icons/photo-camera_accent.svg) no-repeat center
    left;
  background-size: 1rem;
}

.file-default_file .file-default__display {
  padding-left: 1.625rem;
  background: url(../img/theme/icons/file.svg) no-repeat center left;
  background-size: 1rem;
}

.file-default__input {
  display: none;
}

.file-default__display {
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
  cursor: pointer;
}
.file-default__display:hover,
.file-default__display:focus {
  text-decoration: none;
}

.input-default {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font: 400 0.875rem/1.25rem Arial, sans-serif;
  color: #000a12;
}
.input-default::-webkit-input-placeholder {
  opacity: 1;
  color: #767676;
}
.input-default:-ms-input-placeholder {
  opacity: 1;
  color: #767676;
}
.input-default::-ms-input-placeholder {
  opacity: 1;
  color: #767676;
}
.input-default::placeholder {
  opacity: 1;
  color: #767676;
}
.input-default:hover {
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}
.input-default:focus {
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  border-color: #ff440e;
}
.input-default_mark {
  padding-left: 2.375rem;
  background: white url(../img/theme/icons/marker-input_accent.svg) no-repeat
    0.875rem center;
  background-size: 1rem;
}
.input-default_datepicker {
  padding-left: 3rem;
  background: white url(../img/theme/icons/calendar.svg) no-repeat 0.875rem
    center;
  background-size: 1rem;
}
.input-default_timepicker {
  padding-left: 3rem;
  background: white url(../img/theme/icons/time.svg) no-repeat 0.875rem center;
  background-size: 1rem;
}
.input-default_video {
  padding-left: 2.375rem;
  background: white url(../img/theme/icons/video-camera_accent.svg) no-repeat
    0.875rem center;
  background-size: 1rem;
}
.input-default_ig {
  margin-bottom: 1rem;
  padding-left: 2.375rem;
  background: white url(../img/theme/icons/instagram.svg) no-repeat 0.875rem
    center;
  background-size: 1rem;
}
.input-default_fb {
  padding-left: 2.375rem;
  background: white url(../img/theme/icons/facebook.svg) no-repeat 0.875rem
    center;
  background-size: 1rem;
}
.input-default_main-page {
  height: 3.5rem;
  padding: 1.125rem 1.875rem 1.125rem 1.25rem;
  background: white;
  border: 0;
  border-right: 1px solid #e5e5e5;
  font-size: 1rem;
  line-height: 1.25rem;
}
.input-default_main-page:focus {
  border-color: #e5e5e5;
}

.map {
  max-width: 1200px;
  width: 100%;
  height: 410px;
}
.map iframe {
  height: 410px;
}

.left-filter__ui-input-start,
.left-filter__ui-input-end,
.left-filter__ui-input {
  max-width: 115px;
}

.menu-z-index {
  z-index: 3;
  position: relative;
}

.radio-flights {
  display: block;
  width: 100%;
  margin: 0 0 2rem;
}
.radio-flights__input {
  display: none;
}
.radio-flights__input:checked ~ .radio-flights__display:before {
  background: url(../img/theme/icons/calendar.svg) no-repeat center;
  background-size: 1rem;
}
.radio-flights__input:checked
  ~ .radio-flights__display
  .radio-flights__item_here:first-child
  .tooltip-flight {
  display: none;
}
.radio-flights__input:checked
  ~ .radio-flights__display
  .radio-flights__item_here:before {
  background-image: url(../img/theme/icons/reverse.svg);
}
.radio-flights__input:checked
  ~ .radio-flights__display
  .radio-flights__item_here:first-child:before {
  background-image: url(../img/theme/icons/airplane-here.svg);
}
.radio-flights__input:checked
  ~ .radio-flights__display
  .radio-flights__item_back:first-child
  .tooltip-flight {
  display: none;
}
.radio-flights__input:checked
  ~ .radio-flights__display
  .radio-flights__item_back:before {
  background-image: url(../img/theme/icons/reverse.svg);
}
.radio-flights__input:checked
  ~ .radio-flights__display
  .radio-flights__item_back:first-child:before {
  background-image: url(../img/theme/icons/airplane-back.svg);
}
.radio-flights__display {
  position: relative;
  padding-left: 1.75rem;
  font: 400 0.875rem/0.938rem Arial, sans-serif;
  color: #000a12;
  cursor: pointer;
}
.radio-flights__display:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/calendar_default.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.radio-flights__ticket {
  display: none;
}
.radio-flights__title {
  margin: 0 0 0.875rem;
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #000a12;
}
.radio-flights__title:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.25rem;
  height: 100%;
  text-align: right;
  font-size: 1.25rem;
  font-family: "FontAwesome Solid";
  color: #c5c5c5;
  content: "\f107";
}
.radio-flights__title.opened:after {
  content: "\f106";
}
.radio-flights__list {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.radio-flights__item_here:first-child .radio-flights__item-desc:first-child {
  color: #000a12;
}
.radio-flights__item_here:last-child .radio-flights__item-desc:last-child {
  color: #000a12;
}
.radio-flights__item_here:first-child:before {
  top: 0;
  background: url(../img/theme/icons/airplane-here_default.svg) no-repeat center;
  background-size: 1rem;
}
.radio-flights__item {
  position: relative;
  margin-bottom: 0.25rem;
}
.radio-flights__item:last-child {
  margin-bottom: 0;
}
.radio-flights__item_here:before {
  position: absolute;
  top: -0.813rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/reverse_default.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.radio-flights__item_here .tooltip-flight {
  top: -1rem;
}
.radio-flights__item_here:first-child .tooltip-flight {
  display: none;
}
.radio-flights__item_back .tooltip-flight {
  top: -1rem;
}
.radio-flights__item_back:first-child .tooltip-flight {
  display: none;
}
.radio-flights__item_back:first-child .radio-flights__item-desc:first-child {
  color: #000a12;
}
.radio-flights__item_back:last-child .radio-flights__item-desc:last-child {
  color: #000a12;
}
.radio-flights__item_back:first-child:before {
  top: 0;
  background: url(../img/theme/icons/airplane-back_default.svg) no-repeat center;
  background-size: 1rem;
}
.radio-flights__item_back:before {
  position: absolute;
  top: -0.813rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/reverse_default.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.radio-flights__item-desc {
  margin: 0;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.radio-flights__total {
  margin: 0.875rem 0 0;
  font: 700 0.875rem/1rem Arial, sans-serif;
  color: #000a12;
}

.search {
  display: flex;
  flex-direction: row-reverse;
}

.search-mobile {
  display: none;
}

.search-result .ya-site-form__form {
  max-width: 50%;
  margin: 2rem auto;
}

.textarea-default {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 11.375rem;
  padding: 0.625rem 0.75rem;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
}
.textarea-default::-webkit-input-placeholder {
  opacity: 1;
  color: #767676;
}
.textarea-default:-ms-input-placeholder {
  opacity: 1;
  color: #767676;
}
.textarea-default::-ms-input-placeholder {
  opacity: 1;
  color: #767676;
}
.textarea-default::placeholder {
  opacity: 1;
  color: #767676;
}
.textarea-default:hover {
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}
.textarea-default:focus {
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  border-color: #ff440e;
}
.textarea-default_less {
  min-height: 6.188rem;
}

@media screen and (max-width: 991px) {
  .textarea-default {
    min-height: 8rem;
  }
  .textarea-default_less {
    min-height: 4.75rem;
  }
  .sort-label__input-title {
    padding-bottom: 0.2rem;
    margin-bottom: 0.7rem;
  }
  .sort-label__tooltip-note {
    margin-right: 1.1rem;
  }
}

@media screen and (max-width: 575px) {
  .sort-by__label-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .textarea-default {
    min-height: 11rem;
  }
  .textarea-default_less {
    min-height: 6.25rem;
  }
}

body .select2-container {
  top: 0;
  margin: 0;
}
body .select2-container .select2-selection {
  height: 2.375rem;
  padding: 0.5rem 1.875rem 0.5rem 2.375rem;
  background: white url(../img/theme/icons/marker-input_accent.svg) no-repeat
    0.875rem center;
  background-size: 1rem;
  outline: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
body .main-form__section .select2-container .select2-selection {
  height: unset;
  padding: 0 2rem;
}
body .select2-container .select2-selection__rendered {
  padding: 0;
  font: 0.875rem/1.25rem Arial, sans-serif;
  color: #000a12;
}
body .select2-container .select2-selection__placeholder {
  color: #767676;
}
body .select2-container .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  background: url(../img/theme/icons/arrows-select.svg) no-repeat center;
  background-size: 0.75rem;
}
body .select2-container .select2-selection__arrow b {
  display: none;
}

body .select2-dropdown {
  background: white;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 0 0;
}

body .select2-results__options .select2-results__option {
  overflow: hidden;
  padding: 0.5rem 3rem 0.5rem 0.875rem;
  font: 0.875rem/1.25rem Arial, sans-serif;
  color: #000a12;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .select2-results__options .select2-results__option[aria-selected],
body
  .select2-results__options
  .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #000a12;
}
body .select2-results__options .select2-results__option[aria-selected]:hover,
body
  .select2-results__options
  .select2-results__option--highlighted[aria-selected]:hover {
  background-color: transparent;
  color: #000a12;
}
body .select2-results__options .select2-results__option[aria-selected="true"] {
  display: none;
}

body .select-default {
  display: block;
  width: 100%;
  max-width: 16.875rem;
}
body .select-default__select {
  display: block;
  width: 100%;
  max-width: 100%;
}
body .select-default .select2-container {
  top: 0;
  margin: 0;
}
body .select-default .select2-container .select2-selection {
  height: 2.375rem;
  padding: 0.5rem 1.875rem 0.5rem 2.375rem;
  background: white url(../img/theme/icons/marker-input_accent.svg) no-repeat
    0.875rem center;
  background-size: 1rem;
  outline: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
body .select-default .select2-container .select2-selection__rendered {
  padding: 0;
  font: 0.875rem/1.25rem Arial, sans-serif;
  color: #000a12;
}
body .select-default .select2-container .select2-selection__placeholder {
  color: #767676;
}
body .select-default .select2-container .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  background: url(../img/theme/icons/arrows-select.svg) no-repeat center;
  background-size: 0.75rem;
}
body .select-default .select2-container .select2-selection__arrow b {
  display: none;
}
body
  .select-default
  .select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: none;
}
body .select-default .select2-dropdown {
  background: white;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 0 0;
}
body .select-default .select2-results__option {
  overflow: hidden;
  padding: 0.5rem 3rem 0.5rem 0.875rem;
  font: 0.875rem/1.25rem Arial, sans-serif;
  color: #000a12;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}
body .select-default .select2-results__option[aria-selected],
body .select-default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #000a12;
}
body .select-default .select2-results__option[aria-selected]:hover,
body
  .select-default
  .select2-results__option--highlighted[aria-selected]:hover {
  background-color: transparent;
  color: #000a12;
}
body .select-default .select2-results__option[aria-selected="true"] {
  display: none;
}
body .select-default_no-icon .select2-container .select2-selection {
  padding-left: 1rem;
  background: white;
}
body .select-default_single {
  max-width: none;
}
body .select-default_main-page {
  max-width: 100%;
}
body .select-default_main-page .select2-container .select2-selection {
  height: 3.5rem;
  padding: 1.125rem 1.875rem 1.125rem 1.25rem;
  background: white;
  border: 0;
  border-right: 1px solid #e5e5e5;
}
body .select-default_main-page .select2-container .select2-selection__rendered {
  font: 1rem/1.25rem Arial, sans-serif;
}
body .select-default_main-page .select2-dropdown {
  border: 0;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
}
body .select-default_main-page .select2-results__option {
  padding: 1.125rem 1.875rem 1.125rem 1.25rem;
  font: 1rem/1.25rem Arial, sans-serif;
}
body .select-default_main-page.last .select2-container .select2-selection {
  border: 0;
}

body .select-multiple {
  display: block;
  width: 100%;
  max-width: 16.875rem;
}
body .select-multiple__select {
  display: block;
  width: 100%;
  max-width: 100%;
}
body .select-multiple .select2-container {
  top: 0;
  margin: 0;
}
body .select-multiple .select2-container .select2-selection {
  height: 2.375rem;
  padding: 0.5rem 1.875rem 0.5rem 1rem;
  background: white;
  outline: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
body .select-multiple .select2-container .select2-selection__rendered {
  padding: 0;
  font: 0.875rem/1.25rem Arial, sans-serif;
  color: #000a12;
}
body .select-multiple .select2-container .select2-selection__placeholder {
  color: #767676;
}
body .select-multiple .select2-container .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  background: url(../img/theme/icons/arrows-select.svg) no-repeat center;
  background-size: 0.75rem;
}
body .select-multiple .select2-container .select2-selection__arrow b {
  display: none;
}
body
  .select-multiple
  .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-search {
  float: none;
  display: inline;
}
body
  .select-multiple
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  float: none;
  display: inline;
  padding: 0;
  margin-top: 0;
  background: transparent;
  border: 0;
}
body
  .select-multiple
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice:after {
  content: ",";
}
body
  .select-multiple
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice:nth-last-child(2):after {
  content: "";
}
body
  .select-multiple
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: none;
}
body
  .select-multiple
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
}
body .select-multiple .select2-dropdown {
  background: white;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 0 0;
}
body .select-multiple .select2-results__option {
  overflow: hidden;
  padding: 0.5rem 1rem;
  font: 0.875rem/1.25rem Arial, sans-serif;
  color: #000a12;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .select-multiple .select2-results__option[aria-selected],
body .select-multiple .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #000a12;
}
body .select-multiple .select2-results__option[aria-selected]:hover,
body
  .select-multiple
  .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #f2f2f2;
  color: #000a12;
}
body .select-multiple .select2-results__option[aria-selected="true"] {
  position: relative;
  display: block;
}
body .select-multiple .select2-results__option[aria-selected="true"]:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/theme/icons/selected.svg) no-repeat center;
  background-size: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}
body
  .select-multiple
  .select2-results__option[aria-selected="true"]:hover:after {
  background: url(../img/theme/icons/unselect.svg) no-repeat center;
  background-size: 1rem;
}

body .header-select {
  display: block;
}
body .header-select_currency {
  width: 2.875rem;
}
body .header-select_lang {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  width: 100%;
}
#currency-select {
    display: none;
}
#lang-select {
    display: none;
}
.search-mobile form{
    display: none;
}

body .header-select__select {
  display: block;
  width: 100%;
}
body .header-select .select2-container {
  top: 0;
  margin: 0;
}
body .header-select .select2-container .select2-selection {
  height: auto;
  padding: 0;
  background: white;
  outline: 0;
  border: 0;
  border-radius: 0;
}
body .header-select .select2-container .select2-selection__rendered {
  padding: 0;
  font: 400 0.938rem/1.375rem Arial, sans-serif;
  color: #000a12;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
}
body .header-select .select2-container .select2-selection__rendered:hover,
body .header-select .select2-container .select2-selection__rendered:focus {
  text-decoration: none;
}
body .header-select .select2-container .select2-selection__rendered span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .header-select .select2-container .select2-selection__rendered span img {
  margin-right: 0.625rem;
}
body .header-select .select2-container .select2-selection__placeholder {
  color: #000a12;
}
body .header-select .select2-container .select2-selection__arrow {
  display: none;
}
body .header-select .select2-container--open .select2-selection__arrow {
  display: none;
}
body .header-select .select2-dropdown {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0.313rem 0.625rem;
  margin-top: 0.375rem;
  background: white;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-0.625rem);
  transform: translateX(-0.625rem);
}
body .header-select .select2-results__option {
  overflow: hidden;
  padding: 0;
  font: 400 0.938rem/1.375rem Arial, sans-serif;
  color: #000a12;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .header-select .select2-results__option[aria-selected],
body .header-select .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #000a12;
}
body .header-select .select2-results__option[aria-selected]:hover,
body .header-select .select2-results__option--highlighted[aria-selected]:hover {
  background-color: transparent;
  color: #000a12;
}
body .header-select .select2-results__option[aria-selected="true"] {
  display: none;
}
body .header-select .select2-results__option span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .header-select .select2-results__option span img {
  margin-right: 0.625rem;
}

body .select-default_main-page.full-border {
  border: 1px solid #e5e5e5;
}

body .select-default_main-page.full-border-last {
  border: 1px solid #e5e5e5;
  border-right: 0;
}

.ui-price-sliderw__wrapper {
  width: 100%;
  margin: 0.5rem 0;
  padding: 1rem 1rem 0 0.5rem;
}

.ui-price-sliderw__slider-wrapper {
  position: relative;
}

.ui-price-sliderw .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-price-sliderw .ui-widget-header {
  background: #ff440e;
  color: #fff;
  font-weight: bold;
}

.ui-price-sliderw .ui-widget.ui-widget-content {
  background-color: #e0e0e0 !important;
  border: 0 !important;
  height: 6px;
}

.ui-price-sliderw .ui-slider .ui-slider-handle {
  position: absolute;
  border: 0;
  z-index: 2;
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(../img/theme/icons/ellips.png) no-repeat;
  cursor: pointer;
  top: -0.75rem;
  background-size: cover;
  /* Масштабируем фон */
}
.ui-price-sliderw .ui-slider .ui-slider-handle:hover,
.ui-price-sliderw .ui-slider .ui-slider-handle:focus {
  border: 0;
  outline: 0;
}

.fixed-map {
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  width: 100vw;
  display: none;
  background-color: grey;
  z-index: 10000;
}

.fixed-map.active {
  display: block;
}

#filter_google-maps {
  width: 100%;
  height: calc(100vh - 80px);
}

.filter-wrapper {
  position: relative;
  display: flex;
  margin: 3rem;
}

.filter-wrapper .left-filter {
  height: 100%;
}

#closed-map {
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
}

.map_full_overlay__close {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  z-index: 1003;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.map_full_overlay__close:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.map_full_overlay__close:before,
.map_full_overlay__close:after {
  content: "";
  background: #383838;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  border-radius: 4px;
}

.map_full_overlay__close:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.map-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrollable-filter {
  overflow-y: auto;
  height: 100%;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  body .header-select__select {
    display: block;
    max-width: 8rem;
  }
}

@media screen and (max-width: 991px) {
  body .select-default_main-page.middle .select2-container .select2-selection {
    border: 0;
  }
  body .select-default_main-page.last .select2-container .select2-selection {
    border-top: 1px solid #e5e5e5;
  }
}

@media screen and (max-width: 767px) {
  body .select-default .select2-container .select2-selection {
    height: 2.438rem;
  }
  body .select-default_main-page .select2-container .select2-selection {
    height: 3.5rem;
  }
}

@media screen and (max-width: 575px) {
  body .select-default {
    max-width: none;
  }
  body .select-default_main-page .select2-container .select2-selection {
    border: 0;
  }
  body .select-default_main-page.middle .select2-container .select2-selection {
    border-top: 1px solid #e5e5e5;
  }
  body .select-default_main-page.last .select2-container .select2-selection {
    border-top: 1px solid #e5e5e5;
  }
}

.actions-feed {
  padding: 1.25rem 0;
  background: white;
  border-bottom: 1px solid #e5e5e5;
}
.actions-feed-card.notify {
  position: relative;
}
.actions-feed-card.notify:before {
  position: absolute;
  top: 0;
  right: -0.625rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: #ff440e;
  border-radius: 50%;
  content: "";
}
.actions-feed-card__desc {
  margin: 0 0 0.375rem;
  font: 400 0.813rem/1.063rem Arial, sans-serif;
  color: #000a12;
}
.actions-feed-card__desc a {
  color: #009bbd;
  text-decoration: none;
}
.actions-feed-card__desc a:hover {
  color: #009bbd;
  text-decoration: underline;
}
.actions-feed-card__date {
  display: block;
  font: 400 0.688rem/1 Arial, sans-serif;
  color: #767676;
}

.about-school {
  margin: 0;
  padding: 1.938rem 2.688rem 2.125rem 1.625rem;
  background: white;
  border: 1px solid #e8e2e2;
}
.about-school__title {
  margin: 0 0 0.875rem 0;
  padding: 0;
  font: 700 1rem/1 Arial, sans-serif;
  color: #000a12;
}
.about-school__desc {
  margin: 0 0 1.813rem 0;
  padding: 0 0 2.063rem 0;
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  color: #767676;
  border-bottom: 0.063rem solid #e8e2e2;
}

.advert-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5625rem 1rem 1.5625rem;
  margin-bottom: 1rem;
  background: white;
  border: 1px solid #e5e5e5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.advert-block__close-img {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.advert-block__we {
  color: #ff440e;
  font: 700 0.875rem/1.375rem Arial, sans-serif;
  padding: 0 0 0 1.625rem;
}
.advert-block__we.img {
  background: url(../img/theme/icons/plane-solid.svg) no-repeat left center;
  background-size: 1rem;
}
.advert-block__mini-title {
  color: #000a12;
  font: 400 0.875rem/1.375rem Arial, sans-serif;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: inside none;
  padding: 1.25rem 0;
  margin: 0;
}

.breadcrumbs__item {
  position: relative;
  margin-right: 2.5rem;
  font: 400 0.813rem/1.25rem Arial, sans-serif;
  color: #767676;
}
.breadcrumbs__item:before {
  position: absolute;
  top: 0;
  right: -2.5rem;
  display: block;
  width: 2.5rem;
  height: 1.25rem;
  background: url(../img/theme/icons/arrow-bredcrumbs.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item:last-child:before {
  display: none;
}
.breadcrumbs__item a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.breadcrumbs__item a:hover,
.breadcrumbs__item a:focus {
  color: #009bbd;
  text-decoration: none;
}

.catalog-search {
  padding-bottom: 2.5rem;
}
.catalog-search__catalog-btn {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 3.53rem;
}

.content-page__body {
  padding: 2.875rem 0 6rem;
  background: #f2f2f2;
}

.content-page__container {
  padding: 1.75rem;
  background: white;
  border: 1px solid #e5e5e5;
  color: #767676;
}
.content-page__container h1,
.content-page__container h2,
.content-page__container h3,
.content-page__container h4,
.content-page__container h5,
.content-page__container h6 {
  margin: 2.563rem 0 1.063rem;
  font: 700 1.125rem/1.5rem Arial, sans-serif;
  color: #000a12;
}
.content-page__container figure {
  margin: 0 0 2.563rem;
}
.content-page__container p {
  margin: 1.063rem 0;
  font: 300 1rem/1.5rem Arial, sans-serif;
}
.content-page__container p strong {
  font-weight: 700;
}
.content-page__container a {
  color: #009bbd;
  text-decoration: none;
}
.content-page__container a:hover,
.content-page__container a:focus {
  color: #009bbd;
  text-decoration: underline;
}
.content-page__container img {
  display: block;
  max-width: 100%;
  margin: 1.063rem 0;
}
.content-page__container figcaption {
  font: 0.813rem/1 Arial, sans-serif;
}
.content-page__container blockquote {
  position: relative;
  display: block;
  padding: 5.75rem 0.938rem 3rem;
  margin: 1.375rem 0;
  background: #ededed;
}
.content-page__container blockquote:before {
  position: absolute;
  top: 3rem;
  left: 50%;
  font: 1.5rem/1 "FontAwesome Solid";
  content: "\f10d";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-page__container blockquote p {
  display: block;
  max-width: 28.75rem;
  margin: 0 auto 1.625rem;
  font: 300 italic 1.25rem/1.5rem Arial, sans-serif;
  text-align: center;
}
.content-page__container blockquote footer {
  display: block;
  max-width: 28.75rem;
  margin: 0 auto;
  text-align: center;
}
.content-page__container blockquote cite {
  font: 400 0.813rem/1 Arial, sans-serif;
  text-align: center;
}
.content-page__container iframe {
  margin: 1rem 0;
}
.content-page__container .table-container table {
  width: 100%;
  min-width: 598px;
  border-collapse: collapse;
}
.content-page__container .table-container table thead tr th {
  vertical-align: top;
  padding: 0 0.313rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  text-align: left;
  white-space: nowrap;
}
.content-page__container .table-container table thead tr th:last-child {
  padding-right: 0;
}
.content-page__container .table-container table thead tr th:first-child {
  padding-left: 0;
}
.content-page__container .table-container table tbody tr td {
  vertical-align: top;
  padding: 0.875rem 0.313rem;
  border-bottom: 1px solid #e5e5e5;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
}
.content-page__container .table-container table tbody tr td:last-child {
  padding-right: 0;
}
.content-page__container .table-container table tbody tr td:first-child {
  padding-left: 0;
}

.family-account-steps {
  padding: 2.25rem 2.813rem;
  margin-bottom: 2.063rem;
  background: white;
  border: 1px solid #e5e5e5;
}
.family-account-steps__title {
  margin: 0 0 2.813rem;
  font: 400 1.375rem/1 Arial, sans-serif;
  color: #767676;
}
.family-account-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.family-account-steps__item {
  position: relative;
  width: 100%;
  max-width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding-top: 1.375rem;
  margin: 0;
  border-top: 0.188rem solid #e5e5e5;
  font: 400 0.875rem/1 Arial, sans-serif;
  color: #000a12;
}
.family-account-steps__item:before {
  position: absolute;
  top: -0.563rem;
  left: 0;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background: #e5e5e5;
  border-radius: 50%;
  content: "";
}
.family-account-steps__item.previous {
  border-color: #ff440e;
}
.family-account-steps__item.previous:before {
  background: #ff440e;
}
.family-account-steps__item.active {
  font-weight: bold;
}
.family-account-steps__item.active:before {
  background: #ff440e;
}
.family-account-steps__item:last-child {
  border-color: transparent;
}

.family-account-info-card {
  padding: 2rem 1.25rem 2rem 2.813rem;
  margin-bottom: 2.063rem;
  background: white;
  border: 1px solid #e5e5e5;
}
.family-account-info-card__title {
  margin: 0 0 1.5rem;
  font: 400 1.125rem/1.625rem Arial, sans-serif;
  color: #767676;
}
.family-account-info-card__item {
  margin-bottom: 1rem;
}
.family-account-info-card__item:last-child {
  margin-bottom: 0;
}
.family-account-info-card__item_here {
  position: relative;
}
.family-account-info-card__item_here
  .family-account-info-card__item-title:before {
  position: absolute;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/reverse.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.family-account-info-card__item_here
  .family-account-info-card__item-title:first-child
  .tooltip-flight {
  display: none;
}
.family-account-info-card__item_here
  .family-account-info-card__item-title:first-child:before {
  top: 0;
  background: url(../img/theme/icons/airplane-here.svg) no-repeat center;
  background-size: 1rem;
}
.family-account-info-card__item_back {
  position: relative;
}
.family-account-info-card__item_back
  .family-account-info-card__item-title:before {
  position: absolute;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/reverse.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.family-account-info-card__item_back
  .family-account-info-card__item-title:first-child
  .tooltip-flight {
  display: none;
}
.family-account-info-card__item_back
  .family-account-info-card__item-title:first-child:before {
  top: 0;
  background: url(../img/theme/icons/airplane-back.svg) no-repeat center;
  background-size: 1rem;
}
.family-account-info-card__item-title {
  position: relative;
  margin: 0 0 0.5rem;
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.family-account-info-card__item-title_bold {
  font-weight: bold;
}
.family-account-info-card__item-title.empty {
  color: red;
}
.family-account-info-card__item-title.approved {
  color: green;
}
.family-account-info-card__item-title.prep {
  color: #b8b900;
}
.family-account-info-card__item-title.checks {
  color: #b8b900;
}
.family-account-info-card__item-semititle {
  margin: 0 0 0.5rem;
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.family-account-info-card__item-desc {
  margin: 0 0 0.5rem;
  font: 700 0.875rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.family-account-info-card__item-link {
  display: inline-block;
  margin: 0 0 0.5rem;
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  color: #009bbd;
  text-decoration: none;
}
.family-account-info-card__item-link:focus {
  color: #009bbd;
  text-decoration: none;
}
.family-account-info-card__item-link:hover {
  color: #009bbd;
  text-decoration: underline;
}
.family-account-info-card__item-link + .family-account-info-card__item-link {
  /*margin-left: 1.25rem;*/
  margin-left: 0;
}
.family-account-info-card__list {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.family-account-info-card__list-item {
  margin-bottom: 1.5rem;
}
.family-account-info-card__list-item:last-child {
  margin-bottom: 0;
}
.family-account-info-card__list-item
  .family-account-info-card__item-title:before {
  display: inline-block;
  margin-right: 0.25rem;
  content: "-";
}
.filter-sidebar-form {
  padding: 1.375rem;
  background: white;
  border: 1px solid #e5e5e5;
  border-top: 0.313rem solid #e5e5e5;
}
.filter-sidebar-form .sidebar-form-fieldset:first-child {
  padding-top: 0;
  border-top-color: transparent;
}

.filter-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem;
  margin: 0 0 1rem;
  background: white;
  border: 1px solid #e5e5e5;
}
.filter-sort__title {
  width: auto;
  margin: 0;
  font: 400 0.875rem/2.875rem Arial, sans-serif;
  color: #000a12;
  white-space: nowrap;
}
.filter-sort__radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.filter-sort__radio-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 33.3333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 1.688rem;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}
.filter-sort__radio-button-input {
  display: none;
}
.filter-sort__radio-button-input:checked ~ .filter-sort__radio-button-display,
.filter-sort__radio-button-input:checked
  ~ .filter-season__radio-button-display {
  font-weight: bold;
  color: #000a12;
}
.filter-sort__radio-button-input:checked
  ~ .filter-sort__radio-button-display:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}
.filter-sort__radio-button-display,
.filter-season__radio-button-display {
  position: relative;
  font: 400 0.875rem/2.875rem Arial, sans-serif;
  color: #767676;
  text-align: center;
  white-space: nowrap;
}
.filter-sort__radio-button-display:after {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #009bbd;
  content: "";
}
.filter-sort__radio-button .tooltip-note {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.finded-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*padding: 1.5rem 0 0.5rem 0.7rem;*/
  margin-bottom: 1rem;
  background: white;
  border: 1px solid #e5e5e5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.finded-card .school-img {
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 20rem;
}
.finded-card .star-block.catalog-block {
  margin: 0 0 1rem 0;
}
.finded-card .feed-count {
  margin-top: 1rem;
}
.finded-card-price {
  padding-left: 1.875rem;
}
.finded-card__button {
  margin-top: 5px;
  border-radius: 7px;
}
.finded-card__place {
  color: #000a12;
  overflow: hidden;
  font: 400 0.875rem/1rem Arial, sans-serif;
  margin-top: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
.finded-card__age {
  margin-top: 17px;
  font: 400 0.8125rem/1rem Arial, sans-serif;
}
.finded-card__country {
  color: #767676;
  font: 400 0.8125rem/1rem Arial, sans-serif;
  padding: 0.8125rem 0;
}
.finded-card__variant {
  font: 400 0.8125rem/1rem Arial, sans-serif;
  color: #000a12;
}
.finded-card__resident {
  padding: 0.4rem 0;
  max-width: 12rem;
  color: #767676;
  font: 400 0.8125rem/1rem Arial, sans-serif;
}
.finded-card__price {
  font: 400 0.8125rem/1rem Arial, sans-serif;
  color: #000a12;
  padding-left: 1.875rem;
  padding-top: 0.4rem;
}
.finded-card__price > span {
  font: 700 1rem/1rem Arial, sans-serif;
}
.finded-card__school {
  font: 400 0.8125rem/1rem Arial, sans-serif;
  color: #000a12;
  /*padding-left: 1.875rem; */
  padding-left: 0;
}
.finded-card__lang {
  color: #767676;
  font: 400 0.8125rem/1rem Arial, sans-serif;
  padding: 0.4rem 0;
}
.finded-card__date {
  color: #767676;
  font: 400 0.8125rem/1rem Arial, sans-serif;
  padding-left: 1.875rem;
  padding-top: 0.2rem;
}
.finded-card__link {
  line-height: 1.25rem;
  height: 2.5rem;
  display: block;
  overflow-y: hidden;
}
.finded-card__rating {
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.313rem 0.438rem;
  font: 400 0.875rem/1.25rem Arial, sans-serif;
  color: white;
  background: #c5c5c5;
}
.finded-card__img-block {
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* max-height: 12.8125rem; */
  /*padding-right: 1.5625rem;*/
}
.finded-card .container {
  padding: 0 !important;
}
.finded-card .padding-custom {
  padding: 1.5rem 1rem 0.5rem 1.5rem;
}
.finded-card__program {
  display: none;
  margin-bottom: 0;
}
.finded-card__program-container {
  margin: 1rem -15px 0 -26px;
}
.finded-card__program-block {
  padding: 1.75rem;
  background: white;
  border-top: 1px solid #e5e5e5;
}
/*
.finded-card__program-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -0.625rem;
}
*/
.finded-card__program-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -0.625rem;
}
.finded-card__program-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 33%;
  max-width: 33%;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 1px;
  padding: 0 0.625rem;
}
.finded-card__program-name {
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  color: #000a12;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
}
.finded-card__program-name:hover,
.tariff-block__name:focus {
  color: #000a12;
  text-decoration: none;
}
.finded-card__program-period {
  margin: 0;
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  color: #767676;
  white-space: nowrap;
}
.finded-card__program-period__stop-sale {
  border: 1px solid #ff440e;
  margin-top: 2%;
  padding: 3px 8px 3px 8px;
  border-radius: 5px;
  font-size: 12px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.finded-card__program-price {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font: 400 0.8125rem/1rem Arial, sans-serif;
  color: #000a12;
}
.finded-card__program-variant {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font: 400 0.8125rem/1rem Arial, sans-serif;
  color: #000a12;
}
.finded-card__program-resident {
  margin-top: 0;
  margin-bottom: 0;
  color: #767676;
  font: 400 0.8125rem/1rem Arial, sans-serif;
}
.finded-card__program-button {
  display: flex;
  align-items: center;
}
.footer {
  padding: 3.438rem 0 64px;
  background: #f2f2f2;
}
.footer__info-blocks {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}
.footer__info-block-title {
  margin: 0 0 0.125rem;
  font: 400 1.125rem/1.75rem Arial, sans-serif;
  color: #000a12;
}
.footer__info-block-desc {
  margin: 0 0 0.625rem;
  max-width: 17.125rem;
  font: 400 0.875rem/1.125rem Arial, sans-serif;
  color: #767676;
}
.footer__info-block-img {
  display: block;
  max-width: 100%;
}
.footer__links {
  padding: 1.125rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.footer__logo {
  display: block;
  max-width: 100%;
}
.footer__logo-container {
  display: flex;
  height: 100%;
  align-items: center;
}
.footer__payment-container {
  flex-wrap: wrap;
  display: flex;
  height: 100%;
  align-items: center;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu-item {
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__menu-item:last-child {
  margin-right: 0;
}
.footer__menu-link {
  font: 400 0.938rem/1.375rem Arial, sans-serif;
  color: #767676;
  text-decoration: none;
}
.footer__menu-link:hover,
.footer__menu-link:focus {
  color: #009bbd;
  text-decoration: none;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__socials-item {
  margin-right: 0.625rem;
}
.footer__socials-item:last-child {
  margin-right: 0;
}
.footer__socials-link {
  display: block;
  width: 2.063rem;
  height: 2.063rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.063rem;
}
.footer__socials-link:hover {
  opacity: 0.75;
}
.footer__socials-link_fb {
    display: none;
  background-image: url(../img/theme/socials/fb.svg);
}
.footer__socials-link_yt {
  background-image: url(../img/theme/socials/youtube.svg);
}
.footer__socials-link_vk {
  background-image: url(../img/theme/socials/vk.svg);
}
.footer__socials-link_ig {
  background-image: url(../img/theme/socials/ig.svg);
}
.footer__socials-link_ok {
  background-image: url(../img/theme/socials/ok.svg);
}
.footer__socials-link_wa {
  background-image: url(../img/theme/socials/whatsapp.svg);
}
.footer__contacts {
  padding: 1.875rem 0 0;
}
.footer__copyright {
  margin: 0;
  font: 400 0.75rem/1.125rem Arial, sans-serif;
  color: #767676;
}
.footer__phones {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer__phone {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  font: 400 0.938rem/1.375rem Arial, sans-serif;
  color: #767676;
  text-decoration: none;
}
.footer__phone:last-child {
  margin-right: 0;
}
.footer__phone:hover,
.footer__phone:focus {
  color: #009bbd;
  text-decoration: none;
}
.footer__phone-img {
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.25rem;
  border: 1px solid #e5e5e5;
}
.footer__additional-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.footer__additional-menu-item {
  margin-right: 1rem;
}
.footer__additional-menu-item:last-child {
  margin-right: 0;
}
.footer__additional-menu-link {
  font: 400 0.75rem/1.125rem Arial, sans-serif;
  color: #767676;
  text-decoration: underline;
}
.footer__additional-menu-link:hover,
.footer__additional-menu-link:focus {
  color: #767676;
  text-decoration: none;
}
.footer__callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__free-call {
  font: 400 0.75rem/1.125rem Arial, sans-serif;
  color: #767676;
  text-decoration: none;
}
.footer__free-call:hover,
.footer__free-call:focus {
  color: #009bbd;
  text-decoration: none;
}

.form-group.field-faq-active {
  display: flex;
  flex-wrap: nowrap;
}

.form-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: block;
  padding: 5.688rem 0 1.875rem;
  margin-top: -3.813rem;
}
.form-sidebar__list {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.form-sidebar__item {
  margin-bottom: 1rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
}
.form-sidebar__item:last-child {
  margin-bottom: 0;
}
.form-sidebar__item.active {
  color: #000a12;
}
.form-sidebar__link {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.form-sidebar__link:hover,
.form-sidebar__link:focus {
  color: #000a12;
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  background: white;
  border-bottom: 1px solid #e5e5e5;
}
.header__logo {
  display: block;
  max-width: 100%;
}
.header__selects-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
/* .header__selects-container:first-child {
      } */
.header__mobile-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: url(../img/theme/icons/menu_open.svg) no-repeat center;
  background-size: 1.917rem;
  cursor: pointer;
}
.header__mobile-button.opened {
  background: url(../img/theme/icons/menu_close.svg) no-repeat center;
  background-size: 1.917rem;
  cursor: pointer;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.header__menu-item {
  position: relative;
  margin-right: 1.25rem;
  font: 400 0.938rem/1.375rem Arial, sans-serif;
  color: #000a12;
  align-items: center;
  display: flex;
  white-space: nowrap;
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-item.active {
  color: #009bbd;
}
.header__menu-item.notify:before {
  position: absolute;
  top: 0;
  right: -0.625rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: #ff440e;
  border-radius: 50%;
  content: "";
}
.header__menu-link {
  color: #000a12;
  text-decoration: none;
}
.header__menu-link:hover,
.header__menu-link:focus {
  color: #009bbd;
  text-decoration: none;
}
.header__authorization-form-drop-down {
  position: relative;
  display: none;
}
.authorization-form-drop-down {
  position: absolute;
  top: 1.5rem;
  right: 0;
  padding: 0.75rem 0.75rem;
  min-width: 20rem;
  background-color: white;
  border: 1px solid #e5e5e5;
  z-index: 2;
}
.authorization-form-drop-down__button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  width: 80%;
  line-height: 2rem;
  height: 2.5rem;
}
.authorization-form-drop-down__desc {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font: 400 1rem/1rem Arial, sans-serif;
  color: #000a12;
}
.authorization-form-drop-down__link {
  font: 400 1rem/1rem Arial, sans-serif;
  color: #767676;
  text-decoration: underline;
  cursor: pointer;
}
.authorization-form-drop-down__link:hover,
.authorization-form-drop-down__link:focus {
  color: #767676;
  text-decoration: none;
}
.authorization-form-drop-down__input-title {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font: 700 1rem/1rem Arial, sans-serif;
  color: #000a12;
}
.authorization-form-drop-down__input {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font: 400 0.75rem/1.75rem Arial, sans-serif;
}
.authorization-form-drop-down__input-desc {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font: 400 0.75rem/0.75rem Arial, sans-serif;
  color: #757575;
}
.authorization-form-drop-down__input-container .help-block {
  font-size: 0.75rem;
  line-height: 0.75rem;
  position: relative;
  top: -0.313rem;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.header__profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.header__profile-name {
  overflow: hidden;
  display: block;
  width: 100%;
  font: 700 0.813rem/1.375rem Arial, sans-serif;
  color: #000a12;
  white-space: nowrap;
  text-align: right;
  text-decoration: none;
  text-overflow: ellipsis;
  cursor: pointer;
}
.header__profile-name:focus {
  color: #000a12;
  text-decoration: none;
}
.header__profile-name:hover {
  color: #009bbd;
  text-decoration: none;
}
.header__profile-log-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font: 700 1.5rem/1 Arial, sans-serif;
  color: #000a12;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
.header__profile-log-in:focus {
  color: #000a12;
  text-decoration: none;
}
.header__profile-log-in:hover {
  color: #009bbd;
  text-decoration: none;
}
.header__profile-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 2.5rem;
}
.header__profile-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.header__profile-button {
  display: block;
  width: 1rem;
  min-width: 1rem;
  height: 2rem;
  padding: 0;
  background: url(../img/theme/icons/arrow-profile.svg) no-repeat center;
  background-size: 1rem;
  border: 0;
  cursor: pointer;
}
.header__profile-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  display: none;
  min-width: 12.5rem;
  margin-top: 0.313rem;
  background: white;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.header__profile-dropdown-list {
  list-style: inside none;
  padding: 1.125rem 1.25rem;
  margin: 0;
}
.header__profile-dropdown-item {
  margin-top: 0.625rem;
}
.header__profile-dropdown-item:first-child {
  margin-top: 0;
}
.header__profile-dropdown-link {
  font: 400 0.938rem/1.375rem Arial, sans-serif;
  color: #000a12;
  text-decoration: none;
}
.header__profile-dropdown-link:hover,
.header__profile-dropdown-link:focus {
  color: #009bbd;
  text-decoration: none;
}
.header__profile-dropdown-button {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: url(../img/theme/icons/exit.svg) no-repeat calc(100% - 1.25rem)
    center;
  background-size: 1rem;
  border: 0;
  border-top: 1px solid #e5e5e5;
  font: 400 0.938rem/1.375rem Arial, sans-serif;
  color: #000a12;
  text-align: left;
  cursor: pointer;
}
.header__profile-dropdown-button:hover,
.header__profile-dropdown-button:focus {
  color: #009bbd;
  text-decoration: none;
  background: url(../img/theme/icons/exit_hover.svg) no-repeat
    calc(100% - 1.25rem) center;
  background-size: 1rem;
}
.header-actions {
  padding: 0.75rem 0;
}
.header-action-card {
  display: block;
  overflow: hidden;
  font: 400 0.813rem/1rem Arial, sans-serif;
  color: #000a12;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
}
.header-action-card:focus {
  color: #000a12;
  text-decoration: none;
}
.header-action-card:hover {
  color: #009bbd;
  text-decoration: none;
}
.header-action-card__price {
  margin-left: 0.5rem;
  color: #767676;
}

.help-center__list {
  padding-left: 0;
  margin-top: 0;
}
.help-center__list li {
  list-style-position: inside;
}

.help-center__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.help-center__main-title {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.header__menu .county-menu-desktop {
  display: none;
}

.information-block__article {
  padding-bottom: 1.75rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-word;
}
.information-block__article.help-center__user-post strong {
  font-weight: bold;
}
.information-block__article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.information-block__article img {
  height: 100%;
}

.information-block__title {
  margin: 0 0 0.5rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}

.information-block__desc {
  margin: 0;
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  color: #767676;
}

.left-table-header {
  min-width: 638px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 0.5rem;
}
.right-table-header {
  margin: 0 auto;
  padding-bottom: 0.5rem;
}

.left-filter {
  background-color: #fff;
  padding-bottom: 1.25rem;
  cursor: pointer;
}
.left-filter__display {
  font: 400 0.875rem/2.6875rem Arial, sans-serif;
  color: #000a12;
}
.left-filter__item {
  list-style-type: none;
  padding: 1.25rem 0 1.25rem 0;
  margin: 0 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}
.left-filter__item:last-child {
  border-bottom: 0;
}
.left-filter__list {
  margin: 0;
  padding: 0;
}
.left-filter__title {
  margin: 0;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.left-filter__mini-title {
  margin: 0;
  font: 400 0.75rem/2rem Arial, sans-serif;
  color: #000a12;
  margin-bottom: 1rem;
}
.left-filter__title-block {
  line-height: 0;
  position: relative;
}
.left-filter__input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-filter__title-img {
  width: 1.25rem;
  height: 1.25rem;
  right: 0;
  top: 10%;
  cursor: pointer;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.left-filter__title-img.reverted {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.left-filter__toggle-block {
  display: none;
}

.login-form {
  background: white;
  padding: 1.625rem 1.5rem;
}
.login-form__input-container {
  display: block;
  margin-bottom: 1.375rem;
}
.login-form__input-title {
  margin: 0 0 0.375rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.login-form__input-desc {
  margin: 0.375rem 0 1rem;
  font: 400 0.75rem/0.875rem Arial, sans-serif;
  color: #767676;
}
.login-form__submit {
  min-width: 11.188rem;
}
.login-form__question {
  margin: 2rem 0 1rem;
  font: 400 1rem/1.25rem Arial, sans-serif;
  color: #000a12;
}
.login-form__registration {
  font: 400 0.938rem/1.375rem Arial, sans-serif;
  color: #767676;
}
.login-form__registration:hover {
  color: #767676;
}

.login-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 3.75rem 0;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.login-page__page-title {
  margin: 3.75rem 0 1.25rem;
  font: 700 2.438rem/2.688rem Arial, sans-serif;
  color: white;
}
.login-page__semititle {
  max-width: 20rem;
  margin: 0 0 1.5rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: white;
}
.login-page__desc {
  margin: 1.5rem 0 2.5rem;
  font: 400 0.875rem/1.5rem Arial, sans-serif;
  color: white;
}
.login-page__desc_less {
  max-width: 20rem;
}
.login-page__desc_medium {
  max-width: 25rem;
}

.main-form__section {
  padding: 2rem 2.813rem 1rem;
  margin-bottom: 2.063rem;
  background: white;
  border: 1px solid #e5e5e5;
}
.main-form__section:last-child {
  margin-bottom: 0;
}
.main-form__section-title {
  margin: 0 0 2.813rem;
  font: 400 1.375rem/1 Arial, sans-serif;
  color: #767676;
}

.main-form__input-container {
  margin-bottom: 2.25rem;
}

.main-form__input-title {
  margin: 0 0 0.375rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}

.main-form__input-title_custom {
  margin: 0 0 0.375rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
  margin-top: 20px;
}

.main-form__input-desc {
  margin: 0 0 1rem;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}

.main-form__input-asc {
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}

.main-form__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-form__input-group_less {
  max-width: 50%;
}
.main-form__input-group .input-default {
  font-size: 0.813rem;
}

.main-form__map {
  display: block;
  margin-bottom: 2.5rem;
}

.main-form__uploaded-files {
  margin-top: 1.25rem;
}

.main-form__uploaded-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0.75rem;
}
.main-form__uploaded-file:last-child {
  margin-bottom: 0;
}
.main-form__uploaded-file input {
  display: none;
}

.main-form__uploaded-file .main-form__uploaded-file-display {
  margin-bottom: 1rem;
}

.main-form__uploaded-file-input {
  display: none;
}
.main-form__uploaded-file-input:checked
  ~ .main-form__uploaded-file-display:before {
  background: #ff440e;
  border-color: #ff440e;
}
.main-form__uploaded-file-display {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 1.625rem;
  cursor: pointer;
}
.main-form__uploaded-file-display:before {
  position: absolute;
  top: 0.313rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background: white;
  border: 1px solid #e5e5e5;
  content: "";
}
.main-form__uploaded-file-name {
  margin: 0;
  overflow: hidden;
  width: auto;
  max-width: 15rem;
  padding-left: 1.625rem;
  background: url(../img/theme/icons/marker-input_default.svg) no-repeat center
    left;
  background-size: 1rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-form__uploaded-file-name_photo {
  background: url(../img/theme/icons/photo-camera_default.svg) no-repeat center
    left;
  background-size: 1rem;
}
.main-form__uploaded-file-name_video {
  background: url(../img/theme/icons/video-camera_default.svg) no-repeat center
    left;
  background-size: 1rem;
}
.main-form__uploaded-file-button {
  width: auto;
  min-width: 9.125rem;
  padding: 0;
  background: white;
  border: none;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  text-align: right;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
  cursor: pointer;
}
.main-form__delete-file-button {
  width: auto;
  padding: 5px;
  background: white;
  border: none;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  text-align: right;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
  cursor: pointer;
}
.main-form__uploaded-file-button:hover,
.main-form__uploaded-file-button:focus {
  text-decoration: none;
}

.main-form__add-video {
  padding-left: 1.625rem;
  background: url(../img/theme/icons/video-camera_accent.svg) no-repeat center
    left;
  background-size: 1rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
}
.main-form__add-video:hover,
.main-form__add-video:focus {
  color: #000a12;
  text-decoration: none;
}

.main-form__chosen-cities {
  margin-top: 1.25rem;
}

.main-form__chosen-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0.75rem;
}
.main-form__chosen-city:last-child {
  margin-bottom: 0;
}
.main-form__chosen-city input {
  display: none;
}
.main-form__chosen-city-name {
  margin: 0;
  overflow: hidden;
  width: auto;
  max-width: 15rem;
  padding-left: 1.625rem;
  background: url(../img/theme/icons/marker-input_default.svg) no-repeat center
    left;
  background-size: 1rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-form__chosen-city-button {
  width: auto;
  min-width: 9.125rem;
  padding: 0;
  background: white;
  border: none;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  text-align: right;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
  cursor: pointer;
}
.main-form__chosen-city-button:hover,
.main-form__chosen-city-button:focus {
  text-decoration: none;
}

.main-form__selects-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-form__selects-group > .select-default:first-child {
  min-width: 16.875rem;
}
.main-form__selects-group
  > .select-default:first-child
  .select2-container
  .select2-selection {
  border-right-color: transparent;
}

.main-form__table-container table {
  width: 100%;
  min-width: 598px;
  border-collapse: collapse;
}
.main-form__table-container table thead tr th {
  padding: 0 0.313rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  text-align: left;
}
.main-form__table-container table thead tr th:last-child {
  padding-right: 0;
}
.main-form__table-container table thead tr th:first-child {
  padding-left: 0;
}
.main-form__table-container table thead tr th:nth-child(1) {
  width: 30%;
}
.main-form__table-container table thead tr th:nth-child(2) {
  width: 30%;
}
.main-form__table-container table thead tr th:nth-child(3) {
  width: 24%;
}
.main-form__table-container table thead tr th:nth-child(4) {
  width: 12%;
}
.main-form__table-container table thead tr th:nth-child(5) {
  width: 6%;
}
.main-form__table-container table tbody tr td {
  padding: 0.75rem 0.313rem;
  border-bottom: 1px solid #e5e5e5;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
}
.main-form__table-container table tbody tr td:last-child {
  padding-right: 0;
}
.main-form__table-container table tbody tr td:first-child {
  padding-left: 0;
}

.main-form__table-container .edit {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: auto;
  background: url(../img/theme/icons/edit_default.svg) no-repeat center;
  background-size: 1rem;
  border: 0;
  cursor: pointer;
}
.main-form__table-container .edit:hover,
.main-form__table-container .edit:focus {
  background: url(../img/theme/icons/edit_accent.svg) no-repeat center;
  background-size: 1rem;
}

.main-form__table-no-results-desc {
  margin: 0.75rem 0 0;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
}

.main-form__day {
  margin-bottom: 2rem;
}

.main-form__label-with-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}
.main-form__label-with-input .main-form__label {
  border: none;
}

.main-form__label {
  display: block;
  width: 100%;
  max-width: 9.375rem;
  padding: 0.5rem 0.75rem;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font: 400 0.875rem/1.25rem Arial, sans-serif;
  color: #000a12;
}

.main-form__delimiter {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 2.25rem;
  background: #e5e5e5;
}

.main-form__add {
  margin: 0.875rem 0 0;
}

.main-form__submit {
  min-width: 13.438rem;
  margin: 0.875rem 0 2.25rem;
}

.main-page-section-title {
  margin: 0 0 2rem;
  font: 700 1.5rem/1.75rem Arial, sans-serif;
  color: #000a12;
}
/* sss */
.cardOne {
  width: 100%;
  padding: 5rem 5rem 7rem 5rem;
  margin-bottom: 30px;
}
.cardOne__title {
  margin: 0;
}
.cardOne__btn {
  background-color: #ffc525;
  border-color: #ffc525;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.cardOne__btn:hover {
  color: #ffc525;
}
.cardOne__btn:focus {
  color: #ffc525;
}

/* sss end */
.main-page-greetings {
  padding: 2rem 0 1rem;
  /* background: url(../img/theme/bg/greetings.jpg) no-repeat center -20rem; */
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: -20rem;
  background-size: cover;
}
@media screen and (min-width: 1681px) {
  .main-page-greetings {
    background-position-y: -27rem;
  }
}
@media screen and (max-width: 1680px) and (min-width: 1441px) {
  .main-page-greetings {
    background-position-y: -22rem;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .main-page-greetings {
    background-position-y: -20rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .main-page-greetings {
    background-position-y: -19rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-page-greetings {
    background-position-y: -5rem;
  }
  .finded-card-price {
    padding-left: 0;
  }
  .finded-card__button {
    margin-bottom: 1rem;
  }

  .seasons-sort__radio-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .main-page-greetings {
    background-position-y: -6rem;
  }
  .finded-card-price {
    padding-left: 0;
  }
  .finded-card__button {
    margin-bottom: 1rem;
  }
  .help-center__list li {
    list-style-position: inside;
    line-height: 3;
  }
}
@media screen and (max-width: 575px) {
  .main-page-greetings {
    background-position-y: -6.5rem;
  }
}
@media screen and (max-width: 379px) and (min-width: 320px)  {
    .index-guest-block__content #redirect-teacher {
        width: 12rem;
    }
    .index-guest-block__content #redirect-family {
        width: 12rem;
    }
}

.main-page-greetings__title {
  margin: 0 0 1.25rem;
  font: 700 2.438rem/2.688rem Arial, sans-serif;
  color: #000a12;
}
.main-page-greetings__title.main-title {
  color: #000;
  text-align: center;
  -webkit-text-stroke: 1px black;
}
.main-page-greetings__title span {
  padding: 1px 0.313rem;
  color: white;
  -webkit-text-stroke: 1px black;
}
.main-page-greetings__semititle {
  margin: 0 0 2.625rem;
  font: 400 1.125rem/1 Arial, sans-serif;
  color: #000a12;
}
.main-page-greetings__semititle span {
  padding: 1px 0.313rem;
  color: #000;
}
.main-page-greetings__submit {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 3.375rem;
}

.main-page-popular-programs {
  padding: 4.375rem 0 1.875rem;
}

.main-page-popular-program__img-container {
  position: relative;
}

.main-page-popular-program__img {
  display: block;
  max-width: 100%;
  height: 150px;

  width: 100%;
  object-fit: cover;
}

.main-page-popular-program__rating {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 0.313rem 0.438rem;
  font: 400 0.875rem/1.25rem Arial, sans-serif;
  color: white;
  background: #c5c5c5;
}

.main-page-popular-program__title {
  height: 4.5rem;
  overflow: hidden;
}

.main-page-popular-program__title-link {
  font-style: normal;
  font: 400 1rem/0.7rem Arial, sans-serif;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.main-page-popular-program__title-link:focus {
  color: #009bbd;
  text-decoration: none;
}
.main-page-popular-program__title-link:hover {
  color: #009bbd;
  text-decoration: underline;
}

.main-page-popular-program__bottom {
  padding: 0px 5px;
}

.main-page-popular-program__desc {
  height: 0.6rem;
  font-size: 10px;
  line-height: 10px;
  color: #444444;
}

.main-page-popular-program__more-info {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  font: 400 0.8rem/0.8rem Arial, sans-serif;
  height: 100%;
}

.main-page-popular-program__more-info img {
  height: 12px;
  width: 20px;
  align-items: center;
}

.main-page-popular-program__location {
  height: 100%;
  display: flex;
  padding: 6px 0px 4px 0px;
}

.main-page-popular-program__age {
  height: 100%;
  display: flex;
  padding: 4px 0px;
}

.main-page-popular-program__price {
  height: 100%;
  display: flex;
  padding: 4px 0px;
  font-style: normal;
  font-weight: bold;
}

.main-page-countries {
  padding: 1.875rem 0 0.5rem;
}
.main-page-countries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.main-page-countries__item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-left: 2rem;
  margin-bottom: 1.625rem;
}
.main-page-countries__flag {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 1.5rem;
  max-height: 100%;
}
.main-page-countries__name {
  display: block;
  margin: 0 0 0.125rem;
  font: 400 0.938rem/1rem Arial, sans-serif;
  color: #009bbd;
  text-decoration: none;
}
.main-page-countries__name:focus {
  color: #009bbd;
  text-decoration: none;
}
.main-page-countries__name:hover {
  color: #009bbd;
  text-decoration: underline;
}
.main-page-countries__international-name {
  margin: 0.125rem 0 0;
  font: 400 0.813rem/1rem Arial, sans-serif;
  color: #767676;
}

.main-page-how-it-works {
  padding: 0.5rem 0 2.125rem;
}
.main-page-how-it-works__list {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.main-page-how-it-works__item {
  margin-bottom: 3rem;
}
.main-page-how-it-works__img {
  display: block;
  max-width: 100%;
  margin-bottom: 1.75rem;
}
.main-page-how-it-works__title {
  margin: 1.75rem 0 1.5rem;
  font: 400 1.125rem/1.625rem Arial, sans-serif;
  color: #000a12;
}
.main-page-how-it-works__desc {
  margin: 1.5rem 0 0;
  font: 400 0.813rem/1rem Arial, sans-serif;
  color: #767676;
}

.main-page-about {
  padding: 2.125rem 0 2.125rem;
}
.main-page-about__desc {
  margin: 1.25rem 0 1.25rem;
  font: 400 1rem/1.25rem Arial, sans-serif;
  color: #767676;
}
.main-page-about__link {
  font: 400 1rem/1.25rem Arial, sans-serif;
  color: #009bbd;
  text-decoration: none;
}
.main-page-about__link:focus {
  color: #009bbd;
  text-decoration: none;
}
.main-page-about__link:hover {
  color: #009bbd;
  text-decoration: underline;
}

.main-page-reviews {
  padding: 2.125rem 0 1.875rem;
}

.main-page-events {
  padding: 1.875rem 0 1.875rem;
}

.main-page-event-card {
  margin-bottom: 2.25rem;
}
.main-page-event-card:last-child {
  margin-bottom: 0;
}
.main-page-event-card__title {
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #009bbd;
  text-decoration: none;
}
.main-page-event-card__title:focus {
  color: #009bbd;
  text-decoration: none;
}
.main-page-event-card__title:hover {
  color: #009bbd;
  text-decoration: underline;
}
.main-page-event-card__date {
  display: block;
  margin: 0.875rem 0;
  font: 400 0.813rem/1rem Arial, sans-serif;
  color: #767676;
}
.main-page-event-card__desc {
  margin: 0;
  font: 400 0.875rem/1.125rem Arial, sans-serif;
  color: #000a12;
}

.main-page-calendar .ui-datepicker {
  width: 100%;
  padding: 0;
  border: 0;
  background-color: #f2f2f2;
  border-radius: 0;
}
.main-page-calendar .ui-datepicker .ui-button,
.main-page-calendar .ui-datepicker .ui-state-default,
.main-page-calendar .ui-datepicker .ui-widget-content .ui-state-default,
.main-page-calendar .ui-datepicker .ui-widget-header .ui-state-default,
.main-page-calendar .ui-datepicker html .ui-button.ui-state-disabled:active,
.main-page-calendar .ui-datepicker html .ui-button.ui-state-disabled:hover {
  border: 0;
  background: transparent;
}
.main-page-calendar .ui-datepicker .ui-button:focus,
.main-page-calendar .ui-datepicker .ui-button:hover,
.main-page-calendar .ui-datepicker .ui-state-focus,
.main-page-calendar .ui-datepicker .ui-state-hover,
.main-page-calendar .ui-datepicker .ui-widget-content .ui-state-focus,
.main-page-calendar .ui-datepicker .ui-widget-content .ui-state-hover,
.main-page-calendar .ui-datepicker .ui-widget-header .ui-state-focus,
.main-page-calendar .ui-datepicker .ui-widget-header .ui-state-hover {
  border: 0;
  background: transparent;
}
.main-page-calendar .ui-datepicker .ui-datepicker-header {
  padding: 0 0 1.875rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
}
.main-page-calendar .ui-datepicker .ui-datepicker-title {
  margin: 0;
  font: 400 1rem/1.5rem Arial, sans-serif;
  color: #000a12;
  text-align: left;
}
.main-page-calendar .ui-datepicker .ui-datepicker-next,
.main-page-calendar .ui-datepicker .ui-datepicker-prev {
  top: 0;
  height: 1.5rem;
  width: 1.5rem;
}
.main-page-calendar .ui-datepicker .ui-datepicker-next span,
.main-page-calendar .ui-datepicker .ui-datepicker-prev span {
  display: none;
}
.main-page-calendar .ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 3.25rem;
  background: url(../img/theme/icons/calendar-prev_default.svg) no-repeat center;
  background-size: 1.5rem;
}
.main-page-calendar .ui-datepicker .ui-datepicker-prev:hover {
  background: url(../img/theme/icons/calendar-prev_hover.svg) no-repeat center;
  background-size: 1.5rem;
}
.main-page-calendar .ui-datepicker .ui-datepicker-next {
  right: 0;
  background: url(../img/theme/icons/calendar-next_default.svg) no-repeat center;
  background-size: 1.5rem;
}
.main-page-calendar .ui-datepicker .ui-datepicker-next:hover {
  background: url(../img/theme/icons/calendar-next_hover.svg) no-repeat center;
  background-size: 1.5rem;
}
.main-page-calendar .ui-datepicker .ui-priority-secondary,
.main-page-calendar .ui-datepicker .ui-widget-content .ui-priority-secondary,
.main-page-calendar .ui-datepicker .ui-widget-header .ui-priority-secondary {
  opacity: 1;
  color: #767676;
}
.main-page-calendar .ui-datepicker th {
  width: 14.3%;
  padding: 1rem 0.563rem;
  font: 400 0.875rem/1.125rem Arial, sans-serif;
  color: #767676;
}
.main-page-calendar .ui-datepicker td {
  padding: 1rem 0.563rem;
  text-align: center;
}
.main-page-calendar .ui-datepicker td a,
.main-page-calendar .ui-datepicker td span {
  padding: 0;
  font: 400 1rem/1.125rem Arial, sans-serif;
  text-align: center;
  color: #000a12;
}
.main-page-calendar .ui-datepicker td a.ui-state-highlight,
.main-page-calendar .ui-datepicker td span.ui-state-highlight {
  font-weight: bold;
}
.main-page-calendar .ui-datepicker td.active a,
.main-page-calendar .ui-datepicker td.active span {
  color: #ff440e;
}

.main-page-manuals {
  padding: 1.875rem 0 6rem;
}

.manager-page-form {
  padding: 2.25rem 2.813rem;
  margin-bottom: 2.063rem;
  background: white;
  border: 1px solid #e5e5e5;
}
.manager-page-form__title {
  margin: 0 0 2.813rem;
  font: 400 1.375rem/1 Arial, sans-serif;
  color: #767676;
}
.manager-page-form__input-container {
  margin-bottom: 2.25rem;
  max-width: 26.625rem;
}
.manager-page-form__input-container_inline {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.manager-page-form__input-container_inline .checkbox-default {
  width: auto;
  margin-right: 1.625rem;
}
.manager-page-form__input-container_inline .checkbox-default:last-child {
  margin-right: 0;
}
.manager-page-form__input-container-img {
  float: left;
}
.manager-page-form__input-container-img-container {
  width: auto;
  min-width: 12.5rem;
  padding-right: 1.875rem;
}
.manager-page-form__input-container-img-container:after {
  display: block;
  clear: both;
  content: "";
}
.manager-page-form__input-container-fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.manager-page-form__input-title {
  margin: 0 0 0.375rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.manager-page-form__input-desc {
  margin: 0 0 1rem;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.manager-page-form__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 16.875rem;
}
.manager-page-form__input-group_less {
  max-width: 50%;
}
.manager-page-form__input-group .input-default {
  font-size: 0.813rem;
}
.manager-page-form__input-price {
  margin: -0.563rem 0 0;
  font: 700 1.125rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.manager-page-form__add {
  margin: 0.875rem 0 0;
}
.manager-page-form__uploaded-files {
  margin-top: 1.25rem;
}
.manager-page-form__uploaded-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0.75rem;
}
.manager-page-form__uploaded-file:last-child {
  margin-bottom: 0;
}
.manager-page-form__uploaded-file input {
  display: none;
}
.manager-page-form__uploaded-file-name {
  margin: 0;
  overflow: hidden;
  width: auto;
  max-width: 15rem;
  padding-left: 1.625rem;
  background: url(../img/theme/icons/marker-input_default.svg) no-repeat center
    left;
  background-size: 1rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.manager-page-form__uploaded-file-name_photo {
  background: url(../img/theme/icons/photo-camera_default.svg) no-repeat center
    left;
  background-size: 1rem;
}
.manager-page-form__uploaded-file-name_video {
  background: url(../img/theme/icons/video-camera_default.svg) no-repeat center
    left;
  background-size: 1rem;
}
.manager-page-form__uploaded-file-name_file {
  background: url(../img/theme/icons/file_default.svg) no-repeat center left;
  background-size: 1rem;
}
.manager-page-form__uploaded-file-name_file-already {
  max-width: 18rem;
  background: url(../img/theme/icons/file_black.svg) no-repeat 0 0.313rem;
  background-size: 1rem;
  color: #000a12;
}
.manager-page-form__uploaded-file-name_file-already
  + .manager-page-form__uploaded-file-button {
  min-width: 6rem;
}
.manager-page-form__uploaded-file-button {
  width: auto;
  min-width: 9.125rem;
  padding: 0;
  background: white;
  border: none;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  text-align: right;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
  cursor: pointer;
}
.manager-page-form__uploaded-file-button:hover,
.manager-page-form__uploaded-file-button:focus {
  text-decoration: none;
}
.manager-page-form__uploaded-file-type {
  display: block;
  color: #767676;
}
.manager-page-form__table-container {
  margin-top: 4rem;
}
.manager-page-form__table-container table {
  width: 100%;
  border-collapse: collapse;
}
.manager-page-form__table-container table thead tr th {
  vertical-align: top;
  padding: 0 0.313rem 1.875rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  text-align: left;
  white-space: nowrap;
}
.manager-page-form__table-container table thead tr th:last-child {
  padding-right: 0;
}
.manager-page-form__table-container table thead tr th:first-child {
  padding-left: 0;
}
.manager-page-form__table-container table thead tr th.important {
  color: #ff440e;
}
.manager-page-form__table-container table tbody tr td {
  vertical-align: top;
  padding: 1.875rem 0.313rem;
  border-bottom: 1px solid #e5e5e5;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
}
.manager-page-form__table-container table tbody tr td:last-child {
  padding-right: 0;
}
.manager-page-form__table-container table tbody tr td:first-child {
  padding-left: 0;
}
.manager-page-form__table-container table tbody tr td a,
.manager-page-form__table-container table tbody tr td button {
  display: block;
  padding: 0;
  background-color: transparent;
  border: 0;
  font: inherit;
  color: #009bbd;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
.manager-page-form__table-container table tbody tr td a:focus,
.manager-page-form__table-container table tbody tr td button:focus {
  color: #009bbd;
  text-decoration: none;
}
.manager-page-form__table-container table tbody tr td a:hover,
.manager-page-form__table-container table tbody tr td button:hover {
  color: #009bbd;
  text-decoration: underline;
}
.manager-page-form__table-container table tbody tr td span {
  white-space: nowrap;
}
.manager-page-form__table-container table tbody tr:last-child td {
  border-bottom: 0;
}
.manager-page-form__table-container button.edit {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: auto;
  background: url(../img/theme/icons/edit_default.svg) no-repeat center;
  background-size: 1rem;
  border: 0;
  cursor: pointer;
}
.manager-page-form__table-container button.edit:hover,
.manager-page-form__table-container button.edit:focus {
  background: url(../img/theme/icons/edit_accent.svg) no-repeat center;
  background-size: 1rem;
}
.manager-page-form__table-list {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.manager-page-form__table-list-item {
  display: inline;
}
.manager-page-form__table-list-item_missing {
  color: #ff440e;
}
.manager-page-form__table-list-item:after {
  content: ",";
}
.manager-page-form__table-list-item:last-child:after {
  content: "";
}
.manager-page-form__table-desc {
  margin: 0.625rem 0 0;
  font-size: 0.75rem;
  color: #767676;
}
.manager-page-form__table-title {
  margin: 0;
  font-weight: 700;
  color: #000a12;
}

.manager-page-section {
  padding: 2.25rem 2.813rem;
  margin-bottom: 2.063rem;
  background: white;
  border: 1px solid #e5e5e5;
  overflow-x: auto;
  max-width: 100vw;
}
.manager-page-section + .manager-page-form {
  margin-top: -2.063rem;
  border-top: 0;
}
.manager-page-section:last-child {
  margin-bottom: 0;
}
.manager-page-section__title {
  /*margin: 0 0 2.813rem;
  font: 400 1.375rem/1 Arial, sans-serif;*/
  margin: 2rem 0 1.5rem 0;
  font: 400 1rem/1 Arial, sans-serif;
  color: #767676;
}

.manager-page-section__title__payment {
  color: black;
  font-size: 2rem;
}

.manager-page-section__title-desc {
  margin-left: 2.5rem;
  font-size: 0.875rem;
}
.manager-page-section__table-container.scrollable {
  overflow-x: auto;
}
.manager-page-section__table-container table {
  width: 100%;
  border-collapse: collapse;
}
.manager-page-section__table-container table a {
  position: relative;
  color: #767676;
}
.manager-page-section__table-container table thead tr th a {
  text-decoration: none;
  padding-right: 1rem;
}
.manager-page-section__table-container table thead tr th a:hover,
.manager-page-section__table-container table thead tr th a:hover {
  color: #000a12;
}
.manager-page-section__table-container table thead tr th a:after {
  position: absolute;
  top: 0;
  margin-left: 0.25rem;
  width: 0.5rem;
  height: 100%;
  background-image: url(/img/theme/icons/drop-up-arrow-grey.svg),
    url(/img/theme/icons/drop-down-arrow-grey.svg);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-size: 0.5rem 0.5rem;
  content: "";
}
.manager-page-section__table-container table thead tr th a.asc,
.manager-page-section__table-container table thead tr th a.desc {
  text-decoration: none;
  color: #000a12;
}
.manager-page-section__table-container table a.asc,
.manager-page-section__table-container table a.desc {
  color: #009bbd;
  text-decoration: underline;
  cursor: pointer;
}
.manager-page-section__table-container table thead tr th a.asc:after {
  position: absolute;
  top: 0;
  margin-left: 0.25rem;
  width: 0.5rem;
  height: 100%;
  background-image: url(/img/theme/icons/drop-up-arrow-black.svg),
    url(/img/theme/icons/drop-down-arrow-grey.svg);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-size: 0.5rem 0.5rem;
  content: "";
}
.manager-page-section__table-container table thead tr th a.desc:after {
  position: absolute;
  top: 0;
  margin-left: 0.25rem;
  width: 0.5rem;
  height: 100%;
  background-image: url(/img/theme/icons/drop-up-arrow-grey.svg),
    url(/img/theme/icons/drop-down-arrow-black.svg);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-size: 0.5rem 0.5rem;
  content: "";
}
.manager-page-section__table-container table thead tr th {
  vertical-align: top;
  padding: 0 0.313rem 0;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  text-align: left;
  white-space: nowrap;
  border: white;
}
.manager-page-section__table-container table thead tr th:last-child {
  padding-right: 0;
}
.manager-page-section__table-container table thead tr th:first-child {
  padding-left: 0;
}
.manager-page-section__table-container table thead tr th.important {
  color: #ff440e;
}
.manager-page-section__table-container table tbody tr td {
  vertical-align: top;
  /*padding: 1.875rem 0.313rem;*/
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid white;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
}
.manager-page-section__table-container table tbody tr td:last-child {
  padding-right: 0;
}
.manager-page-section__table-container table tbody tr td:first-child {
  padding-left: 0;
}
.manager-page-section__table-container table tbody tr td:last-child a,
.manager-page-section__table-container table tbody tr td:last-child button {
  display: block;
  padding: 0;
  background-color: transparent;
  border: 0;
  font: inherit;
  color: #009bbd;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
.manager-page-section__table-container table tbody tr td:last-child a:focus,
.manager-page-section__table-container
  table
  tbody
  tr
  td:last-child
  button:focus {
  color: #009bbd;
  text-decoration: none;
}
.manager-page-section__table-container table tbody tr td:last-child a:hover,
.manager-page-section__table-container
  table
  tbody
  tr
  td:last-child
  button:hover {
  color: #009bbd;
  text-decoration: underline;
}
.manager-page-section__table-container table tbody tr td span {
  word-break: break-word;
}
.manager-page-section__table-container table tbody tr td span.get-file {
  white-space: normal;
  word-break: break-word;
}
.manager-page-section__table-container table tbody tr td b {
  font-weight: 700;
  white-space: nowrap;
}
.manager-page-section__table-container table tbody tr:last-child td {
  border-bottom: 0;
  padding-right: 1rem;
}
.manager-page-section__table-container button.edit {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: auto;
  background: url(../img/theme/icons/edit_default.svg) no-repeat center;
  background-size: 1rem;
  border: 0;
  cursor: pointer;
}
.manager-page-section__table-container button.edit:hover,
.manager-page-section__table-container button.edit:focus {
  background: url(../img/theme/icons/edit_accent.svg) no-repeat center;
  background-size: 1rem;
}
.table__payment table tbody tr td {
  width: 17%;
}

.manager-page-section__table-list {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.manager-page-section__table-list-item {
  display: inline;
}
.manager-page-section__table-list-item_missing {
  color: #ff440e;
}
.manager-page-section__table-list-item:after {
  content: ",";
}
.manager-page-section__table-list-item:last-child:after {
  content: "";
}
.manager-page-section__table-desc {
  margin: 0.625rem 0 0;
  font-size: 0.75rem;
  color: #767676;
}
.manager-page-section__table-title {
  margin: 0;
  font-weight: 700;
  color: #000a12;
}
.manager-page-section__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.75rem;
  border-top: 1px solid #e5e5e5;
}
.manager-page-section__links_other {
  padding-top: 0;
  margin-bottom: 2.75rem;
  border-top: 0;
}
.manager-page-section__link {
  padding: 0 0 0 1.625rem;
  margin-right: 3.5rem;
  background: url(../img/theme/icons/file.svg) no-repeat left center;
  background-size: 1rem;
  border: 0;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
  text-align: left;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
  white-space: nowrap;
  cursor: pointer;
}
.manager-page-section__link:focus {
  color: #000a12;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
}
.manager-page-section__link:hover {
  color: #000a12;
  text-decoration: none;
}
.manager-page-section__link:last-child {
  margin-right: 0;
}
.manager-page-section__link_child {
  background: url(../img/theme/icons/family.svg) no-repeat left center;
  background-size: 1rem;
}
.manager-page-section__link_search {
  background: url(../img/theme/icons/search.svg) no-repeat left center;
  background-size: 1rem;
}
.manager-page-section__link_edit {
  background: url(../img/theme/icons/edit_accent.svg) no-repeat left center;
  background-size: 1rem;
}
.manager-page-section__link_file {
  background: url(../img/theme/icons/file.svg) no-repeat left center;
  background-size: 1rem;
}
.manager-page-section__parameter-container {
  margin: 0 0 1.875rem;
}
.manager-page-section__parameter-name {
  margin: 0 0 0.625rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.manager-page-section__parameter-value {
  margin: 0 0 0.5rem;
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #767676;
}
.manager-page-section__parameter-value-link {
  text-decoration: none;
}
.manager-page-section__parameter-value-link:focus {
  text-decoration: none;
}
.manager-page-section__parameter-value-link:hover {
  text-decoration: underline;
}
.manager-page-section__parameter-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
}
.manager-page-section__parameter-total-title {
  margin: 0 0 0.625rem;
  font: 400 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.manager-page-section__parameter-total-desc {
  margin: 0;
  font: 700 0.875rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.manager-page-section__parameter-total-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2.25rem;
}
.manager-page-section__input-container {
  margin-bottom: 2.25rem;
  max-width: 26.625rem;
}
.manager-page-section__input-container_inline {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.manager-page-section__input-container_inline .checkbox-default {
  width: auto;
  margin-right: 1.625rem;
}
.manager-page-section__input-container_inline .checkbox-default:last-child {
  margin-right: 0;
}
.manager-page-section__input-container-img {
  float: left;
}
.manager-page-section__input-container-img-container {
  width: auto;
  min-width: 12.5rem;
  padding-right: 1.875rem;
}
.manager-page-section__input-container-img-container:after {
  display: block;
  clear: both;
  content: "";
}
.manager-page-section__input-container-fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.manager-page-section__input-title {
  margin: 0 0 0.375rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.manager-page-section__input-desc {
  margin: 0 0 1rem;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.manager-page-section__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 16.875rem;
}
.manager-page-section__input-group_less {
  max-width: 50%;
}
.manager-page-section__input-group .input-default {
  font-size: 0.813rem;
}
.manager-page-section__input-price {
  margin: -0.563rem 0 0;
  font: 700 1.125rem/1.375rem Arial, sans-serif;
  color: #000a12;
}

.manual-card__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 1.125rem;
}

.manual-card__title {
  margin: 1.125rem 0 0.375rem;
  font: 400 1rem/1.25rem Arial, sans-serif;
  color: #000a12;
}

.manual-card__desc {
  margin: 0.375rem 0 1rem;
  font: 400 0.813rem/1rem Arial, sans-serif;
  color: #767676;
}

.manual-card__link {
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #009bbd;
  text-decoration: none;
}
.manual-card__link:focus {
  color: #009bbd;
  text-decoration: none;
}
.manual-card__link:hover {
  color: #009bbd;
  text-decoration: underline;
}

.main-page-section-title__wrapper {
  display: flex;
}
.review-card__teacher-date {
  margin-left: 1rem;
  font-size: 0.9rem;
  color: #767676;
}

.menu {
  display: block;
  padding: 0;
  margin: 0;
}

.wrapper-menu {
  background-color: #009bbd;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li a {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
}

/* .menu li a:hover {
} */

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  display: block;
}

.menu ul li a:hover,
.menu ul li:hover > a {
  background: #009bbd;
  color: #fff;
}

.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul a {
  color: #000;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.my-5 {
  margin: 50px 0;
}

.mobile-widget__travel {
  display: none;
}

nav {
  display: block;
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #374147;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #374147;
  color: #fff;
  text-decoration: none;
}

.page-title {
  /*margin: 0.5rem 0 2.5rem;*/
  margin: 1.5rem 0 2.5rem;
  font: 700 2.438rem/2.688rem Arial, sans-serif;
  color: #000a12;
}

.page-title_with-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.page-title_with-images .page-title__text {
  margin: 0 2.313rem 0.875rem 0;
  font-weight: inherit;
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: inherit;
  color: inherit;
}
.page-title_with-images .page-title__images-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: inside none;
  padding: 0;
  margin: 0;
}
.page-title_with-images .page-title__images-item {
  margin-right: 1rem;
  margin-bottom: 0.875rem;
}
.page-title_with-images .page-title__images-item:last-child {
  margin-left: 0;
}
.page-title_with-images .page-title__images-item img {
  display: block;
  max-width: 6rem;
  max-height: 2.5rem;
}

.page-desc {
  margin: -2rem 0 2rem;
  font: 300 1rem/1.5rem Arial, sans-serif;
  color: #767676;
}

.page-body {
  padding: 3.875rem 0;
  background: #f2f2f2;
  min-height: 100vh;
}

.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5625rem 1rem 1.5625rem;
  margin-bottom: 2.063rem;
  background: white;
  border: 1px solid #e5e5e5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagination__pagination-block {
  overflow-x: auto;
  list-style: inside none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: auto;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1rem;
}
.pagination .button_grey {
  cursor: not-allowed;
  pointer-events: none;
}
.pagination .button_grey:hover,
.button_grey:focus {
  background: #c5c5c5;
  border: 1px solid #c5c5c5;
  color: white;
}
.pagination__button {
  min-width: 6.1875rem;
}
.pagination__item {
  list-style-type: none;
  color: #767676;
  font: 700 0.875rem/1.375rem Arial, sans-serif;
}
.pagination__item a {
  display: block;
  padding: 0.875rem 2px;
  min-width: 3.063rem;
  color: #767676;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.33s;
}
.pagination__item a:hover,
.pagination__item a:focus {
  background-color: #f2f2f2;
}
.pagination__item.active a {
  background-color: #f2f2f2;
  color: #000a12;
  text-decoration: none;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination__item.active a:hover,
.pagination__item.active a:focus {
  text-decoration: none;
}
.pagination__item span {
  display: block;
  padding: 0.875rem 2px;
  min-width: 3.063rem;
  color: #767676;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.33s;
}
.pagination__item span:hover,
.pagination__item span:focus {
  background-color: #f2f2f2;
}
.pagination__item.active span {
  background-color: #f2f2f2;
  color: #000a12;
  text-decoration: none;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination__item.active span:hover,
.pagination__item.active span:focus {
  text-decoration: none;
}
.post-table td {
  word-break: break-word;
}
.registration-form__input {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.registration-form__button {
  margin: 0.25rem 0 0;
  min-width: 13.438rem;
}
.registration-section {
  padding: 2.25rem 2.813rem;
  margin-bottom: 2.063rem;
  background: white;
  border: 1px solid #e5e5e5;
}
.registration-section__title {
  margin: 0 0 2rem;
  font: 700 1.5rem/2.25rem Arial, sans-serif;
  color: #000a12;
}
.registration-section__input-container {
  margin-bottom: 2.25rem;
}
.registration-section__input-title {
  margin: 0 0 0.375rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.registration-section__input-desc {
  margin: 0 0 1rem;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.registration-section__link {
  display: block;
  margin: -1rem 0 2rem;
  font: 400 0.813rem/1 Arial, sans-serif;
  color: #009bbd;
  text-decoration: none;
}
.registration-section__link:focus {
  color: #009bbd;
  text-decoration: none;
}
.registration-section__link:hover {
  color: #009bbd;
  text-decoration: underline;
}
.registration-section__submit {
  min-width: 13.438rem;
  margin: 0.25rem 0 0;
}

.request-block {
  position: relative;
  padding: 0 1.625rem 1rem 0;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.request-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.request-block__img {
  float: left;
}
.request-block__img-container {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
}
.request-block__img-container:after {
  clear: both;
  display: block;
  content: "";
}
.request-block__rating {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.313rem 0.438rem;
  font: 400 0.875rem/1.25rem Arial, sans-serif;
  color: white;
  background: #c5c5c5;
}
.request-block__parameter {
  margin-bottom: 1.5rem;
}
.request-block__parameter-title {
  margin: 0 0 0.75rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
}
.request-block__parameter-desc {
  margin: 0.75rem 0 0;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
}
.request-block__order {
  min-width: 11.25rem;
  margin-top: 0.875rem;
}
.request-block__link {
  display: inline-block;
  margin-top: 1.313rem;
  text-decoration: none;
}
.request-block__link:focus {
  text-decoration: none;
}
.request-block__link:hover {
  text-decoration: underline;
}
.request-block__more {
  display: block;
  max-width: 10rem;
  margin-top: 1.313rem;
}
.request-block__edit {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: auto;
  background: url(../img/theme/icons/edit_default.svg) no-repeat center;
  background-size: 1rem;
  border: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.request-block__edit:hover,
.request-block__edit:focus {
  background: url(../img/theme/icons/edit_accent.svg) no-repeat center;
  background-size: 1rem;
}
.request-block__desc {
  margin: 0;
  font: 400 0.688rem/1.063rem Arial, sans-serif;
  color: #767676;
}
.review__slider .slick-dots {
  bottom: -1rem;
}
.review__slider-arrow {
  top: 16rem;
  width: 2rem;
  height: 2rem;
  z-index: 1;
}
.review__slider-arrow:before {
  font-size: 2rem;
  color: #a0a0a0;
  transition: all 0.33s;
}
.review__slider-arrow-prev {
  left: 0;
}
.review__slider-arrow-next {
  right: 0;
}
.review__slider-arrow:hover:before {
  color: #a0a0a0;
}
.review-card {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.review-card:last-child {
  margin-bottom: 0;
}
.school-page__reviews .main-page-section-title {
  font: 700 1.25rem/1.375rem Arial, sans-serif;
}
.review-card__rating {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.313rem 0.438rem;
  font: 400 0.875rem/1.25rem Arial, sans-serif;
  color: white;
  background: #c5c5c5;
}
.review-card__avatar {
  position: absolute;
  left: 0;
  right: 0;
  height: 2.563rem;
  width: 2.563rem;
  border-radius: 50%;
}
.review-card__body {
  max-width: 37rem;
  padding-left: 3.5rem;
}
.review-card__title {
  display: flex;
  align-items: center;
  padding-right: 3rem;
  margin: 0;
  height: 4rem;
  overflow: hidden;
  font: 700 1rem/1 Arial, sans-serif;
  color: #000a12;
}
.review-card__program-name {
  display: block;
  margin: 0 0 1rem;
  font: 400 1rem/1 Arial, sans-serif;
  color: #000a12;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
}
.review-card__program-name:hover,
.review-card__program-name:focus {
  color: #000a12;
  text-decoration: none;
}
.review-card__teacher-name {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font: 500 1rem/1 Arial, sans-serif;
}
.review-card__school {
  display: block;
  margin: 1.25rem 0 0.75rem;
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #009bbd;
  text-decoration: none;
}
.review-card__school:hover,
.review-card__school:focus {
  color: #009bbd;
  text-decoration: underline;
}
.review-card__address {
  margin: 0;
  font: 400 0.813rem/1rem Arial, sans-serif;
  color: #767676;
}
.review-card__info {
  margin-top: 1rem;
  padding-top: 0;
  border-top: 1px solid #e5e5e5;
}
.review-card__semititle {
  margin: 0 0 0.5rem;
  font: 700 0.813rem/1 Arial, sans-serif;
  color: #000a12;
}
.review-card__desc {
  margin: 0 0 1.25rem;
  font: 400 0.875rem/1.125rem Arial, sans-serif;
  color: #767676;
}
.review-card__full {
  display: none;
}
.review-card__more {
  display: block;
  margin: 0 0 1rem;
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #009bbd;
  text-decoration: none;
}
.review-card__more:hover,
.review-card__more:focus {
  color: #009bbd;
  text-decoration: underline;
}
tr td .review-card__slider.popup-gallery.slick-initialized.slick-slider {
  display: none;
}
.review-card__slide-link {
  position: relative;
  display: block;
  width: 100%;
  height: 9rem;
}
.review-card__slide-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.school-page__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: inside none;
  padding: 0;
  margin: 0 0 2rem;
}
.school-page__tags-item {
  margin-right: 1.25rem;
  font: 400 0.813rem/1.75rem Arial, sans-serif;
  color: #767676;
}
.school-page__tags-item:before {
  margin-right: 0.625rem;
  font-size: 1rem;
  font-family: "FontAwesome Solid";
  color: #c5c5c5;
}
.school-page__tags-item_school {
  font: 400 1rem/1.75rem Arial, sans-serif;
  color: #767676;
}
.school-page__tags-item_mark:before {
  content: "\f3c5";
}
.school-page__tags-item_graduation:before {
  content: "\f19d";
}
.school-page__tags-item_people:before {
  content: "\f0c0";
}
.school-page__tags-item:last-child {
  margin-right: 0;
}
.school-page__tags-item a {
  font: 400 1rem/1.75rem Arial, sans-serif;
  color: #009bbd;
  text-decoration: none;
}
.school-page__tags-item a:hover,
.school-page__tags-item a:focus {
  color: #009bbd;
  text-decoration: underline;
}

.school-page__rating {
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.313rem 0.438rem;
  font: 400 0.875rem/1.25rem Arial, sans-serif;
  color: white;
  background: #c5c5c5;
}

.school-page__body {
  padding: 2.875rem 0 6rem;
  background: #f2f2f2;
}

.school-page__slider-container {
  position: relative;
  margin-bottom: 1.875rem;
}

.school-page__slider-container-counter {
  position: absolute;
  right: 0;
  bottom: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  height: 15.4%;
  background: rgba(0, 0, 0, 0.2);
  font: 400 0.938rem/1 Arial, sans-serif;
  color: white;
  text-decoration: none;
}
.school-page__slider-container-counter:hover,
.school-page__slider-container-counter:focus {
  color: white;
  text-decoration: underline;
}

.school-page__video-materials {
  margin-bottom: 2.063rem;
}

.school-page__information {
  padding: 1.75rem;
  margin-bottom: 1.75rem;
  background: white;
  border: 1px solid #e5e5e5;
}

.school-page__tariff {
  margin-top: 2rem;
}

.school-page__reviews {
  padding: 2.25rem 1.75rem;
  margin-top: 2rem;
  background: white;
  border: 1px solid #e5e5e5;
}

.information-block__article.help-center__user-post p img {
  height: 100%;
}

.school-page__program {
  padding: 1.75rem;
  background: white;
  border: 1px solid #e5e5e5;
}

.sidebar-form {
  padding: 1.375rem;
  background: white;
  border: 1px solid #e5e5e5;
  border-top: 0.313rem solid #e5e5e5;
}
.sidebar-form__title {
  margin: 0 0 1.125rem;
  font: 700 1.125rem/1.5rem Arial, sans-serif;
  color: #ff440e;
}
.sidebar-form__discount {
  display: flex;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-form__discount-desc {
  margin: 0 0.5rem 0 0;
}
.sidebar-form__discount-price {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #ff440e;
}
.sidebar-form__fees {
  padding: 1rem 0 1.75rem;
  border-top: 1px solid #e5e5e5;
  align-items: center;
  justify-content: start;
}

.sidebar-form__reg-fees {
  padding: 1rem 0 1rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
}
.sidebar-form__total {
  padding: 1rem 0 1.875rem;
}
.sidebar-form__total-title {
  margin: 0 0 1rem;
  font: 700 0.875rem/1 Arial, sans-serif;
  color: #000a12;
}
.sidebar-form__total-desc {
  margin: 0 0 0.625rem;
  font: 400 0.875rem/1 Arial, sans-serif;
  color: #000a12;
}
.sidebar-form__total-full-price {
  margin: 0 0 1.375rem;
  font: 400 0.938rem/1 Arial, sans-serif;
  color: #767676;
}
.sidebar-form__total-price {
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font: 700 1.125rem/1 Arial, sans-serif;
  color: #000a12;
  border-bottom: 1px solid #e5e5e5;
}

#second-step > .sidebar-form__total-price {
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font: 700 1.125rem/1 Arial, sans-serif;
  color: #000a12;
  border-bottom: none;
}

.sidebar-form__total-price-with-discount {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font: 700 1.125rem/1 Arial, sans-serif;
  color: #000a12;
}
.total-price-with-discount-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sidebar-form__final-price-with-discount {
  margin-bottom: 0;
  font: 700 1.125rem/1 Arial, sans-serif;
  color: #000a12;
}
.sidebar-form__final-price-with-discount-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sidebar-form__prepayment-container {
  margin-top: 2.25rem;
  margin-bottom: 1rem;
  display: flex;
}
.sidebar-form__prepayment-container .sidebar-form__prepayment {
  margin: 0;
  display: flex;
  align-items: center;
}
.sidebar-form__prepayment-desc {
  margin: 0 0.5rem 0 0;
}
.sidebar-form__prepayment {
  margin-bottom: 0;
  font: 700 1.125rem/1 Arial, sans-serif;
  color: #000a12;
}
.sidebar-form__submit {
  min-width: 13.75rem;
}

.sidebar-form-fieldset {
  padding: 1rem 0 1.5rem;
  border-top: 1px solid #e5e5e5;
}
.sidebar-form-fieldset__title {
  position: relative;
  margin: 0;
  padding-right: 1.25rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
  cursor: pointer;
}
.sidebar-form-fieldset__title:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.25rem;
  height: 100%;
  text-align: right;
  font-size: 1.25rem;
  font-family: "FontAwesome Solid";
  color: #c5c5c5;
  content: "\f107";
}
.sidebar-form-fieldset__title.opened:after {
  content: "\f106";
}
.sidebar-form-fieldset__fields {
  padding-top: 0.75rem;
}
.sidebar-form-fieldset__fields > *:last-child {
  margin-bottom: 0;
}
.sidebar-form-fieldset__input-container {
  margin-bottom: 1.375rem;
}
.sidebar-form-fieldset__input-container:last-child {
  margin-bottom: 0;
}
.sidebar-form-fieldset__input-desc {
  margin: 0 0 1rem;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.sidebar-form-fieldset__chosen-program {
  padding: 0.75rem 0 1.5rem;
}
.sidebar-form-fieldset__chosen-program-title {
  margin: 0 0 0.375rem;
  font: 400 0.875rem/1 Arial, sans-serif;
  color: #000a12;
}
.sidebar-form-fieldset__chosen-program-desc {
  margin: 0;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.sidebar-form-fieldset__datetimepicker {
  display: none;
  margin-bottom: 1.5rem;
}

.sidebarform__faq-block {
  margin-top: 1rem;
  margin-bottom: 0;
}
.sidebar-form__faq-block-title {
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding-right: 1.25rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.sidebarform__faq-block-answer-container {
  display: none;
  padding-left: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0;
  word-break: break-word;
}
.sidebarform__faq-block-answer {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebarform__faq-block-question,
.sidebarform__step-block-question {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 3rem 0.75rem 0.75rem;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  /*background: #ff440e;*/
  /*border: 1px solid #ff440e;*/
  font: 400 1rem/1.5rem Arial, sans-serif;
  color: #009bbd;
  cursor: pointer;
  line-height: 1;
}

.sidebarform__faq-block-question:after,
.sidebarform__step-block-question:after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-100%);
  display: flex;
  align-items: center;
  width: 1.25rem;
  height: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-family: "FontAwesome Solid";
  color: #009bbd;
  content: "\f107";
}
.sidebarform__faq-block-question.opened:after,
.sidebarform__step-block-question.opened:after {
  content: "\f106";
}

.sidebarform__step-block-question,
.sidebarform__step-block-question:after {
  color: black;
  font-size: 2rem;
}

.sidebar-info {
  padding: 1.375rem;
  background: white;
  border: 1px solid #e5e5e5;
  border-top: 0.313rem solid #e5e5e5;
}
.sidebar-info__person {
  position: relative;
  padding: 0 0 1rem 4.5rem;
}
.sidebar-info__person-img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3.25rem;
  height: 3.25rem;
}
.sidebar-info__person-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.25rem;
}
.sidebar-info__person-name {
  margin: 0;
  font: 700 1.125rem/1.5rem Arial, sans-serif;
  color: #ff440e;
}
.sidebar-info__person-phone {
  margin: 0;
  font: 700 1.125rem/1.5rem Arial, sans-serif;
  color: #000a12;
  text-decoration: none;
}
.sidebar-info__person-phone:focus,
.sidebar-info__person-phone:hover {
  color: #000a12;
  text-decoration: none;
}
.sidebar-info__title {
  margin: 0 0 1.125rem;
  font: 700 1.125rem/1.5rem Arial, sans-serif;
  color: #ff440e;
}
.sidebar-info__submit {
  min-width: 13.75rem;
  margin-top: 0.625rem;
}
.sidebar-info__desc {
  margin: 1rem 0 0.5rem;
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #000a12;
}
.sidebar-info__price {
  margin: 0;
  font: 700 1.125rem/1 Arial, sans-serif;
  color: #000a12;
}
.sidebar-info__button {
  min-width: 13.75rem;
  margin-top: 2.375rem;
}

.sidebar-info-section {
  padding: 1rem 0 1.75rem;
  border-top: 1px solid #e5e5e5;
}

.sidebar-info-section {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
}

.d-flex {
  display: flex;
}

.plus,
.minus {
  color: #ff440e;
  display: flex;
  cursor: pointer;
}

.plus {
  font-size: 2rem;
  padding-left: 0.1rem;
  align-items: center;
}

.minus {
  font-size: 3rem;
  padding-right: 0.1rem;
  align-items: baseline;
}

.review-card__info * {
  word-break: normal;
  white-space: normal;
  text-align: justify;
}

input.change-values-input {
  border: 0;
  padding: 0;
  min-width: 1.5rem;
  max-width: 2.5rem;
  text-align: center;
  font-weight: bold;
}

.change-values {
  display: flex;
  max-width: 4rem;
}

.sidebar-info-section > *:last-child {
  margin-bottom: 0;
}

.sidebar-info-section__title {
  position: relative;
  margin: 0 0 1.25rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.sidebar-info-section__title.new-design {
  margin: 0;
}

.sidebar-info-section__semititle {
  position: relative;
  margin: 1.25rem 0 0.75rem;
  font: 400 0.875rem/1 Arial, sans-serif;
  color: #000a12;
}

.sidebar-info-section__semititle.new-design {
  margin: 0;
  padding-left: 1rem;
}

.sidebar-info-section__desc {
  margin: 0 0 1rem;
  font: 400 0.75rem/1.063rem Arial, sans-serif;
  color: #767676;
}
.sidebar-info-section__option-desc {
  margin: 0 0 0.625rem;
  font: 400 0.75rem/1.063rem Arial, sans-serif;
  color: #767676;
}
.sidebar-info-section__option-value {
  position: relative;
  margin: 0 0 1.5rem;
  font: 400 0.875rem/1 Arial, sans-serif;
  color: #000a12;
}
.sidebar-info-section__option-value span {
  margin-right: 1rem;
}
.sidebar-info-section__option-value span:last-child {
  margin-right: 0;
}
.sidebar-info-section__date {
  position: relative;
  padding-left: 2rem;
}
.sidebar-info-section__date:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/calendar.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.sidebar-info-section__date-desc {
  margin: 0 0 0.75rem;
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #767676;
}
.sidebar-info-section__date-value {
  margin: 0;
  font: 400 0.875rem/1 Arial, sans-serif;
  color: #000a12;
}
.sidebar-info-section__flights-list {
  position: relative;
  list-style: inside none;
  padding: 0 0 1.75rem 2rem;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-info-section__flights-type-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-right: 1.25rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.sidebar-info-section__flights-item {
  margin-bottom: 1.125rem;
}
.sidebar-info-section__flights-item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/calendar.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.sidebar-info-section__flights-item:last-child {
  margin-bottom: 0;
}
.sidebar-info-section__flights-item-title {
  margin: 0.5rem 0 0.5rem;
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #000a12;
}
.sidebar-info-section__flights-item-semititle {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #000a12;
}
.sidebar-info-section__flights-item-title_here {
  position: relative;
  margin: 0 0 0.375rem;
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #000a12;
}
.sidebar-info-section__flights-items:first-child
  .sidebar-info-section__flights-item-title_here {
  font: 700 0.875rem/1rem Arial, sans-serif;
}
.sidebar-info-section__flights-items:first-child
  .sidebar-info-section__flights-item-title_here:before {
  background: url(../img/theme/icons/airplane-here.svg) no-repeat center;
  background-size: 1rem;
}
.sidebar-info-section__flights-items:first-child
  .sidebar-info-section__flights-item-title_here-transit:before {
  background: url(../img/theme/icons/reverse.svg) no-repeat center;
  background-size: 1rem;
}
.sidebar-info-section__flights-item-title_here:before {
  position: absolute;
  top: 0;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/reverse.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.sidebar-info-section__flights-items:first-child
  .sidebar-info-section__flights-item-title_here
  .tooltip-flight {
  display: none;
}
.sidebar-info-section__flights-items:last-child
  .sidebar-info-section__flights-item-title_here-transit
  .tooltip-flight {
  display: none;
}
.sidebar-info-section__flights-items:first-child
  .sidebar-info-section__flights-item-title_back
  .tooltip-flight {
  display: none;
}
.sidebar-info-section__flights-items:last-child
  .sidebar-info-section__flights-item-title_back-transit
  .tooltip-flight {
  display: none;
}
.sidebar-info-section__flights-item-title_here-transit {
  position: relative;
}
.sidebar-info-section__flights-item-title_here-transit:before {
  position: absolute;
  top: 0;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/reverse.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.sidebar-info-section__flights-items:last-child
  .sidebar-info-section__flights-item-title_here-transit:before {
  background: url(../img/theme/icons/airplane-here.svg) no-repeat center;
  background-size: 1rem;
}
.sidebar-info-section__flights-items:last-child
  .sidebar-info-section__flights-item-title_here-transit {
  font: 700 0.875rem/1rem Arial, sans-serif;
}
.sidebar-info-section__flights-item-title_back {
  position: relative;
  margin: 0 0 0.375rem;
  font: 400 0.875rem/1rem Arial, sans-serif;
  color: #000a12;
}
.sidebar-info-section__flights-items:first-child
  .sidebar-info-section__flights-item-title_back {
  font: 700 0.875rem/1rem Arial, sans-serif;
}
.sidebar-info-section__flights-items:first-child
  .sidebar-info-section__flights-item-title_back:before {
  background: url(../img/theme/icons/airplane-back.svg) no-repeat center;
  background-size: 1rem;
}
.sidebar-info-section__flights-items:last-child
  .sidebar-info-section__flights-item-title_back-transit {
  font: 700 0.875rem/1rem Arial, sans-serif;
}
.sidebar-info-section__flights-items:last-child
  .sidebar-info-section__flights-item-title_back-transit:before {
  background: url(../img/theme/icons/airplane-back.svg) no-repeat center;
  background-size: 1rem;
}
.sidebar-info-section__flights-item-title_back:before {
  position: absolute;
  top: 0;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/reverse.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.sidebar-info-section__flights-item-title_back-transit {
  position: relative;
}
.sidebar-info-section__flights-item-title_back-transit:before {
  position: absolute;
  top: 0;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/theme/icons/reverse.svg) no-repeat center;
  background-size: 1rem;
  content: "";
}
.sidebar-info-section__flights-item-desc {
  margin: 0;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.single-slider .slick-arrow {
  z-index: 1;
}
.single-slider .slick-arrow:before {
  font-size: 1.5rem;
}

.single-slider .slick-prev {
  left: 2.125rem;
}

.single-slider .slick-next {
  right: 2.125rem;
}

.single-slider-nav {
  margin-top: -0.313rem;
}
.single-slider-nav__slide {
  cursor: pointer;
}
.site-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 0px - 0px);
  background: transparent;
  background-size: cover;
}
.site-error .page-title {
  display: block;
  width: 100%;
  margin: 1.25rem 0 0;
  color: black;
  -webkit-text-fill-color: transparent;
  background: #ff440e;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font: 700 4rem/4.5rem Arial, sans-serif;
  text-align: center;
}
.site-error__error {
  margin: 0;
  font: 700 1rem/1.25rem Arial, sans-serif;
  color: black;
  text-align: center;
}
.site-error__desc {
  margin: 1rem;
  font: 400 1rem/1.25rem Arial, sans-serif;
  color: black;
  text-align: center;
}
.site-error__desc:last-child {
  margin-top: 0;
}
.site-login .form-group {
  margin-bottom: 2rem;
}

.site-login .help-block {
  margin: 0;
}

.site-login__remember-me {
  font: 400 0.875rem/0.938rem Arial, sans-serif;
  color: #000a12;
}
.site-login__remember-me label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-login__remember-me input[type="checkbox"] {
  margin: 0 0.5rem 0 0;
  width: 1rem;
  height: 1rem;
}

.site-login__input-title {
  display: block;
  margin: 0 0 0.375rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}

.site-login__forgot-pass {
  margin: 0 0 2rem;
  font: 300 1rem/1.5rem Arial, sans-serif;
  color: #767676;
}

.single-post p {
  word-break: break-all;
}
.single-post img {
  max-height: -webkit-fill-available;
}

.site-login__submit {
  min-width: 13.438rem;
}
.site-login__thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 0px - 0px);
  background: transparent;
  background-size: cover;
}
.site-login__thanks .page-title {
  margin-bottom: 0.5rem;
  text-align: center;
}
.site-login__thanks-desc {
  text-align: center;
}
.site-login__thanks-link {
  display: block;
  text-align: center;
}
.site-request-password__button {
  min-width: 10rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.sort-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1rem 0 1.5625rem;
  margin-bottom: 1rem;
  background: white;
  border: 1px solid #e5e5e5;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.sort-by__sort-title {
  color: #000a12;
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  margin: 0;
  min-width: 8.125rem;
}
.sort-by__label-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe {
  display: flex;
  width: 100%;
}
.subscribe button,
.subscribe input {
  border-radius: 5px;
}
.subscribe form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.subscribe form p {
  width: 60%;
  position: relative;
  display: flex;
  align-items: center;
}
.subscribe .form-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 85%;
}
.subscribe form p:before {
  content: "\f0e0";
  font-family: "FontAwesome Regular";
  font-size: 3rem;
  width: 4.0625rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}
.subscribe form input {
  width: 40%;
  margin: 1rem;
  padding: 0.9rem 0.75rem;
}
.subscribe form button {
  width: 15%;
  margin: 1rem;
}

.star-block {
  display: flex;
  margin: 1rem 0;
}

.star-block.catalog-block {
  flex-wrap: wrap;
}

.subscribe .form-group {
  margin-bottom: 0 !important;
}

.star-block__star:before {
  margin-right: 0.3rem;
  font-size: 1rem;

  color: #f78c07;
  font-family: "FontAwesome Solid";
  content: "\f005";
}
.star-block a {
  margin-left: 1.5rem;
  color: #767676;
  font-size: 1rem;
}
.star-block__hole:before {
  margin-right: 0.3rem;
  font-size: 1rem;
  font-family: "FontAwesome Regular";
  color: #f78c07;
  content: "\f005";
}

.rating__wrapper {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid grey;
  max-width: 20rem;
  display: none;
}

.rating__wrapper-mini {
  margin: 1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rating-row {
  display: flex;
}
.rating__wrapper-mini .rating-row .star-block__wrapper {
  margin-right: 1rem;
}

.review-card__desc.show-more-text .more {
  color: #009bbd;
  cursor: pointer;
}

.rating-row span {
  width: 8rem;
}

.review-card__desc.show-more-text {
  margin-top: 1rem;
}

.star-block__wrapper {
  display: flex;
}

.star-block__wrapper.google-maps {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.star-block__mark-block {
  display: flex;
  align-items: baseline;
}

.mark-block__left-mark,
.mark-block__right-mark {
  margin: 0 0.3rem;
  color: #000;
  font-weight: 900;
  font-size: 1.4rem;
}

.mark-block__title-img {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mark-block__title-img.reverted {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.school-page__tags.rating-margin {
  margin: 0 0 1rem;
}

.seasons-sort__radio-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1rem;
}

.seasons-sort__radio-buttons a {
  text-decoration: none;
  color: #8e8e8e;
}

.seasons-sort__radio-buttons img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  display: block;
}

.seasons-sort__img-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

/*.seasons-sort__img-wrapper:hover * {*/
/*  color: #ff440e;*/
/*}*/

.tariff-block {
  padding: 1.75rem;
  background: white;
  border: 1px solid #e5e5e5;
}
.tariff-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -0.625rem;
}

.tariff-block__col.price-per-week {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 45%;
}

.tariff-block__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 1px;
  padding: 0 0.625rem;
}
.tariff-block__name {
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  color: #000a12;
  -webkit-text-decoration: underline #e8e2e2;
  text-decoration: underline #e8e2e2;
}
.tariff-block__name:hover,
.tariff-block__name:focus {
  color: #000a12;
  text-decoration: none;
}
.tariff-block__period {
  margin: 0;
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  color: #767676;
  white-space: nowrap;
}
.tariff-block__period__stop-sale {
  border: 1px solid #ff440e;
  margin-top: 2%;
  padding: 3px 8px 3px 8px;
  border-radius: 5px;
  font-size: 12px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tariff-block__price {
  margin: 0;
  font: 400 0.813rem/1rem Arial, sans-serif;
  color: #000a12;
  white-space: nowrap;
}
.tariff-block__price b {
  font-size: 1rem;
  font-weight: 700;
}
.tariff-block__more {
  min-width: 8.125rem;
  border-radius: 7px;
}

.teacher-page-section {
  height: 100%;
  padding: 2.25rem 2.813rem;
  margin-bottom: 2.063rem;
  background: white;
  border: 1px solid #e5e5e5;
}
.teacher-page-section__title {
  margin: 0 0 2.813rem;
  font: 400 1.375rem/1 Arial, sans-serif;
  color: #767676;
}
.teacher-page-section__desc {
  margin: 2.063rem 0 2.063rem;
  font: 400 0.875rem/1.5rem Arial, sans-serif;
  color: #767676;
}
.teacher-page-section__bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: inside none;
  padding: 0;
  margin: 0 -1.875rem 3.25rem;
}
.teacher-page-section__bonuses-type {
  padding: 0 1.875rem;
}
.teacher-page-section__bonuses-title {
  margin: 0 0 1rem;
  font: 400 0.875rem/1 Arial, sans-serif;
  white-space: nowrap;
  color: #767676;
}

.teacher-page-section__bonuses-value.nowrap {
  white-space: nowrap;
}
.teacher-page-section__bonuses-value {
  margin: 0;
  font: 700 1rem/1 Arial, sans-serif;
  color: #000a12;
}
.teacher-page-section__table-container table {
  width: 100%;
  min-width: 598px;
  border-collapse: collapse;
}
.teacher-page-section__table-container table thead tr th {
  vertical-align: top;
  width: 14.3%;
  padding: 0 0.625rem 1.875rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  text-align: left;
  white-space: nowrap;
}
.teacher-page-section__table-container table thead tr th:last-child {
  padding-right: 0;
}
.teacher-page-section__table-container table thead tr th:first-child {
  padding-left: 0;
}
.teacher-page-section__table-container table tbody tr td {
  vertical-align: top;
  padding: 1.875rem 0.625rem;
  border-bottom: 1px solid #e5e5e5;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
}
.teacher-page-section__table-container table tbody tr td:last-child {
  padding-right: 0;
}
.teacher-page-section__table-container table tbody tr td:first-child {
  padding-left: 0;
}
.teacher-page-section__table-container table tbody tr td a,
.teacher-page-section__table-container table tbody tr td button {
  display: block;
  padding: 0;
  margin-top: 1.25rem;
  background-color: transparent;
  border: 0;
  font: inherit;
  color: #009bbd;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
.teacher-page-section__table-container table tbody tr td a:focus,
.teacher-page-section__table-container table tbody tr td button:focus {
  color: #009bbd;
  text-decoration: none;
}
.teacher-page-section__table-container table tbody tr td a:hover,
.teacher-page-section__table-container table tbody tr td button:hover {
  color: #009bbd;
  text-decoration: underline;
}
.teacher-page-section__table-container table tbody tr:last-child td {
  border-color: transparent;
}
.teacher-page-section__table-container_bonuses table thead tr th {
  width: 14.3%;
}
.teacher-page-section__input-container {
  margin-bottom: 2.25rem;
}
.teacher-page-section__input-title {
  margin: 0 0 0.375rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.teacher-page-section__input-desc {
  margin: 0 0 1rem;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.teacher-page-section__submit {
  min-width: 13.438rem;
  margin: 0.875rem 0 0;
}
.teacher-bonus {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.teacher-bonus__input {
  display: flex;
  flex: 0 0 70%;
  width: 70%;
}
.teacher-bonus__select {
  padding-right: 1rem;
  padding-left: 1rem;
  min-height: 100%;
  border: 1px solid #e5e5e5;
  outline: none;
  cursor: pointer;
}
.teacher-bonus__select:focus {
  border-color: #ff440e;
}
.teacher-bonus__select:hover {
  border-color: #ff440e;
}
.tooltip-note {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
}
.tooltip-note:before {
  display: block;
  width: 1rem;
  height: 1rem;
  background: #c5c5c5;
  border-radius: 50%;
  font: 700 0.875rem/1rem Arial, sans-serif;
  color: white;
  text-align: center;
  content: "?";
}
.tooltip-note:hover span {
  display: block;
}
.tooltip-note span {
  position: absolute;
  top: 0.75rem;
  left: -0.625rem;
  display: none;
  min-width: 10rem;
  padding: 0.313rem 0.625rem;
  margin-top: -100%;
  background: rgba(0, 0, 0, 0.9);
  font: 400 0.75rem/1 Arial, sans-serif;
  color: white;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tooltip-note span:after {
  position: absolute;
  display: block;
  margin-top: 0.25rem;
  border: 0.5rem solid transparent;
  border-top: 0.25rem solid rgba(0, 0, 0, 0.9);
  content: "";
}
.tooltip-flight {
  position: absolute;
  top: 0;
  left: -1.75rem;
  display: inline-block;
}
.tooltip-flight:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.tooltip-flight:hover span {
  display: block;
}
.tooltip-flight span {
  position: absolute;
  top: -0.5rem;
  left: -0.625rem;
  display: none;
  min-width: 10rem;
  padding: 0.313rem 0.625rem;
  margin-top: -100%;
  background: rgba(229, 229, 229, 0.9);
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #000a12;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tooltip-flight span:after {
  position: absolute;
  display: block;
  margin-top: 0.25rem;
  border: 0.5rem solid transparent;
  border-top: 0.25rem solid rgba(229, 229, 229, 0.9);
  content: "";
}
.training-program-block__title {
  margin: 0 0 0.5rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.training-program-block__desc {
  margin: 0 0 2.5rem;
  font: 400 0.875rem/1.375rem Arial, sans-serif;
  color: #767676;
}
.training-program-block__table-container table {
  width: 100%;
  /*min-width: 598px;*/
  border-collapse: collapse;
  margin-top: 0.75rem;
}
.training-program-block__table-container table:first-child {
  margin-top: 0;
}
.training-program-block__table-container table thead tr th {
  vertical-align: top;
  width: 25%;
  padding: 0 0.313rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #767676;
  text-align: left;
}
.training-program-block__table-container table thead tr th:last-child {
  padding-right: 0;
}
.training-program-block__table-container table thead tr th:first-child {
  padding-left: 0;
}
.training-program-block__table-container table tbody tr td {
  vertical-align: top;
  padding: 0.75rem 0.313rem;
  font: 400 0.875rem/1.625rem Arial, sans-serif;
  color: #000a12;
}
.training-program-block__table-container table tbody tr td:last-child {
  padding-right: 0;
}
.training-program-block__table-container table tbody tr td:first-child {
  padding-left: 0;
  color: #767676;
}

.training-program-block__table-container table {
  border-collapse: collapse;
  border: 2px solid white !important;
}

.training-program-block__table-container table th,
.training-program-block__table-container table td {
  border: 1px solid grey;
}

.trip-data__block {
  margin: 0 0 2rem;
}
.trip-data__block > *:last-child {
  margin-bottom: 0;
}

.trip-data__title {
  margin: 0 0 2rem;
  font: 700 1rem/1 Arial, sans-serif;
  color: #000a12;
}

.trip-data__desc {
  margin: 0 0 0.625rem;
  font: 400 0.75rem/1rem Arial, sans-serif;
  color: #767676;
}

.trip-data__value {
  margin: 0 0 0.75rem;
  font: 400 0.875rem/1 Arial, sans-serif;
  color: #000a12;
}

.trip-data__date-desc {
  margin: 0 0 0.75rem;
  font: 400 0.875rem/1 Arial, sans-serif;
  color: #767676;
}

.trip-data__date-value {
  margin: 0;
  font: 400 0.875rem/1 Arial, sans-serif;
  color: #000a12;
}

.trip-data__excursions-list {
  list-style: inside none;
  padding: 0;
  margin: 0;
}

.trip-data__excursions-item {
  margin-bottom: 1.5rem;
}
.trip-data__excursions-item:last-child {
  margin-bottom: 0;
}

.trip-data__price-title {
  margin: 0 0 0.625rem;
  font: 400 0.875rem/1 Arial, sans-serif;
  color: #000a12;
}

.trip-data__price-value {
  margin: 0 0 1rem;
  font: 700 1.125rem/1 Arial, sans-serif;
  color: #000a12;
}

.trip-data__price-desc {
  margin: 0;
  font: 400 0.75rem/1.125rem Arial, sans-serif;
  color: #767676;
}

.video-materials-block {
  padding: 1.75rem;
  background: white;
  border: 1px solid #e5e5e5;
}
.video-materials-block__title {
  margin: 0 0 1.5rem;
  font: 700 1rem/1.375rem Arial, sans-serif;
  color: #000a12;
}
.video-materials-block__link {
  display: block;
  position: relative;
}
.video-materials-block__link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  border: 1.5rem solid transparent;
  border-left: 2rem solid white;
  content: "";
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}
.video-materials-block__link:hover:before {
  opacity: 1;
}
.video-materials-block__preview {
  display: block;
  max-width: 100%;
}
.ya-page_js_yes .ya-site-form_inited_no {
  display: none;
}

.ya-site-form__form {
  width: 100%;
  max-width: 16rem;
  margin-right: 1rem;
}

.visa-table table td,
.visa-table table th {
  width: 111px !important;
  max-width: 111px !important;
  min-width: 111px;
  white-space: unset !important;
  border: 1px solid #e5e5e5;
}

.visa-table table tr {
  border: 1px solid #e5e5e5;
}

.visa-table table {
  border-right: 2px solid white;
  border-left: 2px solid white;
  border-top: 1px solid white;
  border-collapse: collapse;
}

.visa-table table td {
  word-break: break-word;
}

.visa-table a {
  white-space: unset !important;
}

.ya-site-form__input-text {
  border: 1px solid #ff440e !important;
  display: block;
  border-radius: 10px;
  padding: 6px 10px 6px 28px;
  position: relative;
}

.ya-site-form__input-text {
  height: 28px !important;
}

.ya-site-form__input {
  position: relative;
  margin-left: 3rem !important;
}

.ya-site-form__input:before {
  content: "\f002";
  position: absolute;
  transform: translate(10px, 2px);
  display: block;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  font-family: "FontAwesome Solid";
  color: #ff440e;
  font-size: 16px;
}

.ya-site-form__submit {
  display: none !important;
}

.popup {
  position: relative;
  display: block;
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
  padding: 1.375rem 2rem;
  background: white;
  border-radius: 0;
}
.popup__title {
  margin: 0 0 0.625rem;
  padding-right: 1.25rem;
  font: 700 1rem/1.125rem Arial, sans-serif;
  color: #000a12;
}
.popup__desc {
  margin: 0 0 1.125rem;
  font: 400 0.75rem/1 Arial, sans-serif;
  color: #767676;
}
.popup__submit {
  min-width: 11.625rem;
  margin-top: 1.375rem;
}
.popup .mfp-close {
  top: 1.375rem;
  right: 2rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../img/theme/icons/close_default.svg) no-repeat center;
  background-size: 0.875rem;
  font-size: 0;
  opacity: 1;
}

.youtube-uri__wrap {
  display: none;
}

#map_canvas {
  margin-top: 10px;
}

.filter-map-form {
  width: 300px;
  height: calc(100vh - 80px);
  overflow: hidden;
}

.switch-field_block-buttons {
  width: 48%;
}

/*markers*/
.marker {
  width: 250px;
}

.marker__img-block img {
  max-width: 250px;
  width: 100%;
  height: 125px;
}

.marker__rating {
  margin: 10px 0;
}

.main-page-popular-program {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 319px) {
  .container {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 575px) {
  .popup {
    padding: 0.938rem;
  }
  .popup .mfp-close {
    top: 0.938rem;
    right: 0.938rem;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .subscribe form p {
    max-width: 60%;
  }

  .container-max {
    max-width: 1400px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .page-title-and-desc {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .pagination__pagination-block {
    padding-left: 0;
  }
  .ya-site-form__input:before {
    content: "\f002";
    position: absolute;
    transform: translate(8px, 5px);
  }
  .footer__payment-logo {
    margin-right: 0.5rem;
  }
  .footer__payment-container {
    justify-content: center;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .ya-site-form__input:before {
    content: "\f002";
    position: absolute;
    transform: translate(8px, 3px);
  }

  .actions-feed {
    padding-bottom: 0;
  }
  .actions-feed-card {
    margin-bottom: 1.125rem;
  }
  .button-tour__submit {
    max-width: 100%;
  }
  .content-page .table-container {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .filter-sort {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .filter-sort__radio-button {
    padding: 0;
  }
  .filter-sort__radio-button .tooltip-note {
    display: none;
  }
  .finded-card__price {
    padding-left: 0;
    padding-bottom: 0.2rem;
  }
  .finded-card__date {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 1.2rem;
  }
  .finded-card__school,
  .finded-card__lang {
    padding-left: 0;
  }
  .footer__info-block {
    margin-bottom: 3rem;
  }
  .footer__menu-list {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .footer__menu-item {
    flex-direction: row;
    margin-right: 0.75rem;
    white-space: nowrap;
  }
  .footer__menu-link {
    margin-right: 0.5rem;
  }
  .footer__payment-container {
    justify-content: flex-end;
    width: 100%;
  }
  .footer__socials {
    justify-content: flex-start;
  }
  .footer__additional-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .footer__copyright {
    text-align: center;
    padding-top: 1.5rem;
  }
  .footer__logo-container {
    justify-content: center;
  }
  .footer__phones {
    justify-content: center;
  }
  .form-sidebar {
    position: static;
    padding: 0 0 1.875rem;
    margin: 0;
  }
  .form-sidebar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .form-sidebar__item {
    margin-bottom: 0;
  }
  .header__menu {
    padding-top: 1.125rem;
  }
  .header__menu-list {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-action-card {
    white-space: normal;
  }
  .main-page-popular-programs {
    padding-bottom: 0.25rem;
  }
  .main-page-popular-program {
    margin-bottom: 2rem;
  }
  .main-page-how-it-works {
    padding-bottom: 0.125rem;
  }
  .main-page-how-it-works__item {
    margin-bottom: 2rem;
  }
  .main-page-calendar {
    margin-top: 3rem;
  }
  .main-page-manuals {
    padding-bottom: 4rem;
  }
  .manager-page-section__title-desc {
    display: block;
    margin: 0.5rem 0 0;
  }
  .manager-page-section__table-container {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .manager-page-section__table-container table {
    min-width: 598px;
  }
  .manager-page-section__input-container_inline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manager-page-section__input-container-img-container {
    margin-bottom: 1rem;
  }
  .manager-page-form__input-container_inline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manager-page-form__input-container-img-container {
    margin-bottom: 1rem;
  }
  .manager-page-form__table-container {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .manager-page-form__table-container table {
    min-width: 598px;
  }
  .manual-card {
    margin-bottom: 2rem;
  }
  .pagination {
    padding: 1rem 0.5625rem;
  }
  .pagination__button {
    min-width: auto;
  }
  .pagination > .pagination__button:first-child:before {
    content: "\f104";
  }
  .pagination > .pagination__button:last-child:before {
    content: "\f105";
  }
  .pagination__button:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.25rem;
    line-height: 3.125rem;
    font-family: "FontAwesome Solid";
    color: #c5c5c5;
    content: "";
  }
  .pagination .button_default {
    background: transparent;
    font-size: 0;
    border: 0;
  }
  .sidebar-form {
    margin-bottom: 3rem;
  }
  .sidebar-info {
    margin-bottom: 3rem;
  }
  .sort-by {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sort-by__label-block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sort-by__sort-title {
    margin-bottom: 0.625rem;
  }
  .review__slider-arrow-prev {
    left: -2rem;
  }
  .review__slider-arrow-next {
    right: 2rem;
  }
  .tariff-block__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tariff-block__col:first-child {
    width: 100%;
  }
  .tariff-block__name {
    margin-bottom: 1rem;
  }
  .teacher-page-section {
    height: auto;
  }
  .teacher-page-section__table-container {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .teacher-page-section__bonuses {
    margin-right: -0.938rem;
    margin-left: -0.938rem;
  }
  .teacher-page-section__bonuses-type {
    padding-right: 0.938rem;
    padding-left: 0.938rem;
  }
  .review__slider-arrow-next {
    right: -4.25rem;
  }
  .subscribe form {
    flex-wrap: wrap;
  }
  .subscribe form p {
    width: 100%;
  }
  .subscribe form .form-group {
    flex-wrap: wrap;
    min-width: 100%;
  }
  .subscribe form input {
    width: 40%;
    margin: 0 auto;
  }
  .subscribe form button {
    width: 40%;
    margin: 1rem auto;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sort-label__tooltip-note {
    margin-right: 1.3rem;
  }
  .authorization-form-drop-down {
    top: 2.5rem;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding: 1.125rem 0;
  }
  .footer__menu {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .footer__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    padding-top: 0;
  }
  .footer__menu-link {
    text-align: center;
  }
  .footer__menu-item {
    margin: 0 0 0.625rem;
  }
  .footer__menu-item:first-child {
    margin-bottom: 0;
    align-items: center;
    max-width: 20%;
    white-space: nowrap;
  }
  .footer__menu-item:last-child {
    margin: 0;
    max-width: 80%;
    text-align: center;
    white-space: pre-line;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
  .authorization-form-drop-down {
    top: 2.5rem;
  }
  #ya-site-form0 {
    width: 100%;
  }
  .ya-site-form__input:before {
    content: "\f002";
    position: absolute;
    z-index: 1;
    transform: translate(8px, 5px);
  }
  .desktop-widget__travel {
    display: none;
  }
  .main-form__table-container {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .pagination__pagination-block {
    padding-left: 0;
    margin: 0 auto;
  }
  .training-program-block__table-container {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .footer__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding: 1.125rem 0;
  }
  .footer__menu {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .footer__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    padding-top: 0;
  }
  .footer__menu-link {
    text-align: center;
  }
  .footer__menu-item {
    margin: 0 0 0.625rem;
  }
  .footer__menu-item:first-child {
    margin-bottom: 0;
    align-items: center;
    max-width: 20%;
    white-space: nowrap;
  }
  .footer__menu-item:last-child {
    margin: 0;
    max-width: 80%;
    text-align: center;
    white-space: pre-line;
  }

  .information-block__article iframe {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .mainWrap {
    width: auto;
    padding: 50px 20px;
  }

  .header {
    z-index: 111;
  }

  .header__menu.menu {
    display: block;
  }

  .menu {
    /*display: none;*/
    padding: 0;
  }

  .mobile-widget__travel {
    display: block;
    margin-bottom: 60px;
  }

  .mobile-widget__travel .manager-page-section__title {
    margin-bottom: 1.5rem;
  }

  .mobile-widget__travel .summary {
    margin-bottom: 1rem;
  }

  .mobile-widget__travel .manager-page-section__links {
    padding-top: 1rem;
    border-top: none;
  }

  .mobile-widget__travel a {
    font-size: 1.25rem;
    line-height: 2.2rem;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .mobile-widget__date {
    display: flex;
  }

  .mobile-widget__date-from {
    margin-right: 2.5rem;
  }

  .mobile-widget__desc {
    margin-top: 0;
  }

  .mobile-widget__title {
    margin-bottom: 0;
    margin-top: 0;
    color: #767676;
  }

  .mobile-widget__wrapper {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #767676;
  }

  .responsive-menu {
    display: block;
  }

  nav {
    margin: 0;
    background: none;
  }

  .footer__payment-container {
    flex-wrap: nowrap;
  }

  .video-materials-block__link {
    display: none;
  }

  .youtube-uri__wrap {
    display: block;
  }

  .thumb-wrap {
    position: relative;
    margin-top: 1rem;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
  }
  .thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
  }

  .filter-maps-toogle,
  .filter-map-form {
    display: none;
  }

  .fixed-map {
    position: relative;
    background-color: white;
    z-index: 1;
    width: 100%;
  }

  .filter-wrapper {
    margin: 0;
  }

  #filter_google-maps {
    height: 300px;
  }

  .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }

  .switch-field label {
    min-width: 140px;
    background-color: #fff;
    color: #009bbd;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    display: block;
    padding: 16px 32px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    transition: all 0.1s ease-in-out;
  }

  .switch-field label:hover {
    cursor: pointer;
  }

  .switch-field input:checked + label {
    background-color: #f2f2f2;
    box-shadow: none;
    color: #000;
  }

  .switch-field label:first-of-type {
    border-radius: 4px;
    text-transform: uppercase;
    position: relative;
  }

  .label-filter-mobile.active:before {
    position: absolute;
    top: 33%;
    left: 16px;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: url(/img/content/icons/filter.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
  }

  .label-map-mobile.active:before {
    position: absolute;
    top: 34%;
    left: 32px;
    display: block;
    width: 1rem;
    height: 1.3rem;
    background: url(/img/content/icons/map.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
  }

  .filter-close-mobile,
  .filter-close-mobile {
    display: none;
  }

  .filter-close-mobile.active,
  .filter-close-mobile.active {
    display: block;
  }

  .switch-field label:last-of-type {
    border-radius: 4px;
    text-transform: uppercase;
    position: relative;
  }

  .switch-field {
    margin: 1rem 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
  }

  .mobile-headers {
    display: block;
  }

  .page-body.mobile {
    padding-top: 0;
  }

  #filter-form,
  #sort-form,
  .fixed-map {
    display: none;
  }

  .form-control {
    width: 100%;
    font-size: 11px;
    height: 20px;
    padding: 0px;
    padding-left: 3px;
  }
}

@media screen and (max-width: 576px) {
  .marker {
    width: 160px;
  }

  .feed-card {
    width: 80%;
    /*margin: 1rem!important;*/
  }

  .desktop-hide {
    display: block;
  }
  .wrapper-menu {
    background-color: transparent;
  }

  .ya-site-form__form {
    max-width: 100%;
  }

  .header__menu.menu {
    display: block;
  }

  .header__menu.only-mobile a {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 34px;
  }

  .search .ya-site-form {
    display: none !important;
  }

  .search-mobile {
    display: block;
    margin: 8px auto 10px auto;
  }

  .search-mobile .ya-site-form__form {
    margin: 0 auto !important;
    max-width: 72%;
  }

  .actions-feed-card.notify:before {
    right: 0;
  }
  .filter-sort__radio-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filter-sort__radio-button {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0.5rem 0;
  }
  .finded-card__program-container {
    margin-left: -23px;
  }
  .finded-card__program-row {
    flex-direction: row;
  }
  .finded-card__program-col {
    width: 100%;
    text-align: center;
  }
  .finded-card__finded-block {
    margin-top: 1.5em;
  }
  .finded-card__img-block {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    /*padding-right: 1rem;*/
  }
  .finded-card .school-img {
    width: 100%;
  }
  .tariff-block__more {
    margin-top: 1rem;
  }
  .family-account-steps__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .family-account-steps__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 2rem 0.75rem;
    border-top: 0;
    border-left: 0.188rem solid #e5e5e5;
  }
  .family-account-steps__item:before {
    top: 0;
    left: -0.563rem;
  }
  .footer__info-block-title {
    text-align: center;
  }
  .footer__info-block-desc {
    margin: 0 auto 0.625rem;
    text-align: center;
  }
  .footer__info-block-img {
    margin: 0 auto;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__additional-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1rem;
  }
  .footer__additional-menu-item {
    margin: 0 0 0.625rem;
    text-align: center;
  }
  .footer__additional-menu-item:last-child {
    margin: 0;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__payment-container {
    justify-content: flex-start !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .footer__phones {
    flex-wrap: wrap;
  }
  .footer__phone {
    justify-content: center;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 0;
    font-size: 1.5rem;
  }
  .footer__menu {
    margin: 0rem;
  }
  .footer__menu-list {
    flex-direction: column;
    padding-bottom: 0;
    align-items: center;
  }
  .footer__logo-container {
    margin-bottom: 2rem;
  }
  .footer__menu-item {
    flex-direction: column;
  }
  .footer__payment-container {
    justify-content: center;
  }
  .footer__socials {
    justify-content: center;
  }
  .finded-card__program-button {
    margin-top: 1rem;
  }
  .footer__phone-img {
    width: 2.25rem;
    height: 1.5rem;
  }
  .footer__callback {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__menu.menu {
    display: block;
  }
  .header__menu {
    position: fixed;
    flex-direction: column;
    top: 82px;
    z-index: 1;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 0.5rem 1.25rem;
    background: white;
    border-bottom: 1px solid #e5e5e5;
    display: none;
  }
  .header__menu-mobile {
    top: 115px;
    display: none !important;
  }
  .header__menu-list {
    overflow: auto;
    /*height: 350px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__menu-item {
    padding-right: 0.625rem;
    margin: 0 0 0.625rem;
  }
  .header__menu-item:last-child {
    margin-bottom: 0;
  }
  .header__menu-item.notify:before {
    right: 0;
  }
  /*
  .header__selects-container {
    position: fixed;
    top: 54px;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 0.5rem 1.25rem;
    background: white;
    border-bottom: 1px solid #e5e5e5;
  }
  */
  
  body .header-select_lang {
    padding-right: 0;
  }
  .header-actions {
    padding-bottom: 0;
  }
  .header-action-card {
    margin-bottom: 0.75rem;
  }
  .main-form__section {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .main-form__selects-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .main-form__selects-group > .select-default:first-child {
    min-width: auto;
    margin-bottom: 0.5rem;
  }
  .main-form__selects-group
    > .select-default:first-child
    .select2-container
    .select2-selection {
    border-right-color: #e5e5e5;
  }
  .main-page-countries__item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .manager-page-section__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .manager-page-section__link {
    margin-bottom: 1.5rem;
  }
  .manager-page-section__link:last-child {
    margin-bottom: 0;
  }
  .manager-page-section__parameter-total {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manager-page-section__parameter-total-info {
    width: 100%;
  }
  .manager-page-section__parameter-total-button {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
  .menu {
    display: none;
  }
  .pagination {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pagination > .pagination__button {
    position: absolute;
    top: 1rem;
  }
  .pagination > .pagination__button:first-child {
    left: 0;
  }
  .pagination > .pagination__button:last-child {
    right: 0;
  }
  .request-block {
    padding-right: 0;
  }
  .request-block__edit {
    top: auto;
    bottom: 1rem;
    -webkit-transform: none;
    transform: none;
  }
  .subscribe form input {
    width: 100%;
  }
  .school-page__tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sort-by {
    margin-top: 1rem;
  }
  .sort-label {
    width: 67%;
  }
  .sort-label__tooltip-note {
    margin-left: 0.8rem !important;
  }
  .sub-wrapper {
    display: flex;

    align-items: center;
  }

  .header__menu .county-menu-desktop {
    display: block;
  }

  .only-mobile .county-menu-desktop a {
    color: #000;
    text-decoration: none;
    font-size: 11px;
  }

  .only-mobile .county-menu-desktop li {
    list-style: none;
  }

  .sub-menu.nohidden {
    display: none;
  }

  .sub-wrapper img {
    width: 2rem;
    height: 2rem;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 20px;
  }

  .sub-wrapper img.reverted {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .sub-menu.nohidden {
    visibility: unset;
    height: 200px;
    overflow-y: auto;
  }

  .tariff-block__col {
    width: 100%;
  }
  .tariff-block__price {
    margin: 1rem 0;
  }
  .teacher-page-section__bonuses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .teacher-page-section__bonuses-type {
    margin-bottom: 1.5rem;
  }
  .teacher-page-section__bonuses-type:last-child {
    margin-bottom: 0;
  }
  .footer__payment-container {
    flex-wrap: wrap;
    display: flex;
    justify-content: center !important;
  }
  .video-materials-block__preview {
    margin: 0 auto 1rem;
  }

  .page-title-and-desc {
    padding-left: 15px;
  }
}

@media screen and (max-width: 374px) {
  .registration-section {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .page-title {
    font-size: 2.188rem;
  }
  .footer__menu {
    margin-bottom: 0rem;
  }
  .footer__menu-list {
    flex-direction: column;
    align-items: center;
  }
  .footer__menu-item {
    flex-direction: column;
  }
  .footer__payment-container {
    justify-content: center;
  }
  .footer__socials {
    justify-content: center;
  }
  .finded-card__program-button {
    margin-top: 1rem;
  }
}

.index-guest {
  text-align: center;
}

.header-index-guest {
  font-size: 24pt;
  line-height: 24pt;
  margin-top: 80px;
  margin-bottom: 80px;
}

.index-guest-block {
  display: flex;
  width: 100%;
  max-width: 310px;
  height: 100%;
  max-height: 280px;
  border: 2px solid #e9e9e9;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 0px;
  text-align: center;
  line-height: 15px;
  margin: 0px auto;
}

.index-guest-block:hover {
  box-shadow: 0 0px 20px #e9e9e9, 0 0px 20px #e9e9e9;
}

.index-guest-block__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0px auto;
  padding: 0px 20px;
}

.index-guest-block__content p {
  line-height: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .index-guest-block__first {
    margin-bottom: 20px;
  }
}

.index-guest-block__last-p {
  margin-bottom: 20px;
}

.index-guest-block__content_button {
  display: block;
  position: relative;
  border-radius: 20px;
  width: 190px;
  line-height: 45px;
  height: 45px;
  bottom: 10px;
  margin: 0px auto;
}

/* sssssssss */
.tabs .active {
  color: #009bbd;
}
.tabs {
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 15px;
}
.tab {
  margin-right: 1rem;
}
.tab_item {
  display: none;
}
.tab_item:first-child {
  display: block;
}

.modal_form,
.modal_form2 {
  width: 500px;
  height: auto;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none; /* в обычном состоянии окна не должно быть */
  opacity: 0;
  z-index: 5;
  padding: 30px;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 28px;
}
/* Кнопка закрыть для тех кто в танке) */
.modal_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: block;
}
/* Подложка */
.overlay {
  z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
  position: fixed; /* всегда перекрывает весь сайт */
  background-color: #000; /* черная */
  opacity: 0.8; /* но немного прозрачна */
  width: 100%;
  height: 100%; /* размером во весь экран */
  top: 0;
  left: 0; /* сверху и слева 0, обязательные свойства! */
  cursor: pointer;
  display: none;
}

.ten {
  background-color: #73c619;
  display: block;
  margin-bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 7px;
  font-weight: bold;
  font-size: 24px;
}
.ten span {
  font-size: 20px;
}

.buttons {
  position: absolute;
  display: block;
  width: 45%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.buttons .button {
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.timer {
  display: flex;
  justify-content: center;
  border: 5px solid transparent;
}

.daysBtn span {
  font-size: 24px;
  padding: 3px;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 2px;
}

.stopWatch {
  background-color: #73c619;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 7px 7px;
  color: #fff;
  padding: 5px;
  max-width: 300px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.stopWatch__img {
  width: 32px;
  margin-right: 10px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.question {
  font-weight: bold;
}

#parent-olympiad-edit {
  display: block;
  padding: 0;
  background-color: transparent;
  border: 0;
  font: inherit;
  color: #009bbd;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

#parent-olympiad-edit:hover {
  cursor: pointer;
}

.btnSave {
  background-color: #73c619;
  margin-right: 2rem;
  border-color: #73c619;
}

.btnSave:hover,
.btnSave:focus {
  background: white;
  color: #73c619;
}

.cab__teacher-item {
  font-weight: bold;
  padding: 0 10px 10px 10px;
  margin: 0;
}
.cab__teacher-item a:hover,
.cab__teacher-item a:focus {
  color: #fd7140;
}

.active.cab__teacher-item a {
  color: #fd7140;
}

.active.cab__teacher-item {
  border-bottom: 3px solid #fd7140 !important;
  border-bottom-left-radius: 1.5px;
  border-bottom-right-radius: 1.5px;
  z-index: 2;
}
.inpBtn {
  display: flex;
  position: relative;
  width: fit-content;
}
.myInp {
  padding: 3px;
  padding-right: 10px;
  text-overflow: ellipsis;
  display: block;
}

.copyBtn {
  position: absolute;
  top: 3px;
  right: 0px;
  z-index: 3;
  color: #f2f2f2;
  cursor: pointer;
  width: 18px;
  height: 100%;
}

.teacher-alert {
  position: absolute;
  right: -2px;
  width: 100px;
  height: 100%;
  text-align: center;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  margin-left: -120px;
  background-color: #fff;
  border: 1px solid #00832d;
  line-height: 22px;
  border-radius: 5px;
  z-index: 5;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.iconSpan {
  width: 15px;
  height: 15px;
  background-color: white;
}

.teacher-table table tbody tr td {
  vertical-align: middle;
}

.admin-table table tbody tr td {
  padding: 1px 3px !important;
  vertical-align: middle;
}

.admin-participant table thead tr th {
  vertical-align: middle;
}

.admin-participant table thead tr th a {
  display: block;
  text-decoration: none;
  padding-right: 1rem;
  background-image: url(/img/theme/icons/drop-up-arrow-grey.svg),
    url(/img/theme/icons/drop-down-arrow-grey.svg);
  background-position: right 40%, right 70%;
  background-repeat: no-repeat;
  background-size: 0.5rem 0.5rem;
}

.admin-participant table thead tr th a::after {
  display: none;
}

.admin-participant table thead tr th a.asc {
  background-image: url(/img/theme/icons/drop-up-arrow-black.svg),
    url(/img/theme/icons/drop-down-arrow-grey.svg);
}

.admin-participant table thead tr th a.desc {
  background-image: url(/img/theme/icons/drop-up-arrow-grey.svg),
    url(/img/theme/icons/drop-down-arrow-black.svg);
}

.admin-participant table thead tr th:nth-child(n + 6):nth-child(-n + 8) {
  width: 60px;
  line-height: 14px;
  white-space: normal;
}
/* .admin-participant table tbody tr th:nth-child(11) {
	/* width: 40px !important;
} */

.admin-participant-btn {
  padding: 6px 8px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
}
.wait-btn {
  background-color: #ff440e;
}
.send-btn {
  background-color: #73c619;
}
.admin__filter {
  height: 40px;
  line-height: 12px !important;
  /* margin-bottom: 10px; */
}
.admin__filter-btn {
  margin-bottom: 20px;
}
.marBottom {
  margin-bottom: 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.table-btn {
  background: #ff440e !important;
  border: 1px solid #ff440e !important;
  font: 400 0.875rem/3rem Arial, sans-serif !important;
  color: white !important;
  padding: 0 0.938rem !important;
  display: inline-block !important;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.table-btn:hover,
.table-btn:focus {
  text-decoration: none !important;
  background: white !important;
  color: #ff440e !important;
}

.maxPadding {
  padding: 3px 10px;
}
.single-olimpiad table tbody tr td {
  padding: 0.3rem 0.313rem;
}

.seriy {
  background: #f2f2f2;
}

.forCurrency {
  padding-left: 6px !important;
  color: #06224a;
  font-weight: 500;
}

.pad {
  padding: 0.3rem 0.5rem;
}

.card-Russia {
  box-sizing: border-box;
  display: block;
  padding: 0 !important;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 30px;
  line-height: 0;
}

.card-Russia img {
  width: 100%;
  height: 100%;
}

.card-Russia:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.add,
.add2 {
  padding: 1px 2px;
  font-size: 13.4px;
  color: #767676;
  cursor: pointer;
}

.test-inputs {
  border: none;
  /* border: 1px solid black; */
  border-width: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  width: 80%;
}

.test-inputs:nth-child(odd) {
  margin-left: 3px;
  margin-right: 10px;
  width: 5%;
}

.forMargin {
  margin-left: 0 !important;
}

.delete-btn {
  float: right;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.newItem {
  margin-top: 10px;
}

.icon16 {
  height: 17px;
  width: 17px;
}

.block1 {
  display: flex;
}

.tabForMobile .cab__teacher-item {
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.tabForMobile .cab__teacher-item.active {
  color: #fd7140;
}
#select-country,
#select-tariff {
  cursor: pointer;
}

.labelsInput {
  display: inline-block;
}
.labelsInput.disabled {
  color: #8f8e9d;
  cursor: default;
}
.labelsInput.disabled.checkedd::before {
  background: #8f8e9d;
  border-color: #8f8e9d;
}

.labelsInput.radio-green:before {
  background: #66bf66;
  border-color: #66bf66;
}
.labelsInput.radio-red:before {
  background: #d93025;
  border-color: #d93025;
}

.labelsInput.checkbox-green:before {
  background: #66bf66;
  border-color: #66bf66;
}

.labelsInput.checkbox-red:before {
  background: #d93025;
  border-color: #d93025;
}

.labelsInput.checkbox-green-checked:before {
  background: #66bf66;
}

.labelsInput.checkbox-green-checked::before {
  background-size: 100%;
  background-color: #66bf66;
  border-color: #66bf66;
  background-image: url(/img/theme/icons/check.svg);
}

.radio-green {
  color: #66bf66 !important;
}

.radio-red {
  color: #d93025 !important;
}

.checkbox-green {
  color: #66bf66 !important;
}

.checkbox-red {
  color: #d93025 !important;
}

.checkbox-green-checked {
  color: #66bf66 !important;
}

.radioB:before {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.test-title {
  margin: 0;
  color: #767676;
}

.forTab:last-child {
  display: none;
}

.maxWidth {
  max-width: 100% !important;
}

.expandable-text .trigger {
  color: blue;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}
.expanded-content {
  display: none;
}
.panel {
  margin: 0.3rem 0;
}

.cardTest {
  min-height: 150px;
  padding-bottom: 0;
}
.padTop {
  padding-top: 30px;
}

.cordinator-title {
  margin: 0;
  font-weight: 400;
}

.boreder {
  border: 1px solid red;
}
.icon20 {
  height: 15px;
  max-width: 15px;
}
.pereyti {
  border: 1px solid #c5c5c5;
  background: #c5c5c5;
}
.pereyti:hover,
.pereyti:focus {
  color: #c5c5c5;
}
.card-campus {
  /* border: 1px solid red; */
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  margin-top: 10px;
  padding: 8px 15px;
}

@media screen and (min-width: 1199px) {
  .admin__filter {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .cardTest {
    min-height: 130px;
  }
}

@media screen and (min-width: 991px) {
  .top20 {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
  }
  .marNol {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .admin__filter {
    margin-bottom: 10px;
  }

  .test-inputs {
    width: 80%;
  }
  .cardTest {
    min-height: 180px;
  }
  .card-campus iframe {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table-btn {
    width: 150px !important;
  }

  .test-inputs {
    width: 75%;
  }
  .test-inputs:nth-child(odd) {
    width: 7%;
  }
  .cardTest {
    min-height: 130px;
  }
}

@media screen and (min-width: 575px) {
  .header__menu-span {
    width: 100%;
    display: block;
    border-top: 3px solid #e7e7e7;
    position: relative;
    top: -3px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .modal_form {
    width: 90%;
  }
  .modal_form2 {
    width: 90%;
  }
  .btnSave {
    margin-right: 0;
  }
  .card-Russia {
    width: 100%;
  }
  .card-Russia img {
    width: auto;
    height: 250px;
    max-width: initial;
  }

  .admin__filter-btn {
    margin-top: 5px;
  }

  .tabForMobile {
    all: unset !important;
    flex-direction: row;
    display: block;
  }

  .tabForMobile .cab__teacher-item {
    display: block;
    border: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 4px 7px;
  }

  .tabForMobile .cab__teacher-item:hover {
    color: #fd7140;
  }
  .tabForMobile .cab__teacher-item.active {
    color: #fd7140;
  }

  .test-inputs {
    width: 68%;
  }
}

@media screen and (max-width: 400px) {
  .card-Russia img {
    height: 220px;
  }

  .test-inputs {
    width: 60%;
  }
  .mar400:nth-child(1) {
    padding-right: 0;
  }
  .mar400:nth-child(2) {
    padding: 0px;
  }
  .mar400:nth-child(3) {
    padding-left: 0;
  }
}

.ok {
  color: #73c619;
}

.table-participants td,
.table-participants th,
.answer-border {
  border: 1px solid #e5e5e5;
}

.dp-highlight .ui-state-default {
  background: #007fff;
  color: #fff;
}
.ui-datepicker.ui-datepicker-multi {
  width: 100% !important;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: none;
}
#datepicker {
  height: 300px;
  overflow-x: scroll;
}
.ui-widget {
  font-size: 100%;
}

.green-status {
  color: green;
}
.red-status {
  color: red;
}

.date-range-select {
  /*width: 11.5rem;*/
  text-align: center;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: white;
}

.table-bordered {
  border: 1px solid white;
}

.table-bordered > thead > tr > td {
  border: white;
}

.table > thead > tr > td {
  padding: 2px;
}

@media screen and (min-width: 768px) {
  .form-control {
    height: 25px;
    padding: 0px;
    padding-left: 3px;
  }
}

.image-step {
  width: 3%;
  margin-right: 15px;
}

@media screen and (min-width: 320px) and (max-width: 329px) {
  .image-step {
    /*width: 10%;*/
    width: 18px;
  }
}

@media screen and (min-width: 330px) and (max-width: 349px) {
  .image-step {
    /*width: 9%;*/
    width: 18px;
  }
}

@media screen and (min-width: 350px) and (max-width: 399px) {
  .image-step {
    /*width: 8%;*/
    width: 19px;
  }
}

@media screen and (min-width: 320px) and (max-width: 346px) {
  .authorization-form-drop-down {
    min-width: 18rem;
  }
}

@media screen and (min-width: 400px) and (max-width: 449px) {
  .image-step {
    /*width: 7%;*/
    width: 20px;
  }
}

@media screen and (min-width: 450px) and (max-width: 544px) {
  .image-step {
    /*width: 6%;*/
    width: 22px;
  }
}

@media screen and (min-width: 545px) and (max-width: 991px) {
  .image-step {
    /*width: 5%;*/
    width: 30px;
  }
}

/*.manager-page-section__step {
  padding: 10px;
}*/

.modal_from__documents {
  border-radius: 10px;
  text-align: center;
}

.modal_from__documents__button {
  width: 30%;
}

#group-tours-tab-coordinator {
  margin-bottom: 2.063rem;
}

.finded-card__program-period__stop-sale {
  border: 1px solid #ff440e;
  margin-top: 2%;
  padding: 3px 8px 3px 8px;
  border-radius: 5px;
  font-size: 12px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden-load-document {
  display: none;
  visibility: hidden;
  border: 0px;
}

@media (max-width: 563px) {
  .daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 200px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    line-height: 1em;
  }
}

@media (max-width: 767px) {
  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 15px;
    width: 15px;
    height: 15px;
    line-height: 20px;
    font-size: 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 1px 4px;
  }

  .daterangepicker .drp-selected {
    /*float: left;*/
    display: inline-block;
    font-size: 10px;
    padding: 8px 8px 0 0;
    color: #005cbf;
  }

  .daterangepicker .drp-buttons .btn {
    margin-left: 4px;
    font-size: 10px;
    padding: 4px 8px;
  }
}

.button_default_invers {
  background: white;
  border: 1px solid #ff440e;
  font: 400 0.875rem/3rem Arial, sans-serif;
  color: #ff440e;
  border-radius: 7px;
}

.active-button {
  background: white;
  color: #ff440e;
}

.blocked {
  background: #c5c5c5;
  color: white;
  border-color: #c5c5c5;
}

.blocked:hover {
  background: #c5c5c5;
  color: white;
  border-color: #c5c5c5;
}

#login-form {
  margin-bottom: 3rem;
}

.sidebar-form__buttons {
  display: flex;
}

.sidebar-form__buttons #type-ind-div {
  width: 49%;
  margin-right: 2%;
}

#type-ind-div #type-ind {
  width: 100%;
  padding: 0;
  /*height: 90%;*/
}

.sidebar-form__buttons #type-group-div {
  width: 49%;
}

#type-group-div #type-group {
  width: 100%;
  padding: 0;
  /*height: 100%;*/
}

/*
.active-button-div {
  width: 100%;
  border-bottom: 1px solid #ff440e;
}

.active-button-div .active-button:hover {
  background: white;
  color: #ff440e;
}
*/
.active-button-div .active-button:focus {
  background: #ff440e;
  color: white;
}

.active-button-div .active-button {
  background: #ff440e;
  color: white;
}

#type-ind-div .question-title {
  display: flex;
  position: relative;
  background-color: black;
  color: white;
  border: 1px solid black;
  width: 1rem;
  bottom: 3rem;
  left: 88%;
  font: 400 0.75rem/0.8rem Arial, sans-serif;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#type-group-div .question-title {
  display: flex;
  position: relative;
  background-color: black;
  color: white;
  border: 1px solid black;
  width: 1rem;
  bottom: 3rem;
  left: 89%;
  font: 400 0.75rem/0.8rem Arial, sans-serif;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #type-ind-div .question-title {
    left: 93.5%;
  }

  #type-group-div .question-title {
    left: 94.3%;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  #type-ind-div .question-title {
    left: 93.3%;
  }
}

@media screen and (min-width: 520px) and (max-width: 767px) {
  #type-group-div .question-title {
    left: 93%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .main-page-popular-program__desc {
    height: 0.6rem;
    font-size: 10px;
    line-height: 10px;
    color: #444444;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-page-popular-program__desc {
    height: 0.6rem;
    font-size: 10px;
    line-height: 10px;
    color: #444444;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 519px) {
  #type-group-div .question-title {
    left: 93%;
  }
}

@media screen and (min-width: 460px) and (max-width: 499px) {
  #type-group-div .question-title {
    left: 92.5%;
  }
}

@media screen and (min-width: 360px) and (max-width: 459px) {
  #type-group-div .question-title {
    left: 90%;
  }
}

@media screen and (min-width: 360px) and (max-width: 499px) {
  #type-ind-div .question-title {
    left: 90%;
  }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  #type-ind-div .question-title {
    left: 88%;
  }

  #type-group-div .question-title {
    left: 88.5%;
  }
}

#type-ind-div .question-title__popup {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 15rem;
  bottom: 6rem;
  background-color: white;
  border: 1px solid black;
  font: 400 0.75rem/0.8rem Arial, sans-serif;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: -1.75rem;
}

#type-group-div .question-title__popup {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 15rem;
  bottom: 6rem;
  background-color: white;
  border: 1px solid black;
  font: 400 0.75rem/0.8rem Arial, sans-serif;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: -1.75rem;
}

.field-children-birthday {
  width: 17rem;
}

.field-exp-document {
  width: 17rem;
}

.text-green {
  color: green;
}

@media screen and (max-width: 419px) {
  .finded-card__program-row {
    flex-direction: column;
  }

  .finded-card__program-col,
  .finded-card__program-button {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pre-footer {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .pre-footer {
    max-width: 540px;
    padding-left: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .pre-footer {
    max-width: 720px;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .pre-footer {
    max-width: 960px;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .pre-footer {
    max-width: 1200px;
    padding-left: 2rem;
  }
}

.pre-footer-header {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .pre-footer-header {
    max-width: 540px;
    padding-left: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .pre-footer-header {
    max-width: 720px;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .pre-footer-header {
    max-width: 960px;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .pre-footer-header {
    max-width: 1200px;
    padding-left: 2rem;
  }
}

.col-lg-12-corrected {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 2.063rem;
}

@media screen and (max-width: 576px) {
  .col-lg-12-corrected {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 2.063rem;
    margin-bottom: 2.063rem;
  }
}

@media screen and (max-width: 767px) {
  .col-lg-12-corrected {
    margin-top: 2.063rem;
    margin-bottom: 2.063rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-12-corrected {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 2.063rem;
  }
}

.service-page-section {
  padding: 2rem 2.813rem 1rem;
  margin-bottom: 2.063rem;
  background: white;
  border: 1px solid #e5e5e5;
}

.button_change_date {
  padding: 0.5rem 0.75rem;
  font: 400 0.875rem/1.25rem Arial, sans-serif;
}

.button_change_date_li {
  padding-top: 30px;
}

.main-form__input-container .field-offer-days {
  width: 17rem;
}

.page-programm__img{
  display: block;
  max-width: 100%;
  height: 115px;
  width: 100%;
  object-fit: cover;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.iti input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  font: 400 0.875rem/1.25rem Arial, sans-serif;
  color: #000a12;
  padding: 1.2rem 0.75rem;
}

.update-offer .col-lg-10 {
  flex-basis: 100%;
  max-width: 100%;
}

.tox-tinymce {
  min-height: 210px;
}

.footer__socials-link {
  display: block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
}

.age {
  background: #ff440e;
  border: 1px solid #ff440e;
  color: white;
  border-radius: 7px;
}
.age:hover{
  background: white;
  color: #ff440e;
}

.whatsapp-button {
  background: #25D366;
  border: 3px solid #1cc15a;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
  cursor: pointer;
  height: 68px;
  text-align: center;
  width: 72px;
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 9999;
  transition: .3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
}

.whatsapp-button .text-button {
  height:68px;
  width:68px;
  border-radius:50%;
  position:relative;
  overflow:hidden;
}
.whatsapp-button .text-button span {
  text-align: center;
  color:#23a455;
  opacity: 0;
  font-size: 0;
  position:absolute;
  right: 8px;
  top: 27px;
  line-height: 14px;
  font-weight: 600;
  transition: opacity .3s linear;
  font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.whatsapp-button .text-button:hover span {
  opacity: 1;
  font-size: 11px;
}
.whatsapp-button:hover i {
  display:none;
}
.whatsapp-button:hover {
  z-index:1;
  background:#fff;
  color:transparent;
  transition:.3s;
}
.whatsapp-button:hover i {
  color:#25D366;
  font-size:44px;
  transition:.3s;
}
.whatsapp-button i {
  color:#fff;
  font-size:44px;
  transition:.3s;
  line-height: 66px;transition: .5s ease-in-out;
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes hoverWave {
  0% {
    box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
  }
  40% {
    box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
  }
  80% {
    box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
  }
  100% {
    box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
  }
}@keyframes hoverWave {
   0% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
   }
   40% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
   }
   80% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
   }
   100% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
   }
 }
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
