@charset "UTF-8";
/*----- Form var -----*/
/*----- Global layout -----*/
/* buttons  */
/*--------- font-face ---------*/
/* ------------- example -------- */
/* ------------- example -------- */
@font-face {
  font-family: 'GilroyLight';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GilroyRegular';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GilroyMedium';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GilroyBold';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

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

body {
  margin: 0;
  background-color: #fff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
  overflow-x: hidden; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  min-height: 100%; }

html, body {
  height: 100%; }

audio,
video {
  display: block; }

section {
  max-width: 100%; }

a {
  text-decoration: none; }
  a:focus {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a img {
    border: none; }

ul, ol {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  display: block;
  border-style: none; }

noscript div {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 77777;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border: 3px solid red;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #707070; }

noscript div a {
  text-decoration: underline;
  color: blue; }

input,
textarea,
select {
  vertical-align: middle; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  width: 100%; }

input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  outline: none; }

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none; }

input[type="image"] {
  padding: 0;
  border: none; }

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="submit"],
input[type="button"] {
  cursor: pointer; }

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

button {
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  margin: 0; }

div {
  word-break: break-word;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

iframe {
  border: none; }

input::-ms-clear {
  display: none; }

/*FONTS*/
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/* media breakpoint mixin */
/* Single property transition mixin */
/* how to use fonts mixin
  @include font("Lato", "LatoBold", "AcuminPro-Bold", "700", "normal")
*/
body {
  max-width: 100%;
  min-width: 320px;
  margin: 0;
  font-family: 'GilroyRegular',sans-serif;
  font-size: 18px;
  line-height: 28.8px;
  color: #070707;
  background: #fff;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      line-height: 22.4px; } }

.no-scroll {
  overflow: hidden; }

.hidden {
  display: none !important; }

p {
  margin-bottom: 15px; }

.content--large p {
  font-size: 28px;
  line-height: 40.6px; }
  @media only screen and (max-width: 992px) {
    .content--large p {
      font-size: 18px;
      line-height: 25.2px;
      color: #4F4F4F; } }

.content--large img {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 34px;
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (max-width: 768px) {
    .content--large img {
      margin-top: 17px;
      margin-bottom: 32px; } }

.content a {
  color: #968158;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: underline; }
  @media (any-hover: hover) {
    .content a:hover {
      text-decoration: none; } }

.content ol li,
.content ul:not(.social-list) li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #070707;
  line-height: 28px; }
  .content ol li:before,
  .content ul:not(.social-list) li:before {
    position: absolute; }
  @media only screen and (max-width: 570px) {
    .content ol li,
    .content ul:not(.social-list) li {
      margin-bottom: 10px;
      padding-left: 22px;
      font-size: 14px;
      line-height: 20px; } }

.content ul:not(.social-list) li:before {
  content: '';
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
  background-color: #968158;
  border-radius: 50%; }

.content ol {
  counter-reset: myCounter; }
  .content ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ". ";
    color: #968158;
    top: 0;
    left: 0; }

.sitemap-main .content a {
  color: #070707;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  @media (any-hover: hover) {
    .sitemap-main .content a:hover {
      color: #968158; } }

@media only screen and (min-width: 1920px) {
  .block--max-width {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto; } }

.container {
  padding: 0 16px;
  width: 100%;
  max-width: calc(1264px + 32px);
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1440px) {
    .container {
      max-width: calc(1000px + 32px); } }

.container--small {
  padding-left: 16px;
  padding-right: 16px;
  max-width: calc(1048px + 32px);
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1200px) {
    .container--small {
      width: 100%; } }

@media only screen and (min-width: 1920px) {
  .section--max-width {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto; } }

*:focus {
  outline: none !important; }

section {
  padding: 120px 0; }
  @media only screen and (max-width: 1200px) {
    section {
      padding: 70px 0; } }
  @media only screen and (max-width: 768px) {
    section {
      padding: 60px 0; } }
  @media only screen and (max-width: 480px) {
    section {
      padding: 48px 0; } }

@media only screen and (min-width: 1201px) {
  .section--top-indent {
    padding-top: 80px; } }

@media only screen and (max-width: 480px) {
  .section--top-indent {
    padding-top: 32px; } }

.block-theme--bg-primary-dark {
  background-color: #040245; }

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

h1, h2, h3, h4, h4, h6, .h1-title, .h2-title, .h3-title, .h4-title, .h5-title {
  display: block;
  font-family: 'GilroyMedium',sans-serif;
  font-weight: 500; }

.txt-uppercase {
  text-transform: uppercase; }

h1, .h1-title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 57.6px; }
  @media only screen and (max-width: 768px) {
    h1, .h1-title {
      margin-bottom: 24px;
      font-size: 26px;
      line-height: 38.16px; } }

h2, .h2-title {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 52px; }
  @media only screen and (max-width: 768px) {
    h2, .h2-title {
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 31.2px; } }
  @media only screen and (max-width: 480px) {
    h2, .h2-title {
      margin-bottom: 10px; } }

h3, .h3-title {
  font-family: 'GilroyRegular',sans-serif;
  font-size: 32px;
  line-height: 41.6px; }
  @media only screen and (max-width: 768px) {
    h3, .h3-title {
      font-size: 20px;
      line-height: 24px; } }

h4, .h4-title {
  font-size: 24px;
  line-height: 31.2px; }
  @media only screen and (max-width: 768px) {
    h4, .h4-title {
      font-size: 18px;
      line-height: 23.4px; } }

h5, .h5-title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px; }
  @media only screen and (max-width: 768px) {
    h5, .h5-title {
      font-size: 16px;
      letter-spacing: 3px; } }

ul, li {
  list-style-type: none !important; }

.main-page .header__logo {
  pointer-events: none; }

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

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.btn.btn-to-top {
  position: fixed;
  background: url(../i/icons/arr-top.svg) center center no-repeat #968158;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 1000;
  cursor: pointer;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .btn.btn-to-top {
      width: 40px;
      height: 40px; } }

table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px; }
  table td {
    vertical-align: top; }
  table td, table th {
    border: 1px solid #000;
    padding: 10px; }

.mb-0 {
  margin-bottom: 0 !important; }

.text-no-wrap {
  white-space: nowrap; }

.btn--full-reset {
  padding: 0;
  border: 0;
  background-color: transparent; }

.text-clip {
  white-space: nowrap;
  /* Отменяем перенос текста */
  overflow: hidden;
  /* Обрезаем содержимое */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.form-field {
  position: relative;
  margin-bottom: 21px; }
  @media only screen and (max-width: 768px) {
    .form-field {
      margin-bottom: 14px; } }
  .form-field:before {
    content: attr(data-error);
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 12px;
    line-height: 16px;
    color: #DE3618;
    font-family: 'GilroyRegular',sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .form-field.error .select2-selection,
  .form-field.error .form-control {
    border: 1px solid #DE3618;
    color: #DE3618 !important; }
  .form-field.error .checkbox label:before,
  .form-field.error .radio label:before {
    border-color: #DE3618 !important; }
  .form-field.error:before {
    opacity: 1;
    visibility: visible; }

.form-control, textarea, select, .input-field .select2, .select-wrapper input.select-dropdown, .select-list .btn, .label-input {
  margin: 0;
  font-family: 'GilroyMedium',sans-serif;
  padding: 10px 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 44px;
  font-size: 14px;
  line-height: 18.2px;
  color: #070707;
  background: #fff;
  border: 1px solid #BDBDBD; }
  @media only screen and (max-width: 570px) {
    .form-control, textarea, select, .input-field .select2, .select-wrapper input.select-dropdown, .select-list .btn, .label-input {
      padding: 10px 15px;
      font-family: 'GilroyRegular',sans-serif;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 16px; } }
  .form-control:focus, textarea:focus, select:focus, .input-field .select2:focus, .select-wrapper input.select-dropdown:focus, .select-list .btn:focus, .label-input:focus {
    border-color: #4F4F4F; }
    .form-control:focus .select2-container--default .select2-selection--single, textarea:focus .select2-container--default .select2-selection--single, select:focus .select2-container--default .select2-selection--single, .input-field .select2:focus .select2-container--default .select2-selection--single, .select-wrapper input.select-dropdown:focus .select2-container--default .select2-selection--single, .select-list .btn:focus .select2-container--default .select2-selection--single, .label-input:focus .select2-container--default .select2-selection--single {
      border-color: #4F4F4F; }

textarea.form-control {
  min-height: 98px; }

input::-webkit-input-placeholder {
  color: #828282 !important; }

input::-moz-placeholder {
  color: #828282 !important; }

input:-ms-input-placeholder {
  color: #828282 !important; }

input::-ms-input-placeholder {
  color: #828282 !important; }

input::placeholder {
  color: #828282 !important; }

input::-moz-placeholder {
  color: #828282 !important; }

input:-moz-placeholder {
  color: #828282 !important; }

input:-ms-input-placeholder {
  color: #828282 !important; }

input[placeholder] {
  color: #070707 !important; }

textarea::-webkit-input-placeholder {
  color: #828282 !important; }

textarea::-moz-placeholder {
  color: #828282 !important; }

textarea:-ms-input-placeholder {
  color: #828282 !important; }

textarea::-ms-input-placeholder {
  color: #828282 !important; }

textarea::placeholder {
  color: #828282 !important; }

textarea[placeholder] {
  color: #070707 !important; }

textarea::-moz-placeholder {
  color: #828282 !important; }

textarea:-moz-placeholder {
  color: #828282 !important; }

textarea:-ms-input-placeholder {
  color: #828282 !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 0;
  height: 44px; }

.select2-container {
  width: 100%;
  padding: 0 !important;
  font-size: 14px;
  line-height: 20px;
  border: 0 !important;
  z-index: 9999;
  font-family: 'GilroyMedium',sans-serif; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  padding-right: 14px;
  color: #070707 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50%;
  width: 12px;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 7px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../i/icons/arrowDown.svg");
    background-size: 12px 7px;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #828282; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #070707;
  background-color: #f2f2f2; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 151px;
  background-color: #fff; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 8px;
    margin-left: 16px;
    position: absolute;
    top: 0;
    right: 16px;
    height: 100%; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar:horizontal {
    height: 47px; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    width: 8px;
    border-color: #968158;
    background-color: #968158;
    border-radius: 6px; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #968158;
    background-color: #968158; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    border-width: 0; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track-piece {
    background: transparent;
    border-radius: 6px; }

.select2-results__option {
  padding: 13px 16px;
  line-height: 18.2px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px; }

.select2-dropdown {
  padding-right: 13px;
  border-color: #E0E0E0; }

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  visibility: hidden; }

input[type=radio] {
  width: 20px;
  height: 20px; }

.checkbox,
.radio {
  position: relative;
  font-size: 14px;
  line-height: 18.2px;
  font-family: 'GilroyMedium',sans-serif; }
  .checkbox:not(:last-child),
  .radio:not(:last-child) {
    margin-right: 24px; }
    @media only screen and (max-width: 768px) {
      .checkbox:not(:last-child),
      .radio:not(:last-child) {
        margin-right: 0;
        margin-bottom: 22px; } }
  @media only screen and (max-width: 768px) {
    .checkbox,
    .radio {
      font-family: 'GilroyRegular',sans-serif; } }
  .checkbox label,
  .radio label {
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .checkbox label,
      .radio label {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px; } }
    .checkbox label:before, .checkbox label:after,
    .radio label:before,
    .radio label:after {
      content: '';
      position: absolute;
      left: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .checkbox label:after,
    .radio label:after {
      opacity: 0; }
    .checkbox label:before,
    .radio label:before {
      top: 50%;
      border: 2px solid #968158;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.radio label {
  padding-left: 28px; }
  .radio label:before {
    width: 20px;
    height: 20px;
    border: 2px solid #968158;
    border-radius: 50%; }
  .radio label:after {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 5px;
    background-color: #968158;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.checkbox label {
  padding-left: 32px; }
  .checkbox label:before {
    width: 24px;
    height: 24px;
    border-radius: 0; }
  .checkbox label:after {
    top: -1px;
    left: 9px;
    width: 7px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
            transform: rotate(44deg); }

[type=radio]:checked + label:after,
[type=checkbox]:checked + label:after {
  opacity: 1; }

[type=checkbox]:checked + label:before {
  background-color: #968158; }

@media only screen and (max-width: 992px) {
  .form-field-select--hidden {
    display: none; } }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-administration {
  font-size: 4.6rem;
  width: 1em; }

.icon-arrow-right {
  font-size: 0.8rem;
  width: 0.75em; }

.icon-arrowDown {
  font-size: 0.5rem;
  width: 1.8em; }

.icon-balance {
  font-size: 5.2rem;
  width: 0.96154em; }

.icon-bottom {
  font-size: 2.4rem;
  width: 1.04167em; }

.icon-change {
  font-size: 4.6rem;
  width: 1em; }

.icon-close {
  font-size: 1.8rem;
  width: 1em; }

.icon-cyprus-logo {
  font-size: 56.2rem;
  width: 1em; }

.icon-discussing {
  font-size: 5.2rem;
  width: 0.96154em; }

.icon-document {
  font-size: 5.2rem;
  width: 0.96154em; }

.icon-dollar {
  font-size: 5.2rem;
  width: 0.96154em; }

.icon-external-link {
  font-size: 1.5rem;
  width: 1.06667em; }

.icon-facebook {
  font-size: 2.1rem;
  width: 1em; }

.icon-fax {
  font-size: 1.5rem;
  width: 1.06667em; }

.icon-financial-reg {
  font-size: 4.6rem;
  width: 1em; }

.icon-getLicense {
  font-size: 4.6rem;
  width: 1em; }

.icon-graph {
  font-size: 5.2rem;
  width: 0.96154em; }

.icon-instagram {
  font-size: 2.1rem;
  width: 1em; }

.icon-left {
  font-size: 2.4rem;
  width: 1.04167em; }

.icon-left-arrow-thin {
  font-size: 2.6rem;
  width: 0.53846em; }

.icon-linkedin {
  font-size: 1.9rem;
  width: 1em; }

.icon-location {
  font-size: 2rem;
  width: 1.05em; }

.icon-mail {
  font-size: 2rem;
  width: 1em; }

.icon-marker {
  font-size: 5.6rem;
  width: 1em; }

.icon-messenger {
  font-size: 2.1rem;
  width: 1em; }

.icon-phone {
  font-size: 1.6rem;
  width: 1em; }

.icon-price {
  font-size: 4.6rem;
  width: 1em; }

.icon-register {
  font-size: 4.6rem;
  width: 1em; }

.icon-right {
  font-size: 2.4rem;
  width: 1.04167em; }

.icon-right-arrow-thin {
  font-size: 2.6rem;
  width: 0.53846em; }

.icon-services-arrow {
  font-size: 3.2rem;
  width: 0.53125em; }

.icon-share {
  font-size: 1.9rem;
  width: 1em; }

.icon-skype {
  font-size: 2rem;
  width: 1em; }

.icon-telegram {
  font-size: 2.1rem;
  width: 1em; }

.icon-telegram_ {
  font-size: 2.1rem;
  width: 1em; }

.icon-top {
  font-size: 2.4rem;
  width: 1.04167em; }

.icon-vk {
  font-size: 2.1rem;
  width: 1em; }

@font-face {
  font-family: "Icons";
  src: url("../fonts/Icons.eot");
  src: url("../fonts/Icons.eot?#iefix") format("eot"), url("../fonts/Icons.woff") format("woff"), url("../fonts/Icons.ttf") format("truetype"), url("../fonts/Icons.svg#Icons") format("svg"); }


.icon-check:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }


.icon-check:before {
  content: '\E002'; }

/*FONTS*/
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/* media breakpoint mixin */
/* Single property transition mixin */
/* how to use fonts mixin
  @include font("Lato", "LatoBold", "AcuminPro-Bold", "700", "normal")
*/
.btn {
  display: inline-block;
  padding: 20px 32px 21px;
  font-family: 'GilroyMedium',sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 21.6px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color; }
  @media only screen and (max-width: 768px) {
    .btn {
      width: 100%;
      padding-top: 12px;
      padding-bottom: 12px;
      font-size: 14px;
      line-height: 16.8px; } }

.btn-secondary {
  color: #070707; }
  .btn-secondary:focus, .btn-secondary:visited, .btn-secondary:active, .btn-secondary:hover {
    color: #fff;
    background-color: #756345; }

.btn-main {
  background-color: #968158; }
  .btn-main:focus, .btn-main:hover, .btn-main:active {
    background-color: #756345; }

.btn-main--outline {
  color: #968158;
  border: 2px solid #968158; }
  @media only screen and (min-width: 1201px) {
    .btn-main--outline {
      padding-top: 18px;
      padding-bottom: 19px; } }
  .btn-main--outline:focus, .btn-main--outline:hover, .btn-main--outline:active {
    color: #fff;
    background-color: #756345;
    border-color: #756345; }

.btn-outline--primary-dark {
  border: 1px solid #070707; }

.btn-disabled {
  background-color: #E0E0E0;
  cursor: none; }

.header {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(4, 2, 69, 0.05); }

.header__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1920px;
  min-height: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 60px;
  font-size: 14px; }
  @media only screen and (max-width: 1440px) {
    .header__nav {
      padding: 24px; } }
  @media only screen and (max-width: 1200px) {
    .header__nav {
      position: fixed;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      height: 100%;
      padding: 0 16px 24px;
      background-color: #fff;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      overflow: visible;
      z-index: 9999;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; } }
  .header__nav a, .header__nav button, .header__nav span {
    color: #070707; }
    @media only screen and (max-width: 768px) {
      .header__nav a, .header__nav button, .header__nav span {
        font-family: 'GilroyMedium',sans-serif;
        font-size: 14px; } }
  .header__nav .icon-arrowDown {
    width: .6rem;
    margin-left: 6px;
    font-size: .4rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .header__nav .icon-phone,
  .header__nav .icon-external-link,
  .header__nav .icon-skype {
    width: 1rem;
    height: 1rem;
    margin-right: 8px; }
  @media only screen and (max-width: 1200px) {
    .header__nav .icon-external-link {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-left: 16px;
      margin-right: 0; } }

.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  min-height: 112px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999; }
  @media only screen and (max-width: 1366px) {
    .header__logo {
      width: 105px;
      min-height: 70px; } }

.header__logo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain; }
  .header__logo-img.show {
    opacity: 1;
    z-index: 10; }
  @media only screen and (max-width: 768px) {
    .header__logo-img {
      opacity: 1 !important; } }

@media only screen and (max-width: 768px) {
  .header__logo-secondary-img {
    display: none; } }

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 1201px) {
    .header__menu {
      margin-left: -10px;
      margin-right: -10px; } }
  @media only screen and (min-width: 1366px) {
    .header__menu {
      margin-left: -14px;
      margin-right: -14px; } }
  @media only screen and (max-width: 1200px) {
    .header__menu {
      display: block; } }

.header__item {
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1201px) {
    .header__item {
      margin-bottom: 0;
      padding-left: 10px;
      padding-right: 10px; }
      .header__item:hover .language-dropdown,
      .header__item:hover .header-dropdown {
        opacity: 1;
        visibility: visible; }
      .header__item:hover .icon-arrowDown {
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg); } }
  @media only screen and (min-width: 1366px) {
    .header__item {
      padding-left: 14px;
      padding-right: 14px; } }

@media only screen and (max-width: 1200px) {
  .header__item--bottom-indent {
    margin-bottom: 50px; } }

.header__link {
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  .header__link:focus, .header__link:active, .header__link:hover {
    color: #756345; }
    .header__link:focus span, .header__link:active span, .header__link:hover span {
      color: currentColor; }

.btn-call,
.header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media only screen and (max-width: 1200px) {
  .header__menu--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.header__menu--left .header__link--dropdown {
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .header__menu--left .header__link--dropdown {
      width: 100%; }
      .header__menu--left .header__link--dropdown .icon {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: .65rem;
        color: #282031;
        -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
        pointer-events: none; } }

@media only screen and (max-width: 1200px) {
  .language__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (max-width: 1200px) {
  .language {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; } }

.language .header__link {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media only screen and (min-width: 1200px) {
    .language .header__link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

@media only screen and (max-width: 1200px) {
  .language .header-dropdown__item:not(:last-child) {
    margin-bottom: 0; } }

.header__btn,
.language-dropdown__link,
.header-dropdown__link {
  font-size: 14px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  .header__btn:hover,
  .language-dropdown__link:hover,
  .header-dropdown__link:hover {
    color: #756345; }

@media only screen and (max-width: 1200px) {
  .language--active {
    position: relative;
    padding-bottom: 8px;
    color: #968158;
    pointer-events: none; }
    .language--active:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #968158; } }

@media only screen and (max-width: 1200px) {
  .language--active .icon {
    display: none; } }

.header__item--active .header__link {
  font-family: 'GilroyMedium',sans-serif;
  color: #968158; }

.header__item--tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__item--tel:hover svg {
    color: #968158; }
  @media only screen and (max-width: 1600px) {
    .header__item--tel:hover span {
      opacity: 1;
      visibility: visible; } }
  @media only screen and (max-width: 1200px) {
    .header__item--tel {
      display: none; } }
  .header__item--tel .icon-phone {
    margin-right: 4px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    @media only screen and (max-width: 1600px) {
      .header__item--tel .icon-phone {
        width: 1.8rem;
        height: 1.8rem;
        margin-right: 0; } }
  @media only screen and (max-width: 1600px) {
    .header__item--tel span {
      position: absolute;
      top: 45px;
      left: 50%;
      min-width: 160px;
      padding: 10px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      visibility: hidden;
      background-color: #fff;
      border: 1px solid #F2F2F2;
      -webkit-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-property: opacity, visibility;
      -o-transition-property: opacity, visibility;
      transition-property: opacity, visibility; } }

@media only screen and (max-width: 1660px) {
  .header__item--call span {
    display: none; }
  .header__item--call .icon {
    margin-right: 0; } }

@media only screen and (max-width: 1200px) {
  .header__item--call {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    width: 100%;
    text-align: center; }
    .header__item--call .icon {
      margin-right: 8px; }
    .header__item--call span {
      display: block; } }

.header__item--call .btn-outline--primary-dark {
  padding: 14px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  letter-spacing: 2px;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s; }
  .header__item--call .btn-outline--primary-dark:hover {
    background-color: transparent;
    border-color: #756345;
    color: #756345; }
  @media only screen and (max-width: 1200px) {
    .header__item--call .btn-outline--primary-dark {
      position: relative;
      padding: 12px 15px;
      font-size: 12px;
      color: #282031;
      border-color: #282031;
      z-index: 101; } }

.burger-menu-close {
  width: 24px;
  height: 24px;
  position: relative; }
  .burger-menu-close:before, .burger-menu-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000; }
  .burger-menu-close:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .burger-menu-close:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }

.header__close-block {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .header__close-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 32px;
      padding-bottom: 40px; } }

@media only screen and (max-width: 1200px) {
  button.btn-back {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility; }
    button.btn-back .icon {
      margin-right: 9px;
      font-size: .75rem; } }

button.btn-back.btn-back--active {
  opacity: 1;
  visibility: visible; }

.burger-menu-open,
.mob-nav__call {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .burger-menu-open,
    .mob-nav__call {
      position: relative;
      width: 90px;
      height: 90px;
      background-color: rgba(255, 255, 255, 0.5); } }

@media only screen and (max-width: 1200px) {
  .mob-nav__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #756345; }
    .mob-nav__call .icon-phone {
      font-size: 1.7rem; } }

.mob-nav {
  position: absolute;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 1200px) {
    .mob-nav {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media only screen and (max-width: 1200px) {
  .mob-nav__logo {
    position: relative;
    width: 105px;
    min-height: 70px; } }

@media only screen and (max-width: 1200px) {
  .burger-menu-open {
    display: block; } }

.burger-menu-open:before, .burger-menu-open:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 1.5px;
  background-color: #756345; }

.burger-menu-open:before {
  width: 30px;
  top: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.burger-menu-open:after {
  width: 15px;
  top: 51px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.header__nav--open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      margin-bottom: 24px; }
      .breadcrumbs .icon-right {
        display: none; } }
  .breadcrumbs .icon {
    font-size: 10px; }

@media only screen and (max-width: 767px) {
  .breadcrumbs__item:not(:first-child) .breadcrumbs__divider-back {
    display: none; } }

.breadcrumbs__item:not(:last-child) .breadcrumbs__link:hover {
  color: #968158; }

.breadcrumbs__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GilroyMedium',sans-serif;
  font-size: 14px;
  line-height: 18.2px;
  color: #4F4F4F; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs__link {
      font-family: 'GilroyRegular',sans-serif;
      font-size: 12px;
      letter-spacing: 1px;
      color: #070707; } }

.breadcrumbs__divider {
  display: inline-block;
  margin: 0 15px; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs__divider {
      margin: 0 4px; }
      .breadcrumbs__divider:after {
        content: '/'; } }

.breadcrumbs__item--active .breadcrumbs__link {
  color: #BDBDBD; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs__item--active .breadcrumbs__link {
      color: #070707; } }

.breadcrumbs__divider-back {
  display: none; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs__divider-back {
      display: block;
      margin-right: 6px; } }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 950px) {
  .footer__social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 52px; } }

.social-list__item:not(:last-child) {
  margin-right: 30px; }

@media only screen and (max-width: 768px) {
  .social-list__item:not(:last-child) {
    margin-right: 16px; } }

.social-list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #040245;
  background-color: #968158;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .social-list__link .icon {
    font-size: 18px; }
  .social-list__link:hover {
    opacity: .8; }

.footer {
  padding-top: 118px;
  padding-bottom: 40px;
  color: #fff; }
  @media only screen and (max-width: 1366px) {
    .footer {
      padding-top: 80px;
      padding-bottom: 48px; } }
  @media only screen and (max-width: 768px) {
    .footer {
      padding-top: 32px; } }
  .footer .icon-external-link {
    margin-left: 8px;
    font-size: 15px;
    color: #968158; }

/* ---------- footer-top ----- */
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 121px; }
  @media only screen and (max-width: 1366px) {
    .footer__top {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 1200px) {
    .footer__top {
      margin-bottom: 26px; } }
  @media only screen and (max-width: 950px) {
    .footer__top {
      display: block; } }
  @media only screen and (max-width: 768px) {
    .footer__top {
      margin-bottom: 2px; } }

.footer__logo-item {
  max-width: 156px; }
  .footer__logo-item a {
    display: block; }
  @media only screen and (min-width: 768px) {
    .footer__logo-item:not(:last-child) {
      margin-bottom: 35px; } }
  @media only screen and (max-width: 768px) {
    .footer__logo-item {
      max-width: 151px; } }

.footer__list {
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .footer__list:not(:last-child) {
      margin-bottom: 32px; } }

.footer__title-item {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .footer__title-item {
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 130%; } }

.footer__title-link--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__item {
  font-size: 14px;
  color: #E0E0E0;
  line-height: 18.2px; }
  @media only screen and (max-width: 768px) {
    .footer__item {
      font-size: 16px;
      line-height: 22.4px;
      color: #8DA0A1; } }
  .footer__item:not(:last-child) {
    margin-bottom: 12px; }
    @media only screen and (max-width: 768px) {
      .footer__item:not(:last-child) {
        margin-bottom: 16px; } }

.footer__title-link,
.footer__link {
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  .footer__title-link:focus, .footer__title-link:active, .footer__title-link:hover,
  .footer__link:focus,
  .footer__link:active,
  .footer__link:hover {
    color: #756345; }

@media only screen and (max-width: 768px) {
  .footer__item--bottom-indent {
    margin-bottom: 32px; } }

.footer__col--grid {
  display: grid;
  grid-template-columns: 250px 270px 1fr;
  grid-column-gap: 80px;
  margin-left: 160px;
  padding: 0; }
  @media only screen and (max-width: 1440px) {
    .footer__col--grid {
      margin-left: 80px;
      grid-column-gap: 40px;
      grid-template-columns: 270px 1fr 1fr; } }
  @media only screen and (max-width: 1200px) {
    .footer__col--grid {
      margin-left: 100px;
      grid-column-gap: 80px;
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 768px) {
    .footer__col--grid {
      margin-left: 0; } }
  @media only screen and (max-width: 640px) {
    .footer__col--grid {
      grid-template-columns: auto; } }

@media only screen and (min-width: 1201px) {
  .footer__list-1 {
    grid-row-start: 1;
    grid-row-end: 2; } }

@media only screen and (min-width: 1201px) {
  .footer__list-3 {
    grid-row-start: 2;
    grid-column-start: 2;
    margin-top: -12px; } }

@media only screen and (min-width: 1200px) {
  .footer__list-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 80px; } }

@media only screen and (min-width: 1201px) {
  .footer__list-5 {
    grid-column-start: 3;
    grid-row-start: 1; } }

@media only screen and (max-width: 950px) {
  .footer__col--list {
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(150, 129, 88, 0.2); } }

.footer__copy {
  font-size: 14px;
  line-height: 20px; }
  @media only screen and (max-width: 768px) {
    .footer__copy {
      color: #8DA0A1; } }

.footer__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px; }
  @media only screen and (max-width: 950px) {
    .footer__logo-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media only screen and (max-width: 768px) {
    .footer__logo-list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }

.footer__social-list {
  margin-bottom: 52px; }

.footer__lang .language__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.footer__lang .header__link {
  margin-right: 15px; }

.footer__lang ul {
  text-transform: uppercase; }
  .footer__lang ul a {
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    .footer__lang ul a:hover {
      color: #968158; }

.footer__lang .language--active {
  position: relative;
  padding-bottom: 8px;
  color: #968158;
  pointer-events: none; }
  .footer__lang .language--active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #968158; }

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pagination-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 115.7%;
    text-transform: uppercase;
    color: #8D9AA5;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .pagination-list li a, .pagination-list li span {
      color: #968158;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .pagination-list li .icon-left, .pagination-list li .icon-right {
      font-size: 1.4rem; }
    .pagination-list li.active {
      background-color: #968158; }
      .pagination-list li.active span {
        color: #fff; }
  .pagination-list li:not(.next-page):not(.prev-page) a:hover {
    border-bottom: 1px solid currentColor; }
  .pagination-list .disable span {
    color: #D1C6C0; }
  .pagination-list .next-page {
    margin-left: 10px; }
  .pagination-list .prev-page {
    margin-right: 17px; }
  .pagination-list .next-page,
  .pagination-list .prev-page {
    width: 14px; }

.pagination-block--top-indent {
  margin-top: 85px; }

.pagination-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.language-dropdown,
.header-dropdown {
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 362px;
  padding: 28px 16px;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  z-index: 100; }
  @media only screen and (max-width: 1200px) {
    .language-dropdown,
    .header-dropdown {
      position: fixed;
      top: 76px;
      bottom: 0;
      min-width: auto;
      width: 100%;
      border: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; } }

.has-dropdown {
  position: relative; }

.header-dropdown__item {
  font-size: 16px;
  letter-spacing: 1px; }
  .header-dropdown__item:not(:last-child) {
    margin-bottom: 24px; }
  @media only screen and (max-width: 1200px) {
    .header-dropdown__item {
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(150, 129, 88, 0.2); } }

.language-dropdown {
  min-width: 64px;
  left: calc(50% - 64px/2); }
  @media only screen and (max-width: 1200px) {
    .language-dropdown {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: auto;
      height: auto;
      padding: 0;
      border: 0;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      z-index: 0; } }

.language-dropdown__item:not(:last-child) {
  margin-bottom: 24px; }

@media only screen and (max-width: 1200px) {
  .language-dropdown__item {
    margin-left: 16px; }
    .language-dropdown__item:not(:last-child) {
      margin-bottom: 0; } }

@media only screen and (min-width: 1200px) {
  .hidden--desktop {
    display: none; } }

@media only screen and (max-width: 1200px) {
  .hidden--mobile {
    display: none; } }

.header-dropdown--active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.intro {
  position: relative; }

.intro__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5; }

.intro__video-poster {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.intro__video-poster--hide {
  opacity: 0;
  z-index: -1; }

.intro__text {
  position: absolute;
  top: 50%;
  left: 60px;
  display: inline-block;
  height: auto;
  width: auto;
  -webkit-transform: translateY(-60%) rotate(180deg);
      -ms-transform: translateY(-60%) rotate(180deg);
          transform: translateY(-60%) rotate(180deg);
  font-size: 18px;
  font-family: 'GilroyLight',sans-serif;
  line-height: 140%;
  letter-spacing: 24.5px;
  color: #968158;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  z-index: 10; }
  @media only screen and (max-width: 1600px) {
    .intro__text {
      left: 30px; } }
  @media only screen and (max-width: 1500px) {
    .intro__text {
      display: none; } }

.swiper-slide {
  color: #fff; }

.swiper-slide__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.swiper-slide {
  height: 804px;
  opacity: 0 !important; }
  @media only screen and (max-width: 1200px) {
    .swiper-slide {
      height: 700px; } }
  @media only screen and (max-width: 768px) {
    .swiper-slide {
      height: 540px; } }
  .swiper-slide.swiper-slide-active {
    opacity: 1 !important; }

.swiper-slider-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 0, 36, 0.8)), color-stop(57.37%, rgba(1, 0, 36, 0.5069)), to(rgba(1, 0, 36, 0.15)));
  background: -o-linear-gradient(bottom, rgba(1, 0, 36, 0.8) 0%, rgba(1, 0, 36, 0.5069) 57.37%, rgba(1, 0, 36, 0.15) 100%);
  background: linear-gradient(360deg, rgba(1, 0, 36, 0.8) 0%, rgba(1, 0, 36, 0.5069) 57.37%, rgba(1, 0, 36, 0.15) 100%);
  z-index: 6; }

.intro__inner {
  position: relative;
  padding-top: 180px;
  max-width: 600px;
  z-index: 10; }
  @media only screen and (max-width: 1200px) {
    .intro__inner {
      padding-top: 90px;
      height: 700px; } }
  @media only screen and (max-width: 768px) {
    .intro__inner {
      height: 540px;
      padding-top: 60px; } }
  .intro__inner .btn {
    padding-left: 60px;
    padding-right: 60px;
    line-height: 21.6px;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .intro__inner .btn {
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 120%; } }

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: 174px;
  color: #968158;
  width: 23px;
  height: 23px; }
  @media only screen and (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
      bottom: 66px; } }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: "";
    background-size: cover;
    width: 100%;
    height: 100%; }

.swiper-button-prev {
  left: calc(((100% - 1264px) - 4px) / 2); }
  @media only screen and (max-width: 1440px) {
    .swiper-button-prev {
      left: calc(((100% - 1064px) - 4px) / 1.7); } }
  @media only screen and (max-width: 1366px) {
    .swiper-button-prev {
      left: calc((100% - 1064px) / 1.65); } }
  @media only screen and (max-width: 1280px) {
    .swiper-button-prev {
      left: calc((100% - 1064px) / 1.55); } }
  @media only screen and (max-width: 1200px) {
    .swiper-button-prev {
      left: calc(((100% - 1064px) - 4px) / 1.4); } }
  @media only screen and (max-width: 1150px) {
    .swiper-button-prev {
      left: 21px; } }
  .swiper-button-prev:after {
    background: url("../img/left-arrow-thin.svg") center no-repeat; }

.swiper-button-next {
  left: calc((100% - 1264px) / 1.66); }
  @media only screen and (max-width: 1760px) {
    .swiper-button-next {
      left: calc((100% - 1264px) / 1.46); } }
  @media only screen and (max-width: 1440px) {
    .swiper-button-next {
      left: calc((100% - 1064px) / 1.3); } }
  @media only screen and (max-width: 1366px) {
    .swiper-button-next {
      left: calc((100% - 1064px) / 1.2); } }
  @media only screen and (max-width: 1280px) {
    .swiper-button-next {
      left: calc((100% - 1064px) / 1); } }
  @media only screen and (max-width: 1200px) {
    .swiper-button-next {
      left: calc((100% - 1064px) / .8); } }
  @media only screen and (max-width: 1150px) {
    .swiper-button-next {
      left: 89px; } }
  .swiper-button-next:after {
    background: url("../img/right-arrow-thin.svg") center no-repeat; }

.swiper-pagination {
  margin-left: -16px;
  margin-right: -16px; }
  @media only screen and (max-width: 1280px) {
    .swiper-pagination {
      display: none; } }

.swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  left: calc((100% - 1264px) / 1.35);
  bottom: 174px; }
  @media only screen and (max-width: 1760px) {
    .swiper-container-horizontal > .swiper-pagination-bullets {
      left: calc((100% - 1264px) / 1.1); } }
  @media only screen and (max-width: 1440px) {
    .swiper-container-horizontal > .swiper-pagination-bullets {
      left: calc((100% - 1064px) / 1.1); } }
  @media only screen and (max-width: 1366px) {
    .swiper-container-horizontal > .swiper-pagination-bullets {
      left: calc((100% - 1064px) / .9); } }
  @media only screen and (max-width: 1200px) {
    .swiper-container-horizontal > .swiper-pagination-bullets {
      left: 150px; } }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px;
    background: rgba(150, 129, 88, 0.4); }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #968158; }

.info-section-wrap {
  position: relative; }
  @media only screen and (min-width: 1201px) {
    .info-section-wrap {
      padding-top: 235px; } }

.info-section {
  position: relative;
  max-width: 1284px;
  padding-left: 16.9%;
  padding-right: 9.8%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05);
          box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05);
  overflow-x: hidden;
  z-index: 10; }
  @media only screen and (max-width: 1440px) {
    .info-section {
      padding-left: 16%; } }
  @media only screen and (max-width: 768px) {
    .info-section {
      padding-right: 15px; } }

.info-section--position {
  margin-top: -50px; }
  @media only screen and (max-width: 1600px) {
    .info-section--position {
      padding-left: 10%; } }
  @media only screen and (max-width: 1440px) {
    .info-section--position {
      padding-left: 14.9%; } }
  @media only screen and (max-width: 1366px) {
    .info-section--position {
      padding-left: 13.1%; } }
  @media only screen and (max-width: 1280px) {
    .info-section--position {
      padding-left: 10.6%; } }
  @media only screen and (max-width: 1200px) {
    .info-section--position {
      padding-left: 8%; } }
  @media only screen and (max-width: 768px) {
    .info-section--position {
      margin-top: 0;
      padding-left: 15px; } }

.title-with-decor {
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #968158;
  letter-spacing: 3px; }
  @media only screen and (max-width: 768px) {
    .title-with-decor {
      margin-bottom: 32px; } }
  .title-with-decor .title-with-decor__text {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 24px; }
    .title-with-decor .title-with-decor__text:after {
      content: "";
      position: absolute;
      top: 100%;
      left: calc(-100% * 10);
      right: calc(100% * 10);
      height: 1px;
      background-color: rgba(150, 129, 88, 0.6);
      -webkit-transition: right 1.5s;
      -o-transition: right 1.5s;
      transition: right 1.5s; }
    @media only screen and (max-width: 768px) {
      .title-with-decor .title-with-decor__text:after {
        right: 0; } }

.anim-decor--active .title-with-decor__text:after {
  right: 0; }

.anim-decor--active .info-section__decor {
  width: 100%; }

.info-section__text {
  display: block;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 46.4px; }
  @media only screen and (max-width: 768px) {
    .info-section__text {
      margin-bottom: 32px;
      font-size: 18px;
      line-height: 25.2px; } }

.info-section__decor-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    .info-section__decor-holder {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.info-section__decor {
  width: 0;
  height: 1px;
  margin-left: 42px;
  background-color: rgba(150, 129, 88, 0.6);
  -webkit-transition: width 1.5s;
  -o-transition: width 1.5s;
  transition: width 1.5s; }
  @media only screen and (max-width: 768px) {
    .info-section__decor {
      display: none; } }

.info-section-book {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 7%; }
  @media only screen and (max-width: 1366px) {
    .info-section-book {
      padding-left: 18.3%; } }
  @media only screen and (max-width: 1200px) {
    .info-section-book {
      position: relative;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      padding-right: 16px;
      padding-left: 8%; } }
  @media only screen and (max-width: 767px) {
    .info-section-book {
      padding-left: 16px; } }
  .info-section-book .info-section__text {
    max-width: 550px;
    font-size: 18px;
    line-height: 28.6px; }
    @media only screen and (max-width: 768px) {
      .info-section-book .info-section__text {
        font-size: 16px;
        line-height: 22.4px; } }

.info-section__img {
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (max-width: 1450px) {
    .info-section__img {
      max-width: 220px; } }
  @media only screen and (max-width: 1200px) {
    .info-section__img {
      display: none; } }

.wrap {
  position: relative; }

.tab-list {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .tab-list {
      margin-bottom: 24px;
      overflow-x: auto; } }

.tab-list__item {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.tab-list__link {
  display: inline-block;
  padding: 16px 15px 12px;
  font-size: 18px;
  font-family: 'GilroyMedium',sans-serif;
  line-height: 21.6px;
  color: #4F4F4F;
  border-bottom: 1px solid #E0E0E0;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: border-bottom-color, color;
  -o-transition-property: border-bottom-color, color;
  transition-property: border-bottom-color, color; }
  @media only screen and (max-width: 768px) {
    .tab-list__link {
      font-size: 14px;
      line-height: 16.8px; } }
  .tab-list__link:active, .tab-list__link:focus, .tab-list__link:hover {
    color: #070707;
    border-bottom: 2px solid #968158; }

.tab-list__item--active .tab-list__link {
  color: #070707;
  border-bottom: 2px solid #968158; }

.register {
  background-color: #F1F1F1; }
  @media only screen and (min-width: 1201px) {
    .register {
      padding-top: 115px;
      padding-bottom: 128px; } }
  .register .h2-title {
    margin-bottom: 48px; }
    @media only screen and (max-width: 768px) {
      .register .h2-title {
        margin-bottom: 42px; } }

.register__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px; }
  @media only screen and (max-width: 1200px) {
    .register__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 768px) {
    .register__list {
      grid-template-columns: repeat(1, 1fr); } }

.register__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 13px; }
  @media only screen and (max-width: 1200px) {
    .register__item {
      margin-bottom: 35px; } }
  @media only screen and (max-width: 768px) {
    .register__item {
      padding-left: 9px;
      margin-bottom: 32px; }
      .register__item:nth-child(3) {
        margin-bottom: 42px; }
      .register__item:last-child {
        padding-left: 0;
        margin-bottom: 0; } }
  .register__item .btn {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .register__item .btn {
        height: 44px; } }

.register__decor {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 26px;
  color: #756345; }
  @media only screen and (max-width: 768px) {
    .register__decor {
      width: 43px;
      height: 43px;
      line-height: 46px; } }
  .register__decor:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

@media only screen and (max-width: 768px) {
  .register__text {
    font-size: 16px; } }

.modal {
  display: none;
  position: relative;
  padding: 120px 124px;
  overflow: initial;
  cursor: auto !important; }
  @media only screen and (max-width: 992px) {
    .modal {
      padding-left: 50px;
      padding-right: 50px; } }
  @media only screen and (max-width: 768px) {
    .modal {
      padding: 120px 10px 132px;
      max-width: 300px; } }
  .modal:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 1px solid #968158; }

@media only screen and (max-width: 768px) {
  .modal__inner {
    text-align: center; } }

.modal__inner .h3-title {
  color: #000; }
  @media only screen and (max-width: 768px) {
    .modal__inner .h3-title {
      display: inline; } }

.fancybox-slide--html .fancybox-close-small {
  top: 26px;
  right: 26px;
  width: 50px;
  height: 50px;
  padding: 0;
  opacity: 1; }
  @media only screen and (max-width: 768px) {
    .fancybox-slide--html .fancybox-close-small {
      top: 12px;
      right: 12px; } }

@media only screen and (min-width: 1365px) {
  .section-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.cyprus-logo-wrap {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 561px;
  height: 561px;
  -webkit-transform: translate(-70px, 119px);
      -ms-transform: translate(-70px, 119px);
          transform: translate(-70px, 119px);
  z-index: 20; }
  @media only screen and (max-width: 1700px) {
    .cyprus-logo-wrap {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 400px;
      height: 400px; } }
  @media only screen and (max-width: 1365px) {
    .cyprus-logo-wrap {
      display: none; } }

.cyprus-logo {
  position: absolute; }

.cyprus-logo-letter {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }

.cyprus-logo--animation .cyprus-logo-letter {
  -webkit-animation: cyprusRound 20s infinite linear;
          animation: cyprusRound 20s infinite linear; }

.cyprus-logo-balance {
  top: 50%;
  left: 50%;
  width: 403px;
  height: 403px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1700px) {
    .cyprus-logo-balance {
      width: 303px;
      height: 303px; } }

@-webkit-keyframes cyprusRound {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes cyprusRound {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media only screen and (min-width: 769px) {
  .services .title-with-decor {
    margin-bottom: 86px; } }

.services__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 1025px) {
    .services__item {
      margin-bottom: 27px; } }
  @media only screen and (max-width: 1024px) {
    .services__item:not(:last-child) {
      padding-bottom: 14px;
      margin-bottom: 24px;
      border-bottom: 1px solid rgba(150, 129, 88, 0.2); } }
  .services__item:last-child p {
    margin-bottom: 0; }
  .services__item:hover .h3-title {
    color: #968158; }
    @media only screen and (min-width: 769px) {
      .services__item:hover .h3-title:after {
        margin-left: 0;
        width: 24px;
        height: 21px;
        background-image: url("../images/right.svg");
        background-size: 24px 21px; } }
  .services__item:hover .services__img {
    background-color: #968158; }
  .services__item:hover .icon:not(.icon-arrow-right) {
    fill: #fff; }

.services__text {
  width: 43%;
  color: #4F4F4F; }
  @media only screen and (min-width: 1024px) {
    .services__text {
      padding-top: 11px; } }
  @media only screen and (max-width: 768px) {
    .services__text {
      font-size: 14px; } }

.services__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-right: 46px; }
  @media only screen and (max-width: 1024px) {
    .services__info {
      margin-right: 0;
      margin-bottom: 16px; } }
  .services__info .h3-title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    margin-left: 3px;
    background-image: url("../images/arrow-right.svg");
    background-size: 20px 15px; }
    @media only screen and (max-width: 768px) {
      .services__info .h3-title:after {
        margin-left: 8px;
        width: 15px;
        height: 12px;
        background-size: 15px 12px;
        background-image: url("../images/right-arrow-thin.svg"); } }
  .services__info a {
    color: #070707; }

.services__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  height: 94px;
  margin-right: 33px;
  color: #968158;
  border: 1px solid currentColor;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  @media only screen and (max-width: 1024px) {
    .services__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 74px;
              flex: 0 0 74px;
      height: 74px;
      margin-right: 20px; } }
  @media only screen and (max-width: 768px) {
    .services__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 54px;
              flex: 0 0 54px;
      height: 54px;
      margin-right: 12px; } }
  .services__img .icon {
    width: 52px;
    height: 52px;
    color: currentColor; }
    @media only screen and (max-width: 1024px) {
      .services__img .icon {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 768px) {
      .services__img .icon {
        width: 28px;
        height: 28px; } }

@media only screen and (max-width: 1024px) {
  .services__info,
  .services__text {
    width: 100%; } }

.register-animation {
  position: relative; }
  @media only screen and (min-width: 1201px) {
    .register-animation {
      min-height: 1134px; } }

.register-animation__title {
  max-width: 440px;
  margin-bottom: 60px;
  color: #F1F1F1; }
  @media only screen and (max-width: 768px) {
    .register-animation__title {
      margin-bottom: 30px; } }

.step-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1024px) {
    .step-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.step-block__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  z-index: 99; }
  @media only screen and (max-width: 768px) {
    .step-block__text {
      font-size: 16px; } }

.btn-main__text {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.step-block__number {
  position: absolute;
  top: 15%;
  left: 21%;
  width: 40px;
  height: 63px;
  font-size: 48px;
  line-height: 57.6px;
  font-family: 'GilroyMedium',sans-serif;
  color: #968158;
  background-color: #040245;
  text-align: center;
  z-index: 10; }
  @media only screen and (max-width: 1440px) {
    .step-block__number {
      top: 16%;
      width: 30px;
      height: 53px;
      font-size: 36px; } }

.step-block__points {
  position: relative;
  width: 343px;
  height: 342px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .step-block__points:nth-child(2) {
    -webkit-transform: translateX(-34px);
        -ms-transform: translateX(-34px);
            transform: translateX(-34px); }
  .step-block__points:nth-child(3) {
    -webkit-transform: translateX(calc(-34px * 2));
        -ms-transform: translateX(calc(-34px * 2));
            transform: translateX(calc(-34px * 2)); }
  .step-block__points:nth-child(4) {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px); }
  @media only screen and (max-width: 1600px) {
    .step-block__points {
      width: 300px;
      height: 300px; } }
  @media only screen and (max-width: 1440px) {
    .step-block__points {
      width: 270px;
      height: 270px; } }
  @media only screen and (max-width: 1024px) {
    .step-block__points {
      width: 343px;
      height: 342px;
      -webkit-transform: translateX(0) !important;
          -ms-transform: translateX(0) !important;
              transform: translateX(0) !important; }
      .step-block__points:not(:first-child) {
        margin-top: -90px; } }
  @media only screen and (max-width: 768px) {
    .step-block__points {
      width: 300px;
      height: 300px; } }

.step-block__inner,
.step-block__inner::after,
.step-block__inner::before,
.step-block__border,
.step-block__border::after,
.step-block__border::before,
.step-block__points-with-btn .btn-main {
  position: absolute; }

.step-block__inner {
  width: 70%;
  height: 70%;
  top: calc(50% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  z-index: 2; }
  .step-block__inner:after, .step-block__inner:before {
    content: "";
    background-color: #A6905F;
    will-change: transform; }
  .step-block__inner:before {
    left: 0;
    height: 1px;
    top: 0;
    width: 100%;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }
  .step-block__inner:after {
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    -webkit-transform: scale3d(1, 0, 0);
            transform: scale3d(1, 0, 0);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
    @media only screen and (max-width: 1024px) {
      .step-block__inner:after {
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top; } }

.step-block__border {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
  .step-block__border:before, .step-block__border:after {
    content: "";
    background-color: #A6905F;
    will-change: transform; }
  .step-block__border:before {
    left: 0;
    height: 1px;
    top: 100%;
    width: 100%;
    -webkit-transform: scale3d(0, 1, 0);
            transform: scale3d(0, 1, 0);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }
    @media only screen and (max-width: 1024px) {
      .step-block__border:before {
        right: 0;
        top: auto;
        left: auto;
        bottom: 0; } }
  .step-block__border:after {
    height: 100%;
    width: 1px;
    right: 0;
    bottom: 0;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
    @media only screen and (max-width: 1024px) {
      .step-block__border:after {
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top; } }

@media only screen and (min-width: 769px) {
  .btn-main__text,
  .step-block__points-with-btn .btn-main,
  .step-block__text,
  .step-block__number {
    opacity: 0;
    visibility: hidden; } }

.step-block__points-with-btn:hover .step-block__inner {
  width: 73%;
  height: 73%; }

.step-block__points-with-btn:hover .btn-main {
  -webkit-box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.5); }

.step-block__points-with-btn .btn-main {
  top: 51%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 63%;
  height: 63%;
  padding: 10px;
  font-size: 32px;
  line-height: 46.4px;
  font-family: 'GilroyBold',sans-serif;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
  @media only screen and (max-width: 1200px) {
    .step-block__points-with-btn .btn-main {
      font-size: 28px; } }

@media only screen and (max-width: 768px) {
  .step-block__points .step-block__inner:after, .step-block__points .step-block__inner:before,
  .step-block__points .step-block__border:after,
  .step-block__points .step-block__border:before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@media only screen and (min-width: 769px) {
  .step-block--animation .step-block__points .btn-main__text,
  .step-block--animation .step-block__points .btn-main,
  .step-block--animation .step-block__points .step-block__text,
  .step-block--animation .step-block__points .step-block__number {
    opacity: 1;
    visibility: visible; } }

@media only screen and (min-width: 769px) {
  .step-block--animation .step-block__points .step-block__inner:after, .step-block--animation .step-block__points .step-block__inner:before,
  .step-block--animation .step-block__points .step-block__border:after,
  .step-block--animation .step-block__points .step-block__border:before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.step-block--animation .step-block__points--1 .step-block__number {
  -webkit-transition: opacity 0.3s 0.1s;
  -o-transition: opacity 0.3s 0.1s;
  transition: opacity 0.3s 0.1s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--1 .step-block__number {
      -webkit-transition-delay: .5s;
           -o-transition-delay: .5s;
              transition-delay: .5s; } }

.step-block--animation .step-block__points--1 .step-block__text {
  -webkit-transition: opacity 0.3s 1.3s;
  -o-transition: opacity 0.3s 1.3s;
  transition: opacity 0.3s 1.3s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--1 .step-block__text {
      -webkit-transition-delay: 2s;
           -o-transition-delay: 2s;
              transition-delay: 2s; } }

.step-block--animation .step-block__points--1 .step-block__inner:after {
  -webkit-transition: -webkit-transform .7s linear;
  transition: -webkit-transform .7s linear;
  -o-transition: transform .7s linear;
  transition: transform .7s linear;
  transition: transform .7s linear, -webkit-transform .7s linear; }

.step-block--animation .step-block__points--1 .step-block__inner:before {
  -webkit-transition: -webkit-transform .7s linear .7s;
  transition: -webkit-transform .7s linear .7s;
  -o-transition: transform .7s linear .7s;
  transition: transform .7s linear .7s;
  transition: transform .7s linear .7s, -webkit-transform .7s linear .7s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--1 .step-block__inner:after, .step-block--animation .step-block__points--1 .step-block__inner:before {
    -webkit-transition: -webkit-transform .7s linear .4s;
    transition: -webkit-transform .7s linear .4s;
    -o-transition: transform .7s linear .4s;
    transition: transform .7s linear .4s;
    transition: transform .7s linear .4s, -webkit-transform .7s linear .4s; } }

.step-block--animation .step-block__points--1 .step-block__border:before {
  -webkit-transition: -webkit-transform .7s linear;
  transition: -webkit-transform .7s linear;
  -o-transition: transform .7s linear;
  transition: transform .7s linear;
  transition: transform .7s linear, -webkit-transform .7s linear; }

.step-block--animation .step-block__points--1 .step-block__border:after {
  -webkit-transition: -webkit-transform .7s linear .7s;
  transition: -webkit-transform .7s linear .7s;
  -o-transition: transform .7s linear .7s;
  transition: transform .7s linear .7s;
  transition: transform .7s linear .7s, -webkit-transform .7s linear .7s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--1 .step-block__border:after, .step-block--animation .step-block__points--1 .step-block__border:before {
    -webkit-transition: -webkit-transform .7s linear 1.2s;
    transition: -webkit-transform .7s linear 1.2s;
    -o-transition: transform .7s linear 1.2s;
    transition: transform .7s linear 1.2s;
    transition: transform .7s linear 1.2s, -webkit-transform .7s linear 1.2s; } }

.step-block--animation .step-block__points--2 .step-block__number {
  -webkit-transition: opacity 0.3s 1.5s;
  -o-transition: opacity 0.3s 1.5s;
  transition: opacity 0.3s 1.5s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--2 .step-block__number {
      -webkit-transition-delay: 2.3s;
           -o-transition-delay: 2.3s;
              transition-delay: 2.3s; } }

.step-block--animation .step-block__points--2 .step-block__text {
  -webkit-transition: opacity 0.3s 2.8s;
  -o-transition: opacity 0.3s 2.8s;
  transition: opacity 0.3s 2.8s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--2 .step-block__text {
      -webkit-transition-delay: 3.2s;
           -o-transition-delay: 3.2s;
              transition-delay: 3.2s; } }

.step-block--animation .step-block__points--2 .step-block__inner:before {
  -webkit-transition: -webkit-transform .7s linear 2.1s;
  transition: -webkit-transform .7s linear 2.1s;
  -o-transition: transform .7s linear 2.1s;
  transition: transform .7s linear 2.1s;
  transition: transform .7s linear 2.1s, -webkit-transform .7s linear 2.1s; }

.step-block--animation .step-block__points--2 .step-block__inner:after {
  -webkit-transition: -webkit-transform .7s linear 1.4s;
  transition: -webkit-transform .7s linear 1.4s;
  -o-transition: transform .7s linear 1.4s;
  transition: transform .7s linear 1.4s;
  transition: transform .7s linear 1.4s, -webkit-transform .7s linear 1.4s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--2 .step-block__inner:before, .step-block--animation .step-block__points--2 .step-block__inner:after {
    -webkit-transition: -webkit-transform .7s linear 2s;
    transition: -webkit-transform .7s linear 2s;
    -o-transition: transform .7s linear 2s;
    transition: transform .7s linear 2s;
    transition: transform .7s linear 2s, -webkit-transform .7s linear 2s; } }

.step-block--animation .step-block__points--2 .step-block__border:before {
  -webkit-transition: -webkit-transform .7s linear 1.4s;
  transition: -webkit-transform .7s linear 1.4s;
  -o-transition: transform .7s linear 1.4s;
  transition: transform .7s linear 1.4s;
  transition: transform .7s linear 1.4s, -webkit-transform .7s linear 1.4s; }

.step-block--animation .step-block__points--2 .step-block__border:after {
  -webkit-transition: -webkit-transform .7s linear 2.1s;
  transition: -webkit-transform .7s linear 2.1s;
  -o-transition: transform .7s linear 2.1s;
  transition: transform .7s linear 2.1s;
  transition: transform .7s linear 2.1s, -webkit-transform .7s linear 2.1s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--2 .step-block__border:before, .step-block--animation .step-block__points--2 .step-block__border:after {
    -webkit-transition: -webkit-transform .7s linear 2.7s;
    transition: -webkit-transform .7s linear 2.7s;
    -o-transition: transform .7s linear 2.7s;
    transition: transform .7s linear 2.7s;
    transition: transform .7s linear 2.7s, -webkit-transform .7s linear 2.7s; } }

.step-block--animation .step-block__points--3 .step-block__number {
  -webkit-transition: opacity 0.3s 2.8s;
  -o-transition: opacity 0.3s 2.8s;
  transition: opacity 0.3s 2.8s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--3 .step-block__number {
      -webkit-transition-delay: 4.3s;
           -o-transition-delay: 4.3s;
              transition-delay: 4.3s; } }

.step-block--animation .step-block__points--3 .step-block__text {
  -webkit-transition: opacity 0.3s 4.2s;
  -o-transition: opacity 0.3s 4.2s;
  transition: opacity 0.3s 4.2s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--3 .step-block__text {
      -webkit-transition-delay: 5.2s;
           -o-transition-delay: 5.2s;
              transition-delay: 5.2s; } }

.step-block--animation .step-block__points--3 .step-block__inner:before {
  -webkit-transition: -webkit-transform .7s linear 3.5s;
  transition: -webkit-transform .7s linear 3.5s;
  -o-transition: transform .7s linear 3.5s;
  transition: transform .7s linear 3.5s;
  transition: transform .7s linear 3.5s, -webkit-transform .7s linear 3.5s; }

.step-block--animation .step-block__points--3 .step-block__inner:after {
  -webkit-transition: -webkit-transform .7s linear 2.8s;
  transition: -webkit-transform .7s linear 2.8s;
  -o-transition: transform .7s linear 2.8s;
  transition: transform .7s linear 2.8s;
  transition: transform .7s linear 2.8s, -webkit-transform .7s linear 2.8s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--3 .step-block__inner:before, .step-block--animation .step-block__points--3 .step-block__inner:after {
    -webkit-transition: -webkit-transform .7s linear 3.5s;
    transition: -webkit-transform .7s linear 3.5s;
    -o-transition: transform .7s linear 3.5s;
    transition: transform .7s linear 3.5s;
    transition: transform .7s linear 3.5s, -webkit-transform .7s linear 3.5s; } }

.step-block--animation .step-block__points--3 .step-block__border:before {
  -webkit-transition: -webkit-transform .7s linear 2.8s;
  transition: -webkit-transform .7s linear 2.8s;
  -o-transition: transform .7s linear 2.8s;
  transition: transform .7s linear 2.8s;
  transition: transform .7s linear 2.8s, -webkit-transform .7s linear 2.8s; }

.step-block--animation .step-block__points--3 .step-block__border:after {
  -webkit-transition: -webkit-transform .7s linear 3.5s;
  transition: -webkit-transform .7s linear 3.5s;
  -o-transition: transform .7s linear 3.5s;
  transition: transform .7s linear 3.5s;
  transition: transform .7s linear 3.5s, -webkit-transform .7s linear 3.5s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--3 .step-block__border:before, .step-block--animation .step-block__points--3 .step-block__border:after {
    -webkit-transition: -webkit-transform .7s linear 4.2s;
    transition: -webkit-transform .7s linear 4.2s;
    -o-transition: transform .7s linear 4.2s;
    transition: transform .7s linear 4.2s;
    transition: transform .7s linear 4.2s, -webkit-transform .7s linear 4.2s; } }

.step-block--animation .step-block__points--4 .btn-main__text {
  -webkit-transition: opacity 0.3s 4s;
  -o-transition: opacity 0.3s 4s;
  transition: opacity 0.3s 4s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--4 .btn-main__text {
      -webkit-transition-delay: 6.2s;
           -o-transition-delay: 6.2s;
              transition-delay: 6.2s; } }

.step-block--animation .step-block__points--4 .step-block__inner {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height; }
  .step-block--animation .step-block__points--4 .step-block__inner:before {
    -webkit-transition: -webkit-transform .7s linear 5s;
    transition: -webkit-transform .7s linear 5s;
    -o-transition: transform .7s linear 5s;
    transition: transform .7s linear 5s;
    transition: transform .7s linear 5s, -webkit-transform .7s linear 5s; }
  .step-block--animation .step-block__points--4 .step-block__inner:after {
    -webkit-transition: -webkit-transform .7s linear 4.2s;
    transition: -webkit-transform .7s linear 4.2s;
    -o-transition: transform .7s linear 4.2s;
    transition: transform .7s linear 4.2s;
    transition: transform .7s linear 4.2s, -webkit-transform .7s linear 4.2s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--4 .step-block__inner:before, .step-block--animation .step-block__points--4 .step-block__inner:after {
      -webkit-transition: -webkit-transform .7s linear 5s;
      transition: -webkit-transform .7s linear 5s;
      -o-transition: transform .7s linear 5s;
      transition: transform .7s linear 5s;
      transition: transform .7s linear 5s, -webkit-transform .7s linear 5s; } }

.step-block--animation .step-block__points--4 .step-block__border:before {
  -webkit-transition: -webkit-transform .7s linear 4.2s;
  transition: -webkit-transform .7s linear 4.2s;
  -o-transition: transform .7s linear 4.2s;
  transition: transform .7s linear 4.2s;
  transition: transform .7s linear 4.2s, -webkit-transform .7s linear 4.2s; }

.step-block--animation .step-block__points--4 .step-block__border:after {
  -webkit-transition: -webkit-transform .7s linear 5s;
  transition: -webkit-transform .7s linear 5s;
  -o-transition: transform .7s linear 5s;
  transition: transform .7s linear 5s;
  transition: transform .7s linear 5s, -webkit-transform .7s linear 5s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--4 .step-block__border:before, .step-block--animation .step-block__points--4 .step-block__border:after {
    -webkit-transition: -webkit-transform .7s linear 5.8s;
    transition: -webkit-transform .7s linear 5.8s;
    -o-transition: transform .7s linear 5.8s;
    transition: transform .7s linear 5.8s;
    transition: transform .7s linear 5.8s, -webkit-transform .7s linear 5.8s; } }

.step-block--animation .step-block__points--4 .btn-main {
  -webkit-transition: opacity 0.3s 5.6s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s 5.6s, background-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: opacity 0.3s 5.6s, box-shadow 0.3s, background-color 0.3s;
  transition: opacity 0.3s 5.6s, box-shadow 0.3s, background-color 0.3s;
  transition: opacity 0.3s 5.6s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s; }

@media only screen and (max-width: 768px) {
  .publish .pagination-block {
    margin-top: 8px; } }

.publish__card-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 769px) {
    .publish__card-wrap {
      margin-left: -17px;
      margin-right: -17px; } }

.publish-card {
  margin-bottom: 40px;
  width: 33.33%;
  padding-left: 17px;
  padding-right: 17px; }
  @media only screen and (max-width: 1200px) {
    .publish-card {
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .publish-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      padding: 0 0 24px;
      margin-bottom: 24px; }
      .publish-card:not(:last-child) {
        border-bottom: 1px solid rgba(150, 129, 88, 0.2); } }

.publish-card__img {
  display: block;
  margin-bottom: 25px;
  overflow: hidden; }
  .publish-card__img:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .publish-card__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  @media only screen and (max-width: 768px) {
    .publish-card__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30.5%;
              flex: 0 1 30.5%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.publish-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 16.8px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media only screen and (min-width: 769px) {
    .publish-card__info {
      padding-bottom: 18px;
      border-bottom: 1px solid #968158; } }
  @media only screen and (max-width: 768px) {
    .publish-card__info {
      width: 100%;
      margin-bottom: 8px;
      font-size: 10px;
      line-height: 16px; } }

.publish-card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%; }

.publish-card__title {
  margin-bottom: 16px;
  color: #070707;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  @media only screen and (max-width: 768px) {
    .publish-card__title {
      margin-bottom: 8px; } }
  .publish-card__title:hover {
    color: #968158; }

.publish-card__info,
.publish-card__text {
  color: #4F4F4F; }

.publish-card__text {
  font-size: 14px;
  line-height: 16.8px; }
  @media only screen and (max-width: 768px) {
    .publish-card__text {
      grid-row-start: 3;
      grid-column-start: 1;
      display: inline; } }

.publish-card__btn-more {
  display: none; }
  @media only screen and (max-width: 768px) {
    .publish-card__btn-more {
      display: inline;
      color: #968158; } }

.publish-card__text-more {
  display: inline; }
  @media only screen and (max-width: 768px) {
    .publish-card__text-more {
      display: none; } }

.btn-back-to-publishes {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GilroyMedium',sans-serif;
  color: #968158;
  border-bottom: 1px solid currentColor;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s; }
  .btn-back-to-publishes:focus, .btn-back-to-publishes:hover {
    border-color: transparent; }
  @media only screen and (max-width: 768px) {
    .btn-back-to-publishes {
      margin-bottom: 29px;
      font-family: 'GilroyRegular',sans-serif;
      font-size: 14px; } }
  .btn-back-to-publishes .icon {
    margin-right: 10px;
    margin-left: -4px;
    font-size: 16px; }

.main-page-main {
  background-color: #F1F1F1; }
  @media only screen and (max-width: 768px) {
    .main-page-main .publish-card__info {
      font-size: 12px;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 1367px) {
    .main-page-main .publish {
      padding-top: 160px; } }
  @media only screen and (min-width: 769px) {
    .main-page-main .publish .title-with-decor {
      margin-bottom: 35px; } }

.publish-main {
  background-color: #fff; }
  .publish-main .publish-card {
    display: block;
    width: 100%;
    padding: 0 0 33px;
    margin-bottom: 48px;
    border-bottom: 1px solid #968158; }
    @media only screen and (max-width: 768px) {
      .publish-main .publish-card {
        margin-bottom: 32px;
        padding-bottom: 10px; } }
  .publish-main .publish-card__img {
    margin-bottom: 34px;
    pointer-events: none; }
  .publish-main img {
    margin-left: auto;
    margin-right: auto; }
  .publish-main .publish-card__info {
    padding-top: 18px;
    padding-bottom: 0;
    margin-bottom: 32px;
    border-bottom: 0;
    border-top: 1px solid rgba(150, 129, 88, 0.3); }
  .publish-main .publish__bottom-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .publish-main .publish__bottom-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media only screen and (max-width: 480px) {
      .publish-main .publish__bottom-block {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .publish-main .breadcrumbs__item--active,
    .publish-main .breadcrumbs__item + .breadcrumbs__item .breadcrumbs__divider:after {
      display: none; } }

.publish__social-list .social-list__link {
  width: 35px;
  height: 35px; }
  .publish__social-list .social-list__link .icon {
    color: #fff; }

@media only screen and (max-width: 768px) {
  .publish__social-list .social-list__link--download {
    width: 21px;
    height: 21px; }
    .publish__social-list .social-list__link--download .icon {
      font-size: 11px; } }

.publish-page__article .h2-title {
  margin-bottom: 16px;
  margin-top: 29px; }
  @media only screen and (max-width: 768px) {
    .publish-page__article .h2-title {
      margin-top: 17px; } }

.order {
  background-color: #161452;
  -webkit-box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05);
          box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05); }
  @media only screen and (min-width: 1201px) {
    .order {
      padding-top: 61px;
      padding-bottom: 75px; } }
  .order .h2-title {
    color: #fff; }
  .order .flex-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.order__left {
  width: 57.5%;
  margin-right: 160px; }
  @media only screen and (max-width: 1366px) {
    .order__left {
      width: 63%;
      margin-right: 100px; } }
  @media only screen and (max-width: 1200px) {
    .order__left {
      width: 100%;
      margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .order__left .h2-title {
      margin-bottom: 32px; } }

.order__img-holder {
  width: 22%; }
  @media only screen and (max-width: 1200px) {
    .order__img-holder {
      display: none; } }
  .order__img-holder img {
    width: 100%; }

.btn-back-to-publishes {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GilroyMedium',sans-serif;
  color: #968158;
  border-bottom: 1px solid currentColor;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s; }
  .btn-back-to-publishes:focus, .btn-back-to-publishes:hover {
    border-color: transparent; }
  @media only screen and (max-width: 768px) {
    .btn-back-to-publishes {
      margin-bottom: 29px;
      font-family: 'GilroyRegular',sans-serif;
      font-size: 14px; } }
  .btn-back-to-publishes .icon {
    margin-right: 10px;
    margin-left: -4px;
    font-size: 16px; }

.team {
  padding-bottom: 80px; }
  @media only screen and (max-width: 1200px) {
    .team {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .team {
      padding-bottom: 27px; } }

.team__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px; }
  @media only screen and (max-width: 1200px) {
    .team__cards {
      grid-column-gap: 16px; } }
  @media only screen and (max-width: 1024px) {
    .team__cards {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 560px) {
    .team__cards {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0; } }

.team__item {
  position: relative;
  margin-bottom: 87px; }
  @media only screen and (max-width: 768px) {
    .team__item {
      margin-bottom: 59px; } }
  .team__item img {
    width: 100%; }

.team__info {
  position: absolute;
  bottom: -46px;
  right: -1px;
  width: 308px;
  background-color: #fff;
  padding: 24px 5px 24px 24px;
  -webkit-box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05);
          box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05); }
  @media only screen and (max-width: 1440px) {
    .team__info {
      width: 285px; } }
  @media only screen and (max-width: 768px) {
    .team__info {
      width: 255px;
      padding: 18px 0 18px 18px;
      bottom: -40px; } }

.team__position {
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F; }
  @media only screen and (max-width: 768px) {
    .team__position {
      font-size: 14px;
      line-height: 18.2px; } }

@media only screen and (max-width: 768px) {
  .team__position {
    line-height: 18.2px; } }

.contacts-main .container {
  position: relative; }

.contacts-main .contacts__text {
  max-width: 50%; }
  @media only screen and (max-width: 1024px) {
    .contacts-main .contacts__text {
      max-width: 45%; } }
  @media only screen and (max-width: 950px) {
    .contacts-main .contacts__text {
      max-width: 70%; } }
  @media only screen and (max-width: 768px) {
    .contacts-main .contacts__text {
      padding-left: 28px; } }
  @media only screen and (max-width: 480px) {
    .contacts-main .contacts__text {
      max-width: 100%; } }

@media only screen and (max-width: 767px) {
  .contacts-main .contacts-form {
    padding-bottom: 32px; } }

@media only screen and (min-width: 1366px) {
  .contacts {
    padding-top: 80px;
    padding-bottom: 60px; } }

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

@media only screen and (min-width: 1366px) {
  .contacts .h1-title {
    margin-bottom: 52px; } }

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 430px; }
  @media only screen and (max-width: 950px) {
    .contact-list {
      max-width: 600px; } }
  @media only screen and (max-width: 560px) {
    .contact-list {
      max-width: 100%; } }

.contact-list__item {
  position: relative;
  width: 45%;
  padding-left: 28px;
  margin-bottom: 21px; }
  @media only screen and (max-width: 768px) {
    .contact-list__item {
      margin-bottom: 26px;
      width: 50%; } }
  @media only screen and (max-width: 340px) {
    .contact-list__item {
      width: 100%; } }
  .contact-list__item:last-child {
    margin-bottom: 7px; }
    @media only screen and (max-width: 768px) {
      .contact-list__item:last-child {
        margin-bottom: 8px; } }
  .contact-list__item .icon {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    font-size: 1.2rem;
    color: #968158; }
    @media only screen and (max-width: 768px) {
      .contact-list__item .icon {
        top: 2px; } }

.contact-list__item--large {
  width: 100%; }

.contact-list__item--location {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

a.contact-list__link {
  color: #070707;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  a.contact-list__link:hover {
    color: #968158; }

.contacts__text {
  display: block;
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (max-width: 768px) {
    .contacts__text {
      font-size: 14px;
      line-height: 18.2px; } }

.contacts-form {
  position: absolute;
  top: 123px;
  right: 15px;
  max-width: 616px;
  padding: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05);
          box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05);
  z-index: 100; }
  @media only screen and (max-width: 1440px) {
    .contacts-form {
      max-width: 500px; } }
  @media only screen and (max-width: 1200px) {
    .contacts-form {
      max-width: 490px; } }
  @media only screen and (max-width: 950px) {
    .contacts-form {
      position: static;
      max-width: 616px;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding-left: 0;
      padding-right: 0; } }
  .contacts-form .h3-title {
    margin-bottom: 37px; }
    @media only screen and (max-width: 768px) {
      .contacts-form .h3-title {
        margin-bottom: 14px; } }
  .contacts-form .btn {
    padding: 22px 100px;
    letter-spacing: normal; }
    @media only screen and (max-width: 768px) {
      .contacts-form .btn {
        padding-top: 14px;
        padding-bottom: 14px; } }
  .contacts-form .form-field:last-of-type {
    margin-bottom: 32px; }
    @media only screen and (max-width: 768px) {
      .contacts-form .form-field:last-of-type {
        margin-bottom: 16px; } }
  .contacts-form .form-control {
    border-color: #E0E0E0; }

.input-field--message {
  margin-bottom: 29px; }
  @media only screen and (max-width: 768px) {
    .input-field--message {
      margin-bottom: 16px; } }

.contacts-form__label {
  display: block;
  margin-bottom: 5px;
  font-family: 'GilroyMedium',sans-serif;
  font-size: 14px;
  line-height: 18.2px; }
  @media only screen and (max-width: 768px) {
    .contacts-form__label {
      margin-bottom: 6px;
      font-family: 'GilroyRegular',sans-serif;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 16px; } }

#map {
  height: 625px; }
  @media only screen and (max-width: 1200px) {
    #map {
      height: 480px; } }
  @media only screen and (max-width: 768px) {
    #map {
      height: 300px; } }

.page-errors__inner {
  padding-top: 220px;
  padding-bottom: 296px;
  text-align: center; }
  @media only screen and (max-width: 1366px) {
    .page-errors__inner {
      padding-top: 100px;
      padding-bottom: 186px; } }
  @media only screen and (max-width: 768px) {
    .page-errors__inner {
      padding-top: 84px; } }
  .page-errors__inner .h3-title {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px; }
    @media only screen and (max-width: 768px) {
      .page-errors__inner .h3-title {
        margin-bottom: 32px;
        font-size: 26px;
        line-height: 33.8px; } }
  .page-errors__inner .btn {
    padding: 16px 36px;
    color: #282031;
    min-width: 220px; }
    .page-errors__inner .btn:hover {
      color: #fff; }
    @media only screen and (max-width: 768px) {
      .page-errors__inner .btn {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        min-width: initial;
        padding: 14px 36px 13px; } }
    @media only screen and (max-width: 480px) {
      .page-errors__inner .btn {
        max-width: 100%; } }

.page-errors__img-wrap {
  position: relative;
  min-height: 145px;
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .page-errors__img-wrap {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 480px) {
    .page-errors__img-wrap {
      min-height: 100px;
      margin-bottom: 40px; } }

.page-errors__img-inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 352px; }
  @media only screen and (max-width: 768px) {
    .page-errors__img-inner {
      width: 50%; }
      .page-errors__img-inner img {
        width: 100%; } }
  @media only screen and (max-width: 640px) {
    .page-errors__img-inner {
      width: 60%; } }
  @media only screen and (max-width: 480px) {
    .page-errors__img-inner {
      width: 68%; } }

@media only screen and (max-width: 1200px) {
  .page-errors__img-inner--outline {
    top: -6px;
    left: 51%; } }

@media only screen and (max-width: 768px) {
  .page-errors__img-inner--outline {
    left: 52%; } }

@media only screen and (min-width: 769px) {
  .history-main .h5-title {
    margin-bottom: 73px; } }

.about-section {
  padding-bottom: 0; }

.structure__item {
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .structure__item {
      width: 100%; } }

.structure__row {
  border-right: 2px solid rgba(150, 129, 88, 0.8); }
  .structure__row:not(:last-child) {
    margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .structure__row {
      border-right: 0;
      margin-bottom: 24px;
      border-bottom: 1px solid rgba(150, 129, 88, 0.2); }
      .structure__row:last-child {
        margin-bottom: 0;
        border-bottom: 0; } }
    @media only screen and (max-width: 768px) and (max-width: 768px) {
      .structure__row:last-child .contact-list__item--3 {
        margin-bottom: 0; } }

.structure__row--reverse {
  border-right: 0;
  border-left: 2px solid rgba(150, 129, 88, 0.8); }
  @media only screen and (min-width: 769px) {
    .structure__row--reverse .structure__item-content {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  @media only screen and (max-width: 768px) {
    .structure__row--reverse {
      border-left: 0; } }

.structure__item-content {
  padding: 80px 30px 70px 76px; }
  @media only screen and (max-width: 1200px) {
    .structure__item-content {
      padding: 40px 15px 44px 38px; } }
  @media only screen and (max-width: 992px) {
    .structure__item-content {
      padding: 20px 15px 22px 19px; } }
  @media only screen and (max-width: 768px) {
    .structure__item-content {
      padding: 0; } }
  @media only screen and (max-width: 992px) {
    .structure__item-content .contact-list {
      font-size: 16px; } }
  .structure__item-content .contact-list,
  .structure__item-content .contact-list__link {
    color: #282031; }
  .structure__item-content .contacts__text {
    margin-bottom: 27px;
    font-size: 18px;
    color: rgba(40, 32, 49, 0.8); }
    @media only screen and (max-width: 768px) {
      .structure__item-content .contacts__text {
        font-size: 16px;
        line-height: 22.4px; } }
  .structure__item-content .h2-title {
    margin-bottom: 4px; }
    @media only screen and (max-width: 992px) {
      .structure__item-content .h2-title {
        font-size: 24px;
        line-height: 31.2px; } }
  @media only screen and (max-width: 768px) {
    .structure__item-content .h2-title {
      margin-bottom: 4px; }
    .structure__item-content .contacts__text {
      margin-bottom: 17px; }
    .structure__item-content .contact-list__item--3 {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1367px) {
    .structure__item-content .contact-list__item:last-child {
      margin-bottom: 21px; } }

@media only screen and (max-width: 1200px) {
  .structure__img-holder {
    max-width: 250px; } }

@media only screen and (max-width: 992px) {
  .structure__img-holder {
    max-width: 170px; } }

@media only screen and (max-width: 768px) {
  .structure__img-holder {
    max-width: 250px; } }

@media only screen and (max-width: 560px) {
  .structure__img-holder {
    max-width: 170px; } }

.structure__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 768px) {
    .structure__item-img {
      min-height: 370px;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 480px) {
    .structure__item-img {
      min-height: 228px; } }

.structure__decor {
  position: absolute;
  bottom: 24px;
  right: 24px; }
  @media only screen and (max-width: 768px) {
    .structure__decor {
      max-width: 60px;
      bottom: 12px;
      right: 12px; } }

.structure__item--bg-gray {
  background-color: #E0E0E0; }

.structure__item {
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .structure__item {
      width: 100%; } }

.structure__row {
  border-right: 2px solid rgba(150, 129, 88, 0.8); }
  .structure__row:not(:last-child) {
    margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .structure__row {
      border-right: 0;
      margin-bottom: 24px;
      border-bottom: 1px solid rgba(150, 129, 88, 0.2); }
      .structure__row:last-child {
        margin-bottom: 0;
        border-bottom: 0; } }
    @media only screen and (max-width: 768px) and (max-width: 768px) {
      .structure__row:last-child .contact-list__item--3 {
        margin-bottom: 0; } }

.structure__row--reverse {
  border-right: 0;
  border-left: 2px solid rgba(150, 129, 88, 0.8); }
  @media only screen and (min-width: 769px) {
    .structure__row--reverse .structure__item-content {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  @media only screen and (max-width: 768px) {
    .structure__row--reverse {
      border-left: 0; } }

.structure__item-content {
  padding: 80px 30px 70px 76px; }
  @media only screen and (max-width: 1200px) {
    .structure__item-content {
      padding: 40px 15px 44px 38px; } }
  @media only screen and (max-width: 992px) {
    .structure__item-content {
      padding: 20px 15px 22px 19px; } }
  @media only screen and (max-width: 768px) {
    .structure__item-content {
      padding: 0; } }
  @media only screen and (max-width: 992px) {
    .structure__item-content .contact-list {
      font-size: 16px; } }
  .structure__item-content .contacts__text {
    margin-bottom: 27px;
    font-size: 18px;
    color: rgba(40, 32, 49, 0.8); }
    @media only screen and (max-width: 768px) {
      .structure__item-content .contacts__text {
        font-size: 16px;
        line-height: 22.4px; } }
  .structure__item-content .h2-title {
    margin-bottom: 4px; }
    @media only screen and (max-width: 992px) {
      .structure__item-content .h2-title {
        font-size: 24px;
        line-height: 31.2px; } }
  @media only screen and (max-width: 768px) {
    .structure__item-content .h2-title {
      margin-bottom: 4px; }
    .structure__item-content .contacts__text {
      margin-bottom: 17px; }
    .structure__item-content .contact-list__item--3 {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1367px) {
    .structure__item-content .contact-list__item:last-child {
      margin-bottom: 21px; } }

@media only screen and (max-width: 1200px) {
  .structure__img-holder {
    max-width: 250px; } }

@media only screen and (max-width: 992px) {
  .structure__img-holder {
    max-width: 170px; } }

@media only screen and (max-width: 768px) {
  .structure__img-holder {
    max-width: 250px; } }

@media only screen and (max-width: 560px) {
  .structure__img-holder {
    max-width: 170px; } }

.structure__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 768px) {
    .structure__item-img {
      min-height: 370px;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 480px) {
    .structure__item-img {
      min-height: 228px; } }

.structure__decor {
  position: absolute;
  bottom: 24px;
  right: 24px; }
  @media only screen and (max-width: 768px) {
    .structure__decor {
      max-width: 60px;
      bottom: 12px;
      right: 12px; } }

.structure__item--bg-gray {
  background-color: #E0E0E0; }

.register-feedback {
  padding-bottom: 93px; }
  @media only screen and (max-width: 768px) {
    .register-feedback {
      padding-bottom: 63px; } }
  .register-feedback .flex-wrap:not(:last-child) {
    margin-bottom: 32px; }
  @media only screen and (max-width: 992px) {
    .register-feedback .flex-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 1500px) {
    .register-feedback .container {
      width: calc(1181px + 32px);
      margin: 0 auto; } }

@media only screen and (min-width: 992px) {
  .stage__col-title {
    width: 55%;
    position: relative; } }

@media only screen and (max-width: 992px) {
  .stage__col-title {
    margin-bottom: 34px; } }

.stage__col-title .h3-title {
  max-width: 434px; }

.page-register-title--hidden {
  padding-bottom: 0; }
  .page-register-title--hidden:after {
    display: none; }
  @media only screen and (max-width: 992px) {
    .page-register-title--hidden {
      display: none; } }

@media only screen and (min-width: 992px) {
  .stage__col-info {
    width: 45%;
    padding-top: 17px; } }

.stage__info {
  position: relative;
  padding-left: 30px;
  padding-bottom: 48px; }
  .stage__info:last-child {
    padding-bottom: 0; }
  @media only screen and (max-width: 992px) {
    .stage__info {
      max-width: 450px;
      padding-bottom: 32px; } }
  .stage__info:before, .stage__info:after {
    content: "";
    position: absolute;
    border-left: 1px dashed #968158; }
  .stage__info:not(:last-child):after {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    height: 100%; }
  .stage__info:before {
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #968158;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1; }
  .stage__info .btn {
    min-width: 292px;
    padding-top: 9px;
    padding-bottom: 10px;
    margin-bottom: 8px; }
    @media only screen and (max-width: 640px) {
      .stage__info .btn {
        margin-bottom: 12px;
        width: 100%;
        min-width: initial; } }
  .stage__info small {
    display: block;
    font-size: 14px;
    line-height: 16.8px;
    color: #4F4F4F; }
    @media only screen and (max-width: 768px) {
      .stage__info small {
        font-size: 12px; } }

.stage {
  counter-reset: myCounter; }

.stage__number {
  position: relative;
  display: block;
  margin-bottom: 12px;
  height: 45px; }
  @media only screen and (max-width: 768px) {
    .stage__number {
      height: 33px; } }
  .stage__number:before {
    counter-increment: myCounter;
    content: "0" counter(myCounter) ". ";
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'GilroyMedium',sans-serif;
    font-size: 38px;
    line-height: 45.6px;
    color: #968158; }
    @media only screen and (max-width: 768px) {
      .stage__number:before {
        font-size: 28px;
        line-height: 33.6px; } }
  .stage__number:after {
    content: "";
    position: absolute;
    bottom: 14px;
    right: 0;
    width: 90%;
    border-bottom: 1px dashed #968158;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }
    @media only screen and (max-width: 992px) {
      .stage__number:after {
        display: none; } }

.stage__subtitle {
  display: block;
  width: 80%; }
  @media only screen and (max-width: 768px) {
    .stage__subtitle {
      width: 100%; } }

.stage__subtitle--bottom-indent {
  margin-bottom: 20px; }
  @media only screen and (max-width: 992px) {
    .stage__subtitle--bottom-indent {
      margin-bottom: 16px; } }
  .stage__subtitle--bottom-indent span {
    display: block;
    margin-bottom: 8px; }

.stage__done {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  padding: 5px;
  margin-top: 77px;
  font-family: 'GilroyRegular',sans-serif;
  color: #070707;
  background-color: #fff;
  border: 1px solid #968158;
  -webkit-transform: rotate(45deg) translateX(-60%);
      -ms-transform: rotate(45deg) translateX(-60%);
          transform: rotate(45deg) translateX(-60%); }
  @media only screen and (max-width: 992px) {
    .stage__done {
      position: relative;
      margin-top: 16px;
      margin-left: 48px;
      -webkit-transform: rotate(45deg) translateX(12px);
          -ms-transform: rotate(45deg) translateX(12px);
              transform: rotate(45deg) translateX(12px); }
      .stage__done:after, .stage__done:before {
        content: "";
        position: absolute;
        border-bottom: 1px dashed #968158; }
      .stage__done:before {
        bottom: 0;
        left: 0;
        -webkit-transform: translate(-80%, 9px) rotate(-45deg);
            -ms-transform: translate(-80%, 9px) rotate(-45deg);
                transform: translate(-80%, 9px) rotate(-45deg);
        width: 26px;
        border-bottom: 1px dashed #968158; }
      .stage__done:after {
        bottom: 0;
        left: 0;
        width: 70%;
        -webkit-transform: rotate(45deg) translate(-100%, 25px);
            -ms-transform: rotate(45deg) translate(-100%, 25px);
                transform: rotate(45deg) translate(-100%, 25px);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; } }
  @media only screen and (max-width: 768px) {
    .stage__done {
      width: 79px;
      height: 79px;
      font-size: 18px;
      -webkit-transform: rotate(45deg) translateX(0);
          -ms-transform: rotate(45deg) translateX(0);
              transform: rotate(45deg) translateX(0); } }
  .stage__done span {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.page-consultation .h2-title {
  margin-bottom: 21px; }

.consultation-form {
  max-width: 815px; }
  .consultation-form .btn {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    white-space: normal;
    letter-spacing: normal; }
    @media only screen and (max-width: 768px) {
      .consultation-form .btn {
        padding-top: 14px;
        padding-bottom: 14px; } }
  @media only screen and (max-width: 768px) {
    .consultation-form .flex-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .consultation-form .form-field {
      margin-bottom: 22px; } }
  .consultation-form .form-field:last-of-type {
    margin-bottom: 32px; }
    @media only screen and (max-width: 992px) {
      .consultation-form .form-field:last-of-type {
        margin-bottom: 24px;
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2; } }

.contacts-form__label--indent-bottom {
  margin-bottom: 18px; }

.consultation-form__row {
  display: grid;
  grid-template-columns: 49.6% 47.4%;
  grid-column-gap: 23.5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  @media only screen and (max-width: 768px) {
    .consultation-form__row {
      grid-template-columns: 1fr; } }
  .consultation-form__row .form-field:last-of-type {
    margin-bottom: 21px; }

.consultation-form__row--dates {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4px; }
  @media only screen and (max-width: 992px) {
    .consultation-form__row--dates {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 8px;
      margin-bottom: 30px; }
      .consultation-form__row--dates .form-field {
        margin-bottom: 14px; }
      .consultation-form__row--dates .form-field:last-of-type {
        margin-bottom: 0; } }

.datepicker {
  cursor: pointer; }

.daterangepicker.show-calendar .drp-buttons {
  display: none; }

.form-field--checkbox {
  margin-bottom: 27px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_label {
  padding-right: 0; }

@media only screen and (min-width: 993px) {
  .facilities-main .category-list {
    -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
            transform: translateY(-55px); } }

@media only screen and (max-width: 992px) {
  .facilities-main .breadcrumb-container {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.facilities-main .breadcrumbs {
  margin-bottom: 32px; }
  @media only screen and (min-width: 993px) {
    .facilities-main .breadcrumbs {
      width: 68%;
      margin-left: auto;
      padding-left: 32px;
      -webkit-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-property: visibility, opacity;
      -o-transition-property: visibility, opacity;
      transition-property: visibility, opacity; } }

.facilities-main .breadcrumb__list {
  margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .facilities-main .breadcrumb__list .active {
      display: block; } }

.facilities-main .breadcrumb--active {
  opacity: 1;
  visibility: visible; }

.facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 1200px) {
    .facilities {
      padding-top: 0;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 768px) {
    .facilities {
      padding-top: 32px; } }

@media only screen and (min-width: 993px) {
  .page-facilities__container {
    display: none; } }

.facilities__nav {
  width: 100%; }
  @media only screen and (min-width: 993px) {
    .facilities__nav {
      margin-bottom: 54px;
      background-color: #F1F1F1; } }

.facilities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(178, 160, 141, 0.3); }
  @media only screen and (max-width: 992px) {
    .facilities__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 -16px 50px;
      border: 0; } }

.category-list-dropdown__link,
.facilities__link,
.category-list__link {
  font-family: 'GilroyMedium',sans-serif;
  font-size: 14px;
  line-height: 18.2px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, border-bottom-color, background-color;
  -o-transition-property: color, border-bottom-color, background-color;
  transition-property: color, border-bottom-color, background-color; }
  @media only screen and (max-width: 992px) {
    .category-list-dropdown__link,
    .facilities__link,
    .category-list__link {
      color: #070707;
      line-height: 16px;
      letter-spacing: 1px; } }
  .category-list-dropdown__link:hover,
  .facilities__link:hover,
  .category-list__link:hover {
    color: #968158; }

.facilities__item {
  max-width: 210px;
  min-width: 160px; }
  @media only screen and (max-width: 992px) {
    .facilities__item {
      max-width: 100%; } }

.facilities__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 22px 17px 27px 20px;
  border-bottom: 2px solid transparent;
  color: #070707; }
  @media only screen and (max-width: 1440px) {
    .facilities__link {
      min-width: auto; } }
  @media only screen and (max-width: 1200px) {
    .facilities__link {
      padding: 24px 10px 24px 10px; } }
  @media only screen and (max-width: 992px) {
    .facilities__link {
      position: relative;
      padding: 12px 16px;
      border-bottom: 0; }
      .facilities__link:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 22px;
        width: 13px;
        height: 9px;
        background-image: url("../../i/icons/arrow-right.svg");
        background-size: 13px 9px;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .facilities__link:hover {
    border-bottom-color: currentColor;
    background-color: #F1F1F1; }
  .facilities__link .icon {
    margin-bottom: 8px;
    font-size: 2.9rem;
    color: #756345; }
    @media only screen and (max-width: 992px) {
      .facilities__link .icon {
        display: none; } }

.category-list {
  width: 32%; }
  @media only screen and (max-width: 992px) {
    .category-list {
      top: 0; } }

@media only screen and (max-width: 992px) {
  .category-list-dropdown,
  .category-list {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 999; } }

.category-list-dropdown--active,
.category-list--active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.category-list__heading {
  display: none; }
  @media only screen and (max-width: 992px) {
    .category-list__heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 32px;
      padding-bottom: 32px; }
      .category-list__heading .btn-back {
        opacity: 1;
        visibility: visible; } }

.facilities__content {
  width: 68%;
  padding-left: 32px; }
  @media only screen and (max-width: 992px) {
    .facilities__content {
      display: block;
      padding-left: 0; } }
  .facilities__content li.active span {
    color: #4F4F4F; }

@media only screen and (max-width: 992px) {
  .facilities__content,
  .category-list {
    width: 100%; } }

@media only screen and (min-width: 993px) {
  .category-list__item:not(:last-child) {
    margin-bottom: 4px; } }

.category-list__link {
  display: block;
  padding: 12px 0px 12px; }
  @media only screen and (min-width: 993px) {
    .category-list__link {
      padding: 16px 33px 16px 23px;
      text-transform: uppercase;
      color: #282031;
      background-color: rgba(241, 241, 241, 0.5); }
      .category-list__link:hover {
        color: #fff;
        background-color: #756345; } }

.category-list__item-dropdown .category-list__link {
  position: relative; }

.category-list__item-dropdown .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: .55rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  @media only screen and (max-width: 992px) {
    .category-list__item-dropdown .icon {
      right: 7px; } }

.category-list__item-dropdown .category-list-dropdown {
  display: none; }
  @media only screen and (max-width: 992px) {
    .category-list__item-dropdown .category-list-dropdown {
      display: block;
      top: 100px;
      z-index: 9999; } }

@media only screen and (min-width: 993px) {
  .category-list-dropdown__item .category-list-dropdown__link {
    border-bottom: 1px solid rgba(209, 198, 192, 0.5); }
  .category-list-dropdown__item:last-child .category-list-dropdown__link {
    border-bottom: 0; } }

.category-list-dropdown__item--active .category-list-dropdown__link {
  color: #4F4F4F;
  background-color: rgba(209, 198, 192, 0.5);
  border-bottom-color: transparent; }
  @media only screen and (max-width: 992px) {
    .category-list-dropdown__item--active .category-list-dropdown__link {
      color: #968158;
      background-color: transparent; } }

.category-list-dropdown__link {
  display: block;
  padding: 14px 0 12px; }
  @media only screen and (min-width: 993px) {
    .category-list-dropdown__link {
      padding: 14px 10px 17.5px 38px;
      color: #4F4F4F;
      background-color: #F1F1F1; } }
  .category-list-dropdown__link:hover {
    color: #4F4F4F;
    background-color: rgba(209, 198, 192, 0.5);
    border-bottom-color: transparent; }
    @media only screen and (max-width: 992px) {
      .category-list-dropdown__link:hover {
        color: #968158;
        background-color: transparent; } }

@media only screen and (min-width: 993px) {
  .category-list__item--active .category-list__link {
    color: #fff;
    background-color: #756345; }
  .category-list__item--active .icon {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); } }

.facilities__item--active .facilities__link {
  background-color: #F1F1F1;
  border-bottom-color: #968158; }

.facilities__item--active .facilities__text {
  color: #968158; }

.js_custom_superclass .breadcrumbs {
  width: 81%;
  padding-left: 0; }

.js_custom_superclass .category-list {
  display: none; }

.js_custom_superclass .facilities__content {
  margin: 0 auto; }

.facilities--arrow-disabled .facilities__item--active .facilities__link:after {
  display: none; }

@media only screen and (min-width: 1365px) {
  .section-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.cyprus-logo-wrap {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 561px;
  height: 561px;
  -webkit-transform: translate(-70px, 119px);
      -ms-transform: translate(-70px, 119px);
          transform: translate(-70px, 119px);
  z-index: 20; }
  @media only screen and (max-width: 1700px) {
    .cyprus-logo-wrap {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 400px;
      height: 400px; } }
  @media only screen and (max-width: 1365px) {
    .cyprus-logo-wrap {
      display: none; } }

.cyprus-logo {
  position: absolute; }

.cyprus-logo-letter {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }

.cyprus-logo--animation .cyprus-logo-letter {
  -webkit-animation: cyprusRound 20s infinite linear;
          animation: cyprusRound 20s infinite linear; }

.cyprus-logo-balance {
  top: 50%;
  left: 50%;
  width: 403px;
  height: 403px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1700px) {
    .cyprus-logo-balance {
      width: 303px;
      height: 303px; } }

@keyframes cyprusRound {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media only screen and (min-width: 769px) {
  .services .title-with-decor {
    margin-bottom: 86px; } }

.services__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 1025px) {
    .services__item {
      margin-bottom: 27px; } }
  @media only screen and (max-width: 1024px) {
    .services__item:not(:last-child) {
      padding-bottom: 14px;
      margin-bottom: 24px;
      border-bottom: 1px solid rgba(150, 129, 88, 0.2); } }
  .services__item:last-child p {
    margin-bottom: 0; }
  .services__item:hover .h3-title {
    color: #968158; }
    @media only screen and (min-width: 769px) {
      .services__item:hover .h3-title:after {
        margin-left: 0;
        width: 24px;
        height: 21px;
        background-image: url("../images/right.svg");
        background-size: 24px 21px; } }
  .services__item:hover .services__img {
    background-color: #968158; }
  .services__item:hover .icon:not(.icon-arrow-right) {
    fill: #fff; }

.services__text {
  width: 43%;
  color: #4F4F4F; }
  @media only screen and (min-width: 1024px) {
    .services__text {
      padding-top: 11px; } }
  @media only screen and (max-width: 768px) {
    .services__text {
      font-size: 14px; } }

.services__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-right: 46px; }
  @media only screen and (max-width: 1024px) {
    .services__info {
      margin-right: 0;
      margin-bottom: 16px; } }
  .services__info .h3-title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    margin-left: 3px;
    background-image: url("../images/arrow-right.svg");
    background-size: 20px 15px; }
    @media only screen and (max-width: 768px) {
      .services__info .h3-title:after {
        margin-left: 8px;
        width: 15px;
        height: 12px;
        background-size: 15px 12px;
        background-image: url("../images/right-arrow-thin.svg"); } }
  .services__info a {
    color: #070707; }

.services__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  height: 94px;
  margin-right: 33px;
  color: #968158;
  border: 1px solid currentColor;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  @media only screen and (max-width: 1024px) {
    .services__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 74px;
              flex: 0 0 74px;
      height: 74px;
      margin-right: 20px; } }
  @media only screen and (max-width: 768px) {
    .services__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 54px;
              flex: 0 0 54px;
      height: 54px;
      margin-right: 12px; } }
  .services__img .icon {
    width: 52px;
    height: 52px;
    color: currentColor; }
    @media only screen and (max-width: 1024px) {
      .services__img .icon {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 768px) {
      .services__img .icon {
        width: 28px;
        height: 28px; } }

@media only screen and (max-width: 1024px) {
  .services__info,
  .services__text {
    width: 100%; } }

.register-animation {
  position: relative; }
  @media only screen and (min-width: 1201px) {
    .register-animation {
      min-height: 1134px; } }

.register-animation__title {
  max-width: 440px;
  margin-bottom: 60px;
  color: #F1F1F1; }
  @media only screen and (max-width: 768px) {
    .register-animation__title {
      margin-bottom: 30px; } }

.step-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1024px) {
    .step-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.step-block__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  z-index: 99; }
  @media only screen and (max-width: 768px) {
    .step-block__text {
      font-size: 16px; } }

.btn-main__text {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.step-block__number {
  position: absolute;
  top: 15%;
  left: 21%;
  width: 40px;
  height: 63px;
  font-size: 48px;
  line-height: 57.6px;
  font-family: 'GilroyMedium',sans-serif;
  color: #968158;
  background-color: #040245;
  text-align: center;
  z-index: 10; }
  @media only screen and (max-width: 1440px) {
    .step-block__number {
      top: 16%;
      width: 30px;
      height: 53px;
      font-size: 36px; } }

.step-block__points {
  position: relative;
  width: 343px;
  height: 342px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .step-block__points:nth-child(2) {
    -webkit-transform: translateX(-34px);
        -ms-transform: translateX(-34px);
            transform: translateX(-34px); }
  .step-block__points:nth-child(3) {
    -webkit-transform: translateX(calc(-34px * 2));
        -ms-transform: translateX(calc(-34px * 2));
            transform: translateX(calc(-34px * 2)); }
  .step-block__points:nth-child(4) {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px); }
  @media only screen and (max-width: 1600px) {
    .step-block__points {
      width: 300px;
      height: 300px; } }
  @media only screen and (max-width: 1440px) {
    .step-block__points {
      width: 270px;
      height: 270px; } }
  @media only screen and (max-width: 1024px) {
    .step-block__points {
      width: 343px;
      height: 342px;
      -webkit-transform: translateX(0) !important;
          -ms-transform: translateX(0) !important;
              transform: translateX(0) !important; }
      .step-block__points:not(:first-child) {
        margin-top: -90px; } }
  @media only screen and (max-width: 768px) {
    .step-block__points {
      width: 300px;
      height: 300px; } }

.step-block__inner,
.step-block__inner::after,
.step-block__inner::before,
.step-block__border,
.step-block__border::after,
.step-block__border::before,
.step-block__points-with-btn .btn-main {
  position: absolute; }

.step-block__inner {
  width: 70%;
  height: 70%;
  top: calc(50% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  z-index: 2; }
  .step-block__inner:after, .step-block__inner:before {
    content: "";
    background-color: #A6905F;
    will-change: transform; }
  .step-block__inner:before {
    left: 0;
    height: 1px;
    top: 0;
    width: 100%;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }
  .step-block__inner:after {
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    -webkit-transform: scale3d(1, 0, 0);
            transform: scale3d(1, 0, 0);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
    @media only screen and (max-width: 1024px) {
      .step-block__inner:after {
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top; } }

.step-block__border {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
  .step-block__border:before, .step-block__border:after {
    content: "";
    background-color: #A6905F;
    will-change: transform; }
  .step-block__border:before {
    left: 0;
    height: 1px;
    top: 100%;
    width: 100%;
    -webkit-transform: scale3d(0, 1, 0);
            transform: scale3d(0, 1, 0);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }
    @media only screen and (max-width: 1024px) {
      .step-block__border:before {
        right: 0;
        top: auto;
        left: auto;
        bottom: 0; } }
  .step-block__border:after {
    height: 100%;
    width: 1px;
    right: 0;
    bottom: 0;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
    @media only screen and (max-width: 1024px) {
      .step-block__border:after {
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top; } }

@media only screen and (min-width: 769px) {
  .btn-main__text,
  .step-block__points-with-btn .btn-main,
  .step-block__text,
  .step-block__number {
    opacity: 0;
    visibility: hidden; } }

.step-block__points-with-btn:hover .step-block__inner {
  width: 73%;
  height: 73%; }

.step-block__points-with-btn:hover .btn-main {
  -webkit-box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.5); }

.step-block__points-with-btn .btn-main {
  top: 51%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 63%;
  height: 63%;
  padding: 10px;
  font-size: 32px;
  line-height: 46.4px;
  font-family: 'GilroyBold',sans-serif;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
  @media only screen and (max-width: 1200px) {
    .step-block__points-with-btn .btn-main {
      font-size: 28px; } }

@media only screen and (max-width: 768px) {
  .step-block__points .step-block__inner:after, .step-block__points .step-block__inner:before,
  .step-block__points .step-block__border:after,
  .step-block__points .step-block__border:before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@media only screen and (min-width: 769px) {
  .step-block--animation .step-block__points .btn-main__text,
  .step-block--animation .step-block__points .btn-main,
  .step-block--animation .step-block__points .step-block__text,
  .step-block--animation .step-block__points .step-block__number {
    opacity: 1;
    visibility: visible; } }

@media only screen and (min-width: 769px) {
  .step-block--animation .step-block__points .step-block__inner:after, .step-block--animation .step-block__points .step-block__inner:before,
  .step-block--animation .step-block__points .step-block__border:after,
  .step-block--animation .step-block__points .step-block__border:before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.step-block--animation .step-block__points--1 .step-block__number {
  -webkit-transition: opacity 0.3s 0.1s;
  -o-transition: opacity 0.3s 0.1s;
  transition: opacity 0.3s 0.1s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--1 .step-block__number {
      -webkit-transition-delay: .5s;
           -o-transition-delay: .5s;
              transition-delay: .5s; } }

.step-block--animation .step-block__points--1 .step-block__text {
  -webkit-transition: opacity 0.3s 1.3s;
  -o-transition: opacity 0.3s 1.3s;
  transition: opacity 0.3s 1.3s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--1 .step-block__text {
      -webkit-transition-delay: 2s;
           -o-transition-delay: 2s;
              transition-delay: 2s; } }

.step-block--animation .step-block__points--1 .step-block__inner:after {
  -webkit-transition: -webkit-transform .7s linear;
  transition: -webkit-transform .7s linear;
  -o-transition: transform .7s linear;
  transition: transform .7s linear;
  transition: transform .7s linear, -webkit-transform .7s linear; }

.step-block--animation .step-block__points--1 .step-block__inner:before {
  -webkit-transition: -webkit-transform .7s linear .7s;
  transition: -webkit-transform .7s linear .7s;
  -o-transition: transform .7s linear .7s;
  transition: transform .7s linear .7s;
  transition: transform .7s linear .7s, -webkit-transform .7s linear .7s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--1 .step-block__inner:after, .step-block--animation .step-block__points--1 .step-block__inner:before {
    -webkit-transition: -webkit-transform .7s linear .4s;
    transition: -webkit-transform .7s linear .4s;
    -o-transition: transform .7s linear .4s;
    transition: transform .7s linear .4s;
    transition: transform .7s linear .4s, -webkit-transform .7s linear .4s; } }

.step-block--animation .step-block__points--1 .step-block__border:before {
  -webkit-transition: -webkit-transform .7s linear;
  transition: -webkit-transform .7s linear;
  -o-transition: transform .7s linear;
  transition: transform .7s linear;
  transition: transform .7s linear, -webkit-transform .7s linear; }

.step-block--animation .step-block__points--1 .step-block__border:after {
  -webkit-transition: -webkit-transform .7s linear .7s;
  transition: -webkit-transform .7s linear .7s;
  -o-transition: transform .7s linear .7s;
  transition: transform .7s linear .7s;
  transition: transform .7s linear .7s, -webkit-transform .7s linear .7s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--1 .step-block__border:after, .step-block--animation .step-block__points--1 .step-block__border:before {
    -webkit-transition: -webkit-transform .7s linear 1.2s;
    transition: -webkit-transform .7s linear 1.2s;
    -o-transition: transform .7s linear 1.2s;
    transition: transform .7s linear 1.2s;
    transition: transform .7s linear 1.2s, -webkit-transform .7s linear 1.2s; } }

.step-block--animation .step-block__points--2 .step-block__number {
  -webkit-transition: opacity 0.3s 1.5s;
  -o-transition: opacity 0.3s 1.5s;
  transition: opacity 0.3s 1.5s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--2 .step-block__number {
      -webkit-transition-delay: 2.3s;
           -o-transition-delay: 2.3s;
              transition-delay: 2.3s; } }

.step-block--animation .step-block__points--2 .step-block__text {
  -webkit-transition: opacity 0.3s 2.8s;
  -o-transition: opacity 0.3s 2.8s;
  transition: opacity 0.3s 2.8s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--2 .step-block__text {
      -webkit-transition-delay: 3.2s;
           -o-transition-delay: 3.2s;
              transition-delay: 3.2s; } }

.step-block--animation .step-block__points--2 .step-block__inner:before {
  -webkit-transition: -webkit-transform .7s linear 2.1s;
  transition: -webkit-transform .7s linear 2.1s;
  -o-transition: transform .7s linear 2.1s;
  transition: transform .7s linear 2.1s;
  transition: transform .7s linear 2.1s, -webkit-transform .7s linear 2.1s; }

.step-block--animation .step-block__points--2 .step-block__inner:after {
  -webkit-transition: -webkit-transform .7s linear 1.4s;
  transition: -webkit-transform .7s linear 1.4s;
  -o-transition: transform .7s linear 1.4s;
  transition: transform .7s linear 1.4s;
  transition: transform .7s linear 1.4s, -webkit-transform .7s linear 1.4s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--2 .step-block__inner:before, .step-block--animation .step-block__points--2 .step-block__inner:after {
    -webkit-transition: -webkit-transform .7s linear 2s;
    transition: -webkit-transform .7s linear 2s;
    -o-transition: transform .7s linear 2s;
    transition: transform .7s linear 2s;
    transition: transform .7s linear 2s, -webkit-transform .7s linear 2s; } }

.step-block--animation .step-block__points--2 .step-block__border:before {
  -webkit-transition: -webkit-transform .7s linear 1.4s;
  transition: -webkit-transform .7s linear 1.4s;
  -o-transition: transform .7s linear 1.4s;
  transition: transform .7s linear 1.4s;
  transition: transform .7s linear 1.4s, -webkit-transform .7s linear 1.4s; }

.step-block--animation .step-block__points--2 .step-block__border:after {
  -webkit-transition: -webkit-transform .7s linear 2.1s;
  transition: -webkit-transform .7s linear 2.1s;
  -o-transition: transform .7s linear 2.1s;
  transition: transform .7s linear 2.1s;
  transition: transform .7s linear 2.1s, -webkit-transform .7s linear 2.1s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--2 .step-block__border:before, .step-block--animation .step-block__points--2 .step-block__border:after {
    -webkit-transition: -webkit-transform .7s linear 2.7s;
    transition: -webkit-transform .7s linear 2.7s;
    -o-transition: transform .7s linear 2.7s;
    transition: transform .7s linear 2.7s;
    transition: transform .7s linear 2.7s, -webkit-transform .7s linear 2.7s; } }

.step-block--animation .step-block__points--3 .step-block__number {
  -webkit-transition: opacity 0.3s 2.8s;
  -o-transition: opacity 0.3s 2.8s;
  transition: opacity 0.3s 2.8s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--3 .step-block__number {
      -webkit-transition-delay: 4.3s;
           -o-transition-delay: 4.3s;
              transition-delay: 4.3s; } }

.step-block--animation .step-block__points--3 .step-block__text {
  -webkit-transition: opacity 0.3s 4.2s;
  -o-transition: opacity 0.3s 4.2s;
  transition: opacity 0.3s 4.2s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--3 .step-block__text {
      -webkit-transition-delay: 5.2s;
           -o-transition-delay: 5.2s;
              transition-delay: 5.2s; } }

.step-block--animation .step-block__points--3 .step-block__inner:before {
  -webkit-transition: -webkit-transform .7s linear 3.5s;
  transition: -webkit-transform .7s linear 3.5s;
  -o-transition: transform .7s linear 3.5s;
  transition: transform .7s linear 3.5s;
  transition: transform .7s linear 3.5s, -webkit-transform .7s linear 3.5s; }

.step-block--animation .step-block__points--3 .step-block__inner:after {
  -webkit-transition: -webkit-transform .7s linear 2.8s;
  transition: -webkit-transform .7s linear 2.8s;
  -o-transition: transform .7s linear 2.8s;
  transition: transform .7s linear 2.8s;
  transition: transform .7s linear 2.8s, -webkit-transform .7s linear 2.8s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--3 .step-block__inner:before, .step-block--animation .step-block__points--3 .step-block__inner:after {
    -webkit-transition: -webkit-transform .7s linear 3.5s;
    transition: -webkit-transform .7s linear 3.5s;
    -o-transition: transform .7s linear 3.5s;
    transition: transform .7s linear 3.5s;
    transition: transform .7s linear 3.5s, -webkit-transform .7s linear 3.5s; } }

.step-block--animation .step-block__points--3 .step-block__border:before {
  -webkit-transition: -webkit-transform .7s linear 2.8s;
  transition: -webkit-transform .7s linear 2.8s;
  -o-transition: transform .7s linear 2.8s;
  transition: transform .7s linear 2.8s;
  transition: transform .7s linear 2.8s, -webkit-transform .7s linear 2.8s; }

.step-block--animation .step-block__points--3 .step-block__border:after {
  -webkit-transition: -webkit-transform .7s linear 3.5s;
  transition: -webkit-transform .7s linear 3.5s;
  -o-transition: transform .7s linear 3.5s;
  transition: transform .7s linear 3.5s;
  transition: transform .7s linear 3.5s, -webkit-transform .7s linear 3.5s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--3 .step-block__border:before, .step-block--animation .step-block__points--3 .step-block__border:after {
    -webkit-transition: -webkit-transform .7s linear 4.2s;
    transition: -webkit-transform .7s linear 4.2s;
    -o-transition: transform .7s linear 4.2s;
    transition: transform .7s linear 4.2s;
    transition: transform .7s linear 4.2s, -webkit-transform .7s linear 4.2s; } }

.step-block--animation .step-block__points--4 .btn-main__text {
  -webkit-transition: opacity 0.3s 4s;
  -o-transition: opacity 0.3s 4s;
  transition: opacity 0.3s 4s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--4 .btn-main__text {
      -webkit-transition-delay: 6.2s;
           -o-transition-delay: 6.2s;
              transition-delay: 6.2s; } }

.step-block--animation .step-block__points--4 .step-block__inner {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height; }
  .step-block--animation .step-block__points--4 .step-block__inner:before {
    -webkit-transition: -webkit-transform .7s linear 5s;
    transition: -webkit-transform .7s linear 5s;
    -o-transition: transform .7s linear 5s;
    transition: transform .7s linear 5s;
    transition: transform .7s linear 5s, -webkit-transform .7s linear 5s; }
  .step-block--animation .step-block__points--4 .step-block__inner:after {
    -webkit-transition: -webkit-transform .7s linear 4.2s;
    transition: -webkit-transform .7s linear 4.2s;
    -o-transition: transform .7s linear 4.2s;
    transition: transform .7s linear 4.2s;
    transition: transform .7s linear 4.2s, -webkit-transform .7s linear 4.2s; }
  @media only screen and (max-width: 1024px) {
    .step-block--animation .step-block__points--4 .step-block__inner:before, .step-block--animation .step-block__points--4 .step-block__inner:after {
      -webkit-transition: -webkit-transform .7s linear 5s;
      transition: -webkit-transform .7s linear 5s;
      -o-transition: transform .7s linear 5s;
      transition: transform .7s linear 5s;
      transition: transform .7s linear 5s, -webkit-transform .7s linear 5s; } }

.step-block--animation .step-block__points--4 .step-block__border:before {
  -webkit-transition: -webkit-transform .7s linear 4.2s;
  transition: -webkit-transform .7s linear 4.2s;
  -o-transition: transform .7s linear 4.2s;
  transition: transform .7s linear 4.2s;
  transition: transform .7s linear 4.2s, -webkit-transform .7s linear 4.2s; }

.step-block--animation .step-block__points--4 .step-block__border:after {
  -webkit-transition: -webkit-transform .7s linear 5s;
  transition: -webkit-transform .7s linear 5s;
  -o-transition: transform .7s linear 5s;
  transition: transform .7s linear 5s;
  transition: transform .7s linear 5s, -webkit-transform .7s linear 5s; }

@media only screen and (max-width: 1024px) {
  .step-block--animation .step-block__points--4 .step-block__border:before, .step-block--animation .step-block__points--4 .step-block__border:after {
    -webkit-transition: -webkit-transform .7s linear 5.8s;
    transition: -webkit-transform .7s linear 5.8s;
    -o-transition: transform .7s linear 5.8s;
    transition: transform .7s linear 5.8s;
    transition: transform .7s linear 5.8s, -webkit-transform .7s linear 5.8s; } }

.step-block--animation .step-block__points--4 .btn-main {
  -webkit-transition: opacity 0.3s 5.6s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s 5.6s, background-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: opacity 0.3s 5.6s, box-shadow 0.3s, background-color 0.3s;
  transition: opacity 0.3s 5.6s, box-shadow 0.3s, background-color 0.3s;
  transition: opacity 0.3s 5.6s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s; }

@media only screen and (max-width: 768px) {
  .publish .pagination-block {
    margin-top: 8px; } }

.publish__card-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 769px) {
    .publish__card-wrap {
      margin-left: -17px;
      margin-right: -17px; } }

.publish-card {
  margin-bottom: 40px;
  width: 33.33%;
  padding-left: 17px;
  padding-right: 17px; }
  @media only screen and (max-width: 1200px) {
    .publish-card {
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .publish-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      padding: 0 0 24px;
      margin-bottom: 24px; }
      .publish-card:not(:last-child) {
        border-bottom: 1px solid rgba(150, 129, 88, 0.2); } }

.publish-card__img {
  display: block;
  margin-bottom: 25px;
  overflow: hidden; }
  .publish-card__img:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .publish-card__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  @media only screen and (max-width: 768px) {
    .publish-card__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30.5%;
              flex: 0 1 30.5%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.publish-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 16.8px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media only screen and (min-width: 769px) {
    .publish-card__info {
      padding-bottom: 18px;
      border-bottom: 1px solid #968158; } }
  @media only screen and (max-width: 768px) {
    .publish-card__info {
      width: 100%;
      margin-bottom: 8px;
      font-size: 10px;
      line-height: 16px; } }

.publish-card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%; }

.publish-card__title {
  margin-bottom: 16px;
  color: #070707;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  @media only screen and (max-width: 768px) {
    .publish-card__title {
      margin-bottom: 8px; } }
  .publish-card__title:hover {
    color: #968158; }

.publish-card__info,
.publish-card__text {
  color: #4F4F4F; }

.publish-card__text {
  font-size: 14px;
  line-height: 16.8px; }
  @media only screen and (max-width: 768px) {
    .publish-card__text {
      grid-row-start: 3;
      grid-column-start: 1;
      display: inline; } }

.publish-card__btn-more {
  display: none; }
  @media only screen and (max-width: 768px) {
    .publish-card__btn-more {
      display: inline;
      color: #968158; } }

.publish-card__text-more {
  display: inline; }
  @media only screen and (max-width: 768px) {
    .publish-card__text-more {
      display: none; } }

.btn-back-to-publishes {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GilroyMedium',sans-serif;
  color: #968158;
  border-bottom: 1px solid currentColor;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s; }
  .btn-back-to-publishes:focus, .btn-back-to-publishes:hover {
    border-color: transparent; }
  @media only screen and (max-width: 768px) {
    .btn-back-to-publishes {
      margin-bottom: 29px;
      font-family: 'GilroyRegular',sans-serif;
      font-size: 14px; } }
  .btn-back-to-publishes .icon {
    margin-right: 10px;
    margin-left: -4px;
    font-size: 16px; }

.main-page-main {
  background-color: #F1F1F1; }
  @media only screen and (max-width: 768px) {
    .main-page-main .publish-card__info {
      font-size: 12px;
      letter-spacing: 1px; } }
  @media only screen and (min-width: 1367px) {
    .main-page-main .publish {
      padding-top: 160px; } }
  @media only screen and (min-width: 769px) {
    .main-page-main .publish .title-with-decor {
      margin-bottom: 35px; } }

.publish-main {
  background-color: #fff; }
  .publish-main .publish-card {
    display: block;
    width: 100%;
    padding: 0 0 33px;
    margin-bottom: 48px;
    border-bottom: 1px solid #968158; }
    @media only screen and (max-width: 768px) {
      .publish-main .publish-card {
        margin-bottom: 32px;
        padding-bottom: 10px; } }
  .publish-main .publish-card__img {
    margin-bottom: 34px;
    pointer-events: none; }
  .publish-main img {
    margin-left: auto;
    margin-right: auto; }
  .publish-main .publish-card__info {
    padding-top: 18px;
    padding-bottom: 0;
    margin-bottom: 32px;
    border-bottom: 0;
    border-top: 1px solid rgba(150, 129, 88, 0.3); }
  .publish-main .publish__bottom-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .publish-main .publish__bottom-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media only screen and (max-width: 480px) {
      .publish-main .publish__bottom-block {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .publish-main .breadcrumbs__item--active,
    .publish-main .breadcrumbs__item + .breadcrumbs__item .breadcrumbs__divider:after {
      display: none; } }

.publish__social-list .social-list__link {
  width: 35px;
  height: 35px; }
  .publish__social-list .social-list__link .icon {
    color: #fff; }

@media only screen and (max-width: 768px) {
  .publish__social-list .social-list__link--download {
    width: 21px;
    height: 21px; }
    .publish__social-list .social-list__link--download .icon {
      font-size: 11px; } }

.publish-page__article .h2-title {
  margin-bottom: 16px;
  margin-top: 29px; }
  @media only screen and (max-width: 768px) {
    .publish-page__article .h2-title {
      margin-top: 17px; } }

.order {
  background-color: #161452;
  -webkit-box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05);
          box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05); }
  @media only screen and (min-width: 1201px) {
    .order {
      padding-top: 61px;
      padding-bottom: 75px; } }
  .order .h2-title {
    color: #fff; }
  .order .flex-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.order__left {
  width: 57.5%;
  margin-right: 160px; }
  @media only screen and (max-width: 1366px) {
    .order__left {
      width: 63%;
      margin-right: 100px; } }
  @media only screen and (max-width: 1200px) {
    .order__left {
      width: 100%;
      margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .order__left .h2-title {
      margin-bottom: 32px; } }

.order__img-holder {
  width: 22%; }
  @media only screen and (max-width: 1200px) {
    .order__img-holder {
      display: none; } }
  .order__img-holder img {
    width: 100%; }

.btn-back-to-publishes {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'GilroyMedium',sans-serif;
  color: #968158;
  border-bottom: 1px solid currentColor;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s; }
  .btn-back-to-publishes:focus, .btn-back-to-publishes:hover {
    border-color: transparent; }
  @media only screen and (max-width: 768px) {
    .btn-back-to-publishes {
      margin-bottom: 29px;
      font-family: 'GilroyRegular',sans-serif;
      font-size: 14px; } }
  .btn-back-to-publishes .icon {
    margin-right: 10px;
    margin-left: -4px;
    font-size: 16px; }

.team {
  padding-bottom: 80px; }
  @media only screen and (max-width: 1200px) {
    .team {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .team {
      padding-bottom: 27px; } }

.team__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px; }
  @media only screen and (max-width: 1200px) {
    .team__cards {
      grid-column-gap: 16px; } }
  @media only screen and (max-width: 1024px) {
    .team__cards {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 560px) {
    .team__cards {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0; } }

.team__item {
  position: relative;
  margin-bottom: 87px; }
  @media only screen and (max-width: 768px) {
    .team__item {
      margin-bottom: 59px; } }
  .team__item img {
    width: 100%; }

.team__info {
  position: absolute;
  bottom: -46px;
  right: -1px;
  width: 308px;
  background-color: #fff;
  padding: 24px 5px 24px 24px;
  -webkit-box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05);
          box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05); }
  @media only screen and (max-width: 1440px) {
    .team__info {
      width: 285px; } }
  @media only screen and (max-width: 768px) {
    .team__info {
      width: 255px;
      padding: 18px 0 18px 18px;
      bottom: -40px; } }

.team__position {
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F; }
  @media only screen and (max-width: 768px) {
    .team__position {
      font-size: 14px;
      line-height: 18.2px; } }

@media only screen and (max-width: 768px) {
  .team__position {
    line-height: 18.2px; } }

.contacts-main .container {
  position: relative; }

.contacts-main .contacts__text {
  max-width: 50%; }
  @media only screen and (max-width: 1024px) {
    .contacts-main .contacts__text {
      max-width: 45%; } }
  @media only screen and (max-width: 950px) {
    .contacts-main .contacts__text {
      max-width: 70%; } }
  @media only screen and (max-width: 768px) {
    .contacts-main .contacts__text {
      padding-left: 28px; } }
  @media only screen and (max-width: 480px) {
    .contacts-main .contacts__text {
      max-width: 100%; } }

@media only screen and (max-width: 767px) {
  .contacts-main .contacts-form {
    padding-bottom: 32px; } }

@media only screen and (min-width: 1366px) {
  .contacts {
    padding-top: 80px;
    padding-bottom: 60px; } }

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

@media only screen and (min-width: 1366px) {
  .contacts .h1-title {
    margin-bottom: 52px; } }

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 430px; }
  @media only screen and (max-width: 950px) {
    .contact-list {
      max-width: 600px; } }
  @media only screen and (max-width: 560px) {
    .contact-list {
      max-width: 100%; } }

.contact-list__item {
  position: relative;
  width: 45%;
  padding-left: 28px;
  margin-bottom: 21px; }
  @media only screen and (max-width: 768px) {
    .contact-list__item {
      margin-bottom: 26px;
      width: 50%; } }
  @media only screen and (max-width: 340px) {
    .contact-list__item {
      width: 100%; } }
  .contact-list__item:last-child {
    margin-bottom: 7px; }
    @media only screen and (max-width: 768px) {
      .contact-list__item:last-child {
        margin-bottom: 8px; } }
  .contact-list__item .icon {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    font-size: 1.2rem;
    color: #968158; }
    @media only screen and (max-width: 768px) {
      .contact-list__item .icon {
        top: 2px; } }

.contact-list__item--large {
  width: 100%; }

.contact-list__item--location {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

a.contact-list__link {
  color: #070707;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  a.contact-list__link:hover {
    color: #968158; }

.contacts__text {
  display: block;
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (max-width: 768px) {
    .contacts__text {
      font-size: 14px;
      line-height: 18.2px; } }

.contacts-form {
  position: absolute;
  top: 123px;
  right: 15px;
  max-width: 616px;
  padding: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05);
          box-shadow: 0 0 30px 3px rgba(70, 48, 5, 0.05);
  z-index: 100; }
  @media only screen and (max-width: 1440px) {
    .contacts-form {
      max-width: 500px; } }
  @media only screen and (max-width: 1200px) {
    .contacts-form {
      max-width: 490px; } }
  @media only screen and (max-width: 950px) {
    .contacts-form {
      position: static;
      max-width: 616px;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding-left: 0;
      padding-right: 0; } }
  .contacts-form .h3-title {
    margin-bottom: 37px; }
    @media only screen and (max-width: 768px) {
      .contacts-form .h3-title {
        margin-bottom: 14px; } }
  .contacts-form .btn {
    padding: 22px 100px;
    letter-spacing: normal; }
    @media only screen and (max-width: 768px) {
      .contacts-form .btn {
        padding-top: 14px;
        padding-bottom: 14px; } }
  .contacts-form .form-field:last-of-type {
    margin-bottom: 32px; }
    @media only screen and (max-width: 768px) {
      .contacts-form .form-field:last-of-type {
        margin-bottom: 16px; } }
  .contacts-form .form-control {
    border-color: #E0E0E0; }

.input-field--message {
  margin-bottom: 29px; }
  @media only screen and (max-width: 768px) {
    .input-field--message {
      margin-bottom: 16px; } }

.contacts-form__label {
  display: block;
  margin-bottom: 5px;
  font-family: 'GilroyMedium',sans-serif;
  font-size: 14px;
  line-height: 18.2px; }
  @media only screen and (max-width: 768px) {
    .contacts-form__label {
      margin-bottom: 6px;
      font-family: 'GilroyRegular',sans-serif;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 16px; } }

#map {
  height: 625px; }
  @media only screen and (max-width: 1200px) {
    #map {
      height: 480px; } }
  @media only screen and (max-width: 768px) {
    #map {
      height: 300px; } }

.page-errors__inner {
  padding-top: 220px;
  padding-bottom: 296px;
  text-align: center; }
  @media only screen and (max-width: 1366px) {
    .page-errors__inner {
      padding-top: 100px;
      padding-bottom: 186px; } }
  @media only screen and (max-width: 768px) {
    .page-errors__inner {
      padding-top: 84px; } }
  .page-errors__inner .h3-title {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px; }
    @media only screen and (max-width: 768px) {
      .page-errors__inner .h3-title {
        margin-bottom: 32px;
        font-size: 26px;
        line-height: 33.8px; } }
  .page-errors__inner .btn {
    padding: 16px 36px;
    color: #282031;
    min-width: 220px; }
    .page-errors__inner .btn:hover {
      color: #fff; }
    @media only screen and (max-width: 768px) {
      .page-errors__inner .btn {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        min-width: initial;
        padding: 14px 36px 13px; } }
    @media only screen and (max-width: 480px) {
      .page-errors__inner .btn {
        max-width: 100%; } }

.page-errors__img-wrap {
  position: relative;
  min-height: 145px;
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .page-errors__img-wrap {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 480px) {
    .page-errors__img-wrap {
      min-height: 100px;
      margin-bottom: 40px; } }

.page-errors__img-inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 352px; }
  @media only screen and (max-width: 768px) {
    .page-errors__img-inner {
      width: 50%; }
      .page-errors__img-inner img {
        width: 100%; } }
  @media only screen and (max-width: 640px) {
    .page-errors__img-inner {
      width: 60%; } }
  @media only screen and (max-width: 480px) {
    .page-errors__img-inner {
      width: 68%; } }

@media only screen and (max-width: 1200px) {
  .page-errors__img-inner--outline {
    top: -6px;
    left: 51%; } }

@media only screen and (max-width: 768px) {
  .page-errors__img-inner--outline {
    left: 52%; } }

@media only screen and (min-width: 769px) {
  .history-main .h5-title {
    margin-bottom: 73px; } }

.about-section {
  padding-bottom: 0; }

.structure__item {
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .structure__item {
      width: 100%; } }

.structure__row {
  border-right: 2px solid rgba(150, 129, 88, 0.8); }
  .structure__row:not(:last-child) {
    margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .structure__row {
      border-right: 0;
      margin-bottom: 24px;
      border-bottom: 1px solid rgba(150, 129, 88, 0.2); }
      .structure__row:last-child {
        margin-bottom: 0;
        border-bottom: 0; } }
    @media only screen and (max-width: 768px) and (max-width: 768px) {
      .structure__row:last-child .contact-list__item--3 {
        margin-bottom: 0; } }

.structure__row--reverse {
  border-right: 0;
  border-left: 2px solid rgba(150, 129, 88, 0.8); }
  @media only screen and (min-width: 769px) {
    .structure__row--reverse .structure__item-content {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  @media only screen and (max-width: 768px) {
    .structure__row--reverse {
      border-left: 0; } }

.structure__item-content {
  padding: 80px 30px 70px 76px; }
  @media only screen and (max-width: 1200px) {
    .structure__item-content {
      padding: 40px 15px 44px 38px; } }
  @media only screen and (max-width: 992px) {
    .structure__item-content {
      padding: 20px 15px 22px 19px; } }
  @media only screen and (max-width: 768px) {
    .structure__item-content {
      padding: 0; } }
  @media only screen and (max-width: 992px) {
    .structure__item-content .contact-list {
      font-size: 16px; } }
  .structure__item-content .contact-list,
  .structure__item-content .contact-list__link {
    color: #282031; }
  .structure__item-content .contacts__text {
    margin-bottom: 27px;
    font-size: 18px;
    color: rgba(40, 32, 49, 0.8); }
    @media only screen and (max-width: 768px) {
      .structure__item-content .contacts__text {
        font-size: 16px;
        line-height: 22.4px; } }
  .structure__item-content .h2-title {
    margin-bottom: 4px; }
    @media only screen and (max-width: 992px) {
      .structure__item-content .h2-title {
        font-size: 24px;
        line-height: 31.2px; } }
  @media only screen and (max-width: 768px) {
    .structure__item-content .h2-title {
      margin-bottom: 4px; }
    .structure__item-content .contacts__text {
      margin-bottom: 17px; }
    .structure__item-content .contact-list__item--3 {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1367px) {
    .structure__item-content .contact-list__item:last-child {
      margin-bottom: 21px; } }

@media only screen and (max-width: 1200px) {
  .structure__img-holder {
    max-width: 250px; } }

@media only screen and (max-width: 992px) {
  .structure__img-holder {
    max-width: 170px; } }

@media only screen and (max-width: 768px) {
  .structure__img-holder {
    max-width: 250px; } }

@media only screen and (max-width: 560px) {
  .structure__img-holder {
    max-width: 170px; } }

.structure__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 768px) {
    .structure__item-img {
      min-height: 370px;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 480px) {
    .structure__item-img {
      min-height: 228px; } }

.structure__decor {
  position: absolute;
  bottom: 24px;
  right: 24px; }
  @media only screen and (max-width: 768px) {
    .structure__decor {
      max-width: 60px;
      bottom: 12px;
      right: 12px; } }

.structure__item--bg-gray {
  background-color: #E0E0E0; }

.structure__item {
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .structure__item {
      width: 100%; } }

.structure__row {
  border-right: 2px solid rgba(150, 129, 88, 0.8); }
  .structure__row:not(:last-child) {
    margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .structure__row {
      border-right: 0;
      margin-bottom: 24px;
      border-bottom: 1px solid rgba(150, 129, 88, 0.2); }
      .structure__row:last-child {
        margin-bottom: 0;
        border-bottom: 0; } }
    @media only screen and (max-width: 768px) and (max-width: 768px) {
      .structure__row:last-child .contact-list__item--3 {
        margin-bottom: 0; } }

.structure__row--reverse {
  border-right: 0;
  border-left: 2px solid rgba(150, 129, 88, 0.8); }
  @media only screen and (min-width: 769px) {
    .structure__row--reverse .structure__item-content {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  @media only screen and (max-width: 768px) {
    .structure__row--reverse {
      border-left: 0; } }

.structure__item-content {
  padding: 80px 30px 70px 76px; }
  @media only screen and (max-width: 1200px) {
    .structure__item-content {
      padding: 40px 15px 44px 38px; } }
  @media only screen and (max-width: 992px) {
    .structure__item-content {
      padding: 20px 15px 22px 19px; } }
  @media only screen and (max-width: 768px) {
    .structure__item-content {
      padding: 0; } }
  @media only screen and (max-width: 992px) {
    .structure__item-content .contact-list {
      font-size: 16px; } }
  .structure__item-content .contacts__text {
    margin-bottom: 27px;
    font-size: 18px;
    color: rgba(40, 32, 49, 0.8); }
    @media only screen and (max-width: 768px) {
      .structure__item-content .contacts__text {
        font-size: 16px;
        line-height: 22.4px; } }
  .structure__item-content .h2-title {
    margin-bottom: 4px; }
    @media only screen and (max-width: 992px) {
      .structure__item-content .h2-title {
        font-size: 24px;
        line-height: 31.2px; } }
  @media only screen and (max-width: 768px) {
    .structure__item-content .h2-title {
      margin-bottom: 4px; }
    .structure__item-content .contacts__text {
      margin-bottom: 17px; }
    .structure__item-content .contact-list__item--3 {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1367px) {
    .structure__item-content .contact-list__item:last-child {
      margin-bottom: 21px; } }

@media only screen and (max-width: 1200px) {
  .structure__img-holder {
    max-width: 250px; } }

@media only screen and (max-width: 992px) {
  .structure__img-holder {
    max-width: 170px; } }

@media only screen and (max-width: 768px) {
  .structure__img-holder {
    max-width: 250px; } }

@media only screen and (max-width: 560px) {
  .structure__img-holder {
    max-width: 170px; } }

.structure__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 768px) {
    .structure__item-img {
      min-height: 370px;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 480px) {
    .structure__item-img {
      min-height: 228px; } }

.structure__decor {
  position: absolute;
  bottom: 24px;
  right: 24px; }
  @media only screen and (max-width: 768px) {
    .structure__decor {
      max-width: 60px;
      bottom: 12px;
      right: 12px; } }

.structure__item--bg-gray {
  background-color: #E0E0E0; }

.register-feedback {
  padding-bottom: 93px; }
  @media only screen and (max-width: 768px) {
    .register-feedback {
      padding-bottom: 63px; } }
  .register-feedback .flex-wrap:not(:last-child) {
    margin-bottom: 32px; }
  @media only screen and (max-width: 992px) {
    .register-feedback .flex-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 1500px) {
    .register-feedback .container {
      width: calc(1181px + 32px);
      margin: 0 auto; } }

@media only screen and (min-width: 992px) {
  .stage__col-title {
    width: 55%;
    position: relative; } }

@media only screen and (max-width: 992px) {
  .stage__col-title {
    margin-bottom: 34px; } }

.stage__col-title .h3-title {
  max-width: 434px; }

.page-register-title--hidden {
  padding-bottom: 0; }
  .page-register-title--hidden:after {
    display: none; }
  @media only screen and (max-width: 992px) {
    .page-register-title--hidden {
      display: none; } }

@media only screen and (min-width: 992px) {
  .stage__col-info {
    width: 45%;
    padding-top: 17px; } }

.stage__info {
  position: relative;
  padding-left: 30px;
  padding-bottom: 48px; }
  .stage__info:last-child {
    padding-bottom: 0; }
  @media only screen and (max-width: 992px) {
    .stage__info {
      max-width: 450px;
      padding-bottom: 32px; } }
  .stage__info:before, .stage__info:after {
    content: "";
    position: absolute;
    border-left: 1px dashed #968158; }
  .stage__info:not(:last-child):after {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    height: 100%; }
  .stage__info:before {
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #968158;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1; }
  .stage__info .btn {
    min-width: 292px;
    padding-top: 9px;
    padding-bottom: 10px;
    margin-bottom: 8px; }
    @media only screen and (max-width: 640px) {
      .stage__info .btn {
        margin-bottom: 12px;
        width: 100%;
        min-width: initial; } }
  .stage__info small {
    display: block;
    font-size: 14px;
    line-height: 16.8px;
    color: #4F4F4F; }
    @media only screen and (max-width: 768px) {
      .stage__info small {
        font-size: 12px; } }

.stage {
  counter-reset: myCounter; }

.stage__number {
  position: relative;
  display: block;
  margin-bottom: 12px;
  height: 45px; }
  @media only screen and (max-width: 768px) {
    .stage__number {
      height: 33px; } }
  .stage__number:before {
    counter-increment: myCounter;
    content: "0" counter(myCounter) ". ";
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'GilroyMedium',sans-serif;
    font-size: 38px;
    line-height: 45.6px;
    color: #968158; }
    @media only screen and (max-width: 768px) {
      .stage__number:before {
        font-size: 28px;
        line-height: 33.6px; } }
  .stage__number:after {
    content: "";
    position: absolute;
    bottom: 14px;
    right: 0;
    width: 90%;
    border-bottom: 1px dashed #968158;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }
    @media only screen and (max-width: 992px) {
      .stage__number:after {
        display: none; } }

.stage__subtitle {
  display: block;
  width: 80%; }
  @media only screen and (max-width: 768px) {
    .stage__subtitle {
      width: 100%; } }

.stage__subtitle--bottom-indent {
  margin-bottom: 20px; }
  @media only screen and (max-width: 992px) {
    .stage__subtitle--bottom-indent {
      margin-bottom: 16px; } }
  .stage__subtitle--bottom-indent span {
    display: block;
    margin-bottom: 8px; }

.stage__done {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  padding: 5px;
  margin-top: 77px;
  font-family: 'GilroyRegular',sans-serif;
  color: #070707;
  background-color: #fff;
  border: 1px solid #968158;
  -webkit-transform: rotate(45deg) translateX(-60%);
      -ms-transform: rotate(45deg) translateX(-60%);
          transform: rotate(45deg) translateX(-60%); }
  @media only screen and (max-width: 992px) {
    .stage__done {
      position: relative;
      margin-top: 16px;
      margin-left: 48px;
      -webkit-transform: rotate(45deg) translateX(12px);
          -ms-transform: rotate(45deg) translateX(12px);
              transform: rotate(45deg) translateX(12px); }
      .stage__done:after, .stage__done:before {
        content: "";
        position: absolute;
        border-bottom: 1px dashed #968158; }
      .stage__done:before {
        bottom: 0;
        left: 0;
        -webkit-transform: translate(-80%, 9px) rotate(-45deg);
            -ms-transform: translate(-80%, 9px) rotate(-45deg);
                transform: translate(-80%, 9px) rotate(-45deg);
        width: 26px;
        border-bottom: 1px dashed #968158; }
      .stage__done:after {
        bottom: 0;
        left: 0;
        width: 70%;
        -webkit-transform: rotate(45deg) translate(-100%, 25px);
            -ms-transform: rotate(45deg) translate(-100%, 25px);
                transform: rotate(45deg) translate(-100%, 25px);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; } }
  @media only screen and (max-width: 768px) {
    .stage__done {
      width: 79px;
      height: 79px;
      font-size: 18px;
      -webkit-transform: rotate(45deg) translateX(0);
          -ms-transform: rotate(45deg) translateX(0);
              transform: rotate(45deg) translateX(0); } }
  .stage__done span {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.page-consultation .h2-title {
  margin-bottom: 21px; }

.consultation-form {
  max-width: 815px; }
  .consultation-form .btn {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    white-space: normal;
    letter-spacing: normal; }
    @media only screen and (max-width: 768px) {
      .consultation-form .btn {
        padding-top: 14px;
        padding-bottom: 14px; } }
  @media only screen and (max-width: 768px) {
    .consultation-form .flex-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .consultation-form .form-field {
      margin-bottom: 22px; } }
  .consultation-form .form-field:last-of-type {
    margin-bottom: 32px; }
    @media only screen and (max-width: 992px) {
      .consultation-form .form-field:last-of-type {
        margin-bottom: 24px;
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2; } }

.contacts-form__label--indent-bottom {
  margin-bottom: 18px; }

.consultation-form__row {
  display: grid;
  grid-template-columns: 49.6% 47.4%;
  grid-column-gap: 23.5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  @media only screen and (max-width: 768px) {
    .consultation-form__row {
      grid-template-columns: 1fr; } }
  .consultation-form__row .form-field:last-of-type {
    margin-bottom: 21px; }

.consultation-form__row--dates {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4px; }
  @media only screen and (max-width: 992px) {
    .consultation-form__row--dates {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 8px;
      margin-bottom: 30px; }
      .consultation-form__row--dates .form-field {
        margin-bottom: 14px; }
      .consultation-form__row--dates .form-field:last-of-type {
        margin-bottom: 0; } }

.datepicker {
  cursor: pointer; }

.daterangepicker.show-calendar .drp-buttons {
  display: none; }

.form-field--checkbox {
  margin-bottom: 27px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_label {
  padding-right: 0; }

@media only screen and (min-width: 993px) {
  .facilities-main .category-list {
    -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
            transform: translateY(-55px); } }

@media only screen and (max-width: 992px) {
  .facilities-main .breadcrumb-container {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.facilities-main .breadcrumbs {
  margin-bottom: 32px; }
  @media only screen and (min-width: 993px) {
    .facilities-main .breadcrumbs {
      width: 68%;
      margin-left: auto;
      padding-left: 32px;
      -webkit-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-property: visibility, opacity;
      -o-transition-property: visibility, opacity;
      transition-property: visibility, opacity; } }

.facilities-main .breadcrumb__list {
  margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .facilities-main .breadcrumb__list .active {
      display: block; } }

.facilities-main .breadcrumb--active {
  opacity: 1;
  visibility: visible; }

.facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 1200px) {
    .facilities {
      padding-top: 0;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 768px) {
    .facilities {
      padding-top: 32px; } }

@media only screen and (min-width: 993px) {
  .page-facilities__container {
    display: none; } }

.facilities__nav {
  width: 100%; }
  @media only screen and (min-width: 993px) {
    .facilities__nav {
      margin-bottom: 54px;
      background-color: #F1F1F1; } }

.facilities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(178, 160, 141, 0.3); }
  @media only screen and (max-width: 992px) {
    .facilities__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 -16px 50px;
      border: 0; } }

.category-list-dropdown__link,
.facilities__link,
.category-list__link {
  font-family: 'GilroyMedium',sans-serif;
  font-size: 14px;
  line-height: 18.2px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, border-bottom-color, background-color;
  -o-transition-property: color, border-bottom-color, background-color;
  transition-property: color, border-bottom-color, background-color; }
  @media only screen and (max-width: 992px) {
    .category-list-dropdown__link,
    .facilities__link,
    .category-list__link {
      color: #070707;
      line-height: 16px;
      letter-spacing: 1px; } }
  .category-list-dropdown__link:hover,
  .facilities__link:hover,
  .category-list__link:hover {
    color: #968158; }

.facilities__item {
  max-width: 210px;
  min-width: 160px; }
  @media only screen and (max-width: 992px) {
    .facilities__item {
      max-width: 100%; } }

.facilities__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 22px 17px 27px 20px;
  border-bottom: 2px solid transparent;
  color: #070707; }
  @media only screen and (max-width: 1440px) {
    .facilities__link {
      min-width: auto; } }
  @media only screen and (max-width: 1200px) {
    .facilities__link {
      padding: 24px 10px 24px 10px; } }
  @media only screen and (max-width: 992px) {
    .facilities__link {
      position: relative;
      padding: 12px 16px;
      border-bottom: 0; }
      .facilities__link:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 22px;
        width: 13px;
        height: 9px;
        background-image: url("../../i/icons/arrow-right.svg");
        background-size: 13px 9px;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .facilities__link:hover {
    border-bottom-color: currentColor;
    background-color: #F1F1F1; }
  .facilities__link .icon {
    margin-bottom: 8px;
    font-size: 2.9rem;
    color: #756345; }
    @media only screen and (max-width: 992px) {
      .facilities__link .icon {
        display: none; } }

.category-list {
  width: 32%; }
  @media only screen and (max-width: 992px) {
    .category-list {
      top: 0; } }

@media only screen and (max-width: 992px) {
  .category-list-dropdown,
  .category-list {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 999; } }

.category-list-dropdown--active,
.category-list--active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.category-list__heading {
  display: none; }
  @media only screen and (max-width: 992px) {
    .category-list__heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 32px;
      padding-bottom: 32px; }
      .category-list__heading .btn-back {
        opacity: 1;
        visibility: visible; } }

.facilities__content {
  width: 68%;
  padding-left: 32px; }
  @media only screen and (max-width: 992px) {
    .facilities__content {
      display: block;
      padding-left: 0; } }
  .facilities__content li.active span {
    color: #4F4F4F; }

@media only screen and (max-width: 992px) {
  .facilities__content,
  .category-list {
    width: 100%; } }

@media only screen and (min-width: 993px) {
  .category-list__item:not(:last-child) {
    margin-bottom: 4px; } }

.category-list__link {
  display: block;
  padding: 12px 0px 12px; }
  @media only screen and (min-width: 993px) {
    .category-list__link {
      padding: 16px 33px 16px 23px;
      text-transform: uppercase;
      color: #282031;
      background-color: rgba(241, 241, 241, 0.5); }
      .category-list__link:hover {
        color: #fff;
        background-color: #756345; } }

.category-list__item-dropdown .category-list__link {
  position: relative; }

.category-list__item-dropdown .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: .55rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  @media only screen and (max-width: 992px) {
    .category-list__item-dropdown .icon {
      right: 7px; } }

.category-list__item-dropdown .category-list-dropdown {
  display: none; }
  @media only screen and (max-width: 992px) {
    .category-list__item-dropdown .category-list-dropdown {
      display: block;
      top: 100px;
      z-index: 9999; } }

@media only screen and (min-width: 993px) {
  .category-list-dropdown__item .category-list-dropdown__link {
    border-bottom: 1px solid rgba(209, 198, 192, 0.5); }
  .category-list-dropdown__item:last-child .category-list-dropdown__link {
    border-bottom: 0; } }

.category-list-dropdown__item--active .category-list-dropdown__link {
  color: #4F4F4F;
  background-color: rgba(209, 198, 192, 0.5);
  border-bottom-color: transparent; }
  @media only screen and (max-width: 992px) {
    .category-list-dropdown__item--active .category-list-dropdown__link {
      color: #968158;
      background-color: transparent; } }

.category-list-dropdown__link {
  display: block;
  padding: 14px 0 12px; }
  @media only screen and (min-width: 993px) {
    .category-list-dropdown__link {
      padding: 14px 10px 17.5px 38px;
      color: #4F4F4F;
      background-color: #F1F1F1; } }
  .category-list-dropdown__link:hover {
    color: #4F4F4F;
    background-color: rgba(209, 198, 192, 0.5);
    border-bottom-color: transparent; }
    @media only screen and (max-width: 992px) {
      .category-list-dropdown__link:hover {
        color: #968158;
        background-color: transparent; } }

@media only screen and (min-width: 993px) {
  .category-list__item--active .category-list__link {
    color: #fff;
    background-color: #756345; }
  .category-list__item--active .icon {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); } }

.facilities__item--active .facilities__link {
  background-color: #F1F1F1;
  border-bottom-color: #968158; }

.facilities__item--active .facilities__text {
  color: #968158; }

.js_custom_superclass .breadcrumbs {
  width: 81%;
  padding-left: 0; }

.js_custom_superclass .category-list {
  display: none; }

.js_custom_superclass .facilities__content {
  margin: 0 auto; }

.facilities--arrow-disabled .facilities__item--active .facilities__link:after {
  display: none; }

.iti__flag {
  background-image: url("../img/flags.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png"); } }

.iti {
  width: 100%; }

.iti__country-list {
  min-width: 300px; }

@media screen and (max-width: 1200px) {
  .iti-mobile .iti--container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10600; }
  .iti__country-list {
    min-width: 100%; } }
