

/* Start:/bitrix/templates/main/css/main.css?154780828452629*/
/*--------------- mixins ---------------*/
/* --------- mixins --------- */
/* --------- centered --------- */
/*------------------------------------*/
/*--------------- widgets ---------------*/
.toogle_button {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  left: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 18px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background: transparent;
  z-index: 200;
  cursor: pointer; }

.toogle_button:focus {
  outline: none; }

.toogle_button span {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0e6284;
  border-radius: 1.5px; }

.toogle_button span::before,
.toogle_button span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0e6284;
  content: "";
  border-radius: 1.5px; }

.toogle_button span::before {
  top: -8px; }

.toogle_button span::after {
  bottom: -8px; }

.toogle_button-htx {
  background-color: transparent; }

.toogle_button-htx span {
  -webkit-transition: background 0 0.3s;
  -o-transition: background 0 0.3s;
  transition: background 0 0.3s; }

.toogle_button-htx span::before,
.toogle_button-htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  -o-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0; }

.toogle_button-htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform, -o-transform; }

.toogle_button-htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform; }

/* active state, i.e. menu open */
.toogle_button-htx.active {
  background-color: transparent; }

.toogle_button-htx.active span {
  background: none; }

.toogle_button-htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.toogle_button-htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.toogle_button-htx.active span::before,
.toogle_button-htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  -o-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s; }

form {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0 none;
  border: 0 none; }

.checkbox-input {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-left: 30px;
  padding-right: 5px;
  margin: 10px 0 0; }
  .checkbox-input input {
    position: absolute;
    visibility: hidden;
    left: -99999px;
    top: -99999px;
    border: 0 none;
    outline: 0 none;
    height: auto; }
    .checkbox-input input:checked + .element {
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease;
      background: #c7bfe6; }
      .checkbox-input input:checked + .element:before {
        display: block; }
  .checkbox-input span {
    color: #0e6284;
    font-family: "Vollkorn", serif;
    font-size: 16px;
    line-height: 28px; }
    .checkbox-input span a {
      font-size: inherit;
      color: inherit;
      font-family: "Vollkorn", serif;
      line-height: inherit;
      text-decoration: underline; }
      .checkbox-input span a:hover {
        text-decoration: none; }
    .checkbox-input span i {
      font-size: inherit;
      color: inherit;
      font-family: inherit;
      line-height: inherit;
      font-style: normal; }
  .checkbox-input .element {
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    margin-top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #c7bfe6;
    border-radius: 2px;
    outline: 0 none;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
    .checkbox-input .element:before {
      content: '';
      width: 100%;
      height: 100%;
      margin: auto;
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-image: url("/bitrix/templates/main/css/../img/icons/input-check.svg");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 13px 13px;
      background-size: 13px; }

.radio-input {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-left: 30px;
  padding-right: 5px;
  margin: 10px 0 0; }
  .radio-input input {
    position: absolute;
    visibility: hidden;
    left: -99999px;
    top: -99999px;
    border: 0 none;
    outline: 0 none;
    height: auto; }
    .radio-input input:checked + .element {
      -webkit-transition: border-color .3s ease;
      -o-transition: border-color .3s ease;
      transition: border-color .3s ease;
      border-color: #c7bfe6; }
      .radio-input input:checked + .element:before {
        width: 10px;
        height: 10px;
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
  .radio-input span {
    color: #0e6284;
    font-family: "Vollkorn", serif;
    font-size: 16px;
    line-height: 24px; }
  .radio-input .element {
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    margin-top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #c7bfe6;
    outline: 0 none;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease; }
    .radio-input .element:before {
      content: '';
      width: 0;
      height: 0;
      opacity: 0;
      margin: auto;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background: #c7bfe6;
      border-radius: 50%; }

.radio-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 163, 243, 0.4);
  box-shadow: 0 1px 1px rgba(0, 163, 243, 0.4);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
  cursor: pointer; }
  .radio-button:hover, .radio-button:focus {
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4);
    box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .radio-button input {
    position: absolute;
    visibility: hidden;
    left: -99999px;
    top: -99999px;
    border: 0 none;
    outline: 0 none;
    height: auto; }
    .radio-button input:checked + span {
      background: #c7bfe6;
      color: #0e6284;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .radio-button span {
    font-family: "Vollkorn", serif;
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding: 5px 15px;
    color: #0e6284;
    font-weight: 400;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.76);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.inputs-input {
  position: relative;
  margin: 0 0 20px; }
  .inputs-input:last-child {
    margin-bottom: 0; }
  .inputs-input.with-icon input, .inputs-input.with-icon textarea {
    padding-left: 40px; }
  .inputs-input input, .inputs-input textarea {
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    background-color: rgba(255, 255, 255, 0.76);
    line-height: normal;
    padding: 0 32px 0 0;
    color: #0e6284;
    font-family: "Vollkorn", serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 163, 243, 0.4);
    box-shadow: 0 1px 1px rgba(0, 163, 243, 0.4);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .inputs-input input:hover, .inputs-input input:focus, .inputs-input textarea:hover, .inputs-input textarea:focus {
      -webkit-box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4);
      box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .inputs-input input.error, .inputs-input textarea.error {
      -webkit-box-shadow: 0 1px 1px rgba(245, 7, 7, 0.4);
      box-shadow: 0 1px 1px rgba(245, 7, 7, 0.4);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      border-color: #f12828; }
    .inputs-input input.valid, .inputs-input textarea.valid {
      border-color: rgba(255, 255, 255, 0.76);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .inputs-input input::-webkit-input-placeholder, .inputs-input textarea::-webkit-input-placeholder {
      opacity: 0.7;
      color: #0e6284;
      font-family: "Vollkorn", serif;
      font-size: 16px;
      font-weight: 400; }
    .inputs-input input:-moz-placeholder, .inputs-input textarea:-moz-placeholder {
      opacity: 0.7;
      color: #0e6284;
      font-family: "Vollkorn", serif;
      font-size: 16px;
      font-weight: 400; }
    .inputs-input input::-moz-placeholder, .inputs-input textarea::-moz-placeholder {
      opacity: 0.7;
      color: #0e6284;
      font-family: "Vollkorn", serif;
      font-size: 16px;
      font-weight: 400; }
    .inputs-input input:-ms-input-placeholder, .inputs-input textarea:-ms-input-placeholder {
      opacity: 0.7;
      color: #0e6284;
      font-family: "Vollkorn", serif;
      font-size: 16px;
      font-weight: 400; }
  .inputs-input input {
    height: 42px;
    padding-left: 10px;
    padding-right: 10px; }
  .inputs-input textarea {
    resize: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    height: 120px; }
  .inputs-input .nice-select {
    border-bottom: 1px solid #DFDFDF;
    height: 50px;
    line-height: 48px;
    padding-left: 0;
    padding-right: 42px;
    border-radius: 0; }
    .inputs-input .nice-select .current {
      font-size: 16px;
      font-weight: 400;
      color: #0e6284; }

.inputs-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px; }
  .inputs-group:last-child {
    margin-bottom: 0; }
  .inputs-group .inputs-input {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px; }
  .inputs-group .radio-button {
    margin: 0 10px;
    width: auto; }

.inputs-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px; }
  .inputs-collection:last-child {
    margin-bottom: 0; }
  .inputs-collection .inputs-group {
    width: 50%;
    margin: 0; }
  .inputs-collection .inputs-input {
    width: -webkit-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
    margin: 0 10px; }

label.error {
  position: absolute;
  bottom: 100%;
  margin: 0 0 10px 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background: #f12828;
  padding: 8px 16px;
  border-right: 2px;
  text-align: center;
  font-weight: 600;
  z-index: 20;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.28); }
  label.error:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: -12px;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid #fff;
    border-color: transparent transparent #f12828 #f12828;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.28);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.28); }

.input-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0e6284; }

.quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background-color: rgba(255, 255, 255, 0.76);
  -webkit-box-shadow: 0 1px 1px rgba(0, 163, 243, 0.4);
  box-shadow: 0 1px 1px rgba(0, 163, 243, 0.4);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .quantity:hover {
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4);
    box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .quantity input {
    max-width: 60px;
    margin: 0;
    text-align: center;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0 none;
    border-bottom: 0 none;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: none; }
    .quantity input:hover, .quantity input:focus {
      -webkit-transition: unset;
      -o-transition: unset;
      transition: unset;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .quantity .btn-plus, .quantity .btn-minus {
    font-size: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border: 0 none;
    border-radius: 2px;
    outline: 0 none;
    color: #0e6284;
    background: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .quantity .btn-plus:hover, .quantity .btn-minus:hover {
      text-shadow: 0 1px 8px rgba(34, 139, 230, 0.6);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

.rating {
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #0e6284; }

.rating-star {
  margin: 0 5px;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 0;
  width: 30px;
  height: 26px;
  position: relative; }

.rating-star:after {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: unset;
  content: '\f005';
  font-weight: 400;
  font-size: 26px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.rating-star.checked ~ .rating-star:after,
.rating-star.checked:after {
  font-weight: 900; }

.rating:hover .rating-star:after {
  font-weight: 400; }

.rating-star:hover ~ .rating-star:after,
.rating-star:hover:after {
  font-weight: 900 !important; }

.form-section {
  position: relative;
  padding: 20px 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 2px rgba(0, 163, 243, 0.23);
  box-shadow: 0 1px 4px 2px rgba(0, 163, 243, 0.23);
  margin: 0 0 30px; }
  .form-section .form-section {
    margin: 0 0 20px; }

.form-tabs {
  position: relative;
  z-index: 2; }
  .form-tabs-group {
    margin: 20px 0 0; }

.form-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }
  .form-navigation li {
    margin: 0 15px; }
    .form-navigation li a {
      font-size: 16px;
      color: #0e6284;
      text-decoration: none; }
      .form-navigation li a:hover {
        text-decoration: underline; }
  .form-navigation .ui-tabs-active a {
    text-decoration: underline;
    font-weight: 600; }

.form-collection {
  margin: 0 0 20px; }
  .form-collection:last-child {
    margin: 0; }
  .form-collection-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .form-collection-item {
    width: auto;
    margin: 0 10px; }

.form-label {
  font-size: 16px;
  color: #0e6284;
  margin: 0 0 5px;
  display: block; }

.form-actions {
  margin: 20px 0; }
  .form-actions:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 992px) {
  .form-section {
    padding: 10px 10px; }
  .form-collection-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px; }
  .form-collection-item {
    width: auto;
    margin: 0 5px; }
  .inputs-collection {
    margin-left: -5px;
    margin-right: -5px; }
    .inputs-collection .inputs-input {
      width: -webkit-calc(33.3333% - 10px);
      width: calc(33.3333% - 10px);
      margin: 0 5px; }
  .inputs-group {
    margin-left: -5px;
    margin-right: -5px; }
    .inputs-group .inputs-input {
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px);
      margin: 0 5px; }
    .inputs-group .radio-button {
      margin: 0 5px; } }

@media only screen and (max-width: 767px) {
  .form-actions {
    display: block;
    text-align: center; }
    .form-actions .btn {
      display: block;
      width: 100%; }
  .inputs-collection {
    margin-left: 0;
    margin-right: 0;
    display: block; }
    .inputs-collection .inputs-input {
      width: 100%;
      margin: 0 0 20px; }
      .inputs-collection .inputs-input:last-child {
        margin: 0; }
  .inputs-group {
    margin-left: 0;
    margin-right: 0;
    display: block; }
    .inputs-group .inputs-input {
      width: 100%;
      margin: 0 0 20px; }
      .inputs-group .inputs-input:last-child {
        margin: 0; }
    .inputs-group .radio-button {
      margin: 0 5px; }
  .radio-button span {
    font-size: 12px;
    padding: 6px 12px;
    line-height: 14px; }
  .checkbox-input {
    display: inline; } }

.flatpickr-months .flatpickr-month {
  height: 46px; }

.flatpickr-day,
.flatpickr-current-month,
span.flatpickr-weekday {
  color: #0e6284; }

span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-bottom-color: #c7bfe6; }

@media only screen and (max-width: 767px) {
  .flatpickr-calendar {
    width: 262px; }
  .flatpickr-months {
    max-width: 100%; }
  .flatpickr-rContainer {
    max-width: 100%; }
  .flatpickr-days {
    width: 262px;
    max-width: 100%; }
  .dayContainer {
    max-width: 262px;
    min-width: 262px;
    width: 262px; }
  .flatpickr-day {
    height: 37px;
    line-height: 37px; }
  .flatpickr-current-month {
    font-size: 16px;
    padding: 13px 0 0 10px; }
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    height: 46px;
    line-height: 36px; } }

/*--------------- style ---------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Vollkorn", serif;
  font-weight: normal; }

::-moz-selection {
  color: #0e6284;
  background-color: #c7bfe6; }

::selection {
  color: #0e6284;
  background-color: #c7bfe6; }

::-moz-selection {
  color: #0e6284;
  background-color: #c7bfe6; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none outside none; }
  ul li {
    padding: 0;
    left: 0; }

p {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit; }

input, textarea {
  line-height: normal; }

.container {
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }

.devider {
  max-width: 1140px;
  margin: auto;
  display: block;
  border-top: 1px solid #EDEDED; }

.responsive_video {
  position: relative;
  height: 0;
  margin: auto; }
  .responsive_video video, .responsive_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .responsive_video video {
    -o-object-fit: inherit;
    object-fit: inherit; }

.not-scrolling {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: hidden !important;
  width: 100%;
  height: 100%; }

.mfp-container {
  overflow-y: auto; }

.format_4by3 {
  padding: 0 0 75%; }

.format_16by9 {
  padding: 0 0 56.25%; }

.page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.page-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  padding: 70px 0 90px; }
  .page-content:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(169, 228, 255, 0.01);
    z-index: 2; }

.page-body {
  position: relative;
  z-index: 3; }

.page-not-found {
  color: #0e6284;
  text-shadow: 0 1px 8px rgba(34, 139, 230, 0.6);
  font-family: "Vollkorn", serif;
  text-align: center;
  padding: 60px 0; }
  .page-not-found p {
    font-size: 200px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 30px; }
  .page-not-found span {
    font-size: 22px;
    font-weight: 400; }

.clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 2; }
  .clouds:before, .clouds:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    padding: 0 0 5.68%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/bitrix/templates/main/css/../img/clouds.png"); }
  .clouds:before {
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .clouds:after {
    bottom: 0; }

.article {
  margin: 60px 0 60px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.56);
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4);
  box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4); }
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-family: "Vollkorn", serif;
    font-weight: 700; }
  .article-actions {
    margin-top: 40px; }
    .article-actions a {
      margin-left: 30px; }
      .article-actions a:first-child {
        margin: 0; }
  .article-content * {
    font-family: "Vollkorn", serif;
    color: #0e6284; }
  .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    font-weight: 700;
    font-family: "Vollkorn", serif;
    padding: 0;
    margin: 20px 0 20px; }
    .article-content h1:first-child, .article-content h2:first-child, .article-content h3:first-child, .article-content h4:first-child, .article-content h5:first-child, .article-content h6:first-child {
      margin-top: 0; }
  .article-content h1 {
    font-size: 40px;
    line-height: 50px; }
  .article-content h2 {
    font-size: 36px;
    line-height: 46px; }
  .article-content h3 {
    font-size: 32px;
    line-height: 42px; }
  .article-content h4 {
    font-size: 26px;
    line-height: 36px; }
  .article-content h5 {
    font-size: 22px;
    line-height: 32px;
    text-transform: none; }
  .article-content h6 {
    font-size: 18px;
    line-height: 24px;
    text-transform: none; }
  .article-content strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0 10px;
    font-family: "Vollkorn", serif; }
  .article-content p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }
    .article-content p:last-child {
      margin: 0; }
    .article-content p a {
      text-decoration: underline;
      color: #c7bfe6;
      font-weight: 600; }
      .article-content p a:hover {
        text-decoration: none; }
    .article-content p strong {
      font-style: inherit;
      font-family: "Vollkorn", serif;
      line-height: inherit;
      font-weight: normal; }
      .article-content p strong a {
        font-weight: normal;
        font-family: inherit; }
    .article-content p + strong {
      display: inline-block; }
    .article-content p img {
      display: inline-block; }
      .article-content p img.to-center {
        margin-right: 26px; }
        .article-content p img.to-center:last-child, .article-content p img.to-center:nth-child(2n) {
          margin-right: auto; }
  .article-content a {
    text-decoration: underline;
    color: #c7bfe6; }
  .article-content ul {
    list-style: none; }
    .article-content ul li {
      position: relative; }
      .article-content ul li:before {
        content: '';
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        border-radius: 1px;
        left: 0;
        top: 10px;
        background: #0e6284; }
  .article-content blockquote {
    padding-left: 25px;
    border-left: 5px solid #123b78;
    font-style: italic;
    margin: 30px 0; }
    .article-content blockquote p {
      margin: 0 0 15px; }
    .article-content blockquote > span {
      color: #969696; }
  .article-content ul:not(.slick-dots), .article-content ol:not(.slick-dots) {
    margin: 30px 0 30px;
    padding: 0; }
    .article-content ul:not(.slick-dots) li, .article-content ol:not(.slick-dots) li {
      margin: 0 0 15px;
      color: #0e6284;
      font-family: inherit;
      font-size: 16px;
      line-height: 24px;
      position: relative;
      padding: 0 0 0 25px; }
      .article-content ul:not(.slick-dots) li:last-child, .article-content ol:not(.slick-dots) li:last-child {
        margin-bottom: 0; }
    .article-content ul:not(.slick-dots):last-child, .article-content ol:not(.slick-dots):last-child {
      margin-bottom: 0; }
    .article-content ul:not(.slick-dots):first-child, .article-content ol:not(.slick-dots):first-child {
      margin-top: 0; }
  .article-content img {
    display: block;
    max-width: 100%; }
    .article-content img.to-left {
      float: left;
      margin: 0 30px 0 0;
      max-width: 50%; }
      .article-content img.to-left + .to-right {
        margin: 0; }
    .article-content img.to-right {
      float: right;
      margin: 0 0 0 30px;
      max-width: 50%; }
    .article-content img.to-center {
      max-width: 100%;
      margin: auto auto 20px; }
    .article-content img + em {
      color: #737373;
      font-family: inherit;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      display: block;
      margin: 20px 0 20px;
      font-style: normal; }
    .article-content img:last-child {
      margin-bottom: 0; }
    .article-content img:first-child {
      margin-top: 0; }
  .article-content .responsive_video {
    margin: 30px 0; }
    .article-content .responsive_video:first-child {
      margin-top: 0; }
    .article-content .responsive_video:last-child {
      margin-bottom: 0; }

.title {
  font-family: "Vollkorn", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  color: #0e6284;}
  .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit; }
  .title-light {
    color: #0e6284; }
  .title-dark {
    color: #0e6284; }

.subtitle {
  font-family: "Vollkorn", serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 25px;
  color: #0e6284; }
  .subtitle-light {
    color: #0e6284; }
  .subtitle-dark {
    color: #0e6284; }

.btn {
  display: inline-block;
  font-size: 16px;
  font-family: "Vollkorn", serif;
  line-height: 16px;
  text-align: center;
  outline: 0 none;
  border: 0 none;
  cursor: pointer;
  min-width: 236px;
  padding: 13px 15px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .btn-blue {
    background: #c7bfe6;
    color: #0e6284; }
    .btn-blue:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6); }
  .btn-simple {
    color: #0e6284;
    background: #fff;
    border: 1px solid #0e6284;
    padding: 16px 14px; }
    .btn-simple:hover {
      color: #0e6284;
      background: #0e6284;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.66);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.66); }
  .btn-remove {
    background: red;
    color: #0e6284; }
    .btn-remove:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6); }
  .btn:disabled {
    opacity: 0.6 !important;
    pointer-events: none !important; }
  .btn i {
    margin-right: 10px; }

.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: -300 !important; }

.link {
  color: #0e6284;
  cursor: pointer;
  font-family: "Vollkorn", serif;
  border: 0 none;
  outline: none;
  display: inline-block; }
  .link-remove {
    background: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #636363;
    font-size: 16px;
    line-height: 24px; }
    .link-remove:hover span {
      text-decoration: underline; }
    .link-remove i {
      line-height: unset;
      margin-right: 10px; }

@media only screen and (max-width: 1200px) {
  .article-content p img.to-center {
    margin-right: 15px;
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px); } }

@media only screen and (max-width: 992px) {
  .title {
    font-size: 24px;
    line-height: 32px; }
  .article-content h1 {
    font-size: 28px;
    line-height: 36px; }
  .article-content h2 {
    font-size: 24px;
    line-height: 32px; }
  .article-content h3 {
    font-size: 22px;
    line-height: 30px; }
  .article-content h4 {
    font-size: 20px;
    line-height: 28px; }
  .article-content h5 {
    font-size: 18px;
    line-height: 26px;
    text-transform: none; }
  .article-content h6 {
    font-size: 16px;
    line-height: 24px;
    text-transform: none; }
  .article-content ul:not(.slick-dots) li, .article-content ol:not(.slick-dots) li {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 0 24px; }
    .article-content ul:not(.slick-dots) li:before, .article-content ol:not(.slick-dots) li:before {
      width: 6px;
      height: 6px;
      top: 11px; } }

@media only screen and (max-width: 767px) {
  .title {
    font-size: 22px;
    line-height: 28px; }
  .page-content {
    padding: 60px 0 80px; }
  .article {
    margin: 40px 0;
    padding: 20px 10px; }
    .article-content h1 br, .article-content h2 br, .article-content h3 br, .article-content h4 br, .article-content h5 br, .article-content h6 br {
      display: none; }
      .article-content h1 br:first-child, .article-content h2 br:first-child, .article-content h3 br:first-child, .article-content h4 br:first-child, .article-content h5 br:first-child, .article-content h6 br:first-child {
        display: none; }
    .article-content img {
      margin: 10px auto 10px; }
      .article-content img.to-right, .article-content img.to-left {
        max-width: 100%;
        margin: 10px auto 10px;
        float: none; }
    .article-content p img.to-center {
      margin-right: auto;
      margin-left: auto;
      max-width: 100%; }
    .article .article-actions {
      max-width: 360px; }
    .article-actions {
      margin-top: 30px;
      text-align: center; }
      .article-actions .btn {
        display: block; }
      .article-actions a {
        margin: 30px 0 0; } }

/*--------------- section ---------------*/
.header {
  background: #c7bfe6;
  z-index: 10;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6); }
  .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-logo {
    width: 178px; }

.logo {
  display: block;
  text-decoration: none; }
  .logo img {
    max-width: 100%;
    max-height: 100%;
    display: block; }

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px; }

.navbar-item {
  margin: 0 15px; }

.navbar-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #0e6284;
  text-decoration: none;
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden; }
  .navbar-link:hover:before, .navbar-link.active:before {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    bottom: 0; }
  .navbar-link i {
    margin-right: 10px; }
.navbar-link span {
  display: inline-block;
}
  
  .navbar-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    margin: auto;
    background: #0e6284;
    width: 0;
    opacity: 0;
    bottom: -4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
.navbar-icon {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.navbar-icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobile-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 200;
  display: none;
  background: rgba(0, 9, 23, 0.68); }
  .mobile-panel.open .panel-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .mobile-panel .panel-container {
    height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .mobile-panel .panel-content {
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    width: 260px;
    z-index: 10;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .mobile-panel .btn-close {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 24px;
    height: 24px;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url("/bitrix/templates/main/css/../img/icons/close.svg");
    display: block;
    cursor: pointer;
    background-position: center; }
  .mobile-panel .menu {
    background: #c7bfe6;
    text-align: center;
    margin: 0 0 60px;
    padding: 0; }
  .mobile-panel .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .mobile-panel .menu-item:last-child {
      border: 0 none; }
  .mobile-panel .menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 16px 10px;
    color: #0e6284;
    font-family: "Vollkorn", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    text-align: center; }
    .mobile-panel .menu-link i {
      margin-right: 10px; }
  .mobile-panel .socials-list {
    margin: 30px 0 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  /*.mobile-panel .socials-link {*/
    /*color: #c7bfe6;*/
    /*border-color: #c7bfe6; }*/
  .mobile-panel .contacts-list {
    margin: 30px 0 30px; }
    .mobile-panel .contacts-list li {
      /*color: #c7bfe6;*/
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }

@media only screen and (max-width: 1200px) {
  .header-logo {
    width: 126px; }
  .navbar-link {
    padding: 20px 0;
    font-size: 14px; } }

@media only screen and (max-width: 992px) {
  .header-navbar {
    display: none; }
  .header-content {
    padding: 10px 0;
    position: relative; }
  .toogle_button {
    display: block; } }

.booking-app {
  margin: 40px 0; }

.booking-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  position: relative;
  z-index: 2; }
  .booking-tabs-nav li {
    overflow: hidden; }
    .booking-tabs-nav li:first-child {
      border-top-left-radius: 3px; }
    .booking-tabs-nav li:last-child {
      border-top-right-radius: 3px; }
  .booking-tabs-nav .ui-tabs-active {
    background: white; }
  .booking-tabs-nav a {
    display: flex;
    align-items: center;
    flex-grow: 0;
    text-align: center;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.56);
    font-size: 16px;
    color: #0e6284;
    text-decoration: none; }
    .booking-tabs-nav a span {
      display: inline-block;
      margin-left: 10px; }
  .booking-tab-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
  }

.booking-tab-icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.booking-tabs-group {
  background: rgba(255, 255, 255, 0.56);
  padding: 20px 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
  position: relative;
  z-index: 1; }

.booking-tabs-image {
  position: absolute;
  top: 40px;
  right: 60px;
  z-index: 1;
  opacity: 0.066;
  max-width: 340px;
}
  .booking-tabs-image img {
    max-width: 100%;
    max-height: 100%; }

.booking-form {
  position: relative;
  z-index: 3; }

@media only screen and (max-width: 992px) {
  .booking-tabs-group {
    padding: 10px 10px; }

  .booking-tabs-image {
    top: 36px;
    right: 36px;
    max-width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .booking-app {
    margin: 40px auto;
    max-width: 420px; }

  .booking-tabs-nav a {
    font-size: 18px;
    padding: 8px 16px; }
    .booking-tabs-nav a span {
      display: none; }

  .booking-tabs-image {
    max-width: 172px;
  }
}

.questions-item {
  background: rgba(255, 255, 255, 0.56);
  padding: 10px 20px;
  border-radius: 3px;
  margin: 0 0 20px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4);
  box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4); }
  .questions-item:last-child {
    margin: 0; }

.question {
  color: #0e6284;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 20px 30px;
  cursor: pointer;
  font-family: "Vollkorn", serif;
  position: relative; }
  .question-answer {
    padding: 20px 0;
    border-top: 1px solid #0e6284;
    display: none; }
    .question-answer p {
      font-size: 14px;
      line-height: 22px;
      color: #0e6284;
      font-weight: normal;
      font-family: "Vollkorn", serif; }
  .question-icon, .question-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px; }
  .question-icon {
    left: 0; }
  .question-arrow {
    right: 0; }

@media only screen and (max-width: 767px) {
  .questions-item {
    padding: 5px 10px; }
  .question {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px; }
    .question-answer {
      padding: 10px 0; }
    .question-icon {
      font-size: 12px; }
    .question-arrow {
      font-size: 12px; } }

.information {
  padding: 20px 20px;
  background: #c7bfe6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6);
  text-align: center;
  margin: 40px 0; }
  .information-title {
    color: #0e6284;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px; }
  .information-actions {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .information-actions-item {
      margin: 10px 15px; }
  .information .link {
    color: #0e6284;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
     align-items: center;}
    .information .link span {
      display: inline-block;
      margin-left: 10px; }
    .information .link:hover span {
      text-decoration: underline; }
    .link-icon {
      display: inline-block;
      width: 18px;
      height: 18px;
      position: relative;
    }

  .link-icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
  .information-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.step {
  width: 33.333%;
  padding: 0 15px; }
  .step-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: auto;
    color: #0e6284;
    font-size: 24px;
    line-height: 58px;
    text-align: center; }
    .step-icon i {
      line-height: unset; }
  .step-description {
    margin: 15px 0 0; }
    .step-description h5 {
      color: #0e6284;
      font-weight: 700;
      margin: 0 0 5px;
      font-size: 18px;
      line-height: 24px; }
    .step-description p {
      font-size: 14px;
      line-height: 24px;
      color: #0e6284; }

@media only screen and (max-width: 992px) {
  .information-title {
    margin-top: 15px; }
  .step {
    width: 50%;
    margin-bottom: 15px; }
    .step-icon {
      width: 48px;
      height: 48px;
      line-height: 44px;
      font-size: 18px; }
    .step-description h5 {
      font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .information {
    padding: 20px 10px; }
    .information-title {
      margin-top: 0;
      font-size: 16px; }
    .information-steps {
      display: block; }
  .step {
    width: 100%;
    margin-bottom: 15px; }
    .step:last-child {
      margin: 0; }
    .step-icon {
      width: 48px;
      height: 48px;
      line-height: 44px;
      font-size: 18px; }
    .step-description h5 {
      font-size: 16px; } }

.contacts {
  background: rgba(255, 255, 255, 0.56);
  padding: 20px 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4);
  box-shadow: 0 2px 4px 1px rgba(0, 163, 243, 0.4); }
  .contacts-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px;
    padding: 0 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .contacts-info {
    width: 50%;
    padding: 0 15px; }
  .contacts-form {
    width: 50%;
    padding: 0 15px; }
  .contacts-map {
    position: relative;
    height: 0;
    padding: 0 0 36%;
    background: #fff; }
    .contacts-map #google-map {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .contacts-list li {
    color: #0e6284;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 24px; }
    .contacts-list li:last-child {
      margin: 0; }
    .contacts-list li i {
      margin-right: 10px;
      line-height: 1;
      font-size: 14px; }
    .contacts-list li a {
      text-decoration: none;
      font-size: inherit;
      font-weight: 600;
      color: inherit; }
      .contacts-list li a:hover {
        text-decoration: underline; }
  .contacts .contacts-list {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px; }
    .contacts .contacts-list li {
      color: #0e6284;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      .contacts .contacts-list li a {
        font-size: 16px;
        display: inline-block; }
      .contacts .contacts-list li i {
        margin: 0 0 10px;
        font-size: 18px;
        display: inline-block; }
  .contacts .socials-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .contacts .socials-link {
    color: #0e6284;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-color: #0e6284; }

.socials-list {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 0 0; }
  .socials-list li {
    margin: 0 10px; }

.socials-link {
  font-size: 16px;
  color: #0e6284;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #0e6284;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .socials-link:hover {
    background: #0e6284;
    color: #c7bfe6;
    border-color: #0e6284; }
  .socials-link i {
    line-height: unset; }

@media only screen and (max-width: 1200px) {
  .contacts-row {
    padding: 0; } }

@media only screen and (max-width: 992px) {
  .contacts {
    padding: 10px 10px; }
    .contacts-form {
      padding: 0; }
    .contacts-info {
      padding: 0 10px; } }

@media only screen and (max-width: 767px) {
  .contacts-row {
    display: block; }
  .contacts-form {
    width: 100%;
    max-width: 360px;
    margin: auto; }
  .contacts-info {
    width: 100%;
    padding: 0;
    margin: 20px 0; }
  .contacts-map {
    padding: 0 0 50%; } }

@media only screen and (max-width: 480px) {
  .contacts-map {
    padding: 0 0 100%; } }

.footer {
  background: #c7bfe6;
  z-index: 10;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 1px 8px rgba(34, 139, 230, 0.6); }
  .footer-content {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer-logo {
    width: 178px; }
  .footer-contacts {
    text-align: right;
    display: flex;
    align-items: flex-start;
  }
  .footer-bottom {
    text-align: center;
    padding: 10px 0;
    background: #006698; }
  .footer-copyright {
    color: #fff;
    font-size: 12px;
    font-family: "Vollkorn", serif; }

@media only screen and (max-width: 1200px) {
  .footer-logo {
    width: 126px; } }

@media only screen and (max-width: 767px) {
  .footer-logo {
    width: 180px;
    margin: 0 auto 30px; }
  .footer-content {
    padding: 20px 0;
    display: block;
    text-align: center; }
  .footer-contacts {
    text-align: center;
    display: block;}
  .footer .socials-list {
    margin: 20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer .contacts-list li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/*--------------- media query ---------------*/
@media only screen and (min-width: 767px) {
  .container {
    width: 750px; } }

@media only screen and (min-width: 992px) {
  .container {
    width: 970px; } }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px; } }


@media only screen and (max-width: 767px) {
  .form-navigation li a {
    font-size: 14px;
  }

  .inputs-input input, .inputs-input textarea {
    font-size: 14px;
  }

  .checkbox-input span {
    font-size: 14px;
  }

  .form-label {
    font-size: 14px;
  }

  .information-actions {
    display: block;
  }

  .information-actions-item {
    margin: 0 0 20px;
  }

  .information-actions-item:last-child {
    margin: 0;
  }
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/desc-top-menu/style.css?1547485918581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/main/components/bitrix/menu/desc-top-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/mobile-top-menu/style.css?1547485918581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/main/components/bitrix/menu/mobile-top-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/main/styles.css?1547485918761*/
.after_sending_avia{
	color:red;
    font-size: 24px;
    text-align: center;
	display:none;
	}
.after_sending_avia_extended{
	color:red;
    font-size: 24px;
    text-align: center;
	display:none;
}
	.after_sending_train_form_small{
	color:red;
    font-size: 24px;
    text-align: center;
	display:none;
}
	.after_sending_train_form_large{
	color:red;
    font-size: 24px;
    text-align: center;
	display:none;
}
	.after_sending_hostel_form_small{
	color:red;
    font-size: 24px;
    text-align: center;
	display:none;
}
	.after_sending_hostel_form_large{
	color:red;
    font-size: 24px;
    text-align: center;
	display:none;
}
	.after_sending_contacts{
    color: red;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
	display:none;
}


/* End */
/* /bitrix/templates/main/css/main.css?154780828452629 */
/* /bitrix/templates/main/components/bitrix/menu/desc-top-menu/style.css?1547485918581 */
/* /bitrix/templates/main/components/bitrix/menu/mobile-top-menu/style.css?1547485918581 */
/* /bitrix/templates/main/styles.css?1547485918761 */
