/* styles only for desktop pointer */
:root {
  --app-font-family: Arial, sans-serif;
  --app-font-color: #484848;
}
.wow {
  visibility: hidden;
}
a,
a:link,
a:visited,
a:active,
.external_link span,
.internal_link span,
.email_link span,
.skype_link span {
  color: #0d47a1;
  text-decoration: underline;
  cursor: pointer;
}
.external_link,
.internal_link,
.email_link,
.skype_link {
  cursor: pointer;
}
a:hover,
.external_link:hover span,
.internal_link:hover span,
.email_link:hover span,
.skype_link:hover span {
  color: #000;
  text-decoration: none;
}
a.new-window-link:after,
.external_link.new-window-link span:after,
.internal_link.new-window-link span:after,
.email_link.new-window-link span:after,
.skype_link.new-window-link span:after {
  display: inline-block;
  vertical-align: top;
  content: '';
  width: 15px;
  height: 11px;
  margin-top: 4px;
  background: transparent url(../img/link-new_window--yellow.png) 100% 0 no-repeat;
}
a.simple-link,
.external_link.simple-link span,
.internal_link.simple-link span,
.email_link.simple-link span,
.skype_link.simple-link span {
  border: 0;
  text-decoration: underline;
}
a.simple-link:hover,
.external_link.simple-link:hover span,
.internal_link.simple-link:hover span,
.email_link.simple-link:hover span,
.skype_link.simple-link:hover span {
  text-decoration: none;
}
.disabled.js-skip-prevent {
  opacity: 0.55 ;
  cursor: not-allowed;
}
img {
  border: 0;
  vertical-align: top;
  /*width: auto; height: auto;*/
}
p,
.heading-as-text {
  padding: 0 0 15px;
  margin: 0;
  /*position: relative;*/
  /*text-align: left;*/
}
b,
strong {
  font-family: Arial;
}
i,
em {
  font-style: italic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #010101;
  line-height: 120%;
}
h1,
.h1,
h2,
.h2 {
  font-weight: 700;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 17px;
}
/* ######  Page Blocks  ###### */
.content-column.column-left {
  width: 300px;
  float: left;
  margin: 0 20px 20px 0;
}
.content-column.column-right {
  width: 300px;
  float: right;
  margin: 0 0 20px 20px;
}
.half {
  width: 50%;
}
.half.center,
.half.left,
.half.right {
  margin-bottom: 20px;
}
.half.left {
  float: left;
  padding-right: 10px;
}
.half.right {
  float: right;
  padding-left: 10px;
}
.half.center {
  margin-right: auto;
  margin-left: auto;
}
.content_preview {
  margin-bottom: 20px;
}
.content_preview.wide {
  width: 100%;
}
.content_preview.wide-image img {
  width: 100%;
  height: auto;
}
.content_preview.left,
.content_preview.right {
  max-width: 220px;
}
.content_preview.left.medium,
.content_preview.right.medium {
  max-width: 300px;
}
.content_preview.left.large,
.content_preview.right.large {
  max-width: 460px;
}
.content_preview.left {
  float: left;
  margin-right: 20px;
}
.content_preview.right {
  float: right;
  margin-left: 20px;
}
.content_preview img {
  display: block;
  margin: 0 auto;
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1500px) {
  .content_preview.left,
  .content_preview.right {
    max-width: 300px;
  }
  .content_preview.left.medium,
  .content_preview.right.medium {
    max-width: 460px;
  }
  .content_preview.left.large,
  .content_preview.right.large {
    max-width: 620px;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 899px) {
  .content_preview.left.large,
  .content_preview.right.large {
    float: none;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .half {
    display: block;
    width: 100%;
  }
  .half.right,
  .half.left {
    float: none;
    padding-left: 0;
  }
  .half.right {
    padding-left: 0;
  }
  .half.left {
    padding-right: 0;
  }
  .half.half-md,
  .half.half-sm,
  .half.half-xsm {
    width: 50%;
  }
  .half.half-md.center,
  .half.half-sm.center,
  .half.half-xsm.center,
  .half.half-md.left,
  .half.half-sm.left,
  .half.half-xsm.left,
  .half.half-md.right,
  .half.half-sm.right,
  .half.half-xsm.right {
    margin-bottom: 20px;
  }
  .half.half-md.left,
  .half.half-sm.left,
  .half.half-xsm.left {
    float: left;
    padding-right: 10px;
  }
  .half.half-md.right,
  .half.half-sm.right,
  .half.half-xsm.right {
    float: right;
    padding-left: 10px;
  }
  .half.half-md.center,
  .half.half-sm.center,
  .half.half-xsm.center {
    margin-right: auto;
    margin-left: auto;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 699px) {
  .content_preview.left.medium,
  .content_preview.right.medium {
    float: none;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {
  .content_preview.left,
  .content_preview.right {
    float: none;
    max-width: none;
    width: 100%;
  }
  .content_preview.left {
    margin-right: 0;
  }
  .content_preview.right {
    margin-left: 0;
  }
  .half.half-md {
    display: block;
    width: 100%;
  }
  .half.half-md.right,
  .half.half-md.left {
    float: none;
    padding-left: 0;
  }
  .half.half-md.right {
    padding-left: 0;
  }
  .half.half-md.left {
    padding-right: 0;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 530px) {
  .half.half-sm {
    display: block;
    width: 100%;
  }
  .half.half-sm.right,
  .half.half-sm.left {
    float: none;
    padding-left: 0;
  }
  .half.half-sm.right {
    padding-left: 0;
  }
  .half.half-sm.left {
    padding-right: 0;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  .half.half-xsm {
    display: block;
    width: 100%;
  }
  .half.half-xsm.right,
  .half.half-xsm.left {
    float: none;
    padding-left: 0;
  }
  .half.half-xsm.right {
    padding-left: 0;
  }
  .half.half-xsm.left {
    padding-right: 0;
  }
}
/* -----  [end]   Page Blocks   ------------------------------ */
/* Spoiler */
.spoiler-trigger {
  margin: 0 0 15px 0;
  display: inline-block;
  color: #d2ea07;
  text-decoration: none;
  border-bottom: 1px dashed #d2ea07;
  cursor: pointer;
  text-indent: 0;
}
.spoiler-trigger:hover {
  color: #e4ff00;
  border-color: #e4ff00;
}
/* end Spoiler */
/* ######  Alert (Information) Messages  ###### */
.alert-messages {
  margin-bottom: 20px;
}
.alert-messages,
.alert-messages ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}
.alert-messages:last-child,
.alert-messages ul:last-child {
  margin-bottom: 0;
}
.alert-messages > li {
  margin-bottom: 10px;
}
.alert-messages > li:last-child {
  margin-bottom: 0;
}
.alert-messages li li {
  position: relative;
  margin-bottom: 0;
  padding: 10px 15px;
  background: #f4f4f4;
  color: #000;
}
.alert-messages li li h1,
.alert-messages li li h2,
.alert-messages li li h3,
.alert-messages li li h4,
.alert-messages li li h4,
.alert-messages li li h6 {
  font-family: inherit;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 10px 0;
  padding: 0;
}
.alert-messages li li h1:first-child,
.alert-messages li li h2:first-child,
.alert-messages li li h3:first-child,
.alert-messages li li h4:first-child,
.alert-messages li li h4:first-child,
.alert-messages li li h6:first-child,
.alert-messages li li h1:only-child,
.alert-messages li li h2:only-child,
.alert-messages li li h3:only-child,
.alert-messages li li h4:only-child,
.alert-messages li li h4:only-child,
.alert-messages li li h6:only-child {
  margin-top: 0;
}
.alert-messages li li h1:last-child,
.alert-messages li li h2:last-child,
.alert-messages li li h3:last-child,
.alert-messages li li h4:last-child,
.alert-messages li li h4:last-child,
.alert-messages li li h6:last-child,
.alert-messages li li h1:only-child,
.alert-messages li li h2:only-child,
.alert-messages li li h3:only-child,
.alert-messages li li h4:only-child,
.alert-messages li li h4:only-child,
.alert-messages li li h6:only-child {
  margin-bottom: 0;
}
.alert-messages .title {
  display: block;
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 10px;
}
.alert-messages .error-msg li {
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}
.alert-messages .success-msg li {
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}
.alert-messages .attention-msg li {
  border-left: 5px solid #ffcc00;
  background-color: #fffae5;
}
.alert-messages .warning-msg li {
  border-left: 5px solid #ff8a51;
  background-color: #fff8f5;
}
.alert-messages .info-msg li,
.alert-messages .note-msg li,
.alert-messages .notice-msg li {
  border-left: 5px solid #6bc6ef;
  background-color: #effaff;
}
.alert-messages .empty-msg li {
  border-left: 5px solid #949494;
  background-color: #f1f1f1;
}
/* #####   Media Queries   ##################### */
@media only screen and (min-width: 1500px) {
  .alert-messages li li {
    padding: 15px 20px;
  }
}
/* -----  [end]   Media Queries   ------------------------------ */
/* -----  [end]   Information Messages   ------------------------------ */
body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #484848;
  background: #fff;
}
#page-shadow {
  position: fixed;
}
#page-box,
#page-shadow {
  z-index: auto;
}
#page-box {
  position: relative;
}
#page-box,
#page-shadow {
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.container video {
  position: absolute;
  /*height: 100% !important;*/
}
.mcontainer video {
  width: 100%;
}
#page-shadow .parallax-box video {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
/*.containment {
	background-size: cover;
}*/
/* #####  Плавный переход для контейнеров  ##################### */
/* ----- [end]  Плавный переход для контейнеров  ------------------------------ */
.js-triggers.active {
  display: block;
}
.trigger-tooltip-parent {
  position: relative;
}
.trigger-tooltip {
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: left;
  background: none;
  background-color: rgba(255, 204, 0, 0.95);
  border-radius: 0 0 5px 5px ;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  opacity: 0 ;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.7) ;
  transition: opacity 0.1s 0s linear , padding 0.1s 0s linear , max-height 0s 0.1s linear ;
}
.trigger-tooltip:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ffcc00;
  opacity: 0 ;
  transition: all 0.1s 0s linear ;
}
.js-triggers:hover + .trigger-tooltip {
  padding: 7px 20px;
  max-height: 4999px;
  overflow: visible;
  opacity: 1 ;
  transition: opacity 0.15s 0s linear , padding 0.15s 0s linear , max-height 0s 0s linear ;
}
.js-triggers:hover + .trigger-tooltip:after {
  top: -20px;
  opacity: 1 ;
}
/* #####  Buttons  ##################### */
input,
select,
textarea,
.input-text {
  border-radius: 3px ;
}
a.btn,
.btn,
button {
  border-radius: 5px ;
}
input[type=radio],
input[type=checkbox] {
  border-radius: 0 ;
  width: auto;
  height: auto;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.fields-row-heading {
  clear: both;
  padding: 10px 0 30px 0;
  text-align: center;
}
.fields-row-heading h1,
.fields-row-heading h2,
.fields-row-heading h3,
.fields-row-heading h4,
.fields-row-heading h5,
.fields-row-heading h6 {
  margin: 0;
  padding: 0;
}
.fields-row {
  clear: both;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #c1c1c1;
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Internet Explorer */
  /* Microsoft Edge */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Internet Explorer */
  /* Microsoft Edge */
}
.fields-row ::-webkit-input-placeholder {
  color: #bebdbd;
  text-overflow: ellipsis;
  opacity: 1 ;
  transition: opacity 0.15s 0s linear ;
}
.fields-row ::-moz-placeholder {
  color: #bebdbd;
  text-overflow: ellipsis;
  opacity: 1 ;
  transition: opacity 0.15s 0s linear ;
}
.fields-row :-moz-placeholder {
  color: #bebdbd;
  text-overflow: ellipsis;
  opacity: 1 ;
  transition: opacity 0.15s 0s linear ;
}
.fields-row :-ms-input-placeholder {
  color: #bebdbd;
  text-overflow: ellipsis;
  opacity: 1 ;
  transition: opacity 0.15s 0s linear ;
}
.fields-row ::-ms-input-placeholder {
  color: #bebdbd;
  text-overflow: ellipsis;
  opacity: 1 ;
  transition: opacity 0.15s 0s linear ;
}
.fields-row :focus::-webkit-input-placeholder {
  opacity: 0 ;
}
.fields-row :focus::-moz-placeholder {
  opacity: 0 ;
}
.fields-row :focus:-moz-placeholder {
  opacity: 0 ;
}
.fields-row :focus:-ms-input-placeholder {
  opacity: 0 ;
}
.fields-row :focus::-ms-input-placeholder {
  opacity: 0 ;
}
.fields-row label {
  cursor: pointer;
}
.field-block {
  clear: both;
  margin-bottom: 15px;
}
.field-block:last-child {
  margin-bottom: 0;
}
.field-block label {
  display: inline-block;
  cursor: pointer;
}
.field-block .label-box {
  line-height: 16px;
  display: inline-block;
  width: 37%;
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
}
.field-block .label-box label,
.field-block .label-box span {
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
}
.field-block .label-box em {
  display: inline;
  color: red;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
}
.field-block .field-box {
  display: inline-block;
  width: 61%;
  vertical-align: middle;
}
.field-block .field-box label,
.field-block .field-box input[type="radio"],
.field-block .field-box input[type="checkbox"] {
  display: inline;
  vertical-align: middle;
  line-height: 100%;
}
.field-block .field-box input[type="radio"],
.field-block .field-box input[type="checkbox"] {
  margin-right: 3px;
}
.field-block .field-box .field-mix {
  margin-bottom: 5px;
}
.field-block .field-box .field-mix:last-child {
  margin-bottom: 0;
}
.field-block label.error {
  display: block;
  width: 80%;
  background: #f44336;
  border-radius: 4px ;
  padding: 3px 6px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.field-block label.error:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 10px;
  border: 5px solid transparent;
  border-bottom-color: #f44336;
  box-sizing: border-box ;
}
.field-block.right label.error {
  text-align: right;
}
.field-block.right label.error:before {
  left: auto;
  right: 10px;
}
.field-action-box {
  width: 100%;
  text-align: center;
}
.field-action-box .text-requirements {
  margin-bottom: 15px;
}
.btn-divider-or {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid transparent;
  padding: 9px 10px;
}
a.btn,
a.button,
.button,
.btn {
  cursor: pointer;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  border: 0;
  font-size: inherit;
  line-height: 110%;
  font-weight: normal;
  font-family: inherit;
  text-align: center;
  text-transform: none;
  white-space: normal;
  text-decoration: none;
  color: #fff;
  background: #3399cc;
  border: 2px solid #3399cc;
}
a.btn > span,
a.button > span,
.button > span,
.btn > span {
  display: inline-block;
  vertical-align: middle;
}
a.btn:hover,
a.button:hover,
.button:hover,
.btn:hover {
  color: #fff;
  background: #2e8ab8;
  border-color: #2e8ab8;
}
a.btn.btn-sm,
a.button.btn-sm,
.button.btn-sm,
.btn.btn-sm {
  font-size: 85%;
  padding: 8px 13px;
  border-radius: 3px ;
}
a.btn.btn-lg,
a.button.btn-lg,
.button.btn-lg,
.btn.btn-lg {
  font-size: 115%;
  padding: 15px 25px;
}
a.btn.btn-empty,
a.button.btn-empty,
.button.btn-empty,
.btn.btn-empty {
  background: none;
  border-color: transparent;
  color: inherit;
}
a.btn.btn-empty:hover,
a.button.btn-empty:hover,
.button.btn-empty:hover,
.btn.btn-empty:hover {
  background: none;
  color: #000;
}
a.btn.btn-link,
a.button.btn-link,
.button.btn-link,
.btn.btn-link {
  background: none;
  border-color: transparent;
  color: #0d47a1;
  text-decoration: underline;
}
a.btn.btn-link:hover,
a.button.btn-link:hover,
.button.btn-link:hover,
.btn.btn-link:hover {
  background: none;
  color: #000;
}
a.btn.btn-primary,
a.button.btn-primary,
.button.btn-primary,
.btn.btn-primary {
  background: #3399cc;
  border-color: #3399cc;
  color: #fff;
}
a.btn.btn-primary:hover,
a.button.btn-primary:hover,
.button.btn-primary:hover,
.btn.btn-primary:hover {
  background: #2e8ab8;
  border-color: #2e8ab8;
}
a.btn.btn-linear,
a.button.btn-linear,
.button.btn-linear,
.btn.btn-linear,
a.btn.btn-primary-linear,
a.button.btn-primary-linear,
.button.btn-primary-linear,
.btn.btn-primary-linear {
  background: #fff;
  border-color: #3399cc;
  color: #000;
}
a.btn.btn-linear:hover,
a.button.btn-linear:hover,
.button.btn-linear:hover,
.btn.btn-linear:hover,
a.btn.btn-primary-linear:hover,
a.button.btn-primary-linear:hover,
.button.btn-primary-linear:hover,
.btn.btn-primary-linear:hover {
  background: #2e8ab8;
  border-color: #2e8ab8;
  color: #fff;
}
a.btn.btn-success,
a.button.btn-success,
.button.btn-success,
.btn.btn-success {
  background: #4cae4c;
  border-color: #4cae4c;
  color: #fff;
}
a.btn.btn-success:hover,
a.button.btn-success:hover,
.button.btn-success:hover,
.btn.btn-success:hover {
  background: #2d862d;
  border-color: #2d862d;
}
a.btn.btn-success-linear,
a.button.btn-success-linear,
.button.btn-success-linear,
.btn.btn-success-linear {
  background: #fff;
  border-color: #4cae4c;
  color: #000;
}
a.btn.btn-success-linear:hover,
a.button.btn-success-linear:hover,
.button.btn-success-linear:hover,
.btn.btn-success-linear:hover {
  background: #2d862d;
  border-color: #2d862d;
  color: #fff;
}
a.btn.btn-warning,
a.button.btn-warning,
.button.btn-warning,
.btn.btn-warning {
  background: #ffdb49;
  border-color: #ffdb49;
  color: #000;
}
a.btn.btn-warning:hover,
a.button.btn-warning:hover,
.button.btn-warning:hover,
.btn.btn-warning:hover {
  background: #ffcc00;
  border-color: #ffcc00;
}
a.btn.btn-warning-linear,
a.button.btn-warning-linear,
.button.btn-warning-linear,
.btn.btn-warning-linear {
  background: #fff;
  border-color: #ffcc00;
  color: #000;
}
a.btn.btn-warning-linear:hover,
a.button.btn-warning-linear:hover,
.button.btn-warning-linear:hover,
.btn.btn-warning-linear:hover {
  background: #ffcc00;
  border-color: #ffcc00;
}
a.btn.btn-warning-2,
a.button.btn-warning-2,
.button.btn-warning-2,
.btn.btn-warning-2 {
  background: #ff7a39;
  border-color: #ff7a39;
}
a.btn.btn-warning-2:hover,
a.button.btn-warning-2:hover,
.button.btn-warning-2:hover,
.btn.btn-warning-2:hover {
  background: #fe9946;
  border-color: #fe9946;
}
a.btn.btn-warning-2-linear,
a.button.btn-warning-2-linear,
.button.btn-warning-2-linear,
.btn.btn-warning-2-linear {
  background: #fff;
  border-color: #ff7a39;
  color: #000;
}
a.btn.btn-warning-2-linear:hover,
a.button.btn-warning-2-linear:hover,
.button.btn-warning-2-linear:hover,
.btn.btn-warning-2-linear:hover {
  background: #fe9946;
  border-color: #fe9946;
  color: #fff;
}
a.btn.btn-error,
a.button.btn-error,
.button.btn-error,
.btn.btn-error,
a.btn.btn-danger,
a.button.btn-danger,
.button.btn-danger,
.btn.btn-danger {
  background: #d43f3a;
  border-color: #d43f3a;
}
a.btn.btn-error:hover,
a.button.btn-error:hover,
.button.btn-error:hover,
.btn.btn-error:hover,
a.btn.btn-danger:hover,
a.button.btn-danger:hover,
.button.btn-danger:hover,
.btn.btn-danger:hover {
  background: #a92621;
  border-color: #a92621;
}
a.btn.btn-error-linear,
a.button.btn-error-linear,
.button.btn-error-linear,
.btn.btn-error-linear,
a.btn.btn-danger-linear,
a.button.btn-danger-linear,
.button.btn-danger-linear,
.btn.btn-danger-linear {
  background: #fff;
  border-color: #d43f3a;
  color: #000;
}
a.btn.btn-error-linear:hover,
a.button.btn-error-linear:hover,
.button.btn-error-linear:hover,
.btn.btn-error-linear:hover,
a.btn.btn-danger-linear:hover,
a.button.btn-danger-linear:hover,
.button.btn-danger-linear:hover,
.btn.btn-danger-linear:hover {
  background: #a92621;
  border-color: #a92621;
  color: #fff;
}
a.btn.btn-cancel,
a.button.btn-cancel,
.button.btn-cancel,
.btn.btn-cancel {
  color: #000;
  background: #f1f1f1;
  border-color: #eaeaea;
}
a.btn.btn-cancel:hover,
a.button.btn-cancel:hover,
.button.btn-cancel:hover,
.btn.btn-cancel:hover {
  background: #ececec;
  border-color: #eaeaea;
}
a.btn:disabled,
a.button:disabled,
.button:disabled,
.btn:disabled,
a.btn.disabled,
a.button.disabled,
.button.disabled,
.btn.disabled {
  opacity: 0.4 ;
  cursor: not-allowed;
}
a.btn:disabled,
a.button:disabled,
.button:disabled,
.btn:disabled,
a.btn.disabled,
a.button.disabled,
.button.disabled,
.btn.disabled,
a.btn:disabled:hover,
a.button:disabled:hover,
.button:disabled:hover,
.btn:disabled:hover,
a.btn.disabled:hover,
a.button.disabled:hover,
.button.disabled:hover,
.btn.disabled:hover {
  text-shadow: 1px 1px 0 #fff;
  color: #000;
  background: #c3c3c3;
  border-color: #b5b5b5;
}
/* ----- [end]  Buttons  ------------------------------ */
/* #####  Gallery Blured Background  ##################### */
.gallery-blurred-wrapper {
  position: relative;
}
.gallery-blurred-background {
  position: absolute;
  display: block;
  top: -13px;
  left: -13px;
  right: -13px;
  bottom: -13px;
  background: 50% 50% no-repeat;
  background-size: cover ;
  filter: blur(13px) ;
  opacity: 0.2 ;
  z-index: -1;
}
.gallery-blurred-background.overlay:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 35px #fff ;
}
.gallery-blurred-background.overlay.yellow:after {
  background-color: rgba(255, 204, 0, 0.35);
}
/* ----- [end]  Gallery Blured Background  ------------------------------ */
/* #####  Navigation  ##################### */
/* ----- [end]  Navigation  ------------------------------ */
/* #####  FancyBox  ##################### */
.fancybox-enabled {
  overflow-y: scroll;
}
/* ----- [end]  FancyBox  ------------------------------ */
/* #####  Header  ##################### */
#header-wrapper {
  z-index: 80;
  box-shadow: 0 10px 12px rgba(19, 77, 127, 0.17) ;
  border-bottom: 1px solid #cedae4;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
}
#page-box {
  padding-top: 100px;
}
.header-box {
  background-color: #d4ff87;
  z-index: 90;
  height: 100%;
}
.header-box__inner {
  height: 100%;
}
.header-content-box {
  font-size: 21px;
  line-height: 120%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content-box .h-logo {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-content-box .logo {
  margin-right: 20px;
  width: 220px;
}
.header-content-box .logo img {
  width: 100%;
  height: auto;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-content-box .slogan {
  color: #000;
  position: relative;
  white-space: normal;
  flex-shrink: 1;
  margin-top: 5px;
  /*max-width: 300px;*/
  /*.text-overflow(ellipsis);*/
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
}
.header-content-box .socnetwork {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: -2px;
}
.header-content-box .socnetwork a {
  background-image: url(/files/images/sprite.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.8);
}
.header-content-box .socnetwork a + a {
  margin-left: 7px;
}
.header-content-box .socnetwork a.vk {
  background-position: -103px -91px;
}
.header-content-box .socnetwork a.fb {
  background-position: -81px -17px;
}
.header-content-box .socnetwork a.ins {
  background-position: -65px -55px;
}
.header-content-box .socnetwork a.whatsapp {
  background: url(/files/images/whatsapp-icon-header.png) no-repeat center center;
  background-size: 100%;
}
.header-content-box .socnetwork a.tg {
  background: url(/files/images/telegram-icon-header.png) no-repeat center center;
  background-size: 100%;
}
.header-content-box .phone {
  margin-top: 4px;
  margin-left: 25px;
  font-size: 32px;
}
.header-content-box .h-contacts {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.header-content-box .h-contacts a {
  color: #414192;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}
.header-content-box .h-contacts a .code {
  color: #000;
  font-size: 0.75em;
}
.header-content-box .h-contacts a:hover {
  color: #000000;
}
/* ----- [end]  Header  ------------------------------ */
/* #####  Slider  ##################### */
#slider2-wrapper {
  overflow: hidden;
}
.slick-boxes {
  background-color: white;
}
.slider-box {
  /*background: #93b05e url(/files/images/bg-head.jpg);
	background-size: cover;*/
  color: white;
}
.slider-box__inner {
  overflow: visible;
  padding: 40px 0;
  margin-top: 40px;
}
.slider-box__inner .form__heading {
  float: left;
  /* width: 510px; */
  width: 100%;
}
.slider-box__inner .form__body {
  float: right;
  width: 50%;
  margin: 0;
}
.slider-box__inner .form__description {
  float: right;
  width: 400px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background: transparent url(../img/bg_c-black-60.png) 0 0 repeat;
}
.slider-box__inner .form__heading {
  position: relative;
}
.slider-box__inner .form__heading h1 em,
.slider-box__inner .form__heading h1 strong {
  padding: 25px 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  background: transparent url(../img/bg_c-black-60.png) 0 0 repeat;
  display: inline-block;
}
.slider-box__inner .form__advantages {
  float: left;
  /*		padding-right: 25px;*/
  /*width: 50%;*/
  width: 520px;
}
.slider-box__inner .form__advantages li {
  padding: 20px;
  margin-bottom: 15px;
  /*margin-left: 25px;*/
  border-radius: 10px;
  background: transparent url(../img/bg_c-black-60.png) 0 0 repeat;
}
.slider-box__inner .form__advantages .form__description span {
  font-size: 25px;
  line-height: 140%;
  width: 100%;
  max-width: 100%;
  padding: 25px 30px;
  margin-bottom: 25px;
  margin-right: 25px;
  border-radius: 10px;
  background: transparent url(../img/bg_c-black-60.png) 0 0 repeat;
  display: block;
}
.slider-box__inner .form__slider {
  float: right;
  /*width: 580px;*/
  width: 50%;
  padding-left: 25px;
}
.slider-box__inner .form__slider video {
  border-radius: 10px;
}
.slider-box__inner .form__advantages {
  /* margin-top: -135px;*/
  /*padding-top: 30px;*/
}
.slider-box__inner .form__advantages ul {
  margin: 20px 0;
  text-align: left;
}
.slider-box__inner .form__advantages li {
  list-style-type: none;
  /*margin-top: 7px;
			margin-bottom: 7px;*/
  /*+ li {
				padding-top: 40px;
			}*/
}
.slider-box__inner .form__advantages span {
  vertical-align: top;
  font-size: 19px;
  line-height: 24px;
  /*color: #7a7a7a;*/
  padding-left: 15px;
  display: inline-block;
  max-width: calc(100% - 65px);
  box-sizing: border-box;
}
.slider-box__inner .form__advantages img {
  width: 40px;
  margin-top: 5px;
  filter: invert(100%);
}
.slider-box__inner .form__slider {
  /*position: relative;
		height: 485px;



		img {
			width: 100%;
			height: auto;
		}*/
}
.slider-box__inner h1 {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: normal;
  font-size: 32px;
  line-height: 110%;
}
.slider-box__inner h1 strong {
  display: block;
  font-size: 44px;
  line-height: 110%;
  padding-bottom: 30px;
}
.slider-box__inner .form__description {
  font-size: 22px;
  line-height: 140%;
  /* margin-top: 30px; */
}
.slider-box__inner .form__description a.noopen {
  /*border-bottom: 1px dashed @default-link-color;*/
  border-bottom: 1px dashed white;
  text-decoration: none;
  color: white;
}
.slider-box__inner .form__description a:hover {
  /*color: @default-link-color;*/
  color: white;
}
.slider-box__inner .form__body {
  width: 400px;
  /*background: #040bf9;*/
  /*background: linear-gradient(to left, #040bf9, #7b7ef6 35%, #7b7ef6 65%, #040bf9);//#0d47a1 url(~'@{img}/bg-denim.jpg') 50% 0 no-repeat;*/
  background: rgba(255, 255, 255, 0.75);
  margin-top: 30px;
  box-shadow: 0 50px 20px -40px rgba(19, 77, 127, 0.4) ;
  padding: 35px;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  border-radius: 5px ;
}
.slider-box__inner .form__body .btn-submit {
  margin-top: 28px;
  margin-bottom: 15px;
}
.slider-box__inner .block-mini {
  font-size: 14px;
  line-height: 19px;
}
.slider-box__inner .field-block-flex {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.slider-box__inner .field-block-flex .block-dates {
  width: 155px;
}
.slider-box__inner .field-block-flex .block-peoples {
  width: 130px;
}
.slider-box__inner .field-block-flex .block-cottage {
  width: 185px;
}
.form__wrapper {
  /*a {
		color: white;
	}*/
}
.form__wrapper label.error {
  width: 100%;
}
.form__wrapper .fields-row {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form__wrapper .field-block {
  margin-bottom: 20px;
}
.form__wrapper .field-block .label-box em {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}
.form__wrapper .field-block .label-box,
.form__wrapper .field-block .field-box {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.form__wrapper .field-block .label-box {
  margin-bottom: 7px;
}
.form__wrapper .field-block.half {
  clear: unset;
}
.form__wrapper .input-text,
.form__wrapper .input-select {
  height: 54px;
  width: 100%;
  background-color: #fff;
  border: 0;
  border-bottom: 3px solid #94abd0;
  color: #414141;
  padding: 0 20px 0 30px;
  font-size: 19px;
  line-height: 120%;
  font-family: inherit;
  transition: border 0.15s 0s linear ;
  box-shadow: 0 15px 30px rgba(39, 73, 126, 0.85) ;
}
.form__wrapper .input-text:focus,
.form__wrapper .input-select:focus {
  border-color: #e99a2f;
}
.form__wrapper .input-select {
  padding-left: 20px;
}
.form__wrapper .input-select option {
  padding-right: 15px;
}
.form__wrapper .input-select optgroup {
  padding-left: 0;
}
.form__wrapper .input-date {
  padding: 0 25px;
}
.form__wrapper .input-checkbox-custom {
  width: 0;
  height: 0;
  position: absolute;
}
.form__wrapper .input-checkbox-custom + label,
.form__wrapper .input-checkbox-custom + span {
  display: block;
  position: relative;
  text-indent: 23px;
  line-height: 130%;
}
.form__wrapper .input-checkbox-custom + label:before,
.form__wrapper .input-checkbox-custom + span:before,
.form__wrapper .input-checkbox-custom + label:after,
.form__wrapper .input-checkbox-custom + span:after {
  display: block;
  content: '';
  position: absolute;
  transition: background-color 0.15s 0s linear ;
}
.form__wrapper .input-checkbox-custom + label:before,
.form__wrapper .input-checkbox-custom + span:before {
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 3px ;
  border: 1px solid #fff;
  background-color: #d5ecff;
}
.form__wrapper .input-checkbox-custom + label:after,
.form__wrapper .input-checkbox-custom + span:after {
  top: 5px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 2px ;
  background-color: transparent;
}
.form__wrapper .input-checkbox-custom:checked + label:before,
.form__wrapper .input-checkbox-custom:checked + span:before {
  background-color: #d4fe87;
}
.form__wrapper .input-checkbox-custom:checked + label:after,
.form__wrapper .input-checkbox-custom:checked + span:after {
  background-color: #000;
}
.btn-submit,
.more_info_button {
  width: 100%;
  height: 65px;
  display: block;
  border: 0;
  margin-bottom: 40px;
  border-bottom: 3px solid #949403;
  font-size: 22px;
  line-height: 25px;
  font-family: inherit;
  color: #000;
  box-shadow: 0 5px 30px rgba(39, 73, 126, 0.85) ;
  transition: border 0.15s 0s linear , background 0.15s 0s linear ;
  background-size: auto 200%;
  background-color: #de8613;
  /*background-image: -webkit-linear-gradient(to bottom, #fec163 0%, #de8613 51%, #fec163 100%);
		background-image: -moz-linear-gradient(to bottom, #fec163 0%, #de8613 51%, #fec163 100%);
		background-image: -o-linear-gradient(to bottom, #fec163 0%, #de8613 51%, #fec163 100%);
		background-image: linear-gradient(to bottom, #ffff00 0%, #caca00 51%, #ffff00 100%);*/
  background-image: linear-gradient(to bottom, #d4fe87 0, #a5c468 51%, #d4fe87 100%);
}
.btn-submit:hover,
.more_info_button:hover {
  background-position: 50% 100%;
  border-color: #d4fe87;
}
.more_info_button {
  padding: 0 40px;
  width: auto;
}
@media (max-width: 500px) {
  .more_info_button {
    font-size: 18px;
  }
}
.more_info_wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-form_claim {
  background: #414192 url(../img/bg-denim.jpg) 50% 0 no-repeat;
  background-size: cover ;
  color: #fff;
}
.section-form_claim .heading h1,
.section-form_claim .heading h2 {
  color: #fff;
}
.section-form_claim textarea.input-text {
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none;
  height: 159px;
}
.section-form_claim .form__wrapper .half.left {
  padding-right: 20px;
}
.section-form_claim .form__wrapper .half.right {
  padding-left: 20px;
}
.section-form_claim .form__wrapper .half.left,
.section-form_claim .form__wrapper .half.right {
  margin-bottom: 0;
}
.section-form_claim .field-block.block-user_agreement_personalinfo2 {
  margin-bottom: 0;
}
.section-form_claim .form-agreement-box,
.section-form_claim .form-submit-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.section-form_claim .form-note {
  background: #414192 url(../img/bg-denim.jpg) 50% 100% no-repeat;
  border-radius: 5px ;
  border: 2px dashed #cd9d1b;
  margin-top: 30px;
  text-align: center;
  padding: 20px 25px;
  font-size: 19px;
  line-height: 24px;
}
.middle-content-box__inner {
  padding-top: 30px;
}
#slider-box1 {
  width: 25%;
  float: left;
}
#slider-box1 .slider-items .item .image_wrap {
  padding-top: 150%;
}
@media only screen and (max-width: 1600px) {
  #slider-box1 {
    width: 20%;
  }
  #slider-box1 .slider-items .item .image_wrap {
    padding-top: 150%;
  }
}
#slider-box2 {
  width: 50%;
  float: right;
}
#slider-box2 .slider-items .item .image_wrap {
  padding-top: 50%;
}
@media only screen and (max-width: 1600px) {
  #slider-box2 {
    width: 40%;
  }
  #slider-box2 .slider-items .item .image_wrap {
    padding-top: 50%;
  }
}
#slider-box3 {
  width: 25%;
  float: right;
}
#slider-box3 .slider-items .item .image_wrap {
  padding-top: 100%;
}
@media only screen and (max-width: 1600px) {
  #slider-box3 {
    width: 20%;
  }
  #slider-box3 .slider-items .item .image_wrap {
    padding-top: 100%;
  }
}
#slider-box4 {
  width: 50%;
  float: left;
}
#slider-box4 .slider-items .item .image_wrap {
  padding-top: 25%;
}
@media only screen and (max-width: 1600px) {
  #slider-box4 {
    width: 20%;
  }
  #slider-box4 .slider-items .item .image_wrap {
    padding-top: 50%;
  }
}
#slider-box5 {
  width: 25%;
  float: right;
}
#slider-box5 .slider-items .item .image_wrap {
  padding-top: 150%;
}
@media only screen and (max-width: 1600px) {
  #slider-box5 {
    width: 20%;
    float: left;
  }
  #slider-box5 .slider-items .item .image_wrap {
    padding-top: 100%;
  }
}
#slider-box6 {
  width: 25%;
  float: right;
}
#slider-box6 .slider-items .item .image_wrap {
  padding-top: 100%;
}
@media only screen and (max-width: 1600px) {
  #slider-box6 {
    width: 20%;
  }
  #slider-box6 .slider-items .item .image_wrap {
    padding-top: 50%;
  }
}
#slider-box7 {
  width: 50%;
  float: left;
}
#slider-box7 .slider-items .item .image_wrap {
  padding-top: 50%;
}
@media only screen and (max-width: 1600px) {
  #slider-box7 {
    width: 40%;
  }
  #slider-box7 .slider-items .item .image_wrap {
    padding-top: 25%;
  }
}
#slider-box8 {
  width: 25%;
  float: left;
}
#slider-box8 .slider-items .item .image_wrap {
  padding-top: 150%;
}
@media only screen and (max-width: 1600px) {
  #slider-box8 {
    width: 40%;
  }
  #slider-box8 .slider-items .item .image_wrap {
    padding-top: 50%;
  }
}
#slider-box9 {
  width: 50%;
  float: right;
}
#slider-box9 .slider-items .item .image_wrap {
  padding-top: 50%;
}
@media only screen and (max-width: 1600px) {
  #slider-box9 {
    width: 20%;
  }
  #slider-box9 .slider-items .item .image_wrap {
    padding-top: 150%;
  }
}
#slider-box10 {
  width: 25%;
  float: right;
}
#slider-box10 .slider-items .item .image_wrap {
  padding-top: 100%;
}
@media only screen and (max-width: 1600px) {
  #slider-box10 {
    width: 20%;
  }
  #slider-box10 .slider-items .item .image_wrap {
    padding-top: 50%;
  }
}
#slider-box11 {
  width: 50%;
  float: left;
}
#slider-box11 .slider-items .item .image_wrap {
  padding-top: 25%;
}
@media only screen and (max-width: 1600px) {
  #slider-box11 {
    width: 20%;
  }
  #slider-box11 .slider-items .item .image_wrap {
    padding-top: 100%;
  }
}
#slider-box12 {
  width: 25%;
  float: right;
}
#slider-box12 .slider-items .item .image_wrap {
  padding-top: 150%;
}
@media only screen and (max-width: 1600px) {
  #slider-box12 {
    width: 20%;
  }
  #slider-box12 .slider-items .item .image_wrap {
    padding-top: 100%;
  }
}
#slider-box13 {
  width: 25%;
  float: right;
}
#slider-box13 .slider-items .item .image_wrap {
  padding-top: 100%;
}
@media only screen and (max-width: 1600px) {
  #slider-box13 {
    width: 40%;
  }
  #slider-box13 .slider-items .item .image_wrap {
    padding-top: 25%;
  }
}
#slider-box14 {
  width: 50%;
  float: left;
}
#slider-box14 .slider-items .item .image_wrap {
  padding-top: 50%;
}
@media only screen and (max-width: 1600px) {
  #slider-box14 {
    width: 20%;
  }
  #slider-box14 .slider-items .item .image_wrap {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .nomobile {
    display: none;
  }
  .js--slider-box {
    width: 33% !important;
    float: left !important;
  }
  .js--slider-box .slider-items .item .image_wrap {
    padding-top: 0 !important;
    display: inherit;
  }
  .js--slider-box .slider-items .item .image_wrap img {
    height: 200px;
  }
}
@media only screen and (max-width: 800px) {
  .nomobile {
    display: none;
  }
  .js--slider-box {
    width: 50% !important;
    float: left !important;
  }
  .js--slider-box .slider-items .item .image_wrap {
    padding-top: 0 !important;
    display: inherit;
  }
  .js--slider-box .slider-items .item .image_wrap img {
    height: 200px;
  }
}
@media only screen and (max-width: 680px) {
  .nomobile {
    display: none;
  }
  .js--slider-box {
    width: 100% !important;
    float: none !important;
  }
  .js--slider-box .slider-items .item .image_wrap {
    padding-top: 0 !important;
    display: inherit;
  }
  .js--slider-box .slider-items .item .image_wrap img {
    height: 300px;
  }
}
.slider-items {
  width: 100%;
  /*height: inherit;*/
  position: relative;
  /*padding-top: 65px;*/
  padding: 0;
  overflow: hidden;
  /*border-radius: 10px;*/
  line-height: 0;
  font-size: 0;
}
.slider-items .item {
  text-align: center;
  /*.image_wrap:after {
			content: "";
			padding-top: 100%;
			display: block;
		}*/
}
.slider-items .item a {
  cursor: zoom-in;
}
.slider-items .item .image_wrap {
  position: relative;
  display: block;
  padding-top: 100%;
}
.slider-items .item .image_wrap img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: transform 0.2s;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 15px;
}
@media only screen and (max-width: 1920px) {
  .slider-items .item .image_wrap img {
    padding: 10px;
  }
}
@media only screen and (max-width: 1366px) {
  .slider-items .item .image_wrap img {
    padding: 7px;
  }
}
@media only screen and (max-width: 1200px) {
  .slider-items .item .image_wrap img {
    padding: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-items .item .image_wrap img {
    padding: 15px;
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    /*width:auto;*/
    display: inline-block;
  }
}
.slider-items .item a:hover .image_wrap img {
  opacity: 0.9;
  background-color: #d4ff87;
  /*background: #d4ff87 url(../img/bg_c-black-60.png) 0 0 repeat;*/
  /*transform: translate(-50%, -50%) scale(1.01);*/
  /*border: 2px solid transparent;*/
}
.slider-items .owl-stage-outer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-items .owl-stage-outer li {
  margin: 0;
  padding: 0;
}
.slider-items .owl-dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
.slider-items .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: #6d75f6;
  border-radius: 10px ;
  margin: 0 5px 10px 5px;
  transition: background-color 0.2s 0s ease , width 0.2s 0s ease ;
}
.slider-items .owl-dots .owl-dot:hover,
.slider-items .owl-dots .owl-dot.active {
  background-color: #010cff;
}
.slider-items .owl-dots .owl-dot.active {
  width: 40px;
}
.slider-items .slick-dots {
  position: absolute;
  display: none;
  top: 25px;
  right: 20px;
  width: auto;
  text-align: right;
  bottom: auto;
}
.slider-items .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.slider-items .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #93b05e;
  border-radius: 6px ;
  margin: 0 3px 6px 3px;
  transition: background-color 0.2s 0s ease , width 0.2s 0s ease ;
}
.slider-items .slick-dots li button:before {
  display: none;
}
.slider-items .slick-dots li:hover button,
.slider-items .slick-dots li.slick-active button {
  background-color: #d4ff87;
}
.slider-items .slick-dots li.slick-active button {
  width: 24px;
}
/* #####  Parallax  ##################### */
.parallax-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover ;
}
.parallax-box div {
  width: 100%;
  height: 100%;
  background: transparent url(../img/bg_c-black-40.png) 0 0 repeat;
  /*opacity: 0.4;*/
}
.parallax-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.parallax-wrapper .parallax-box {
  position: absolute !important;
  width: 110%;
  height: 115%;
  margin: -5% 0 0 -5%;
}
/* ----- [end]  Parallax  ------------------------------ */
/* ----- [end]  Slider  ------------------------------ */
/* #####  Breadcrumbs  ##################### */
.breadcrumbs-box {
  border-top: 3px solid #ffc000;
}
.breadcrumbs,
.breadcrumbs-box__inner {
  font-size: 0;
}
.breadcrumbs ul,
.breadcrumbs-box__inner ul {
  margin: 0;
  padding: 20px 0;
  font-size: 13px;
  display: inline-block;
  list-style-type: none;
  list-style: none;
}
.breadcrumbs li,
.breadcrumbs-box__inner li {
  display: inline;
  padding: 0 4px 0 3px;
}
.breadcrumbs li:first-child,
.breadcrumbs-box__inner li:first-child,
.breadcrumbs li.home,
.breadcrumbs-box__inner li.home {
  padding-left: 0;
}
.breadcrumbs li:before,
.breadcrumbs-box__inner li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 9px;
  height: 12px;
  background: #000;
  background: url(../img/i_bc-sep.png) 50% 50% no-repeat;
  margin-right: 4px;
}
.breadcrumbs li.home:before,
.breadcrumbs-box__inner li.home:before,
.breadcrumbs li:first-child:before,
.breadcrumbs-box__inner li:first-child:before {
  background-image: url(../img/i_bc-marker.png);
}
.breadcrumbs li > span,
.breadcrumbs-box__inner li > span {
  color: #818181;
  font-weight: 700;
}
.breadcrumbs span,
.breadcrumbs-box__inner span {
  display: inline;
  vertical-align: middle;
}
.breadcrumbs img,
.breadcrumbs-box__inner img {
  padding-top: 3px;
}
.breadcrumbs ul {
  padding: 15px 0 30px 0;
}
/* ----- [end]  Breadcrumbs  ------------------------------ */
.imglist {
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
}
.imglist .item {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 10px 5px;
}
.imglist .image_crop {
  width: 303px;
  height: 450px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: block;
}
.imglist.reviews .image_crop {
  height: 530px;
}
.imglist .image_wrap {
  float: left;
  width: auto;
  height: inherit;
  position: relative;
  left: 50%;
}
.imglist img {
  width: auto;
  max-width: none;
  height: 100%;
  position: relative;
  left: -50%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* #####  Contacts  ##################### */
.content_page {
  position: relative;
  padding: 0 0;
}
.content_page.contacts-wrapper {
  font-size: 20px;
  line-height: 130%;
}
.content_page.contacts-wrapper p {
  /*padding: 25px 0;*/
  margin-bottom: 25px;
  /*border-radius: 10px;*/
  /*			background: transparent url(../img/bg_c-black-60.png) 0 0 repeat;
			color: white;*/
}
.content_page .contacts-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content_page .contacts-col {
  width: 48%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.content_page .contacts-col:first-child {
  /*margin-right: 20px;
			margin-left: 0;*/
}
.content_page .contacts-col a {
  font-weight: normal;
  word-break: break-all;
}
.content_page .contacts-col a.noopen {
  text-decoration: none;
  border-bottom: 1px dashed #414192;
}
.content_page .contacts-col a.noopen:hover {
  border-bottom: 1px dashed transparent;
}
.content_page .contacts-col ul {
  margin-left: 21px;
  list-style-type: disc;
  /*li:before {
			content: "";
			width: 5px;
				height: 5px;
				border-radius: 50%;
			}*/
}
.content_page .contacts-col ul li {
  color: #414192;
}
.content_page .contacts-col ul li span {
  color: #000;
}
.content_page .contacts-col .contact_item {
  /*p {
				margin: 5px 0;
			}*/
}
.content_page .contacts-col .contact_item .header {
  font-weight: bold;
  padding: 0;
}
.content_page .socnetwork {
  margin-top: -2px;
}
.content_page .socnetwork a {
  background-image: url(/files/images/sprite.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}
.content_page .socnetwork a + a {
  margin-left: 7px;
}
.content_page .socnetwork a.vk {
  background-position: -103px -91px;
}
.content_page .socnetwork a.fb {
  background-position: -81px -17px;
}
.content_page .socnetwork a.ins {
  background-position: -65px -55px;
}
.content_page .map-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content_page .map-row .map {
  width: calc(100% - 380px);
  margin-bottom: 20px;
}
.content_page .map-row .photos {
  width: 370px;
}
.content_page .map-row .photos .photos__item {
  display: block;
  margin: 10px 0;
  padding: 5px;
  box-sizing: border-box;
  background: #ccc;
}
.content_page .map-row .photos .photos__item:first-child {
  margin-top: 0;
}
.content_page .map-row .photos p {
  font-size: 80%;
  line-height: 22px;
  margin: 0 0 0 10px;
}
.musicbox-separator {
  display: none;
}
.contact_page {
  padding: 0;
  height: 920px;
}
.contact_info {
  z-index: 3;
  width: 864px;
  margin: 0 auto;
}
.contact_info .text_block {
  padding: 55px 40px 50px 40px;
  background: #fff;
  position: absolute;
  bottom: 80px;
  text-align: center;
  z-index: 9;
}
.contact_info .text_block div {
  width: 50%;
  margin-right: 0 !important;
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.contact_info .text_block div.work_time {
  color: #7a7a7a;
  font-size: 14px;
  padding-left: 35px;
}
.contact_info .text_block div span {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin: 0 0 4px;
}
.contact_info .text_block div a {
  text-decoration: none;
}
/* ----- [end]  Contacts  ------------------------------ */
/* #####  Footer  ##################### */
#footer-wrapper {
  padding-top: 30px;
  font-weight: 100;
  /*background-color: rgba(243, 246, 248, 0.5);*/
  background-color: white;
  border-top: 1px solid #dfe2ec;
}
#footer-wrapper .contacts {
  width: 380px;
  float: left;
}
#footer-wrapper hr {
  background-color: #dfe2ec;
  margin-top: 42px;
  margin-bottom: 33px;
  height: 1px;
  border: none;
}
#footer-wrapper .slogan {
  font-size: 21px;
  color: #7a7a7a;
  margin-top: 20px;
}
#footer-wrapper .links,
#footer-wrapper .networks {
  margin-top: 40px;
}
#footer-wrapper .links div {
  margin-bottom: 15px;
  font-size: 21px;
}
#footer-wrapper .logo img {
  width: 160px;
  height: auto;
}
#footer-wrapper .nav a {
  font-weight: 100;
}
#footer-wrapper a {
  font-weight: 100;
  text-decoration: none;
}
#footer-wrapper a.vk {
  background-position: -103px -91px;
}
#footer-wrapper a.fb {
  background-position: -81px -17px;
}
#footer-wrapper a.ins {
  background-position: -65px -55px;
}
#footer-wrapper a.odk {
  background-position: -127px -1px;
}
#footer-wrapper a.google {
  background-position: -1px -55px;
}
#footer-wrapper a.youtube {
  background-position: -165px -1px;
}
#footer-wrapper .networks a {
  background-image: url(/files/images/sprite.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}
#footer-wrapper .networks a + a {
  margin-left: 10px;
}
#footer-wrapper ul {
  margin-left: 15px;
}
#footer-wrapper li {
  color: black;
}
#footer-wrapper .info_text {
  color: #a7a7a7;
  font-size: 13px;
  line-height: 120%;
  padding-bottom: 20px;
}
#footer-wrapper .nav {
  float: right;
}
#footer-wrapper .nav .col {
  float: left;
  width: 300px;
}
#footer-wrapper .nav .col + .col {
  width: 220px;
  margin-left: 20px;
}
#footer-wrapper .nav a {
  font-size: 18px;
}
#footer-wrapper .nav h4 {
  font-size: 23px;
  color: black;
  font-weight: 100;
}
#footer-wrapper .info {
  width: 100%;
}
#footer-wrapper .info__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px 20px;
}
#footer-wrapper .info_left {
  width: 220px;
  font-size: 15px;
  color: #7a7a7a;
  flex-shrink: 0;
}
#footer-wrapper .info_left strong {
  font-size: 15px;
  color: black;
}
#footer-wrapper .info_center {
  margin: 0;
  flex-grow: 1;
  text-align: center;
}
#footer-wrapper .info_right {
  width: 220px;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  padding-top: 5px;
  padding-bottom: 25px;
  flex-shrink: 0;
}
#footer-wrapper .info_right a {
  color: #000;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  text-align: right;
}
#footer-wrapper .info_right span {
  padding-top: 1px;
  opacity: 0.4;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#footer-wrapper .info_right img {
  display: inline-block;
  margin-left: 5px;
  opacity: 0.3;
  max-width: 100%;
  vertical-align: top;
}
#footer-wrapper .footer-nav {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 5px 16px;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
#footer-wrapper .footer-nav li {
  margin: 0;
}
#footer-wrapper .footer-nav li a {
  color: #333;
  font-size: 15px;
  font-family: Arial;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dashed transparent;
}
#footer-wrapper .footer-nav li a:hover {
  border-bottom: 1px dashed #333;
}
#footer-wrapper .footer-nav + .footer-nav {
  margin-top: 15px;
}
/* ----- [end]  Footer  ------------------------------ */
#wsi-ext-to-top {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 0;
  font-size: 20px;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 1001;
  background: #f3f6f8;
  border-radius: 100% 4px 0 0 ;
  box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.26) ;
  padding: 22px 0 0 21px;
  opacity: 0.8 ;
}
#wsi-ext-to-top:hover {
  opacity: 1 ;
}
#wsi-ext-to-top .label {
  display: none;
}
#wsi-ext-to-top a {
  text-decoration: none;
}
#wsi-ext-to-top .icon {
  display: block;
}
#wsi-ext-to-top .icon:before {
  display: block;
  content: '\25B2';
  width: 30px;
  height: 26px;
  font-size: 28px;
  color: #414192;
}
/* #####  Middle  ##################### */
#middle-wrapper {
  z-index: 10;
}
.section__dark,
section.middle-box.section__dark {
  background-color: #f3f6f8;
}
.container-box.content-page,
.middle-box.content-page {
  padding: 15px;
}
.middle-box.content-page:nth-child(2n+1) {
  background: #f3f6f8 ;
  /* для старых браузеров */
  background: -moz-linear-gradient(top, #f3f6f8 0%, #e0e3ec 100%) ;
  /* для FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f6f8), color-stop(100%, #e0e3ec)) ;
  /* для Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f6f8 0%, #e0e3ec 100%) ;
  /* для Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f6f8 0%, #e0e3ec 100%) ;
  /* для Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3f6f8 0%, #e0e3ec 100%) ;
  /* для IE10+ */
  background: linear-gradient(top, #f3f6f8 0%, #e0e3ec 100%) ;
  /* W3C */
  background: linear-gradient(180deg, #f3f6f8, #e0e3ec) ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0) ;
  /* IE6-9 */
}
/*[id^="section__"], [id*=" section__"] {*/
.heading {
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
  position: relative;
  padding: 0 0 5px 0;
}
.heading h1,
.heading .h1,
.heading h2,
.heading .h2,
.heading h3,
.heading .h3 {
  font-size: 40px;
  line-height: 110%;
  font-weight: normal;
}
.heading h1,
.heading .h1,
.heading h2,
.heading .h2,
.heading h3,
.heading .h3,
.heading h4,
.heading .h4,
.heading h5,
.heading .h5,
.heading h6,
.heading .h6 {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  border-top: 0;
}
.heading span {
  margin: 0;
  padding: 0;
  font-size: 33px;
  line-height: 110%;
  font-weight: 700;
}
.heading span + h1,
.heading span + .h1,
.heading span + h2,
.heading span + .h2,
.heading span + h3,
.heading span + .h3,
.heading span + h4,
.heading span + .h4,
.heading span + h5,
.heading span + .h5,
.heading span + h6,
.heading span + .h6 {
  font-size: 24px;
  line-height: 110%;
  padding: 15px 0 0 0;
}
.heading h1 + span,
.heading .h1 + span,
.heading h2 + span,
.heading .h2 + span,
.heading h3 + span,
.heading .h3 + span,
.heading h4 + span,
.heading .h4 + span,
.heading h5 + span,
.heading .h5 + span,
.heading h6 + span,
.heading .h6 + span {
  display: block;
  padding: 15px 0 0 0;
  margin: 0;
  font-size: 24px;
  line-height: 110%;
  text-transform: none;
  font-weight: 400;
}
.heading .subheading {
  font-size: 24px;
}
.subheading {
  font-size: 20px;
  margin: 10px 0;
  padding: 20px 0 10px 0;
}
.heading-as-text h1,
.heading-as-text h2,
.heading-as-text h3,
.heading-as-text h4,
.heading-as-text h5,
.heading-as-text h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  padding: 0;
  margin: 0 0 15px 0;
}
.heading-as-text h1:last-child,
.heading-as-text h2:last-child,
.heading-as-text h3:last-child,
.heading-as-text h4:last-child,
.heading-as-text h5:last-child,
.heading-as-text h6:last-child {
  margin-bottom: 0;
}
ul + .heading,
p + .heading,
div + .heading,
span + .heading,
a + .heading,
code + .heading,
pre + .heading {
  margin-top: 30px;
  padding-top: 15px;
}
.section-request-adopted .checkout-process {
  margin-bottom: 30px;
}
.section-request-adopted .send-message {
  background-color: rgba(243, 246, 248, 0.5);
  border: 1px solid #dfe2ec;
  padding: 20px 25px;
}
.section-request-adopted .send-message p:first-child,
.section-request-adopted .send-message h1:first-child,
.section-request-adopted .send-message h2:first-child,
.section-request-adopted .send-message h3:first-child,
.section-request-adopted .send-message h4:first-child,
.section-request-adopted .send-message h5:first-child,
.section-request-adopted .send-message h6:first-child,
.section-request-adopted .send-message p:only-child,
.section-request-adopted .send-message h1:only-child,
.section-request-adopted .send-message h2:only-child,
.section-request-adopted .send-message h3:only-child,
.section-request-adopted .send-message h4:only-child,
.section-request-adopted .send-message h5:only-child,
.section-request-adopted .send-message h6:only-child {
  margin-top: 0;
  padding-top: 0;
}
.section-request-adopted .send-message p:last-child,
.section-request-adopted .send-message h1:last-child,
.section-request-adopted .send-message h2:last-child,
.section-request-adopted .send-message h3:last-child,
.section-request-adopted .send-message h4:last-child,
.section-request-adopted .send-message h5:last-child,
.section-request-adopted .send-message h6:last-child,
.section-request-adopted .send-message p:only-child,
.section-request-adopted .send-message h1:only-child,
.section-request-adopted .send-message h2:only-child,
.section-request-adopted .send-message h3:only-child,
.section-request-adopted .send-message h4:only-child,
.section-request-adopted .send-message h5:only-child,
.section-request-adopted .send-message h6:only-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
a.disabled {
  color: #2a4e88;
}
.disabled.js-skip-prevent {
  opacity: 0.55 ;
  cursor: not-allowed;
}
.products-slider__items {
  width: 860px;
  margin: 0 auto;
}
.products-slider__items .item {
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(14, 71, 161, 0.15) ;
  margin-bottom: 20px;
}
.products-slider__items.not-slider-carousel {
  margin-bottom: -40px;
}
.products-slider__items.not-slider-carousel .item {
  margin-bottom: 60px;
}
.products-slider__items .item,
.products-slider__items .item__inner {
  position: relative;
  height: 425px;
}
.products-slider__items .item:before,
.products-slider__items .item__inner:before {
  display: block;
  content: '';
  position: absolute;
  top: -30px;
  bottom: -40px;
}
.products-slider__items .item:before {
  left: -20px;
  right: 0;
  background: transparent url(../img/product_slider-lines-left.png) 0 0 no-repeat;
}
.products-slider__items .item__inner:before {
  right: -20px;
  left: 0;
  background: transparent url(../img/product_slider-lines-right.png) 100% 0 no-repeat;
}
.products-slider__items .item__inner {
  padding: 110px 70px 0 70px;
}
.products-slider__items .product-image {
  width: 200px;
  height: 291px;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
.products-slider__items .product-image img {
  width: auto;
  height: 100%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.products-slider__items .title,
.products-slider__items .subtitle,
.products-slider__items .course_info,
.products-slider__items .description {
  width: 270px;
}
.products-slider__items .title {
  font-size: 29px;
  line-height: 32px;
  color: #010101;
}
.products-slider__items .title:after {
  display: block;
  content: '';
  margin-top: 20px;
  width: 80px;
  height: 2px;
  background-color: #0e47a1;
}
.products-slider__items .subtitle,
.products-slider__items .description {
  font-size: 16px;
  line-height: 21px;
  color: #484848;
}
.products-slider__items .subtitle {
  margin-top: 20px;
}
.products-slider__items .description {
  position: absolute;
  top: 110px;
  right: 70px;
}
.products-slider__items .course_info {
  margin-top: 25px;
}
.products-slider__items .course_info div {
  display: inline-block;
  vertical-align: middle;
  width: 33.3333%;
  font-size: 13px;
  line-height: 16px;
  color: #7a7a7a;
  text-align: center;
}
.products-slider__items .course_info em {
  display: block;
  font-size: 36px;
  line-height: 100%;
  color: #414192;
  padding-top: 10px;
  font-style: normal;
}
.products-slider__items .action-button {
  position: absolute;
  width: 280px;
  bottom: -30px;
  left: 50%;
  margin-left: -140px;
}
.products-slider__items .go2claim_form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 60px;
  border: 0;
  background: #0058e2 ;
  /* для старых браузеров */
  background: -moz-linear-gradient(top, #0058e2 0%, #0e47a1 100%) ;
  /* для FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0058e2), color-stop(100%, #0e47a1)) ;
  /* для Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0058e2 0%, #0e47a1 100%) ;
  /* для Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0058e2 0%, #0e47a1 100%) ;
  /* для Opera 11.10+ */
  background: -ms-linear-gradient(top, #0058e2 0%, #0e47a1 100%) ;
  /* для IE10+ */
  background: linear-gradient(top, #0058e2 0%, #0e47a1 100%) ;
  /* W3C */
  background: linear-gradient(180deg, #0058e2, #0e47a1) ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0) ;
  /* IE6-9 */
  color: #fff;
  font-size: 19px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px ;
  box-shadow: 0 15px 30px rgba(14, 71, 161, 0.3) ;
}
.products-slider__items .go2claim_form:hover {
  background: #0e47a1 ;
  /* для старых браузеров */
  background: -moz-linear-gradient(top, #0e47a1 0%, #0058e2 100%) ;
  /* для FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e47a1), color-stop(100%, #0058e2)) ;
  /* для Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0e47a1 0%, #0058e2 100%) ;
  /* для Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0e47a1 0%, #0058e2 100%) ;
  /* для Opera 11.10+ */
  background: -ms-linear-gradient(top, #0e47a1 0%, #0058e2 100%) ;
  /* для IE10+ */
  background: linear-gradient(top, #0e47a1 0%, #0058e2 100%) ;
  /* W3C */
  background: linear-gradient(180deg, #0e47a1, #0058e2) ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0) ;
  /* IE6-9 */
}
.products-slider__items ul {
  list-style: none;
}
.products-slider__items ul,
.products-slider__items ul li {
  margin: 0;
  padding: 0;
}
.products-slider__items .owl-item {
  padding: 30px 30px 70px 30px;
}
.products-slider__items.owl-carousel {
  width: 920px;
  margin-bottom: -30px;
}
.products-slider__items.owl-carousel .item {
  margin-bottom: 0;
}
.products-slider__items.owl-carousel img {
  display: inline-block;
  vertical-align: top;
}
.products-slider__items .owl-prev,
.products-slider__items .owl-next,
.products-slider__items .owl-autoplay {
  text-indent: -99999px;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -60px;
}
.products-slider__items .owl-prev:before,
.products-slider__items .owl-next:before,
.products-slider__items .owl-autoplay:before,
.products-slider__items .owl-prev:after,
.products-slider__items .owl-next:after,
.products-slider__items .owl-autoplay:after {
  display: block;
  content: '';
  position: absolute;
}
.products-slider__items .owl-prev:before,
.products-slider__items .owl-next:before,
.products-slider__items .owl-autoplay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(14, 71, 161, 0.15) ;
}
.products-slider__items .owl-prev:after,
.products-slider__items .owl-next:after,
.products-slider__items .owl-autoplay:after {
  top: 50%;
  left: 50%;
  width: 18px;
  height: 19px;
  margin-top: -9px;
  margin-left: -10px;
  background: 50% 50% no-repeat;
  background-size: 100% ;
  opacity: 0.5 ;
  transition: opacity 0.15s 0s linear ;
}
.products-slider__items .owl-prev:hover:after,
.products-slider__items .owl-next:hover:after,
.products-slider__items .owl-autoplay:hover:after {
  opacity: 1 ;
}
.products-slider__items .owl-prev {
  left: -10px;
}
.products-slider__items .owl-prev:after {
  background-image: url(../img/owl_nav-prev.png);
}
.products-slider__items .owl-next {
  right: -10px;
}
.products-slider__items .owl-next:after {
  background-image: url(../img/owl_nav-next.png);
}
.products-slider__items .owl-autoplay {
  right: -10px;
  margin-top: 20px;
  border: 0;
}
.products-slider__items .owl-autoplay[data-paused="false"]:after {
  background-image: url(../img/owl_autoplay-on.png);
}
.products-slider__items .owl-autoplay[data-paused="true"]:after {
  background-image: url(../img/owl_autoplay-off.png);
}
.products-slider__items .owl-dots {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100px;
  text-align: center;
}
.products-slider__items .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 15px 10px 0 10px;
  background-color: #fff !important;
  box-shadow: 0 10px 20px rgba(14, 71, 161, 0.15) ;
}
.products-slider__items .owl-dot,
.products-slider__items .owl-dot span {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50% ;
}
.products-slider__items .owl-dot span {
  display: block;
  opacity: 0.5 ;
  background-color: transparent;
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 100% ;
}
.products-slider__items .owl-dot.active {
  box-shadow: 0 10px 20px rgba(14, 71, 161, 0.25) ;
  border: 2px solid #9fa5be;
  margin-top: 0;
}
.products-slider__items .owl-dot.active,
.products-slider__items .owl-dot.active span {
  width: 100px;
  height: 100px;
}
.products-slider__items .owl-dot.active span {
  opacity: 1 ;
  background-position: -2px 8px;
}
.products-slider__items .owl-dot:focus {
  outline: none;
}
var {
  background-color: #f3f3f3;
  border: 1px solid #bbb;
  border-radius: 3px ;
  padding: 2px 5px;
  font-style: normal;
  color: #000;
}
code {
  display: block;
}
code pre {
  background-color: #f3f3f3;
  margin-bottom: 20px;
  border: 1px solid #bbb;
  border-radius: 5px ;
  padding: 20px;
  color: #000;
  clear: both;
  width: 100%;
  text-align: left;
  overflow: visible;
  overflow-x: auto;
}
code .title {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  background-color: #f3f3f3;
  border: 1px solid #bbb;
  border-bottom: 0;
  margin-bottom: -1px;
  border-radius: 5px 5px 0 0 ;
  font-family: monospace, sans-serif;
  font-weight: bold;
  font-size: 115%;
}
code .title + pre {
  border-radius: 0 5px 5px 5px ;
}
/* #####  Media Queries  ##################### */
@media only screen and (min-width: 1500px) {
  .container-box,
  .middle-box {
    /*&.content-page {
		padding: 60px 0;
	}*/
  }
  ul + .heading,
  p + .heading,
  div + .heading,
  span + .heading,
  a + .heading,
  code + .heading,
  pre + .heading {
    margin-top: 40px;
    padding-top: 20px;
  }
  .heading {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
  }
  .heading h1,
  .heading .h1,
  .heading h2,
  .heading .h2 {
    font-size: 40px;
  }
  .heading span {
    font-size: 40px;
  }
  .heading span + h1,
  .heading span + .h1,
  .heading span + h2,
  .heading span + .h2,
  .heading span + h3,
  .heading span + .h3,
  .heading span + h4,
  .heading span + .h4,
  .heading span + h5,
  .heading span + .h5,
  .heading span + h6,
  .heading span + .h6 {
    font-size: 30px;
  }
  .heading h1 + span,
  .heading .h1 + span,
  .heading h2 + span,
  .heading .h2 + span,
  .heading h3 + span,
  .heading .h3 + span,
  .heading h4 + span,
  .heading .h4 + span,
  .heading h5 + span,
  .heading .h5 + span,
  .heading h6 + span,
  .heading .h6 + span {
    font-size: 30px;
  }
  .heading .subheading {
    font-size: 27px;
  }
  ul + .heading,
  p + .heading {
    margin-top: 40px;
  }
  p,
  .heading-as-text {
    padding-bottom: 20px;
  }
  .heading-as-text h1,
  .heading-as-text h2,
  .heading-as-text h3,
  .heading-as-text h4,
  .heading-as-text h5,
  .heading-as-text h6 {
    margin: 0 0 20px 0;
  }
  .heading-as-text h1:last-child,
  .heading-as-text h2:last-child,
  .heading-as-text h3:last-child,
  .heading-as-text h4:last-child,
  .heading-as-text h5:last-child,
  .heading-as-text h6:last-child {
    margin-bottom: 0;
  }
  .field-block .label-box label,
  .field-block .label-box span {
    font-size: 19px;
    line-height: 23px;
  }
  .field-block .label-box em {
    display: inline;
    color: red;
    font-size: 16px;
    line-height: 18px;
  }
  .breadcrumbs ul,
  .breadcrumbs-box__inner ul {
    font-size: 15px;
    line-height: 19px;
    padding: 35px 0 40px 0;
  }
  .breadcrumbs img,
  .breadcrumbs-box__inner img {
    padding-top: 2px;
  }
  .header-box__inner {
    height: 100%;
  }
  .header-content-box {
    height: 100%;
  }
  .header-content-box .logo {
    width: auto;
    margin-right: 20px;
  }
  .header-content-box .slogan {
    margin-top: 6px;
    font-size: 25px;
    line-height: 120%;
    max-width: 520px;
  }
  .header-content-box .phone {
    font-size: 44px;
    margin-top: 4px;
    margin-left: 35px;
  }
  .header-content-box .socnetwork {
    margin-top: -2px;
  }
  .header-content-box .socnetwork a {
    transform: scale(0.9);
  }
  .header-content-box .socnetwork a + a {
    margin-left: 15px;
  }
  /* #####   Slider   ##################### */
  .slider-box__inner {
    /*padding-left: 50px;
	padding-right: 50px;*/
    /*.form__heading,*/
  }
  .slider-box__inner h1 {
    font-size: 40px;
  }
  .slider-box__inner h1 strong {
    font-size: 50px;
  }
  .slider-box__inner .form__description {
    /*width: 640px;*/
  }
  .slider-box__inner .form__description {
    /*margin-top: 30px;*/
    font-size: 25px;
  }
  .slider-box__inner .form__body {
    width: 460px;
    /*margin-top: 50px;*/
    font-size: 19px;
    line-height: 24px;
  }
  .slider-box__inner .block-mini {
    font-size: 14px;
    line-height: 120%;
  }
  .slider-box__inner .form__advantages {
    width: 770px;
  }
  .slider-box__inner .form__advantages span {
    font-size: 21px;
    line-height: 25px;
  }
  .slider-box__inner .form__description {
    width: 460px;
  }
  .slider-box__inner .form__body {
    width: 460px;
  }
  .slider-box__inner .field-block-flex .block-dates {
    width: 185px;
  }
  .slider-box__inner .field-block-flex .block-peoples {
    width: 150px;
  }
  .slider-box__inner .field-block-flex .block-cottage {
    width: 220px;
  }
  /* #####   Contacts   ##################### */
  .contact_info {
    max-width: 1140px;
  }
  /* -----  [end]   Contacts   ------------------------------ */
  .products-slider__items {
    width: 1180px;
  }
  .products-slider__items .item,
  .products-slider__items .item__inner {
    height: 530px;
  }
  .products-slider__items .item:before,
  .products-slider__items .item__inner:before {
    background-size: auto 100% ;
  }
  .products-slider__items.not-slider-carousel {
    margin-bottom: -60px;
  }
  .products-slider__items.not-slider-carousel .item {
    margin-bottom: 80px;
  }
  .products-slider__items .product-image {
    width: 300px;
    height: 390px;
    margin-left: -150px;
  }
  .products-slider__items .title,
  .products-slider__items .subtitle,
  .products-slider__items .course_info,
  .products-slider__items .description {
    width: 350px;
  }
  .products-slider__items .subtitle,
  .products-slider__items .description {
    font-size: 21px;
    line-height: 27px;
  }
  .products-slider__items .title {
    font-size: 39px;
    line-height: 43px;
  }
  .products-slider__items .title:after {
    margin-top: 25px;
  }
  .products-slider__items .subtitle {
    margin-top: 25px;
  }
  .products-slider__items .course_info {
    margin-top: 30px;
  }
  .products-slider__items .course_info div {
    font-size: 16px;
    line-height: 19px;
  }
  .products-slider__items .course_info em {
    font-size: 41px;
  }
  .products-slider__items .go2claim_form {
    font-size: 24px;
  }
  .products-slider__items.owl-carousel {
    width: 1240px;
  }
  /* #####   Footer   ##################### */
  #footer-wrapper .nav .col + .col {
    width: 300px;
  }
  /* -----  [end]   Footer   ------------------------------ */
  .section-form_claim .field-block {
    margin-bottom: 25px;
  }
  .section-form_claim .field-block .label-box {
    margin-bottom: 11px;
  }
  .section-form_claim .field-block .label-box label,
  .section-form_claim .field-block .label-box span {
    font-size: 23px;
    line-height: 27px;
  }
  .section-form_claim .form__wrapper .input-checkbox-custom + label,
  .section-form_claim .form__wrapper .input-checkbox-custom + label,
  .section-form_claim .form__wrapper .input-checkbox-custom + span,
  .section-form_claim .form__wrapper .input-checkbox-custom + span {
    font-size: 18px;
  }
  .section-form_claim .form__wrapper .input-checkbox-custom + label:before,
  .section-form_claim .form__wrapper .input-checkbox-custom + label:before,
  .section-form_claim .form__wrapper .input-checkbox-custom + span:before,
  .section-form_claim .form__wrapper .input-checkbox-custom + span:before {
    top: 2px;
  }
  .section-form_claim .form__wrapper .input-checkbox-custom + label:after,
  .section-form_claim .form__wrapper .input-checkbox-custom + label:after,
  .section-form_claim .form__wrapper .input-checkbox-custom + span:after,
  .section-form_claim .form__wrapper .input-checkbox-custom + span:after {
    top: 7px;
  }
  .section-form_claim textarea.input-text {
    height: 171px;
  }
  .section-form_claim .form-note {
    font-size: 21px;
    padding: 25px 30px;
  }
  .slider-items .slick-dots {
    top: 30px;
    right: 25px;
  }
  .slider-items .slick-dots li button {
    /*width: 20px;
				height: 20px;*/
    border-radius: 10px ;
    margin: 0 5px 10px 5px;
  }
  .slider-items .slick-dots li.slick-active button {
    width: 30px;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1499px) {
  #footer-wrapper .info_center {
    margin: 0 30px 0 30px;
    width: auto;
  }
  #footer-wrapper .footer-nav {
    height: auto;
    width: auto;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 840px) and (max-width: 1049px) {
  .page-box__shadow,
  .header-box__inner,
  .slider-box__inner,
  .nav-box__inner,
  .quick-links-box__inner,
  .breadcrumbs-box__inner,
  .middle-box__inner,
  .footer-box__inner,
  .container-box__inner {
    width: 90%;
  }
  .middle-box__inner,
  .container-box__inner {
    margin-left: -45%;
  }
  .container-box:before,
  .middle-box:before {
    width: 94%;
    left: 50%;
    margin-left: -47%;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1049px) {
  /*.header-content-box {
		.slogan {
			max-width: 35%;
		}
	}*/
  .slider-box__inner .form__heading,
  .slider-box__inner .form__description {
    width: 45%;
  }
  .slider-box__inner .form__slider:before {
    top: 30px;
    left: -10px;
    max-width: 100%;
  }
  .slider-box__inner h1 {
    font-size: 28px;
  }
  .slider-box__inner h1 strong {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .slider-box__inner .form__advantages {
    padding-top: 30px;
  }
  #footer-wrapper .contacts {
    width: 40%;
    padding-right: 20px;
  }
  #footer-wrapper .nav {
    width: 60%;
  }
  #footer-wrapper .nav .col {
    width: 50%;
  }
  #footer-wrapper .info {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  #footer-wrapper .info_left,
  #footer-wrapper .info_right {
    width: 100%;
    text-align: center;
  }
  #footer-wrapper .info__row {
    flex-direction: column;
  }
  #footer-wrapper .info_right a {
    width: 100%;
    text-align: center;
    display: block;
  }
  #footer-wrapper .info_right span {
    display: block;
    padding-bottom: 10px;
    text-align: center;
  }
  #footer-wrapper .info_right br {
    content: " ";
    padding: 0 2px;
  }
  #footer-wrapper .info_right img {
    margin: auto;
  }
  #footer-wrapper .info_center {
    width: 100%;
    margin: 15px 0 0 0;
  }
  #footer-wrapper .footer-nav {
    flex-direction: row;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  .products-slider__items.owl-carousel {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
  #slider-wrapper .slick-next,
  #slider-wrapper .slick-prev {
    display: block !important;
  }
  .slider-box__inner {
    margin-top: 0;
  }
  .slider-box__inner .form__heading,
  .slider-box__inner .form__slider,
  .slider-box__inner .form__description,
  .slider-box__inner .form__body,
  .slider-box__inner .form__advantages {
    float: none;
  }
  .slider-box__inner .form__heading,
  .slider-box__inner .form__description,
  .slider-box__inner .form__advantages {
    width: 100%;
  }
  .slider-box__inner .form__heading a.noopen,
  .slider-box__inner .form__description a.noopen,
  .slider-box__inner .form__advantages a.noopen {
    display: inline-block;
  }
  .slider-box__inner .form__slider,
  .slider-box__inner .form__body {
    margin-left: auto;
    margin-right: auto;
  }
  .slider-box__inner .form__slider {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .slider-box__inner .form__advantages {
    width: auto;
    padding-left: 0;
    padding-top: 0;
  }
  .slider-box__inner .form__advantages ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .slider-box__inner .form__advantages li {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    padding: 10px;
    text-align: center;
  }
  .slider-box__inner .form__advantages span {
    display: block;
    padding-left: 0;
    padding-top: 10px;
    max-width: 100%;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  ul + .heading,
  p + .heading {
    margin-top: 20px;
  }
  /* #####   Breadcrumbs   ##################### */
  .breadcrumbs {
    margin-top: -10px;
  }
  .breadcrumbs ul {
    padding: 0 0 20px 0;
  }
  /* -----  [end]   Breadcrumbs   ------------------------------ */
  #page-box {
    padding-top: 67px;
  }
  #header-wrapper {
    height: 67px;
  }
  .header-content-box {
    font-size: 18px;
    /*.socnetwork,*/
    /*.phone {
			margin-left: 10px;

			a:before {
				background-image: url(~'@{img}/phone_ico.png')
			}
		}*/
  }
  .header-content-box .h-logo,
  .header-content-box .h-logo {
    white-space: nowrap;
  }
  .header-content-box .h-contacts {
    /*width: 100%;*/
    text-align: right;
  }
  .header-content-box .logo,
  .header-content-box .slogan {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .header-content-box .logo {
    min-width: 120px;
    width: 120px;
    margin-right: 20px;
  }
  .header-content-box .slogan {
    max-width: 290px;
    font-size: 16px;
    margin-top: 2px;
    line-height: 18px;
  }
  .header-content-box .phone {
    margin-top: 1px;
    font-size: 18px;
  }
  .header-content-box .socnetwork {
    margin: 0px 10px;
  }
  .header-content-box .mobile-menu-trigger span {
    display: none;
  }
  .header-content-box .mobile-menu-trigger a {
    display: inline-block;
  }
  .header-content-box .mobile-menu-trigger a:before {
    display: inline-block;
    content: '';
    width: 34px;
    height: 34px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) ;
    border-radius: 50% ;
    border: 1px solid transparent;
    background: transparent 50% 50% no-repeat;
  }
  .header-content-box .mobile-menu-trigger a:hover:before {
    border-color: #0d47a1;
  }
  .header-content-box .mobile-menu-trigger {
    vertical-align: middle;
  }
  .header-content-box .mobile-menu-trigger a:before {
    background-image: url(../img/menu_ico.png);
  }
  .slider-items .owl-dots {
    text-align: center;
  }
  .slider-items .slick-dots {
    text-align: center;
  }
  .products-slider {
    padding: 0 40px;
  }
  .products-slider__items {
    width: 100%;
  }
  .products-slider__items .item__inner {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 60px;
  }
  .products-slider__items.not-slider-carousel {
    margin-bottom: -30px;
  }
  .products-slider__items.not-slider-carousel .item {
    margin-bottom: 60px;
  }
  .products-slider__items.not-slider-carousel .item__inner {
    padding-top: 60px;
  }
  .products-slider__items.not-slider-carousel .item,
  .products-slider__items.not-slider-carousel .item__inner {
    height: 380px;
  }
  .products-slider__items.not-slider-carousel .product-image {
    top: 30px;
  }
  .products-slider__items .item:before,
  .products-slider__items .item__inner:before {
    background-size: auto 100% ;
  }
  .products-slider__items .title,
  .products-slider__items .subtitle,
  .products-slider__items .course_info,
  .products-slider__items .description {
    width: 31%;
  }
  .products-slider__items .description {
    top: 60px;
    right: 30px;
  }
  .products-slider__items .title {
    font-size: 25px;
    line-height: 28px;
  }
  .products-slider__items .title:after {
    margin-top: 15px;
  }
  .products-slider__items .subtitle {
    margin-top: 15px;
  }
  .products-slider__items .subtitle,
  .products-slider__items .description {
    font-size: 15px;
    line-height: 19px;
  }
  .products-slider__items .course_info {
    margin-top: 20px;
    text-align: left;
  }
  .products-slider__items .course_info div {
    font-size: 12px;
    line-height: 14px;
  }
  .products-slider__items .course_info em {
    font-size: 29px;
    line-height: 32px;
  }
  .products-slider__items.owl-carousel .item,
  .products-slider__items.owl-carousel .item__inner {
    height: 380px;
  }
  .products-slider__items.owl-carousel .item__inner {
    padding-top: 60px;
  }
  .products-slider__items.owl-carousel .product-image {
    top: 30px;
  }
  .products-slider__items .owl-autoplay {
    margin-top: 10px;
  }
  .products-slider__items .owl-dot {
    margin: 10px 6px 0 6px;
  }
  .products-slider__items .owl-dot,
  .products-slider__items .owl-dot span {
    width: 60px;
    height: 60px;
  }
  .products-slider__items .owl-dot.active {
    margin-top: 0;
  }
  .products-slider__items .owl-dot.active,
  .products-slider__items .owl-dot.active span {
    width: 80px;
    height: 80px;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 920px) {
  #footer-wrapper .contacts,
  #footer-wrapper .nav {
    float: none;
    display: block;
    width: 100%;
  }
  #footer-wrapper .contacts {
    padding-right: 0;
    padding-top: 20px;
    text-align: center;
  }
  #footer-wrapper .nav {
    text-align: center;
  }
  #footer-wrapper .nav .menu-o-kimpanii {
    display: none;
  }
  #footer-wrapper .nav .col,
  #footer-wrapper .nav .col + .col {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #footer-wrapper .nav ul {
    margin-left: 0;
    padding-left: 0;
  }
  #footer-wrapper .nav li {
    display: inline-block;
    vertical-align: top;
  }
  #footer-wrapper .nav li + li {
    padding-left: 5px;
  }
  #footer-wrapper .nav li + li:before {
    display: inline;
    vertical-align: middle;
    content: '\2022';
    padding-right: 9px;
  }
  #footer-wrapper .info {
    height: auto;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 899px) {
  #nav-wrapper {
    position: fixed;
    z-index: 100;
    right: 100%;
    transition: 0.3s;
  }
  #nav-wrapper.visible {
    right: 0;
  }
  .nav-box .header-nav-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-box .header-nav-box .musicbox-separator {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .nav-box .header-nav-box .musicbox {
    margin: 5px 0 17px 0;
  }
  .nav-box .header-nav-box .header-nav {
    flex-direction: column;
    padding: 10px 0 4px 0;
  }
  .nav-box .header-nav-box .header-nav li {
    margin: 7px 0px;
  }
  .header-content-box #menuToggle {
    display: block;
  }
  .header-content-box .slogan {
    display: none;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .heading {
    margin-bottom: 20px;
    padding: 0 0 5px 0;
  }
  .heading h1,
  .heading .h1,
  .heading h2,
  .heading .h2,
  .heading h3,
  .heading .h3 {
    font-size: 33px;
  }
  .header-content-box .phone {
    margin-left: 10px;
  }
  .header-content-box .mobile-menu-trigger {
    margin-left: 0;
  }
  .slider-box__inner h1 {
    font-size: 28px;
    line-height: 110%;
  }
  .slider-box__inner h1 strong {
    font-size: 32px;
    line-height: 110%;
  }
  .slider-box__inner .form__description {
    font-size: 23px;
    line-height: 140%;
  }
  .products-slider {
    padding-right: 125px;
  }
  .products-slider.slider-loaded {
    padding: 0 40px;
    padding-top: 20px;
  }
  .products-slider__items .item:before,
  .products-slider__items .item__inner:before {
    display: none;
  }
  .products-slider__items .item,
  .products-slider__items.not-slider-carousel .item,
  .products-slider__items .item__inner,
  .products-slider__items.not-slider-carousel .item__inner {
    height: 475px;
  }
  .products-slider__items .item__inner,
  .products-slider__items.not-slider-carousel .item__inner {
    padding-top: 40px;
  }
  .products-slider__items .item__inner {
    padding-right: 75px;
    padding-bottom: 30px;
  }
  .products-slider__items .product-image {
    width: 130px;
    left: auto;
    right: -65px;
    margin-left: 0;
  }
  .products-slider__items .title,
  .products-slider__items .subtitle,
  .products-slider__items .course_info,
  .products-slider__items .description {
    width: 100%;
  }
  .products-slider__items .description {
    position: relative;
    top: auto;
    right: auto;
    margin: 15px 0;
    min-height: 145px;
  }
  .products-slider__items .action-button {
    position: relative;
    margin-left: 0;
    bottom: auto;
    left: auto;
  }
  .products-slider__items .action-button {
    width: 180px;
  }
  .products-slider__items .go2claim_form {
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    box-shadow: 0 10px 20px rgba(14, 71, 161, 0.3) ;
  }
  .products-slider__items .course_info {
    margin-top: 30px;
  }
  .products-slider__items .course_info div {
    width: 90px;
  }
  .products-slider__items.owl-carousel {
    padding-right: 0;
    margin-bottom: -50px;
  }
  .products-slider__items.owl-carousel .item,
  .products-slider__items.owl-carousel .item__inner {
    height: 475px;
  }
  .products-slider__items.owl-carousel .item__inner {
    padding-top: 40px;
  }
  .products-slider__items .owl-item {
    padding-right: 115px;
  }
  .products-slider__items .owl-dots {
    text-align: left;
    padding: 0 40px;
    top: -30px;
  }
  .section-form_claim .form__wrapper .half.left,
  .section-form_claim .form__wrapper .half.right {
    padding-left: 10%;
    padding-right: 10%;
  }
  .section-form_claim .field-action-box {
    margin-top: 20px;
  }
  .content_page.contacts-wrapper {
    font-size: 18px;
    margin: 0 auto;
  }
  .content_page .map-row {
    flex-direction: column;
  }
  .content_page .map-row .map {
    width: 100%;
  }
  .content_page .map-row .photos {
    width: 100%;
    order: -1;
  }
  .content_page .map-row .photos .photos__item {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .content_page .map-row .photos .photos__item img {
    width: 100%;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 649px) {
  .field-block label.error {
    width: 100%;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {
  .heading h1,
  .heading .h1,
  .heading h2,
  .heading .h2 {
    font-size: 24px;
  }
  .heading span {
    font-size: 24px;
  }
  .heading span + h1,
  .heading span + .h1,
  .heading span + h2,
  .heading span + .h2,
  .heading span + h3,
  .heading span + .h3,
  .heading span + h4,
  .heading span + .h4,
  .heading span + h5,
  .heading span + .h5,
  .heading span + h6,
  .heading span + .h6 {
    font-size: 19px;
  }
  .heading h1 + span,
  .heading .h1 + span,
  .heading h2 + span,
  .heading .h2 + span,
  .heading h3 + span,
  .heading .h3 + span,
  .heading h4 + span,
  .heading .h4 + span,
  .heading h5 + span,
  .heading .h5 + span,
  .heading h6 + span,
  .heading .h6 + span {
    font-size: 19px;
  }
  .heading .subheading {
    font-size: 20px;
  }
  .slider-box__inner h1 {
    font-size: 22px;
  }
  .slider-box__inner h1 strong {
    font-size: 26px;
  }
  .slider-box__inner .form__description {
    font-size: 19px;
    line-height: 130%;
  }
  .products-slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  .products-slider.slider-loaded {
    padding-top: 60px;
  }
  .products-slider__items.not-slider-carousel {
    margin-bottom: -100px;
  }
  .products-slider__items.not-slider-carousel .item {
    margin-bottom: 100px;
  }
  .products-slider__items .item__inner,
  .products-slider__items.not-slider-carousel .item__inner {
    padding-top: 0;
  }
  .products-slider__items .item__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .products-slider__items .item {
    margin-top: 50px;
  }
  .products-slider__items .item,
  .products-slider__items.not-slider-carousel .item,
  .products-slider__items .item__inner,
  .products-slider__items.not-slider-carousel .item__inner {
    height: auto;
  }
  .products-slider__items .product-image,
  .products-slider__items.not-slider-carousel .product-image {
    width: 100%;
    height: 220px;
    position: relative;
    top: -50px;
    right: auto;
    margin-bottom: -20px;
  }
  .products-slider__items .description {
    min-height: 0;
    padding-right: 25px;
    padding-left: 25px;
  }
  .products-slider__items .course_info div {
    min-width: 90px;
    width: 33.3333%;
  }
  .products-slider__items .title {
    color: #0d47a1;
  }
  .products-slider__items .title:after {
    display: none;
  }
  .products-slider__items .title,
  .products-slider__items .subtitle,
  .products-slider__items .action-button {
    text-align: center;
  }
  .products-slider__items .subtitle {
    margin-top: 10px;
  }
  .products-slider__items .action-button {
    width: 100%;
    margin-top: 25px;
  }
  .products-slider__items .go2claim_form {
    width: 180px;
  }
  .products-slider__items.owl-carousel {
    margin-bottom: -40px;
  }
  .products-slider__items.owl-carousel .item,
  .products-slider__items.owl-carousel .item__inner {
    height: auto;
  }
  .products-slider__items.owl-carousel .item__inner {
    padding-top: 0;
  }
  .products-slider__items.owl-carousel .product-image {
    top: -50px;
  }
  .products-slider__items .owl-item {
    padding: 0 20px 50px 20px;
  }
  .products-slider__items .owl-dots {
    top: -70px;
    text-align: center;
  }
  .products-slider__items .owl-dot,
  .products-slider__items .owl-dot span {
    width: 40px;
    height: 40px;
  }
  .products-slider__items .owl-dot.active,
  .products-slider__items .owl-dot.active span {
    width: 60px;
    height: 60px;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 530px) {
  .products-slider__items .course_info {
    text-align: center;
  }
  .products-slider__items .course_info div {
    width: 90px;
    min-width: 0;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 499px) {
  .content_page .contacts-row {
    display: flex;
    flex-direction: column;
  }
  .content_page .contacts-row .contacts-col {
    width: 100%;
  }
  .content_page .contacts-row .contacts-col a {
    word-break: break-all;
  }
  .header-content-box .socnetwork .ins,
  .header-content-box .socnetwork .vk {
    display: none;
  }
  .nav-box__inner .header-nav-box .socnetwork {
    display: flex;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  .heading {
    margin-bottom: 25px;
  }
  a.btn,
  .btn,
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  button,
  input,
  select,
  textarea,
  .input-text {
    width: 100%;
  }
  button,
  .button,
  .btn {
    float: none;
  }
  button + button,
  .button + .button,
  .btn + .btn {
    margin: 10px 0 0 0;
  }
  input[type=radio],
  input[type=checkbox] {
    width: auto;
  }
  .slider-box__inner .form__heading h1 em,
  .slider-box__inner .form__heading h1 strong {
    font-size: 24px;
  }
  .slider-box__inner .form__body,
  .slider-box__inner .form__slider {
    width: 100%;
  }
  .slider-box__inner .form__slider {
    height: auto;
  }
  .slider-box__inner .form__advantages ul {
    display: block;
    width: 100%;
  }
  .slider-box__inner .form__advantages li {
    display: block;
    width: 100%;
  }
  .slider-box__inner .field-block-flex .block-dates {
    width: 46.5%;
  }
  .slider-box__inner .field-block-flex .block-peoples {
    width: 38.5%;
  }
  .slider-box__inner .field-block-flex .block-cottage {
    width: 54.5%;
  }
  .slider-items {
    height: auto;
  }
  .slider-items.not-slider-carousel .item {
    display: none;
  }
  .slider-items.not-slider-carousel .item:first-child,
  .slider-items.not-slider-carousel .item:only-child {
    display: block;
  }
  .field-block label.error {
    font-size: 10px;
    line-height: 13px;
  }
  #footer-wrapper .nav li a {
    font-size: 15px;
    line-height: 120%;
  }
  #footer-wrapper .nav li,
  #footer-wrapper .nav li + li {
    margin-bottom: 0;
  }
  .imglist .image_crop,
  .imglist.reviews .image_crop {
    width: 100%;
    height: auto;
  }
  .imglist .image_wrap {
    float: none;
    position: static;
  }
  .imglist .image_wrap img {
    position: static;
    width: 100%;
    height: auto;
  }
  .products-slider.slider-loaded {
    padding-top: 40px;
  }
  .products-slider__items .title {
    font-size: 21px;
    line-height: 24px;
  }
  .products-slider__items .product-image {
    height: 240px;
  }
  .products-slider__items .description {
    padding-right: 10px;
    padding-left: 10px;
  }
  .products-slider__items .go2claim_form {
    width: 100%;
  }
  .products-slider__items .item,
  .products-slider__items.not-slider-carousel .item,
  .products-slider__items .item__inner,
  .products-slider__items.not-slider-carousel .item__inner {
    height: auto;
    min-height: 0;
  }
  .products-slider__items .item__inner,
  .products-slider__items.not-slider-carousel .item__inner {
    padding-top: 30px;
  }
  .products-slider__items .product-image,
  .products-slider__items.not-slider-carousel .product-image {
    top: auto;
    margin: 0 auto 20px auto;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50% ;
  }
  .products-slider__items .product-image img,
  .products-slider__items.not-slider-carousel .product-image img {
    width: 100%;
    height: auto;
  }
  .products-slider__items .item {
    margin-top: 0;
  }
  .products-slider__items.not-slider-carousel {
    margin-bottom: -40px;
  }
  .products-slider__items.not-slider-carousel .item {
    margin-bottom: 40px;
  }
  .products-slider__items.owl-carousel {
    margin-bottom: -40px;
  }
  .products-slider__items.owl-carousel .product-image {
    top: auto;
  }
  .products-slider__items.owl-carousel .item,
  .products-slider__items.owl-carousel .item__inner {
    height: auto;
    min-height: 355px;
  }
  .products-slider__items.owl-carousel .item__inner {
    padding: 30px 20px;
  }
  .products-slider__items .owl-item {
    clear: none;
  }
  .products-slider__items .owl-prev,
  .products-slider__items .owl-next,
  .products-slider__items .owl-autoplay {
    width: 50px;
    height: 50px;
    margin-top: -50px;
  }
  .products-slider__items .owl-prev {
    left: -15px;
  }
  .products-slider__items .owl-next {
    right: -15px;
  }
  .products-slider__items .owl-autoplay {
    right: -15px;
    margin-top: 10px;
  }
  .products-slider__items .owl-dots {
    top: -40px;
    padding: 0;
  }
  .products-slider__items .owl-dot {
    background: #85a2cf !important;
    border-radius: 10px ;
    margin: 0 5px 10px 5px;
    transition: background-color 0.2s 0s ease , width 0.2s 0s ease ;
  }
  .products-slider__items .owl-dot,
  .products-slider__items .owl-dot.active {
    margin-top: 0;
    width: 20px;
    height: 20px;
    box-shadow: none ;
    border: 0;
  }
  .products-slider__items .owl-dot span {
    display: none;
  }
  .products-slider__items .owl-dot:hover,
  .products-slider__items .owl-dot.active {
    background: #0d47a1 !important;
  }
  .products-slider__items .owl-dot.active {
    width: 40px;
  }
  .form__wrapper .input-text {
    padding: 0 20px;
  }
  .form__wrapper .input-text,
  .form__wrapper .input-select {
    height: 46px;
    font-size: 16px;
  }
  .section-form_claim .form__wrapper .half.left,
  .section-form_claim .form__wrapper .half.right {
    padding-left: 0;
    padding-right: 0;
  }
  .header-content-box .logo {
    margin-right: 10px;
  }
  .header-content-box .phone {
    margin-left: 0px;
  }
  .header-content-box .socnetwork {
    display: none;
  }
  .gallery-list {
    /*.gallery-carousel .item .image_crop:after {
            display: none;
        }*/
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 429px) {
  .products-slider__items .course_info div {
    width: 33.3333%;
  }
  .products-slider__items .course_info span {
    display: block;
    text-indent: -99999px;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    background: transparent 50% 50% no-repeat;
  }
  .products-slider__items .course_info em {
    font-size: 23px;
    line-height: 25px;
    padding-top: 8px;
  }
  .products-slider__items .clocks_qty span {
    background-image: url(../img/course_info-clocks_qty.png);
  }
  .products-slider__items .students_qty span {
    background-image: url(../img/course_info-students_qty.png);
  }
  .products-slider__items .lessons_qty span {
    background-image: url(../img/course_info-lessons_qty.png);
  }
  .slider-box__inner .field-block-flex {
    display: block;
  }
  .slider-box__inner .field-block-flex .block-dates,
  .slider-box__inner .field-block-flex .block-peoples,
  .slider-box__inner .field-block-flex .block-cottage {
    width: 100%;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 400px) {
  .header-content-box .phone {
    margin-left: 10px;
  }
  .header-content-box .phone span {
    display: none;
  }
  .header-content-box .phone a {
    display: inline-block;
  }
  .header-content-box .phone a:before {
    display: inline-block;
    content: '';
    width: 34px;
    height: 34px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) ;
    border-radius: 50% ;
    border: 1px solid transparent;
    background: transparent 50% 50% no-repeat;
    background-image: url(../img/phone_ico.png);
  }
  .header-content-box .phone a:hover:before {
    border-color: #0d47a1;
  }
  .gallery-list .gallery-carousel .item {
    padding: 0 1px;
  }
  .gallery-list .gallery-carousel .item .image_crop {
    width: 100%;
  }
  .gallery-list.reviews .gallery-carousel .item .image_crop {
    height: auto;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/* ----- [end]  Media Queries  ------------------------------ */
#menuToggle {
  display: none;
  position: relative;
  z-index: 1;
  user-select: none;
  padding: 8px 0px 2px 5px;
  margin-left: 10px;
  line-height: 100%;
  border-radius: 5px;
}
#menuToggle input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #333;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-6px, -12px);
  background: #333;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-3px, 10px);
}
.nav-box {
  background: #414192;
}
.header-nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-nav-box .socnetwork {
  display: none;
  align-items: center;
  margin-bottom: 15px;
  margin-left: -3px;
  order: 2;
}
.header-nav-box .socnetwork a {
  background-image: url(/files/images/sprite.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  transform: scale(0.8);
}
.header-nav-box .socnetwork a + a {
  margin-left: 7px;
}
.header-nav-box .socnetwork a.vk {
  background-position: -103px -91px;
}
.header-nav-box .socnetwork a.fb {
  background-position: -81px -17px;
}
.header-nav-box .socnetwork a.ins {
  background-position: -65px -55px;
}
.header-nav-box .socnetwork a.whatsapp {
  background: url(/files/images/whatsapp-icon-header.png) no-repeat center center;
  background-size: 100%;
}
.header-nav-box .socnetwork a.telegram,
.header-nav-box .socnetwork a:first-child {
  background: url(/files/images/telegram-icon-header.png) no-repeat center center;
  background-size: 100%;
}
.header-nav-box .musicbox {
  margin: 5px 10px;
  cursor: pointer;
}
.header-nav-box .musicbox img {
  vertical-align: middle;
  margin-left: 5px;
  width: 30px;
  height: 30px;
}
.header-nav-box .musicbox span {
  vertical-align: middle;
  color: #fff;
}
.header-nav-box .musicbox:hover span {
  border-bottom: 1px dashed #fff;
}
.header-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-nav li {
  margin: 5px 15px;
}
.header-nav li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dashed transparent;
}
.header-nav li a:hover,
.header-nav li a:focus,
.header-nav li a:active {
  border-bottom: 1px dashed #fff;
}
.gallery-list {
  display: none;
  visibility: hidden;
  /* .item {
		padding: 0 10px;
		max-width: 100%;
		box-sizing: border-box;
		display: inline-block;
	}*/
  /* .item .image_crop {
		display: block;
		width: 246px;
		height: 435px;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.item .image_crop:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		filter: alpha(opacity=0);
		opacity: 0;
		background: rgba(23, 35, 48, 0.4) url(../img/i_zoom.png) 50% 50% no-repeat;
		transition: opacity .15s 0s ease-in-out;
	}
*/
  /*  .item .image_wrap {
		position: relative;
		left: 50%;
	}

	.item img {
		margin: 0;
		transition: all .15s 0s linear;
		position: relative;
		left: -50%;
		backface-visibility: hidden;
		width: 100%;
		max-width: 100%;
		height: auto;
	}*/
  /* .item a:hover img {
		transform: scale(1.14);
	}*/
}
.gallery-list .gallery-carousel .item .image_wrap {
  position: relative;
  display: block;
  padding-top: 100%;
}
.gallery-list .gallery-carousel .item .image_wrap img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: transform 0.2s;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 15px;
}
.gallery-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.gallery-list li {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
}
.gallery-list .owl-item {
  text-align: center;
}
.gallery-list .item a {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #fff;
  padding: 3px;
  border: 1px solid #d0d0d0;
  position: relative;
}
.gallery-list.portfolio .item img {
  width: auto;
  max-width: none;
  height: 100%;
}
.gallery-list.furnitura .item img {
  width: auto;
  max-width: none;
  height: 100%;
}
.gallery-list.places .item .image_crop {
  height: 536px;
}
.gallery-list.microflex .item .image_crop {
  height: 502px;
}
.gallery-list.ecoshpon .item .image_crop {
  /*height:612px;*/
  height: 587px;
}
.gallery-list.pvh .item .image_crop {
  /*height:605px;*/
  height: 530px;
}
.gallery-list.furnitura .item .image_crop {
  /*height:150px;*/
  width: auto;
  height: 90px;
}
.gallery-list .item a:hover .image_crop:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.gallery-list .owl-carousel {
  padding: 0 30px;
}
.gallery-list .owl-carousel .owl-stage {
  margin: 0;
}
.gallery-list .owl-nav.disabled {
  display: block;
}
.gallery-list .owl-carousel .owl-nav .owl-prev,
.gallery-list .owl-carousel .owl-nav .owl-next {
  display: block;
  width: 20px;
  height: 60px;
  background: transparent url(../img/carousel_sprite.png) 0 0 no-repeat;
  text-indent: -9999px;
  outline: 0;
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  transition: background 0.15s 0s linear;
}
.gallery-list .owl-nav .owl-prev {
  left: 0;
  background-position: 0 0;
}
.gallery-list .owl-carousel .owl-nav .owl-prev:hover {
  background-position: -30px 0;
}
.gallery-list .owl-carousel .owl-nav .owl-next {
  right: 0;
  background-position: -30px 100%;
}
.gallery-list .owl-carousel .owl-nav .owl-next:hover {
  background-position: 0 100%;
}
.gallery-list .owl-dots {
  margin: 15px 0 0 0;
}
.gallery-list .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  background: #4d575b;
}
.gallery-list .owl-dots .owl-dot.active {
  width: 16px;
  height: 16px;
  margin: 3px;
}
.gallery-list .owl-dots .owl-dot.active,
.gallery-list .owl-dots .owl-dot:hover {
  background: #ff8049;
}
.gallery-list .slick-slider {
  padding: 0 30px;
}
.gallery-list .slick-slider .slick-slide {
  float: left;
  clear: none;
}
.gallery-list .slick-slider .item {
  text-align: center;
  overflow: hidden;
}
.gallery-list .slick-slider .item a {
  display: inline-block;
  /*width: auto;*/
  max-width: 100%;
}
.gallery-list .slick-arrow {
  display: block;
  visibility: hidden;
  width: 20px;
  height: 60px;
  background: transparent url(../img/carousel_sprite.png) 0 0 no-repeat;
  text-indent: -9999px;
  outline: 0;
  text-decoration: none;
  transition: background 0.15s 0s linear;
}
.gallery-list .slick-disabled {
  opacity: 0.2;
}
.gallery-list .slick-arrow.slick-prev {
  left: 0;
  background-position: 0 0;
}
.gallery-list .slick-arrow.slick-prev:hover,
.gallery-list .slick-arrow.slick-prev:focus {
  background: transparent url(../img/carousel_sprite.png) 0 0 no-repeat;
  background-position: -30px 0;
}
.gallery-list .slick-arrow.slick-next {
  right: 0;
  background-position: -30px 100%;
}
.gallery-list .slick-arrow.slick-next:hover,
.gallery-list .slick-arrow.slick-next:focus {
  background: transparent url(../img/carousel_sprite.png) 0 0 no-repeat;
  background-position: 0 100%;
}
.tooltip-wrapper {
  display: none;
  position: absolute;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  overflow: hidden;
  z-index: 9999;
}
.tooltip-trigger {
  position: absolute;
}
.tooltip-header {
  font-size: 20px;
  font-weight: 600;
}
.tooltip-active {
  display: block;
  z-index: 999;
}
.product-item {
  box-shadow: 5px;
  display: flex;
  flex-direction: column;
  width: 360px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid gray;
  background-color: white;
  padding: 20px;
  font-family: sans-serif;
}
.product-item__header {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.product-item__variants {
  display: flex;
  flex-direction: row;
}
.product-item__materials ul {
  margin: 0;
  padding: 10px 0 10px 20px;
}
.product-item__materials li {
  margin: 0;
}
.product-item__description {
  display: flex;
  flex-direction: column;
}
.product-item__description-item {
  margin: 0 0 5px 0;
  display: flex;
  flex-direction: row;
}
.product-item__description-item .type {
  font-weight: 600;
}
.product-item__description-item .value {
  margin-left: 0.5em;
}
.product-item__description-item .value ul {
  margin: 0;
  padding: 0 0 0 0px;
  list-style-type: none;
}
.product-item__description-item .value li {
  margin: 0;
}
.product-item__description-item .value li:before {
  content: "- ";
  display: inline;
  width: 1.2em;
  color: black;
}
.product-item__price {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
}
.product-item__price-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 10px 0 0 0;
}
.product-item__price-item_price {
  font-size: 20px;
  font-weight: 600;
}
.fancybox-close-small {
  /*position: fixed;
	right: 30px;
	top: 30px;
	@media (max-width: 500px) {
		right: 30px;
	}
	*/
}
.fancybox-close-small:after {
  position: fixed;
  right: initial;
  top: initial;
}
.fancybox-slide > div {
  background: none;
}
#hidd-content {
  position: relative;
  display: none;
  max-width: 1260px;
  margin: 50px;
}
@media (max-width: 500px) {
  #hidd-content {
    display: none;
    max-width: 1260px;
    margin: 10px;
    padding: 0px;
  }
}
.product-card {
  box-shadow: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 350px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 20px;
  font-family: sans-serif;
  margin: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 500px) {
  .product-card {
    width: 260px;
    padding: 10px;
  }
}
@media (max-width: 887px) {
  .product-card {
    font-size: 12px;
  }
}
.product-card:hover {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
product-card__header-and-materials {
  display: flex;
  flex-direction: column;
}
.product-card__header {
  font-size: 26px;
  line-height: 30px;
  /*font-weight: 600;*/
  text-align: left;
}
@media (max-width: 887px) {
  .product-card__header {
    font-size: 17px;
    line-height: 20px;
  }
}
.product-card__variants {
  display: flex;
  flex-direction: row;
}
.product-card__materials ul {
  margin: 0;
  padding: 10px 0 10px 20px;
}
@media (max-width: 887px) {
  .product-card__materials ul {
    height: auto;
    line-height: 15px;
  }
}
.product-card__materials li {
  margin: 0;
  /*font-size:90%;*/
}
.product-card__materials div.card__images {
  /*height: 60px;
		overflow: hidden;*/
  /*		width:120px;
		float:right;*/
  margin: 10px 0 0 0;
}
.product-card__materials div.card__images img {
  width: auto;
  height: 50px;
  /*			width: 100px;
			height: 100px;
			float:right;*/
  /*display: inline-block;*/
  /*object-fit: cover;*/
  /*vertical-align: middle;*/
  margin: 3px 3px;
}
@media (max-width: 500px) {
  .product-card__materials div.card__images img {
    width: auto;
    height: 46px;
    margin: 2px;
  }
}
.product-card__materials div.card__images.subpage img {
  height: auto;
}
@media (max-width: 500px) {
  .product-card__materials div.card__images.subpage img {
    height: auto;
  }
}
.product-card__materials img:hover {
  /*cursor: pointer;*/
  cursor: zoom-in;
}
.product-card__description-and-price {
  display: flex;
  flex-direction: column;
}
.product-card__description {
  display: flex;
  flex-direction: column;
}
.product-card__description-item {
  margin: 0 0 5px 0;
  display: flex;
  flex-direction: row;
}
.product-card__description-item .type {
  font-weight: 600;
}
.product-card__description-item .value {
  margin-left: 0.5em;
  line-height: 18px;
}
.product-card__description-item .value i {
  font-size: 80%;
  line-height: 16px;
}
@media (max-width: 887px) {
  .product-card__description-item .value {
    line-height: 12px;
  }
  .product-card__description-item .value i {
    line-height: 10px;
  }
}
.product-card__description-item .value ul {
  margin: 0;
  padding: 0 0 0 0px;
  list-style-type: none;
}
.product-card__description-item .value li {
  margin: 0;
}
.product-card__description-item .value li:before {
  content: "- ";
  display: inline;
  width: 1.2em;
  color: black;
}
.product-card__price {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
}
@media (max-width: 887px) {
  .product-card__price {
    margin: 0;
  }
}
.product-card__price-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 10px 0 0 0;
}
@media (max-width: 887px) {
  .product-card__price-item {
    margin: 0;
  }
}
.product-card__price-item_price_description {
  /*font-size: 80%;*/
  line-height: 24px;
  text-align: right;
}
@media (max-width: 887px) {
  .product-card__price-item_price_description {
    line-height: 15px;
  }
}
.product-card__price-item_price {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 887px) {
  .product-card__price-item_price {
    margin-bottom: 10px;
  }
}
.tippy-box[data-theme~='my_theme'] {
  background-color: white;
  color: black;
  width: 400px;
  padding: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 900px) and (max-width: 1049px) {
  #slider2-wrapper .slider-box__inner {
    margin-top: 60px;
  }
}
a.btn,
.btn,
button {
  border-radius: 10px ;
}
.product-info {
  --prod-info-flex-direction: column;
  --prod-info-flex-justify-content: flex-start;
  --prod-info-flex-align-items: center;
  color: var(--app-font-color);
}
@media only screen and (min-width: 992px) {
  .product-info {
    --prod-info-flex-direction: row;
    --prod-info-flex-justify-content: space-between;
    --prod-info-flex-align-items: flex-start;
  }
}
.product-info h1 {
  color: #000;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .product-info h1 strong {
    font-size: 26px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .product-info h1 strong {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1499px) {
  .product-info h1 strong {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1500px) {
  .product-info h1 strong {
    font-size: 40px;
  }
}
.product-info h1 strong:only-child {
  padding-bottom: 0;
}
.product-info .col-left {
  width: var(--prod-info-col-left-width);
  float: left;
}
.product-info .col-right {
  width: var(--prod-info-col-right-width);
  float: right;
}
@media only screen and (max-width: 991px) {
  .product-info {
    --prod-info-col-left-width: 100%;
    --prod-info-col-right-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
  }
  .product-info .col-left,
  .product-info .col-right {
    float: none;
  }
  .product-info .product-info__heading {
    text-align: center;
    order: 5;
  }
  .product-info .product-info__slider {
    --prod-info-slider-item-width: 100%;
    --prod-info-slider-item-height: auto;
    order: 10;
  }
  .product-info .product-info__details {
    order: 15;
  }
  .product-info .product-info__form-wrapper {
    order: 20;
  }
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
  .product-info .product-info__slider {
    --prod-info-slider-item-width: 440px;
    --prod-info-slider-item-height: 300px;
  }
}
@media only screen and (max-width: 1499px) {
  .product-info {
    --prod-info-form-width-max: 440px;
    --prod-info-details-width-max: 440px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1049px) {
  .product-info {
    --prod-info-col-left-width: 54%;
    --prod-info-col-right-width: 42%;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1499px) {
  .product-info {
    --prod-info-col-left-width: 470px;
    --prod-info-col-right-width: 440px;
  }
  .product-info .product-info__slider {
    --prod-info-slider-item-width: 440px;
    --prod-info-slider-item-height: 300px;
  }
}
@media only screen and (min-width: 1500px) {
  .product-info {
    --prod-info-col-left-width: 640px;
    --prod-info-col-right-width: 580px;
    --prod-info-details-width-max: 580px;
    --prod-info-form-width-max: 500px;
  }
  .product-info .product-info__slider {
    --prod-info-slider-item-width: 580px;
    --prod-info-slider-item-height: 395px;
  }
}
.product-info .product-info__description {
  width: 100%;
  max-width: var(--prod-info-form-width-max);
  margin-top: 30px;
  padding: 20px;
  font-size: 19px;
  line-height: 1.25;
  background: #d5ff91;
  border-radius: 15px;
}
@media only screen and (max-width: 991px) {
  .product-info .product-info__description {
    margin: 0 auto;
  }
}
.product-info .product-info__description a.noopen {
  color: #0d47a1;
  border-color: #0d47a1;
}
.product-info .product-info__description a.noopen:hover {
  color: #000;
}
.product-info .product-info__form {
  width: 100%;
  max-width: var(--prod-info-form-width-max);
  margin: 20px 0 0 0;
  padding: 30px 35px;
  border-radius: 15px;
  background: #f2f5f7;
  font-size: 19px;
  line-height: 24px;
  color: #000;
  box-shadow: 0 50px 20px -40px rgba(19, 77, 127, 0.4);
}
@media only screen and (max-width: 991px) {
  .product-info .product-info__form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 499px) {
  .product-info .field-block-flex {
    --prod-info-input-dates-width: 100%;
    --prod-info-input-peoples-width: 100%;
    --prod-info-input-cottage-width: 100%;
    flex-direction: column;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1499px) {
  .product-info .field-block-flex {
    --prod-info-input-dates-width: 170px;
    --prod-info-input-peoples-width: 135px;
    --prod-info-input-cottage-width: 205px;
  }
}
@media only screen and (min-width: 1500px) {
  .product-info .field-block-flex {
    --prod-info-input-dates-width: 200px;
    --prod-info-input-peoples-width: 155px;
    --prod-info-input-cottage-width: 245px;
  }
}
.product-info .field-block-flex .block-dates {
  width: var(--prod-info-input-dates-width);
}
.product-info .field-block-flex .block-peoples {
  width: var(--prod-info-input-peoples-width);
}
.product-info .field-block-flex .block-cottage {
  width: var(--prod-info-input-cottage-width);
}
@media only screen and (min-width: 992px) {
  .product-info .product-info__details {
    margin-top: 40px;
  }
}
.product-info .details__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: var(--prod-info-details-width-max);
  margin: 0 auto;
}
.product-info .details__wrapper .details__item {
  padding: 1em 1.25em;
  border-radius: 15px;
}
.product-info .details__wrapper ul {
  width: 100%;
  list-style: none;
  text-align: left;
  margin: 0;
}
.product-info .details__wrapper ul:nth-last-child(1) {
  margin-bottom: 0;
}
.product-info .details__wrapper li {
  margin-bottom: 0;
  width: 100%;
}
.product-info .details__wrapper .details__note {
  background: #d5ff91;
}
.product-info .details__wrapper .details__note ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
.product-info .details__wrapper .details__note li > span {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
}
.product-info .details__wrapper .details__note li em {
  color: #41418f;
}
.product-info .details__wrapper .details__note span {
  font-size: 19px;
  line-height: 1.25;
  text-align: left;
}
.product-info .details__wrapper .details__specs {
  --prod-info-details-specs-bgcolor: #f2f5f7;
  background: var(--prod-info-details-specs-bgcolor);
}
@media only screen and (min-width: 992px) {
  .product-info.info__apartment {
    --prod-info-details-width-max: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .product-info.info__apartment .product-info__details {
    margin-top: 0;
  }
}
.section--product-info .middle-content-box__inner {
  padding-bottom: 3em;
}
.form__wrapper .input-text,
.form__wrapper .input-select {
  box-shadow: 0 15px 30px rgba(39, 73, 126, 0.4) ;
  border-radius: 10px ;
}
.form__wrapper textarea {
  border-radius: 10px ;
}
@media only screen and (max-width: 991px) {
  .product-info__slider .slider-items {
    width: 100%;
    max-width: var(--prod-info-slider-item-width);
    margin-left: auto;
    margin-right: auto;
  }
}
.product-info__slider .slider-items.slick-initialized .item {
  display: block;
}
.product-info__slider .item:not(:first-child) {
  display: none;
}
.product-info__slider .item a {
  display: block;
  width: 100%;
  max-width: var(--prod-info-slider-item-width);
  height: var(--prod-info-slider-item-height);
  aspect-ratio: 22 / 15;
  overflow: hidden;
  border-radius: 15px;
}
.product-info__slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover ;
  object-position: center center ;
}
.product-info__slider .slick-dots {
  position: relative;
  inset: auto;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}
.product-info__slider .slick-dots li button {
  --slick-dots-border-color: #41418f;
  --slick-dots-bgcolor: var(--slick-dots-border-color);
  --slick-dots-width: 18px;
  --slick-dots-height: 18px;
  background-color: var(--slick-dots-bgcolor);
  width: var(--slick-dots-width);
  height: var(--slick-dots-height);
  border-radius: 9px;
  margin: 0;
  border: 1px solid var(--slick-dots-border-color);
}
.product-info__slider .slick-dots li:hover button,
.product-info__slider .slick-dots li.slick-active button {
  --slick-dots-bgcolor: #a6d559;
}
.product-info__slider .slick-dots li.slick-active button {
  --slick-dots-width: 34px;
  width: var(--slick-dots-width);
}
.specs__description,
.specs__price {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.specs__description-item,
.specs__price-item {
  text-wrap: pretty;
  font-size: 1.05em;
}
@media only screen and (max-width: 399px) {
  .specs__description-item,
  .specs__price-item {
    font-size: 1.15em;
  }
}
@media only screen and (min-width: 401px) {
  .specs__description-item.item__specs,
  .specs__price-item.item__specs {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 10px;
    -webkit-column-break-inside: avoid;
    align-items: start;
  }
  .specs__description-item.item__specs .type::after,
  .specs__price-item.item__specs .type::after {
    content: '';
    border-bottom: 1px dashed #cfcfcf;
    flex-grow: 1;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 1.1em;
  }
}
.specs__description-item.item__specs .type,
.specs__price-item.item__specs .type {
  position: relative;
}
@media only screen and (max-width: 399px) {
  .specs__description-item.item__specs .type,
  .specs__price-item.item__specs .type {
    font-size: 0.9em;
    font-weight: 600;
  }
}
.specs__description-item.item__specs .type span,
.specs__price-item.item__specs .type span {
  background: var(--prod-info-details-specs-bgcolor);
  box-shadow: 4px 0 0 0 var(--prod-info-details-specs-bgcolor);
  padding: 6px 0;
  position: relative;
  z-index: 1;
}
.specs__description-item.item__note,
.specs__price-item.item__note,
.specs__description-item.item__title,
.specs__price-item.item__title {
  display: flex;
  gap: 10px;
}
.specs__description-item.item__note,
.specs__price-item.item__note {
  font-size: 0.9em;
  line-height: 1.2;
}
.specs__description-item.item__title,
.specs__price-item.item__title {
  padding: 10px 0;
}
.specs__description-item.item__title .type,
.specs__price-item.item__title .type {
  font-size: 1.05em;
  font-weight: 600;
}
.specs__description-item.item__title br,
.specs__price-item.item__title br {
  display: none;
}
.specs__description-item sup,
.specs__price-item sup,
.specs__description-item sub,
.specs__price-item sub {
  font-size: 0.9em;
  vertical-align: baseline;
}
/*# sourceMappingURL=./general.css.map */
/* less 4.6.4 */