@font-face {
  font-family: 'HelveticaNeueCyr-UltraLight';
  src: url("./fonts/helvetica/HelveticaNeueCyr-UltraLight.woff2") format("woff2"), url("./fonts/helvetica/HelveticaNeueCyr-UltraLight.woff") format("woff"), url("./fonts/helvetica/HelveticaNeueCyr-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url("./fonts/helvetica/HelveticaNeueCyr-Light.woff2") format("woff2"), url("./fonts/helvetica/HelveticaNeueCyr-Light.woff") format("woff"), url("./fonts/helvetica/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url("./fonts/helvetica/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("./fonts/helvetica/HelveticaNeueCyr-Roman.woff") format("woff"), url("./fonts/helvetica/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("./fonts/helvetica/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("./fonts/helvetica/HelveticaNeueCyr-Bold.woff") format("woff"), url("./fonts/helvetica/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans LightItalic';
  src: url("./fonts/opensans/OpenSans-LightItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-LightItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Bold';
  src: url("./fonts/opensans/OpenSans-Bold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Bold.woff") format("woff"), url("./fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Regular';
  src: url("./fonts/opensans/OpenSans-Regular.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Regular.woff") format("woff"), url("./fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans SemiBold';
  src: url("./fonts/opensans/OpenSans-SemiBold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-SemiBold.woff") format("woff"), url("./fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans ExtraBoldItalic';
  src: url("./fonts/opensans/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-ExtraBoldItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Light';
  src: url("./fonts/opensans/OpenSans-Light.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Light.woff") format("woff"), url("./fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans BoldItalic';
  src: url("./fonts/opensans/OpenSans-BoldItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-BoldItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Italic';
  src: url("./fonts/opensans/OpenSans-Italic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Italic.woff") format("woff"), url("./fonts/opensans/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans SemiBoldItalic';
  src: url("./fonts/opensans/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-SemiBoldItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans ExtraBold';
  src: url("./fonts/opensans/OpenSans-ExtraBold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-ExtraBold.woff") format("woff"), url("./fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  min-height: 57px;
  background-color: #0b1c39;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  transition: 0.3s ease; }
  .btn:hover {
    background-color: #154392; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
address,
br,
b,
i,
sub,
sup,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
header,
footer,
aside,
article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

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

button {
  border: 0; }

*:focus {
  outline: none; }

a {
  text-decoration: none;
  color: black; }

a:hover {
  text-decoration: none;
  color: inherit; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

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

*:focus {
  outline: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a,
input,
textarea,
select {
  -webkit-appearance: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #0b1c39; }
  .header.stop {
    display: block !important; }
  .header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 134px;
    padding: 30px 15px; }

@media (max-width: 1200px) {
  .contacts-map {
    width: 100%;
    max-width: 496px!important; } }
    @media (min-width: 1201px) and (max-height: 940px) {
      .contacts-map {
        width: 100%;
        max-width: 496px!important; }
      .header .wrapper {
        min-height: 87px;
        padding: 15px 15px; } }
    @media (max-width: 1400px) {
      .header .wrapper {
        min-height: 87px;
        padding: 15px 15px; } }
    @media (max-width: 1200px) {
      .header .wrapper {
        min-height: 0;
        padding: 0;
        background-color: #0b1c39; }
        .header .wrapper .header-nav {
          position: relative;
          z-index: 17;
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          min-height: 87px;
          padding: 15px 15px;
          background-color: #0b1c39; }
          .header .wrapper .header-nav nav {
            display: none; }
          .header .wrapper .header-nav .menu-trigger {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            flex-direction: column;
            width: 42px;
            height: 39px;
            transition: 1s ease; }
            .header .wrapper .header-nav .menu-trigger span {
              display: block;
              width: 100%;
              height: 4px;
              background-color: #ffffff;
              border-radius: 4px;
              transition: 0.2s cubic-bezier(0, 0, 0.2, 1); }
        .header .wrapper .header-triggers {
          display: none; }
        .header .wrapper .header-mob {
          display: flex; } }
  .header-mob {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 15;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 130px 15px 80px;
    overflow-y: scroll;
    background-color: #0b1c39;
    transition: 0.7s linear;
    transform: translateY(-100vh); }
    .header-mob .header-link {
      display: block;
      position: relative;
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 21px;
      line-height: 21px;
      color: rgba(255, 255, 255, 0); }
      .header-mob .header-link::before {
        content: attr(data-text);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        clip: rect(0px, 0vw, 100vw, 0px); }
      .header-mob .header-link:not(:last-child) {
        margin-bottom: 31px; }
      .header-mob .header-link-in:not(:last-child) {
        margin: 40px 0 65px; }
    .header-mob .header-lang-link {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .header-mob .header-lang-link a {
        display: block;
        position: relative;
        font-family: 'HelveticaNeueCyr-Light';
        font-weight: 300;
        font-size: 16px;
        line-height: 16px;
        color: rgba(255, 255, 255, 0); }
        .header-mob .header-lang-link a::before {
          content: attr(data-text);
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          color: white;
          clip: rect(0px, 0vw, 100vw, 0px); }
        .header-mob .header-lang-link a:not(:last-child) {
          margin-right: 35px; }
        .header-mob .header-lang-link a.active {
          color: rgba(115, 115, 115, 0); }
          .header-mob .header-lang-link a.active::before {
            olor: #737373; }
  .header.open .header-mob {
    transform: translateY(0); }
  .header.open .menu-trigger span {
    position: relative;
    width: 100% !important; }
  .header.open .menu-trigger {
    justify-content: center !important; }
  .header.open .menu-trigger span:nth-child(1) {
    transform: rotate(-40deg);
    margin-bottom: -4px; }
  .header.open .menu-trigger span:nth-child(2) {
    display: none; }
  .header.open .menu-trigger span:nth-child(3) {
    transform: rotate(40deg); }
  .header.open .header-mob .header-link::before,
  .header.open .header-mob .header-lang-link a::before {
    -webkit-transition: clip 3s ease-out 0.75s;
    -o-transition: clip 3s ease-out 0.75s;
    transition: clip 3s ease-out 0.75s;
    clip: rect(0px, 100vw, 100vw, 0px); }
  .header nav, .header-nav, .header-triggers {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .header nav .logo, .header-nav .logo, .header-triggers .logo {
      display: block;
      width: 100%;
      max-width: 93px;
      margin-right: 40px; }
    .header nav .link-select, .header-nav .link-select, .header-triggers .link-select {
      margin-right: 15px; }
  .header-link {
    display: block;
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 21px;
    line-height: 21px;
    color: #ffffff;
    transition: 0.3s ease; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .header-link {
        font-size: 16px;
        line-height: 16px; } }
    .header-link-small {
      font-size: 16px;
      line-height: 16px; }
    .header-link:hover {
      color: #b8b6b1; }
    .header-link:not(:last-child) {
      margin-right: 47px; }
      @media (min-width: 1201px) and (max-height: 940px) {
        .header-link:not(:last-child) {
          margin-right: 15px; } }

.link-select {
  position: relative; }
  .link-select span,
  .link-select a {
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    transition: 0.3s ease; }
  .link-select-active {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    padding: 20px 5px 20px 11px;
    background-color: #0b1c39;
    border: 1px solid transparent;
    border-bottom: none !important;
    transition: 0.3s ease; }
    .link-select-active span {
      margin-right: 7px; }
    .link-select-active img {
      max-width: 6px;
      transition: 0.3s ease; }
    @media (min-width: 1101px) {
      .link-select-active:hover span {
        color: #b8b6b1; } }
  .link-select-hidden {
    position: absolute;
    top: calc(100% - 18px);
    left: 0;
    z-index: 3;
    display: none;
    width: 100%;
    padding: 10px 10px 15px 5px;
    background-color: #0b1c39;
    border: 1px solid #626262;
    border-top: none !important; }
    .link-select-hidden a {
      display: block;
      text-align: center; }
      .link-select-hidden a:not(:last-child) {
        margin-bottom: 20px; }
      .link-select-hidden a:hover {
        color: #b8b6b1; }
  .link-select.active .link-select-active {
    border: 1px solid #626262; }
    .link-select.active .link-select-active img {
      transform: rotate(180deg); }

.footer {
  width: 100%;
  padding: 15px 0;
  background-color: #0b1c39; }
  @media (max-width: 1300px) {
    .footer {
      padding: 15px 0; } }
  @media (max-width: 1200px) {
    .footer {
      padding: 25px 0 !important; } }
  .footer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1880px !important; }
    @media (max-width: 1200px) {
      .footer .wrapper {
        flex-direction: column;
        align-items: center; } }
  .footer .logo {
    display: block;
    width: 100%;
    max-width: 285px;
    padding-right: 5px; }
    @media (max-width: 1300px) {
      .footer .logo {
        max-width: 200px; } }
    @media (max-width: 1300px) {
      .footer .logo {
       /* max-width: 100%; */
        margin: 0; } }
    .footer .logo img {
      display: block;
      width: 100%;
      max-width: 93px;
      margin-bottom: 5px; }
      @media (max-width: 1200px) {
        .footer .logo img {
          display: none; } }
    .footer .logo span {
      display: block;
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 12px;
      line-height: 12px;
      color: #ffffff; }
      @media (max-width: 1300px) {
        .footer .logo span {
          font-size: 10px;
          line-height: 10px; } }
      @media (max-width: 1200px) {
        .footer .logo span {
          display: block;
          width: 100%;
          font-size: 14px;
          line-height: 21px;
          text-align: center; } }
  .footer-nav {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1200px) {
      .footer-nav {
        flex-direction: column;
        align-items: center;
        width: 100%; } }
    .footer-nav p,
    .footer-nav a {
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 16px;
      line-height: 16px;
      color: #fef9f0;
      transition: 0.3s ease; }
      @media (max-width: 1200px) {
        .footer-nav p,
        .footer-nav a {
          display: block;
          width: 100%;
          font-size: 14px;
          line-height: 21px;
          text-align: center; } }
    .footer-nav p:not(:last-child) {
      margin-right: 40px; }
      @media (max-width: 1200px) {
        .footer-nav p:not(:last-child) {
          margin: 0; } }
    .footer-nav a:hover {
      color: #fff; }
    .footer-nav a:not(:last-child) {
      margin-right: 40px; }
      @media (max-width: 1200px) {
        .footer-nav a:not(:last-child) {
          margin: 0; } }
    .footer-nav .footer-tel {
      margin-right: 10px !important; }
      @media (max-width: 1200px) {
        .footer-nav .footer-tel {
          display: none; } }
  .footer-social {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-social .footer-tel {
      display: none;
      width: auto !important; }
      @media (max-width: 1200px) {
        .footer-social .footer-tel {
          display: inline-block;
          margin-left: 10px; } }
    @media (max-width: 1200px) {
      .footer-social {
        margin: 0 0 25px;
        width: 100%; } }
    .footer-social a {
      opacity: 0.8;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      transition: 0.3s ease; }
      .footer-social a:not(:last-child) {
        margin-right: 10px; }
      .footer-social a img {
        max-width: 100%;
        max-height: 100%; }
      .footer-social a:hover {
        opacity: 1; }
  .footer .designed {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    max-width: 285px; }
    @media (max-width: 1300px) {
      .footer .designed {
        max-width: 200px; } }
    @media (max-width: 1200px) {
      .footer .designed {
        justify-content: center;
        max-width: 100%; } }
    .footer .designed span {
      display: block;
      padding-bottom: 2px;
      padding-right: 5px;
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 14px;
      line-height: 14px;
      color: #fef9f0; }
      .footer .designed span img {
        display: block;
        max-width: 112px;
        margin-left: 5px; }

.popup {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: #fef9f0; }
  .popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 15px;
    z-index: 40;
    display: none;
    transition: 0.5s ease; }
    .popup-wrapper.reviews-popup .popup {
      width: 100%;
      max-width: 955px; }
      .popup-wrapper.reviews-popup .popup p {
        width: 100%; }
      .popup-wrapper.reviews-popup .popup .rev {
        width: 100%;
        max-width: 100%; }
      .popup-wrapper.reviews-popup .popup h2 {
        margin-bottom: 20px; }
      .popup-wrapper.reviews-popup .popup .rev-bottom {
        justify-content: flex-end;
        width: 100%; }
    .popup-wrapper.reviews-popup .rev-hidden {
      width: 100%; }
    .popup-wrapper.reviews-popup .popup-cnt-wrap {
      padding: 65px 0 75px; }
      @media (max-width: 550px) {
        .popup-wrapper.reviews-popup .popup-cnt-wrap {
          padding: 65px 0 75px; } }
  .popup-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 6;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.9); }
  .popup-close {
    position: absolute;
    top: 30px;
    right: 35px;
    width: 100%;
    max-width: 32px;
    transition: 0.3s ease;
    cursor: pointer; }
    @media (max-width: 550px) {
      .popup-close {
        top: 15px;
        right: 13px;
        max-width: 25px; } }
    .popup-close:hover {
      opacity: 0.7; }
    .popup-close img {
      width: 100%; }
  .popup-cnt-wrap {
    padding: 65px 90px 75px; }
    @media (max-width: 550px) {
      .popup-cnt-wrap {
        padding: 65px 20px 75px; } }
    .popup-cnt-wrap h2 {
      width: 100%;
      margin-bottom: 45px;
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 32px;
      line-height: 32px;
      text-transform: uppercase;
      text-align: center;
      color: #737373; }
      @media (max-width: 767px) {
        .popup-cnt-wrap h2 {
          margin-bottom: 20px;
          font-size: 20px;
          line-height: 20px; } }
    .popup-cnt-wrap h5 {
      width: 100%;
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 18px;
      line-height: 26px;
      text-align: center;
      color: #737373; }
  .popup form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%; }

html, body {
  height: 100%; }
  html.hidden, body.hidden {
    overflow: hidden; }

body {
  position: relative;
  background-color: #f5f2eb; }
  body.scrolling-page::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/banner-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    transition: 0.7s ease; }
    @media (max-width: 1200px) {
      body.scrolling-page::before {
        display: none; } }

@media (max-width: 1200px) {
  .wow-animate {
    transition: 0.3s ease;
    opacity: 0; }
    .wow-animate.animate {
      opacity: 1; }
      .wow-animate.animate .wow {
        visibility: visible !important; }
    .wow-animate.animate__fadeInLeft {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      .wow-animate.animate__fadeInLeft.animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .wow-animate.animate__fadeInRight {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .wow-animate.animate__fadeInRight.animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .wow-animate.animate__fadeInUp {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
      .wow-animate.animate__fadeInUp.animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }

@media (min-width: 1201px) {
  .viewing-page-1 .header {
    display: none; } }

.viewing-page-1 .onepage-pagination li:not(.stop) {
  display: none; }

.viewing-page-1 .about-cnt {
  transition: 0.3s ease; }
  @media (min-width: 1201px) {
    .viewing-page-1 .about-cnt {
      opacity: 0; } }

.viewing-page-3 .onepage-pagination li {
  display: none; }

.viewing-page-2::before, .viewing-page-3::before {
  opacity: 0.17; }

.animate__animated {
  visibility: inherit !important; }

.main {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .main-content {
    flex: 1 0 auto; }
  .main footer {
    flex: 0 0 auto; }
  .main-section {
    width: 100%;
    height: calc(100vh - 134px);
    margin-top: 134px; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .main-section {
        height: calc(100vh - 87px);
        margin-top: 87px; } }
    @media (max-width: 1200px) {
      .main-section {
        height: auto;
        margin-top: 0;
        padding: 0;
        background: none; } }
    @media (max-width: 1200px) {
      .main-section-scroll {
        height: auto;
        margin-top: 87px;
        padding: 151px 0 144px;
        background-image: url("../images/banner-bg.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; } }
    @media (max-width: 670px) {
      .main-section-scroll {
        background-image: url(../images/bg-2.jpg);
        background-position: center right -170px;
        background-size: auto; } }

.wrapper {
  width: 100%;
  max-width: 1880px;
  margin: 0 auto;
  padding: 0 15px; }
  .wrapper-m {
    max-width: 1570px;
    padding: 0 50px; }
    @media (max-width: 1200px) {
      .wrapper-m {
        padding: 0 15px; } }

.scroll-section {
  width: 100%;
  height: 100vh; }
  .scroll-section-content {
    width: 100%;
    height: 100%; }

@media (max-width: 1700px) {
  .onepage-pagination {
    left: 25px; }
    .onepage-pagination li a {
      width: 10px;
      height: 10px; }
      .onepage-pagination li a::before {
        top: 2px;
        left: 2px;
        width: 4px;
        height: 4px; }
    .onepage-pagination li:not(:last-child) {
      margin-bottom: 8px; } }

@media (max-width: 1530px) {
  .onepage-pagination {
    left: 25px; } }

body:not(.viewing-page-3) .onepage-pagination li.stop {
  display: block !important; }

.title {
  margin-bottom: 25px;
  font-family: 'HelveticaNeueCyr-Light';
  font-weight: 300;
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  color: rgba(57, 56, 56, 0.25); }
  @media (min-width: 1201px) and (max-height: 900px) {
    .title {
      font-size: 32px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .title {
      font-size: 32px;
      line-height: 39px; } }
  .title-m {
    display: inline-block;
    margin-bottom: 50px;
    color: #393838; }

.clip-text {
  display: block;
  position: relative;
  overflow: hidden; }
  .clip-text::before {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #393838;
    -webkit-transition: clip 2.5s ease-out;
    -o-transition: clip 2.5s ease-out;
    transition: clip 2.5s ease-out;
    clip: rect(0px, 0vw, 100vw, 0px); }
  .clip-text.active::before {
    clip: rect(0px, 100vw, 100vw, 0px); }

.clip-text.title-clip::before {
  -webkit-transition: clip 4s ease;
  -o-transition: clip 4s ease;
  transition: clip 4s ease; }

.subtitle {
  font-family: 'HelveticaNeueCyr-Light';
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: rgba(50, 50, 50, 0); }
  @media (min-width: 1201px) and (max-height: 940px) {
    .subtitle {
      font-size: 18px;
      line-height: 18px; } }
  @media (max-width: 1200px) {
    .subtitle {
      font-size: 18px;
      line-height: 21px; } }
  .subtitle::before {
    -webkit-transition: clip 2.5s ease-out 0.95s;
    -o-transition: clip 2.5s ease-out 0.95s;
    transition: clip 2.5s ease-out 0.95s;
    color: #323232; }

.title-h1 {
  color: rgba(57, 56, 56, 0); }
  .title-h1::before {
    -webkit-transition: clip 2.5s ease-out 0.95s;
    -o-transition: clip 2.5s ease-out 0.95s;
    transition: clip 2.5s ease-out 0.95s; }

.content-layout h1 {
  margin-bottom: 50px;
  font-family: 'HelveticaNeueCyr-Light';
  font-weight: 300;
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  color: #737373; }
  @media (min-width: 1201px) and (max-height: 940px) {
    .content-layout h1 {
      font-size: 32px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .content-layout h1 {
      font-size: 32px;
      line-height: 39px; } }

.content-layout h2 {
  margin-bottom: 50px;
  font-family: 'HelveticaNeueCyr-Light';
  font-weight: 300;
  font-size: 42px;
  line-height: 52px;
  color: #0b1c39; }
  @media (min-width: 1201px) and (max-height: 940px) {
    .content-layout h2 {
      font-size: 32px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .content-layout h2 {
      font-size: 22px;
      line-height: 29px; } }

.content-layout p,
.content-layout a {
  font-family: 'HelveticaNeueCyr-Roman';
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #737373; }
  @media (max-width: 1200px) {
    .content-layout p,
    .content-layout a {
      font-size: 16px;
      line-height: 28px; } }
  .content-layout p a,
  .content-layout a a {
    color: #0b1c39;
    text-decoration: underline; }
    .content-layout p a:hover,
    .content-layout a a:hover {
      text-decoration: none; }
  .content-layout p:not(:last-child),
  .content-layout a:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 1200px) {
      .content-layout p:not(:last-child),
      .content-layout a:not(:last-child) {
        margin-bottom: 28px; } }

.pagination-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 80px; }
  .pagination-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border: 1px solid #0b1c39;
    border-radius: 50%;
    font-family: 'HelveticaNeueCyr-Regular';
    font-size: 16px;
    line-height: 16px;
    color: #737373;
    transition: 0.3s ease;
    opacity: 0.57; }
    .pagination-list a:hover {
      opacity: 1; }
    .pagination-list a:not(:last-child) {
      margin-right: 9px; }
    .pagination-list a img {
      max-height: 100%;
      max-width: 15px;
      width: 100%; }

.regulations-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 17px 24px;
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373; }
  .regulations-row:first-child {
    border-top: 1px solid #737373; }
  .regulations-row a {
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 18px;
    line-height: 20px;
    color: #737373;
    transition: 0.15s ease; }
    .regulations-row a:hover {
      color: #0b1c39;
      text-decoration: underline; }
    @media (max-width: 767px) {
      .regulations-row a {
        font-size: 16px;
        line-height: 19px; } }

.form-field {
  display: block;
  width: 100%;
  padding-bottom: 14px;
  padding-left: 12px;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 18px;
  line-height: 18px;
  color: #737373;
  background: none !important;
  outline: none !important;
  border: none;
  border-bottom: 1px solid #959595;
  transition: 0.3s ease; }
  @media (max-width: 767px) {
    .form-field {
      font-size: 16px;
      line-height: 16px;
      padding-bottom: 8px; } }
  .form-field:focus {
    border-bottom: 1px solid #0b1c39; }
  .form-field::-webkit-input-placeholder {
    color: #737373; }
  .form-field::-moz-placeholder {
    color: #737373; }
  .form-field:-ms-input-placeholder {
    color: #737373; }
  .form-field:-moz-placeholder {
    color: #737373; }
  .form-field.error {
    border-bottom: 1px solid red; }
  .form-field:not(:last-child) {
    margin-bottom: 30px; }

.banner-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.banner-cnt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%; }
  .banner-cnt .title,
  .banner-cnt .subtitle {
    color: #393838; }
  .banner-cnt-hr {
    display: block;
    width: 100%;
    max-width: 450px;
    height: 2px;
    margin: 30px 0;
    background-color: #0b1c39;
    font-size: 0;
    line-height: 0;
    color: transparent; }
  .banner-cnt-slogan {
    margin-bottom: 25px;
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 52px;
    line-height: 52px;
    text-transform: uppercase;
    color: rgba(57, 56, 56, 0); }
    .banner-cnt-slogan:before {
      color: #393838; }
    @media (min-width: 1201px) and (max-height: 900px) {
      .banner-cnt-slogan {
        font-size: 32px;
        line-height: 32px; } }
    @media (max-width: 1200px) {
      .banner-cnt-slogan {
        font-size: 32px;
        line-height: 39px; } }
  .banner-cnt-slogan2 {
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: rgba(57, 56, 56, 0); }
    .banner-cnt-slogan2:before {
      color: #393838; }
    @media (min-width: 1201px) and (max-height: 900px) {
      .banner-cnt-slogan2 {
        font-size: 18px;
        line-height: 18px; } }
    @media (max-width: 1200px) {
      .banner-cnt-slogan2 {
        font-size: 18px; } }

.about-page {
  padding: 230px 0 76px; }
  @media (max-width: 1200px) {
    .about-page {
      padding: 120px 0 60px; } }
  .about-page .content-layout {
    width: 100%;
    max-width: 920px; }
  .about-page-bg {
    background-attachment: fixed;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.about-bg {
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.about-cnt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 107px; }
  @media (min-width: 1201px) and (max-height: 940px) {
    .about-cnt {
      padding-top: 60px; } }
  @media (min-width: 1201px) and (max-height: 640px) {
    .about-cnt {
      padding-top: 30px; } }
  @media (max-width: 1200px) {
    .about-cnt {
      padding-top: 66px; } }
  .about-cnt-layout {
    width: 100%; }
    .about-cnt-layout .wrapper {
      max-width: 1440px; }

.about-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 90px; }
  @media (max-height: 1030px) {
    .about-list {
      margin-bottom: 86px; } }
  @media (min-width: 1201px) and (max-height: 940px) {
    .about-list {
      margin-bottom: 30px; } }
  @media (max-width: 1200px) {
    .about-list {
      flex-direction: column;
      margin-bottom: 70px; } }
  .about-list-item {
    width: 100%;
    max-width: 625px; }
    @media (max-width: 1200px) {
      .about-list-item {
        max-width: 100%; }
        .about-list-item:not(:last-child) {
          margin-bottom: 55px; } }
    .about-list-item-1 {
      padding-right: 15px; }
      @media (max-width: 1200px) {
        .about-list-item-1 {
          padding-right: 0; } }
    .about-list-item-2 {
      max-width: 700px; }
      @media (max-width: 1200px) {
        .about-list-item-2 {
          max-width: 100%; } }
    .about-list-item .title {
      color: rgba(57, 56, 56, 0); }
      @media (max-height: 1030px) {
        .about-list-item .title {
          margin-bottom: 20px; } }
      @media (max-width: 1200px) {
        .about-list-item .title {
          margin-bottom: 40px; }
          .about-list-item .title::before {
            clip: rect(0px, 100vw, 100vw, 0px); } }
    @media (max-width: 1200px) {
      .about-list-item.animate .title::before {
        clip: rect(0px, 100vw, 100vw, 0px); } }
    .about-list-item p {
      margin-bottom: 30px;
      font-family: 'HelveticaNeueCyr-Roman';
      font-size: 18px;
      line-height: 32px;
      color: #000; }
      @media (max-height: 1030px) {
        .about-list-item p {
          margin-bottom: 15px; } }
      @media (min-width: 1201px) and (max-height: 940px) {
        .about-list-item p {
          font-size: 18px;
          line-height: 26px; } }
      @media (max-width: 1400px) {
        .about-list-item p {
          font-size: 18;
          line-height: 18px; } }
      @media (max-width: 1200px) {
        .about-list-item p {
          margin-bottom: 20px;
          font-size: 18px;
          line-height: 32px; } }

.about-why .title {
  margin-bottom: 65px;
  color: rgba(57, 56, 56, 0); }
  @media (max-width: 1200px) {
    .about-why .title {
      margin-bottom: 40px; } }
  @media (max-height: 1030px) {
    .about-why .title {
      margin-bottom: 50px; } }
  @media (min-width: 1201px) and (max-height: 940px) {
    .about-why .title {
      margin-bottom: 10px; } }

.about-why-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .about-why-list {
      flex-flow: row wrap;
      justify-content: space-around; } }

.about-why-item {
  padding-right: 15px; }
  @media (max-width: 1200px) {
    .about-why-item {
      padding: 0 15px 60px; } }
  .about-why-item-num {
    margin-bottom: 10px;
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #737373; }
    @media (max-width: 1400px) {
      .about-why-item-num {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 18px; } }
    @media (max-width: 1200px) {
      .about-why-item-num {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 24px;
        text-align: center; } }
    .about-why-item-num span {
      font-size: 86px;
      line-height: 86px; }
      @media (min-width: 1201px) and (max-height: 940px) {
        .about-why-item-num span {
          font-size: 71px;
          line-height: 71px; } }
      @media (max-width: 1400px) {
        .about-why-item-num span {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 1200px) {
        .about-why-item-num span {
          font-size: 71px;
          line-height: 71px; } }
  .about-why-item p {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 22px;
    line-height: 21px;
    color: #000; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .about-why-item p {
        font-size: 18px;
        line-height: 17px; } }
    @media (max-width: 1400px) {
      .about-why-item p {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 1200px) {
      .about-why-item p {
        font-size: 22px;
        line-height: 18px;
        text-align: center; } }

.read-more {
  display: block;
  font-family: 'HelveticaNeueCyr-Light';
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #062c5b; }
  @media (min-width: 1201px) and (max-height: 940px) {
    .read-more {
      font-size: 14px;
      line-height: 14px; } }
  @media (max-width: 1400px) {
    .read-more {
      font-size: 18px;
      line-height: 21px; } }
  .read-more:hover {
    text-decoration: none;
    color: #062c5b; }

.reviews-slider {
  width: 100%;
  max-width: 700px;
  padding: 60px 115px 0;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-position: left 54px top 11px;
  background-size: 133px 85px; }
  .reviews-slider .rev-hidden {
    display: none; }
  @media (min-width: 1201px) and (max-height: 940px) {
    .reviews-slider {
      padding: 25px 70px 0; } }
  @media (max-width: 1400px) {
    .reviews-slider {
      padding: 10px 40px 0; } }
  @media (max-width: 1200px) {
    .reviews-slider {
      padding: 65px 0 0;
      background: none !important; } }
  .reviews-slider .owl-item {
    opacity: 0;
    transition: 0.3s ease; }
    .reviews-slider .owl-item.active {
      opacity: 1; }

.rev {
  width: 100%;
  max-width: 700px; }
  .rev-hidden {
    padding: 60px 110px 0;
    background-image: url("../images/quote.svg");
    background-repeat: no-repeat;
    background-position: left 50px top 11px;
    background-size: 133px 85px; }
    @media (max-width: 1200px) {
      .rev-hidden {
        padding: 65px 15px 0;
        background: none !important; } }
  .rev p {
    margin-bottom: 32px;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 18px;
    line-height: 32px;
    color: #000; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .rev p {
        font-size: 18px;
        line-height: 26px; } }
    @media (max-width: 1400px) {
      .rev p {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 18px; } }
    @media (max-width: 1200px) {
      .rev p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 32px; } }
  .rev-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .rev-bottom {
        flex-direction: column;
        align-items: flex-start; } }
  .rev-name {
    font-family: 'Open Sans LightItalic';
    font-size: 18px;
    line-height: 18px;
    color: #737373; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .rev-name {
        font-size: 14px;
        line-height: 14px; } }
    @media (max-width: 1200px) {
      .rev-name {
        display: block;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        text-align: right;
        margin-bottom: 25px;
        order: 1; } }
  @media (max-width: 1200px) {
    .rev .read-more {
      order: 2; } }

.slider {
  width: 100%; }
  .slider .owl-item {
    width: 100%; }
  .slider .owl-nav button {
    display: block;
    position: absolute;
    top: 80px;
    width: 31px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    transition: 0.3s ease; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .slider .owl-nav button {
        top: calc(50% - 13px);
        width: 26px;
        height: 26px; } }
    @media (max-width: 1200px) {
      .slider .owl-nav button {
        top: 0;
        width: 31px;
        height: 31px; } }
    .slider .owl-nav button:hover {
      box-shadow: 0 0 8px lightgrey; }
    .slider .owl-nav button span {
      display: none; }
    .slider .owl-nav button.owl-next {
      right: 30px;
      background-image: url("../images/arrow-right.svg"); }
      @media (min-width: 1201px) and (max-height: 940px) {
        .slider .owl-nav button.owl-next {
          right: 0; } }
      @media (max-width: 1200px) {
        .slider .owl-nav button.owl-next {
          left: 36px;
          right: auto; } }
    .slider .owl-nav button.owl-prev {
      left: 30px;
      background-image: url("../images/arrow-left.svg"); }
      @media (min-width: 1201px) and (max-height: 940px) {
        .slider .owl-nav button.owl-prev {
          left: 0; } }
      @media (max-width: 1200px) {
        .slider .owl-nav button.owl-prev {
          left: 0; } }
  .slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .slider .owl-dots button {
      display: block;
      width: 15px;
      height: 15px;
      background: #737373 !important;
      border-radius: 50%;
      transition: 0.3s ease; }
      .slider .owl-dots button:hover, .slider .owl-dots button.active {
        background: rgba(115, 115, 115, 0.4) !important; }
      .slider .owl-dots button span {
        display: none; }
      .slider .owl-dots button:not(:last-child) {
        margin-right: 8px; }

.clients-page {
  padding: 190px 0 15px; }
  .clients-page .title {
    color: #393838; }
  @media (max-width: 767px) {
    .clients-page {
      padding: 115px 0 15px;
      height: auto; } }

.clients-bg {
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 1200px) {
  .clients.animate .title::before {
    clip: rect(0px, 100vw, 100vw, 0px); } }

.clients-block {
  width: 100%; }

.clients-cnt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 55px; }
  @media (max-height: 1030px) {
    .clients-cnt {
      padding-top: 40px; } }
  @media (min-width: 1201px) and (max-height: 680px) {
    .clients-cnt {
      padding-top: 25px; } }
  @media (max-width: 1200px) {
    .clients-cnt {
      padding-top: 0; } }
  .clients-cnt-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    width: 100%; }
    .clients-cnt-layout-blk {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .clients-cnt-layout .title {
      margin-bottom: 55px;
      color: rgba(57, 56, 56, 0); }
      @media (max-height: 1030px) {
        .clients-cnt-layout .title {
          margin-bottom: 20px; } }
      @media (max-width: 1200px) {
        .clients-cnt-layout .title {
          /*margin-bottom: 80px; */
            margin-bottom: 0px;
        } }
    .clients-cnt-layout .wrapper {
      max-width: 1440px; }

.clients-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px 5px; }
  @media (min-width: 1201px) and (max-height: 680px) {
    .clients-list {
      padding: 0 15px 55px; } }
  @media (max-width: 1200px) {
    .clients-list {
      padding: 0 15px 55px; }
      .clients-list .owl-item {
        display: flex;
        align-items: center;
        justify-content: center; } }

.clients-item {
  position: relative;
  cursor: pointer;
  z-index: 1000;
  width: 100%;
  max-width: 445px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  overflow: hidden; }
  .clients-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.27);
    transition: 0.55s ease;
    opacity: 0; }
  @media (min-width: 1201px) and (max-height: 900px) {
    .clients-item {
      height: 400px; } }
  @media (min-width: 1201px) and (max-height: 680px) {
    .clients-item {
      height: 280px; } }
  @media (max-width: 1200px) {
    .clients-item {
      height: 730px;
      max-width: 445px; } }
  .clients-item:hover::before {
    opacity: 1; }
  .clients-item:hover .clients-item-list-wrap {
    transform: translateY(0); }
  @media (max-width: 1200px) {
    .clients-item::before {
      opacity: 1; }
    .clients-item .clients-item-list-wrap {
      transform: translateY(0); } }
  .clients-item-title {
    width: 100%;
    padding: 30px 15px 35px 70px;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 26px;
    line-height: 40px;
    color: #ffffff; }
    @media (min-width: 1201px) and (max-height: 900px) {
      .clients-item-title {
        padding: 10px 15px 15px 15px;
        font-size: 20px;
        line-height: 32px; } }
    @media (min-width: 1201px) and (max-height: 680px) {
      .clients-item-title {
        font-size: 16px;
        line-height: 22px; } }
    @media (max-width: 1200px) {
      .clients-item-title {
        padding: 130px 15px 35px 45px;
        font-size: 26px;
        line-height: 40px; } }
  .clients-item-list {
    display: block;
    padding: 80px 20px 80px 45px;
    min-height: 465px;
    max-height: 465px;
    background-color: rgba(255, 255, 255, 0.92);
    border: 1px solid #c6c1bb; }
    @media (min-width: 1201px) and (max-height: 900px) {
      .clients-item-list {
        min-height: 300px;
        max-height: 300px;
        padding: 30px 15px 15px 15px; } }
    @media (min-width: 1201px) and (max-height: 680px) {
      .clients-item-list {
        min-height: 200px;
        max-height: 200px;
        padding: 15px; } }
    @media (max-width: 1550px) {
      .clients-item-list {
        padding: 30px 15px 15px 15px; } }
    @media (max-width: 1200px) {
      .clients-item-list {
        padding: 90px 20px 80px 26px;
        min-height: 465px;
        max-height: 465px; } }
    .clients-item-list-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      transform: translateY(465px);
      transition: 0.7s ease; }
    .clients-item-list-item {
      position: relative;
      display: flex;
      align-items: center;
      justify-items: flex-start; }
      .clients-item-list-item:not(:last-child)::before {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 24px;
        display: block;
        width: 3px;
        height: 28px;
        background-color: #a7a29d; }
        @media (min-width: 1201px) and (max-height: 900px) {
          .clients-item-list-item:not(:last-child)::before {
            bottom: -23px;
            left: 15px;
            width: 2px;
            height: 15px; } }
        @media (max-width: 1200px) {
          .clients-item-list-item:not(:last-child)::before {
            bottom: -40px;
            left: 24px;
            width: 3px;
            height: 28px; } }
      .clients-item-list-item:not(:last-child) {
        margin-bottom: 50px; }
        @media (min-width: 1201px) and (max-height: 900px) {
          .clients-item-list-item:not(:last-child) {
            margin-bottom: 30px; } }
        @media (max-width: 1200px) {
          .clients-item-list-item:not(:last-child) {
            margin-bottom: 50px; } }
      .clients-item-list-item span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 51px;
        height: 51px;
        min-width: 51px;
        margin-right: 25px;
        font-family: 'HelveticaNeueCyr-Light';
        font-weight: 300;
        font-weight: 300;
        font-size: 30px;
        line-height: 30px;
        color: #737373;
        border-radius: 50%;
        border: 1px solid #c6c1bb; }
        @media (min-width: 1201px) and (max-height: 900px) {
          .clients-item-list-item span {
            width: 30px;
            height: 30px;
            min-width: 30px;
            margin-right: 15px;
            font-size: 18px;
            line-height: 18px; } }
        @media (max-width: 1200px) {
          .clients-item-list-item span {
            width: 51px;
            height: 51px;
            min-width: 51px;
            font-size: 30px;
            line-height: 30px;
            margin-right: 25px; } }
      .clients-item-list-item p {
        display: block; }
      .clients-item-list-item p,
      .clients-item-list-item a {
        font-family: 'HelveticaNeueCyr-Roman';
        font-size: 18px;
        line-height: 21px;
        color: #737373; }
        @media (min-width: 1201px) and (max-height: 900px) {
          .clients-item-list-item p,
          .clients-item-list-item a {
            font-size: 14px;
            line-height: 17px; } }
        @media (min-width: 1201px) and (max-height: 680px) {
          .clients-item-list-item p,
          .clients-item-list-item a {
            font-size: 14px;
            line-height: 14px; } }
        @media (max-width: 1200px) {
          .clients-item-list-item p,
          .clients-item-list-item a {
            font-size: 18px;
            line-height: 21px; } }
        .clients-item-list-item p a,
        .clients-item-list-item a a {
          color: #0b1c39;
          border-bottom: 1px solid #0b1c39;
          transition: 0.3s ease; }
          .clients-item-list-item p a:hover,
          .clients-item-list-item a a:hover {
            color: #0b1c39;
            border-bottom: 1px solid transparent; }

.naughty-page {
  padding: 230px 0 76px; }
  @media (max-width: 1200px) {
    .naughty-page {
      padding: 120px 0 60px; } }
  .naughty-page-bg {
    background-attachment: fixed;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .naughty-page .title {
    margin-bottom: 67px;
    color: #393838; }
    @media (max-width: 767px) {
      .naughty-page .title {
        margin-bottom: 35px; } }
  .naughty-page-date {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 85px; }
    @media (max-width: 767px) {
      .naughty-page-date {
        padding-top: 30px; } }
    .naughty-page-date .naughty-date {
      margin: 0 !important; }

.naughty-list {
  padding: 15px 0 15px 15px;
  border-left: 2px solid #737373; }

.naughty-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .naughty-row {
      flex-direction: column;
      align-items: flex-start; } }
  .naughty-row:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .naughty-row:not(:last-child) {
        margin: 0 0 35px; } }
  .naughty-row::before {
    content: '';
    position: absolute;
    left: -17px;
    top: calc(50% - 5px);
    display: block;
    width: 9px;
    height: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #737373; }
    @media (max-width: 767px) {
      .naughty-row::before {
        top: 13px; } }
  .naughty-row a {
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 18px;
    line-height: 21px;
    color: #737373;
    transition: 0.3s ease; }
    .naughty-row a:hover {
      color: #0b1c39; }
    @media (max-width: 767px) {
      .naughty-row a {
        font-size: 16px;
        line-height: 19px; } }

.naughty-date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  min-height: 34px;
  margin-right: 25px;
  border-radius: 17px;
  background-color: #EAE5D8;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 14px;
  line-height: 14px;
  color: #737373; }
  @media (max-width: 767px) {
    .naughty-date {
      margin: 0 0 15px; } }

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 134px 0 15px; }
  @media (max-width: 767px) {
    .error-page {
      padding: 115px 0 15px;
      height: auto; } }
  .error-page-bg {
    background-color: #FEF9F0; }

.error-list {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .error-list {
      flex-direction: column;
      align-items: center; } }
  .error-list .title {
    margin-bottom: 30px;
    color: #393838; }
    @media (max-width: 767px) {
      .error-list .title {
        width: 100%;
        margin-bottom: 35px;
        text-align: center; } }
  .error-list p {
    font-family: 'HelveticaNeueCyr-Light';
    font-size: 18px;
    line-height: 26px;
    color: #737373; }
    @media (max-width: 767px) {
      .error-list p {
        width: 100%;
        text-align: center; } }

.error-img {
  width: 100%;
  max-width: 474px;
  margin-right: 100px; }
  @media (max-width: 767px) {
    .error-img {
      margin: 0 0 30px; } }
  .error-img img {
    max-width: 100%; }

.error-cnt {
  width: 100%;
  max-width: 370px; }

.login-content {
  background-attachment: fixed;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 134px 0 15px; }
  @media (max-width: 767px) {
    .login-page {
      padding: 115px 0 15px;
      height: auto; } }
  .login-page .title {
    margin-bottom: 67px;
    color: #393838; }
    @media (max-width: 767px) {
      .login-page .title {
        margin-bottom: 35px; } }
  .login-page form {
    width: 100%;
    max-width: 460px; }
    .login-page form .btn {
      margin-bottom: 20px; }

.set-pass {
  display: block;
  width: 100%;
  max-width: 260px;
  font-family: 'HelveticaNeueCyr-Light';
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: underline;
  color: #0b1c39; }
  .set-pass:hover {
    text-decoration: none; }

.pass-page-text {
  display: block;
  max-width: 400px;
  margin-bottom: 15px;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 16px;
  line-height: 26px;
  color: #737373; }
  .pass-page-text span {
    font-family: 'HelveticaNeueCyr-Bold'; }

.pass-page-send {
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 18px;
  line-height: 18px;
  color: #0b1c39;
  border-bottom: 1px solid #0b1c39;
  transition: 0.3s ease; }
  .pass-page-send:hover {
    border-bottom: 1px solid transparent; }

.contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEF9F0; }
  @media (max-width: 767px) {
    .contacts {
      flex-direction: column;
      align-items: center;
      padding-top: 134px; } }
  .contacts .title {
    margin-bottom: 66px;
    color: #393838; }
    @media (max-width: 767px) {
      .contacts .title {
        display: none; } }

    @media (max-width: 767px) {
      .contacts-map {
        max-width: 100%;
        order: 1; } }
    .contacts-map .title {
      padding: 0 15px; }
      @media (min-width: 768px) {
        .contacts-map .title {
          display: none; } }
      @media (max-width: 767px) {
        .contacts-map .title {
          display: block !important;
          margin-bottom: 35px; } }
    .contacts-map iframe {
      width: 100%;
      height: 100vh; }
      @media (max-width: 1100px) {
        .contacts-map iframe {
          height: 962px; } }
      @media (max-width: 767px) {
        .contacts-map iframe {
          height: 500px; } }
  .contacts-cnt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    max-width: 924px; }
    @media (max-width: 767px) {
      .contacts-cnt {
        max-width: 100%;
        order: 2; } }
    .contacts-cnt-layout {
      width: 100%;
      max-width: 680px;
      padding: 130px 15px 60px; }
      @media (max-width: 767px) {
        .contacts-cnt-layout {
          padding: 50px 15px 60px; } }

.link-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 37px;
  width: 100%;
  max-width: 325px;
  padding-right: 15px; }
  .link-block-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%; }
    .link-block-list .callback {
      display: block;
      width: 100%;
      font-family: 'HelveticaNeueCyr-Roman';
      font-size: 18px;
      line-height: 18px;
      text-transform: uppercase;
      text-decoration: underline;
      color: #0b1c39;
      transition: 0.3s ease; }
      .link-block-list .callback:hover {
        text-decoration: none; }
  .link-block p {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #737373; }
  .link-block span,
  .link-block a {
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #737373;
    transition: 0.3s ease; }
  .link-block a:hover {
    color: #0b1c39; }

/*# sourceMappingURL=maps/style.css.map */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              @font-face {
  font-family: 'HelveticaNeueCyr-UltraLight';
  src: url("./fonts/helvetica/HelveticaNeueCyr-UltraLight.woff2") format("woff2"), url("./fonts/helvetica/HelveticaNeueCyr-UltraLight.woff") format("woff"), url("./fonts/helvetica/HelveticaNeueCyr-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url("./fonts/helvetica/HelveticaNeueCyr-Light.woff2") format("woff2"), url("./fonts/helvetica/HelveticaNeueCyr-Light.woff") format("woff"), url("./fonts/helvetica/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url("./fonts/helvetica/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("./fonts/helvetica/HelveticaNeueCyr-Roman.woff") format("woff"), url("./fonts/helvetica/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("./fonts/helvetica/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("./fonts/helvetica/HelveticaNeueCyr-Bold.woff") format("woff"), url("./fonts/helvetica/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans LightItalic';
  src: url("./fonts/opensans/OpenSans-LightItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-LightItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Bold';
  src: url("./fonts/opensans/OpenSans-Bold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Bold.woff") format("woff"), url("./fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Regular';
  src: url("./fonts/opensans/OpenSans-Regular.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Regular.woff") format("woff"), url("./fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans SemiBold';
  src: url("./fonts/opensans/OpenSans-SemiBold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-SemiBold.woff") format("woff"), url("./fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans ExtraBoldItalic';
  src: url("./fonts/opensans/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-ExtraBoldItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Light';
  src: url("./fonts/opensans/OpenSans-Light.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Light.woff") format("woff"), url("./fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans BoldItalic';
  src: url("./fonts/opensans/OpenSans-BoldItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-BoldItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Italic';
  src: url("./fonts/opensans/OpenSans-Italic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Italic.woff") format("woff"), url("./fonts/opensans/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans SemiBoldItalic';
  src: url("./fonts/opensans/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-SemiBoldItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans ExtraBold';
  src: url("./fonts/opensans/OpenSans-ExtraBold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-ExtraBold.woff") format("woff"), url("./fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  min-height: 57px;
  background-color: #0b1c39;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  transition: 0.3s ease; }
  .btn:hover {
    background-color: #154392; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
address,
br,
b,
i,
sub,
sup,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
header,
footer,
aside,
article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

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

button {
  border: 0; }

*:focus {
  outline: none; }

a {
  text-decoration: none;
  color: black; }

a:hover {
  text-decoration: none;
  color: inherit; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

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

*:focus {
  outline: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a,
input,
textarea,
select {
  -webkit-appearance: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #0b1c39; }
  .header.stop {
    display: block !important; }
  .header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 134px;
    padding: 30px 15px; }
    @media (min-width: 1201px) and (max-height: 940px) {
      contacts-map {
        width: 100%;
        max-width: 696px!important; }
      .contacts-cnt-layout {
        width: 100%;
        max-width: 980px;
        padding: 130px 15px 60px; }

      .header .wrapper {
        min-height: 87px;
        padding: 15px 15px; } }
    @media (max-width: 1400px) {
      .header .wrapper {
        min-height: 87px;
        padding: 15px 15px; } }
    @media (max-width: 1200px) {
      .header .wrapper {
        min-height: 0;
        padding: 0;
        background-color: #0b1c39; }
        .header .wrapper .header-nav {
          position: relative;
          z-index: 17;
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          min-height: 87px;
          padding: 15px 15px;
          background-color: #0b1c39; }
          .header .wrapper .header-nav nav {
            display: none; }
          .header .wrapper .header-nav .menu-trigger {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            flex-direction: column;
            width: 42px;
            height: 39px;
            transition: 1s ease; }
            .header .wrapper .header-nav .menu-trigger span {
              display: block;
              width: 100%;
              height: 4px;
              background-color: #ffffff;
              border-radius: 4px;
              transition: 0.2s cubic-bezier(0, 0, 0.2, 1); }
        .header .wrapper .header-triggers {
          display: none; }
        .header .wrapper .header-mob {
          display: flex; } }
  .header-mob {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 15;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 130px 15px 80px;
    overflow-y: scroll;
    background-color: #0b1c39;
    transition: 0.7s linear;
    transform: translateY(-100vh); }
    .header-mob .header-link {
      display: block;
      position: relative;
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 21px;
      line-height: 21px;
      color: rgba(255, 255, 255, 0); }
      .header-mob .header-link::before {
        content: attr(data-text);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        clip: rect(0px, 0vw, 100vw, 0px); }
      .header-mob .header-link:not(:last-child) {
        margin-bottom: 31px; }
      .header-mob .header-link-in:not(:last-child) {
        margin: 40px 0 65px; }
    .header-mob .header-lang-link {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .header-mob .header-lang-link a {
        display: block;
        position: relative;
        font-family: 'HelveticaNeueCyr-Light';
        font-weight: 300;
        font-size: 16px;
        line-height: 16px;
        color: rgba(255, 255, 255, 0); }
        .header-mob .header-lang-link a::before {
          content: attr(data-text);
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          color: white;
          clip: rect(0px, 0vw, 100vw, 0px); }
        .header-mob .header-lang-link a:not(:last-child) {
          margin-right: 35px; }
        .header-mob .header-lang-link a.active {
          color: rgba(115, 115, 115, 0); }
          .header-mob .header-lang-link a.active::before {
            olor: #737373; }
  .header.open .header-mob {
    transform: translateY(0); }
  .header.open .menu-trigger span {
    position: relative;
    width: 100% !important; }
  .header.open .menu-trigger {
    justify-content: center !important; }
  .header.open .menu-trigger span:nth-child(1) {
    transform: rotate(-40deg);
    margin-bottom: -4px; }
  .header.open .menu-trigger span:nth-child(2) {
    display: none; }
  .header.open .menu-trigger span:nth-child(3) {
    transform: rotate(40deg); }
  .header.open .header-mob .header-link::before,
  .header.open .header-mob .header-lang-link a::before {
    -webkit-transition: clip 3s ease-out 0.75s;
    -o-transition: clip 3s ease-out 0.75s;
    transition: clip 3s ease-out 0.75s;
    clip: rect(0px, 100vw, 100vw, 0px); }
  .header nav, .header-nav, .header-triggers {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .header nav .logo, .header-nav .logo, .header-triggers .logo {
      display: block;
      width: 100%;
      max-width: 93px;
      margin-right: 40px; }
    .header nav .link-select, .header-nav .link-select, .header-triggers .link-select {
      margin-right: 15px; }
  .header-link {
    display: block;
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 21px;
    line-height: 21px;
    color: #ffffff;
    transition: 0.3s ease; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .header-link {
        font-size: 16px;
        line-height: 16px; } }
    .header-link-small {
      font-size: 16px;
      line-height: 16px; }
    .header-link:hover {
      color: #b8b6b1; }
    .header-link:not(:last-child) {
      margin-right: 47px; }
      @media (min-width: 1201px) and (max-height: 940px) {
        .header-link:not(:last-child) {
          margin-right: 15px; } }

.link-select {
  position: relative; }
  .link-select span,
  .link-select a {
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    transition: 0.3s ease; }
  .link-select-active {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    padding: 20px 5px 20px 11px;
    background-color: #0b1c39;
    border: 1px solid transparent;
    border-bottom: none !important;
    transition: 0.3s ease; }
    .link-select-active span {
      margin-right: 7px; }
    .link-select-active img {
      max-width: 6px;
      transition: 0.3s ease; }
    @media (min-width: 1101px) {
      .link-select-active:hover span {
        color: #b8b6b1; } }
  .link-select-hidden {
    position: absolute;
    top: calc(100% - 18px);
    left: 0;
    z-index: 3;
    display: none;
    width: 100%;
    padding: 10px 10px 15px 5px;
    background-color: #0b1c39;
    border: 1px solid #626262;
    border-top: none !important; }
    .link-select-hidden a {
      display: block;
      text-align: center; }
      .link-select-hidden a:not(:last-child) {
        margin-bottom: 20px; }
      .link-select-hidden a:hover {
        color: #b8b6b1; }
  .link-select.active .link-select-active {
    border: 1px solid #626262; }
    .link-select.active .link-select-active img {
      transform: rotate(180deg); }

.footer {
  width: 100%;
  padding: 15px 0;
  background-color: #0b1c39; }
  @media (max-width: 1300px) {
    .footer {
      padding: 15px 0; } }
  @media (max-width: 1200px) {
    .footer {
      padding: 25px 0 !important; } }
  .footer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1880px !important; }
    @media (max-width: 1200px) {
      .footer .wrapper {
        flex-direction: column;
        align-items: center; } }
  .footer .logo {
    display: block;
    width: 100%;
    max-width: 285px;
    padding-right: 5px; }
    @media (max-width: 1300px) {
      .footer .logo {
        max-width: 200px; } }
    @media (max-width: 1300px) {
      .footer .logo {
        /* max-width: 100%; */
        margin: 0; } }
    .footer .logo img {
      display: block;
      width: 100%;
      max-width: 93px;
      margin-bottom: 5px; }
      @media (max-width: 1200px) {
        .footer .logo img {
          display: none; } }
    .footer .logo span {
      display: block;
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 12px;
      line-height: 12px;
      color: #ffffff; }
      @media (max-width: 1300px) {
        .footer .logo span {
          font-size: 10px;
          line-height: 10px; } }
      @media (max-width: 1200px) {
        .footer .logo span {
          display: block;
          width: 100%;
          font-size: 14px;
          line-height: 21px;
          text-align: center; } }
  .footer-nav {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1200px) {
      .footer-nav {
        flex-direction: column;
        align-items: center;
        width: 100%; } }
    .footer-nav p,
    .footer-nav a {
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 16px;
      line-height: 16px;
      color: #fef9f0;
      transition: 0.3s ease; }
      @media (max-width: 1200px) {
        .footer-nav p,
        .footer-nav a {
          display: block;
          width: 100%;
          font-size: 14px;
          line-height: 21px;
          text-align: center; } }
    .footer-nav p:not(:last-child) {
      margin-right: 40px; }
      @media (max-width: 1200px) {
        .footer-nav p:not(:last-child) {
          margin: 0; } }
    .footer-nav a:hover {
      color: #fff; }
    .footer-nav a:not(:last-child) {
      margin-right: 40px; }
      @media (max-width: 1200px) {
        .footer-nav a:not(:last-child) {
          margin: 0; } }
    .footer-nav .footer-tel {
      margin-right: 10px !important; }
      @media (max-width: 1200px) {
        .footer-nav .footer-tel {
          display: none; } }
  .footer-social {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-social .footer-tel {
      display: none;
      width: auto !important; }
      @media (max-width: 1200px) {
        .footer-social .footer-tel {
          display: inline-block;
          margin-left: 10px; } }
    @media (max-width: 1200px) {
      .footer-social {
        margin: 0 0 25px;
        width: 100%; } }
    .footer-social a {
      opacity: 0.8;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      transition: 0.3s ease; }
      .footer-social a:not(:last-child) {
        margin-right: 10px; }
      .footer-social a img {
        max-width: 100%;
        max-height: 100%; }
      .footer-social a:hover {
        opacity: 1; }
  .footer .designed {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    max-width: 285px; }
    @media (max-width: 1300px) {
      .footer .designed {
        max-width: 200px; } }
    @media (max-width: 1200px) {
      .footer .designed {
        justify-content: center;
        max-width: 100%; } }
    .footer .designed span {
      display: block;
      padding-bottom: 2px;
      padding-right: 5px;
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 14px;
      line-height: 14px;
      color: #fef9f0; }
      .footer .designed span img {
        display: block;
        max-width: 112px;
        margin-left: 5px; }

.popup {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: #fef9f0; }
  .popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 15px;
    z-index: 40;
    display: none;
    transition: 0.5s ease; }
    .popup-wrapper.reviews-popup .popup {
      width: 100%;
      max-width: 955px; }
      .popup-wrapper.reviews-popup .popup p {
        width: 100%; }
      .popup-wrapper.reviews-popup .popup .rev {
        width: 100%;
        max-width: 100%; }
      .popup-wrapper.reviews-popup .popup h2 {
        margin-bottom: 20px; }
      .popup-wrapper.reviews-popup .popup .rev-bottom {
        justify-content: flex-end;
        width: 100%; }
    .popup-wrapper.reviews-popup .rev-hidden {
      width: 100%; }
    .popup-wrapper.reviews-popup .popup-cnt-wrap {
      padding: 65px 0 75px; }
      @media (max-width: 550px) {
        .popup-wrapper.reviews-popup .popup-cnt-wrap {
          padding: 65px 0 75px; } }
  .popup-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 6;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.9); }
  .popup-close {
    position: absolute;
    top: 30px;
    right: 35px;
    width: 100%;
    max-width: 32px;
    transition: 0.3s ease;
    cursor: pointer; }
    @media (max-width: 550px) {
      .popup-close {
        top: 15px;
        right: 13px;
        max-width: 25px; } }
    .popup-close:hover {
      opacity: 0.7; }
    .popup-close img {
      width: 100%; }
  .popup-cnt-wrap {
    padding: 65px 90px 75px; }
    @media (max-width: 550px) {
      .popup-cnt-wrap {
        padding: 65px 20px 75px; } }
    .popup-cnt-wrap h2 {
      width: 100%;
      margin-bottom: 45px;
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 32px;
      line-height: 32px;
      text-transform: uppercase;
      text-align: center;
      color: #737373; }
      @media (max-width: 767px) {
        .popup-cnt-wrap h2 {
          margin-bottom: 20px;
          font-size: 20px;
          line-height: 20px; } }
    .popup-cnt-wrap h5 {
      width: 100%;
      font-family: 'HelveticaNeueCyr-Light';
      font-weight: 300;
      font-size: 18px;
      line-height: 26px;
      text-align: center;
      color: #737373; }
  .popup form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%; }

html, body {
  height: 100%; }
  html.hidden, body.hidden {
    overflow: hidden; }

body {
  position: relative;
  background-color: #f5f2eb; }
  body.scrolling-page::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/banner-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    transition: 0.7s ease; }
    @media (max-width: 1200px) {
      body.scrolling-page::before {
        display: none; } }

@media (max-width: 1200px) {
  .wow-animate {
    transition: 0.3s ease;
    opacity: 0; }
    .wow-animate.animate {
      opacity: 1; }
      .wow-animate.animate .wow {
        visibility: visible !important; }
    .wow-animate.animate__fadeInLeft {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      .wow-animate.animate__fadeInLeft.animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .wow-animate.animate__fadeInRight {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .wow-animate.animate__fadeInRight.animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .wow-animate.animate__fadeInUp {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
      .wow-animate.animate__fadeInUp.animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }

@media (min-width: 1201px) {
  .viewing-page-1 .header {
    display: none; } }

.viewing-page-1 .onepage-pagination li:not(.stop) {
  display: none; }

.viewing-page-1 .about-cnt {
  transition: 0.3s ease; }
  @media (min-width: 1201px) {
    .viewing-page-1 .about-cnt {
      opacity: 0; } }

.viewing-page-3 .onepage-pagination li {
  display: none; }

.viewing-page-2::before, .viewing-page-3::before {
  opacity: 0.17; }

.animate__animated {
  visibility: inherit !important; }

.main {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .main-content {
    flex: 1 0 auto; }
  .main footer {
    flex: 0 0 auto; }
  .main-section {
    width: 100%;
    height: calc(100vh - 134px);
    margin-top: 134px; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .main-section {
        height: calc(100vh - 87px);
        margin-top: 87px; } }
    @media (max-width: 1200px) {
      .main-section {
        height: auto;
        margin-top: 0;
        padding: 0;
        background: none; } }
    @media (max-width: 1200px) {
      .main-section-scroll {
        height: auto;
        margin-top: 87px;
        padding: 151px 0 144px;
        background-image: url("../images/banner-bg.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; } }
    @media (max-width: 670px) {
      .main-section-scroll {
        background-image: url(../images/bg-2.jpg);
        background-position: center right -170px;
        background-size: auto; } }

.wrapper {
  width: 100%;
  max-width: 1880px;
  margin: 0 auto;
  padding: 0 15px; }
  .wrapper-m {
    max-width: 1570px;
    padding: 0 50px; }
    @media (max-width: 1200px) {
      .wrapper-m {
        padding: 0 15px; } }

.scroll-section {
  width: 100%;
  height: 100vh; }
  .scroll-section-content {
    width: 100%;
    height: 100%; }

@media (max-width: 1700px) {
  .onepage-pagination {
    left: 25px; }
    .onepage-pagination li a {
      width: 10px;
      height: 10px; }
      .onepage-pagination li a::before {
        top: 2px;
        left: 2px;
        width: 4px;
        height: 4px; }
    .onepage-pagination li:not(:last-child) {
      margin-bottom: 8px; } }

@media (max-width: 1530px) {
  .onepage-pagination {
    left: 25px; } }

body:not(.viewing-page-3) .onepage-pagination li.stop {
  display: block !important; }

.title {
  margin-bottom: 25px;
  font-family: 'HelveticaNeueCyr-Light';
  font-weight: 300;
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  color: rgba(57, 56, 56, 0.25); }
  @media (min-width: 1201px) and (max-height: 900px) {
    .title {
      font-size: 32px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .title {
      font-size: 32px;
      line-height: 39px; } }
  .title-m {
    display: inline-block;
    margin-bottom: 50px;
    color: #393838; }

.clip-text {
  display: block;
  position: relative;
  overflow: hidden; }
  .clip-text::before {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #393838;
    -webkit-transition: clip 2.5s ease-out;
    -o-transition: clip 2.5s ease-out;
    transition: clip 2.5s ease-out;
    clip: rect(0px, 0vw, 100vw, 0px); }
  .clip-text.active::before {
    clip: rect(0px, 100vw, 100vw, 0px); }

.clip-text.title-clip::before {
  -webkit-transition: clip 4s ease;
  -o-transition: clip 4s ease;
  transition: clip 4s ease; }

.subtitle {
  font-family: 'HelveticaNeueCyr-Light';
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: rgba(50, 50, 50, 0); }
  @media (min-width: 1201px) and (max-height: 940px) {
    .subtitle {
      font-size: 18px;
      line-height: 18px; } }
  @media (max-width: 1200px) {
    .subtitle {
      font-size: 18px;
      line-height: 21px; } }
  .subtitle::before {
    -webkit-transition: clip 2.5s ease-out 0.95s;
    -o-transition: clip 2.5s ease-out 0.95s;
    transition: clip 2.5s ease-out 0.95s;
    color: #323232; }

.title-h1 {
  color: rgba(57, 56, 56, 0); }
  .title-h1::before {
    -webkit-transition: clip 2.5s ease-out 0.95s;
    -o-transition: clip 2.5s ease-out 0.95s;
    transition: clip 2.5s ease-out 0.95s; }

.content-layout h1 {
  margin-bottom: 50px;
  font-family: 'HelveticaNeueCyr-Light';
  font-weight: 300;
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  color: #737373; }
  @media (min-width: 1201px) and (max-height: 940px) {
    .content-layout h1 {
      font-size: 32px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .content-layout h1 {
      font-size: 32px;
      line-height: 39px; } }

.content-layout h2 {
  margin-bottom: 50px;
  font-family: 'HelveticaNeueCyr-Light';
  font-weight: 300;
  font-size: 42px;
  line-height: 52px;
  color: #0b1c39; }
  @media (min-width: 1201px) and (max-height: 940px) {
    .content-layout h2 {
      font-size: 32px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .content-layout h2 {
      font-size: 22px;
      line-height: 29px; } }

.content-layout p,
.content-layout a {
  font-family: 'HelveticaNeueCyr-Roman';
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #737373; }
  @media (max-width: 1200px) {
    .content-layout p,
    .content-layout a {
      font-size: 16px;
      line-height: 28px; } }
  .content-layout p a,
  .content-layout a a {
    color: #0b1c39;
    text-decoration: underline; }
    .content-layout p a:hover,
    .content-layout a a:hover {
      text-decoration: none; }
  .content-layout p:not(:last-child),
  .content-layout a:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 1200px) {
      .content-layout p:not(:last-child),
      .content-layout a:not(:last-child) {
        margin-bottom: 28px; } }

.pagination-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 80px; }
  .pagination-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border: 1px solid #0b1c39;
    border-radius: 50%;
    font-family: 'HelveticaNeueCyr-Regular';
    font-size: 16px;
    line-height: 16px;
    color: #737373;
    transition: 0.3s ease;
    opacity: 0.57; }
    .pagination-list a:hover {
      opacity: 1; }
    .pagination-list a:not(:last-child) {
      margin-right: 9px; }
    .pagination-list a img {
      max-height: 100%;
      max-width: 15px;
      width: 100%; }

.regulations-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 17px 24px;
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373; }
  .regulations-row:first-child {
    border-top: 1px solid #737373; }
  .regulations-row a {
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 18px;
    line-height: 20px;
    color: #737373;
    transition: 0.15s ease; }
    .regulations-row a:hover {
      color: #0b1c39;
      text-decoration: underline; }
    @media (max-width: 767px) {
      .regulations-row a {
        font-size: 16px;
        line-height: 19px; } }

.form-field {
  display: block;
  width: 100%;
  padding-bottom: 14px;
  padding-left: 12px;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 18px;
  line-height: 18px;
  color: #737373;
  background: none !important;
  outline: none !important;
  border: none;
  border-bottom: 1px solid #959595;
  transition: 0.3s ease; }
  @media (max-width: 767px) {
    .form-field {
      font-size: 16px;
      line-height: 16px;
      padding-bottom: 8px; } }
  .form-field:focus {
    border-bottom: 1px solid #0b1c39; }
  .form-field::-webkit-input-placeholder {
    color: #737373; }
  .form-field::-moz-placeholder {
    color: #737373; }
  .form-field:-ms-input-placeholder {
    color: #737373; }
  .form-field:-moz-placeholder {
    color: #737373; }
  .form-field.error {
    border-bottom: 1px solid red; }
  .form-field:not(:last-child) {
    margin-bottom: 30px; }

.banner-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.banner-cnt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%; }
  .banner-cnt .title,
  .banner-cnt .subtitle {
    color: #393838; }
  .banner-cnt-hr {
    display: block;
    width: 100%;
    max-width: 450px;
    height: 2px;
    margin: 30px 0;
    background-color: #0b1c39;
    font-size: 0;
    line-height: 0;
    color: transparent; }
  .banner-cnt-slogan {
    margin-bottom: 25px;
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 52px;
    line-height: 52px;
    text-transform: uppercase;
    color: rgba(57, 56, 56, 0); }
    .banner-cnt-slogan:before {
      color: #393838; }
    @media (min-width: 1201px) and (max-height: 900px) {
      .banner-cnt-slogan {
        font-size: 32px;
        line-height: 32px; } }
    @media (max-width: 1200px) {
      .banner-cnt-slogan {
        font-size: 32px;
        line-height: 39px; } }
  .banner-cnt-slogan2 {
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: rgba(57, 56, 56, 0); }
    .banner-cnt-slogan2:before {
      color: #393838; }
    @media (min-width: 1201px) and (max-height: 900px) {
      .banner-cnt-slogan2 {
        font-size: 18px;
        line-height: 18px; } }
    @media (max-width: 1200px) {
      .banner-cnt-slogan2 {
        font-size: 18px; } }

.about-page {
  padding: 120px 0 76px; }
  @media (max-width: 1200px) {
    .about-page {
      padding: 120px 0 60px; } }
  .about-page .content-layout {
    width: 100%;
    max-width: 920px; }
  .about-page-bg {
    background-attachment: fixed;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.about-bg {
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.about-cnt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 107px; }
  @media (min-width: 1201px) and (max-height: 940px) {
    .about-cnt {
      padding-top: 60px; } }
  @media (min-width: 1201px) and (max-height: 640px) {
    .about-cnt {
      padding-top: 30px; } }
  @media (max-width: 1200px) {
    .about-cnt {
      padding-top: 66px; } }
  .about-cnt-layout {
    width: 100%; }
    .about-cnt-layout .wrapper {
      max-width: 1440px; }

.about-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 90px; }
  @media (max-height: 1030px) {
    .about-list {
      margin-bottom: 86px; } }
  @media (min-width: 1201px) and (max-height: 940px) {
    .about-list {
      margin-bottom: 30px; } }
  @media (max-width: 1200px) {
    .about-list {
      flex-direction: column;
      margin-bottom: 70px; } }
  .about-list-item {
    width: 100%;
    max-width: 625px; }
    @media (max-width: 1200px) {
      .about-list-item {
        max-width: 100%; }
        .about-list-item:not(:last-child) {
          margin-bottom: 55px; } }
    .about-list-item-1 {
      padding-right: 15px; }
      @media (max-width: 1200px) {
        .about-list-item-1 {
          padding-right: 0; } }
    .about-list-item-2 {
      max-width: 700px; }
      @media (max-width: 1200px) {
        .about-list-item-2 {
          max-width: 100%; } }
    .about-list-item .title {
      color: rgba(57, 56, 56, 0); }
      @media (max-height: 1030px) {
        .about-list-item .title {
          margin-bottom: 20px; } }
      @media (max-width: 1200px) {
        .about-list-item .title {
          margin-bottom: 40px; }
          .about-list-item .title::before {
            clip: rect(0px, 100vw, 100vw, 0px); } }
    @media (max-width: 1200px) {
      .about-list-item.animate .title::before {
        clip: rect(0px, 100vw, 100vw, 0px); } }
    .about-list-item p {
      margin-bottom: 30px;
      font-family: 'HelveticaNeueCyr-Roman';
      font-size: 18px;
      line-height: 32px;
      color: #000; }
      @media (max-height: 1030px) {
        .about-list-item p {
          margin-bottom: 15px; } }
      @media (min-width: 1201px) and (max-height: 940px) {
        .about-list-item p {
          font-size: 18px;
          line-height: 26px; } }
      @media (max-width: 1400px) {
        .about-list-item p {
          font-size: 18px;
          line-height: 18px; } }
      @media (max-width: 1200px) {
        .about-list-item p {
          margin-bottom: 20px;
          font-size: 18px;
          line-height: 32px; } }

.about-why .title {
  margin-bottom: 65px;
  color: rgba(57, 56, 56, 0); }
  @media (max-width: 1200px) {
    .about-why .title {
      margin-bottom: 40px; } }
  @media (max-height: 1030px) {
    .about-why .title {
      margin-bottom: 50px; } }
  @media (min-width: 1201px) and (max-height: 940px) {
    .about-why .title {
      margin-bottom: 10px; } }

.about-why-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .about-why-list {
      flex-flow: row wrap;
      justify-content: space-around; } }

.about-why-item {
  padding-right: 15px; }
  @media (max-width: 1200px) {
    .about-why-item {
      padding: 0 15px 60px; } }
  .about-why-item-num {
    margin-bottom: 10px;
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #737373; }
    @media (max-width: 1400px) {
      .about-why-item-num {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 18px; } }
    @media (max-width: 1200px) {
      .about-why-item-num {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 24px;
        text-align: center; } }
    .about-why-item-num span {
      font-size: 86px;
      line-height: 86px; }
      @media (min-width: 1201px) and (max-height: 940px) {
        .about-why-item-num span {
          font-size: 71px;
          line-height: 71px; } }
      @media (max-width: 1400px) {
        .about-why-item-num span {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 1200px) {
        .about-why-item-num span {
          font-size: 71px;
          line-height: 71px; } }
  .about-why-item p {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 24px;
    line-height: 21px;
    color: #000; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .about-why-item p {
        font-size: 18px;
        line-height: 17px; } }
    @media (max-width: 1400px) {
      .about-why-item p {
        font-size: 18px;
        line-height: 18px; } }
    @media (max-width: 1200px) {
      .about-why-item p {
        font-size: 22px;
        line-height: 18px;
        text-align: center; } }

.read-more {
  display: block;
  font-family: 'HelveticaNeueCyr-Light';
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #062c5b; }
  @media (min-width: 1201px) and (max-height: 940px) {
    .read-more {
      font-size: 14px;
      line-height: 14px; } }
  @media (max-width: 1400px) {
    .read-more {
      font-size: 18px;
      line-height: 21px; } }
  .read-more:hover {
    text-decoration: none;
    color: #062c5b; }

.reviews-slider {
  width: 100%;
  max-width: 700px;
  padding: 60px 115px 0;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-position: left 54px top 11px;
  background-size: 133px 85px; }
  .reviews-slider .rev-hidden {
    display: none; }
  @media (min-width: 1201px) and (max-height: 940px) {
    .reviews-slider {
      padding: 25px 70px 0; } }
  @media (max-width: 1400px) {
    .reviews-slider {
      padding: 10px 40px 0; } }
  @media (max-width: 1200px) {
    .reviews-slider {
      padding: 65px 0 0;
      background: none !important; } }
  .reviews-slider .owl-item {
    opacity: 0;
    transition: 0.3s ease; }
    .reviews-slider .owl-item.active {
      opacity: 1; }

.rev {
  width: 100%;
  max-width: 700px; }
  .rev-hidden {
    padding: 60px 110px 0;
    background-image: url("../images/quote.svg");
    background-repeat: no-repeat;
    background-position: left 50px top 11px;
    background-size: 133px 85px; }
    @media (max-width: 1200px) {
      .rev-hidden {
        padding: 65px 15px 0;
        background: none !important; } }
  .rev p {
    margin-bottom: 32px;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 18px;
    line-height: 32px;
    color: #000; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .rev p {
        font-size: 18px;
        line-height: 26px; } }
    @media (max-width: 1400px) {
      .rev p {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 18px; }

      .about-page {
        padding: 110px 0 76px;
      }
      .content-layout p:not(:last-child), .content-layout a:not(:last-child) {
        margin-bottom: 20px;
      }
    }
    @media (max-width: 1200px) {
      .rev p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 32px; } }
  .rev-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .rev-bottom {
        flex-direction: column;
        align-items: flex-start; } }
  .rev-name {
    font-family: 'Open Sans LightItalic';
    font-size: 18px;
    line-height: 18px;
    color: #737373; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .rev-name {
        font-size: 14px;
        line-height: 14px; }
      .content-layout h1 {
        margin-bottom: 25px;
      }
    }
    @media (max-width: 1200px) {
      .rev-name {
        display: block;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        text-align: right;
        margin-bottom: 25px;
        order: 1; } }
  @media (max-width: 1200px) {
    .rev .read-more {
      order: 2; } }

.slider {
  width: 100%; }
  .slider .owl-item {
    width: 100%; }
  .slider .owl-nav button {
    display: block;
    position: absolute;
    top: 80px;
    width: 31px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    transition: 0.3s ease; }
    @media (min-width: 1201px) and (max-height: 940px) {
      .slider .owl-nav button {
        top: calc(50% - 13px);
        width: 26px;
        height: 26px; } }
    @media (max-width: 1200px) {
      .slider .owl-nav button {
        top: 0;
        width: 31px;
        height: 31px; } }
    .slider .owl-nav button:hover {
      box-shadow: 0 0 8px lightgrey; }
    .slider .owl-nav button span {
      display: none; }
    .slider .owl-nav button.owl-next {
      right: 30px;
      background-image: url("../images/arrow-right.svg"); }
      @media (min-width: 1201px) and (max-height: 940px) {
        .slider .owl-nav button.owl-next {
          right: 0; } }
      @media (max-width: 1200px) {
        .slider .owl-nav button.owl-next {
          left: 36px;
          right: auto; } }
    .slider .owl-nav button.owl-prev {
      left: 30px;
      background-image: url("../images/arrow-left.svg"); }
      @media (min-width: 1201px) and (max-height: 940px) {
        .slider .owl-nav button.owl-prev {
          left: 0; } }
      @media (max-width: 1200px) {
        .slider .owl-nav button.owl-prev {
          left: 0; } }
  .slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .slider .owl-dots button {
      display: block;
      width: 15px;
      height: 15px;
      background: #737373 !important;
      border-radius: 50%;
      transition: 0.3s ease; }
      .slider .owl-dots button:hover, .slider .owl-dots button.active {
        background: rgba(115, 115, 115, 0.4) !important; }
      .slider .owl-dots button span {
        display: none; }
      .slider .owl-dots button:not(:last-child) {
        margin-right: 8px; }

.clients-page {
  padding: 190px 0 15px; }
  .clients-page .title {
    color: #393838; }
  @media (max-width: 767px) {
    .clients-page {
      padding: 115px 0 15px;
      height: auto; } }

.clients-bg {
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 1200px) {
  .clients.animate .title::before {
    clip: rect(0px, 100vw, 100vw, 0px); } }

.clients-block {
  width: 100%; }

.clients-cnt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 55px; }
  @media (max-height: 1030px) {
    .clients-cnt {
      padding-top: 40px; } }
  @media (min-width: 1201px) and (max-height: 680px) {
    .clients-cnt {
      padding-top: 25px; } }
  @media (max-width: 1200px) {
    .clients-cnt {
      padding-top: 0; } }
  .clients-cnt-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    width: 100%; }
    .clients-cnt-layout-blk {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .clients-cnt-layout .title {
      margin-bottom: 55px;
      color: rgba(57, 56, 56, 0); }
      @media (max-height: 1030px) {
        .clients-cnt-layout .title {
          margin-bottom: 20px; } }
      @media (max-width: 1200px) {
        .clients-cnt-layout .title {
          /*margin-bottom: 80px;*/
            margin-bottom: 0px;
        } }
    .clients-cnt-layout .wrapper {
      max-width: 1742px; }

.clients-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px 5px; }
  @media (min-width: 1201px) and (max-height: 680px) {
    .clients-list {
      padding: 0 15px 55px; } }
  @media (max-width: 1200px) {
    .clients-list {
      padding: 0 15px 55px; }
      .clients-list .owl-item {
        display: flex;
        align-items: center;
        justify-content: center; } }

.clients-item {
  position: relative;
  cursor: pointer;
  z-index: 1000;
  width: 100%;
  max-width: 445px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  overflow: hidden; }
  .clients-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.27);
    transition: 0.55s ease;
    opacity: 0; }
  @media (min-width: 1201px) and (max-height: 900px) {
    .clients-item {
      height: 400px; } }
  @media (min-width: 1201px) and (max-height: 680px) {
    .clients-item {
      height: 280px; } }
  @media (max-width: 1200px) {
    .clients-item {
      height: 730px;
      max-width: 445px;
        transform: scale(0.85);
    } }
  .clients-item:hover::before {
    opacity: 1; }
  .clients-item:hover .clients-item-list-wrap {
    transform: translateY(0); }
  @media (max-width: 1200px) {
    .clients-item::before {
      opacity: 1; }
    .clients-item .clients-item-list-wrap {
      transform: translateY(0); } }
  .clients-item-title {
    width: 100%;
    padding: 30px 15px 35px 70px;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 26px;
    line-height: 40px;
    color: #ffffff; }
    @media (min-width: 1201px) and (max-height: 900px) {
      .clients-item-title {
        padding: 10px 15px 15px 15px;
        font-size: 20px;
        line-height: 32px; } }
    @media (min-width: 1201px) and (max-height: 680px) {
      .clients-item-title {
        font-size: 16px;
        line-height: 22px; } }
    @media (max-width: 1200px) {
      .clients-item-title {
        padding: 130px 15px 35px 45px;
        font-size: 26px;
        line-height: 40px; } }
  .clients-item-list {
    display: block;
    padding: 80px 20px 80px 45px;
    min-height: 465px;
    max-height: 465px;
    background-color: rgba(255, 255, 255, 0.92);
    border: 1px solid #c6c1bb; }
    @media (min-width: 1201px) and (max-height: 900px) {
      .clients-item-list {
        min-height: 300px;
        max-height: 300px;
        padding: 30px 15px 15px 15px; } }
    @media (min-width: 1201px) and (max-height: 680px) {
      .clients-item-list {
        min-height: 200px;
        max-height: 200px;
        padding: 15px; } }
    @media (max-width: 1550px) {
      .clients-item-list {
        padding: 30px 15px 15px 15px; } }
    @media (max-width: 1200px) {
      .clients-item-list {
        padding: 90px 20px 80px 26px;
        min-height: 465px;
        max-height: 465px; } }
    .clients-item-list-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      transform: translateY(465px);
      transition: 0.7s ease; }
    .clients-item-list-item {
      position: relative;
      display: flex;
      align-items: center;
      justify-items: flex-start; }
      .clients-item-list-item:not(:last-child)::before {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 24px;
        display: block;
        width: 3px;
        height: 28px;
        background-color: #a7a29d; }
        @media (min-width: 1201px) and (max-height: 900px) {
          .clients-item-list-item:not(:last-child)::before {
            bottom: -23px;
            left: 15px;
            width: 2px;
            height: 15px; } }
        @media (max-width: 1200px) {
          .clients-item-list-item:not(:last-child)::before {
            bottom: -40px;
            left: 24px;
            width: 3px;
            height: 28px; } }
      .clients-item-list-item:not(:last-child) {
        margin-bottom: 50px; }
        @media (min-width: 1201px) and (max-height: 900px) {
          .clients-item-list-item:not(:last-child) {
            margin-bottom: 30px; } }
        @media (max-width: 1200px) {
          .clients-item-list-item:not(:last-child) {
            margin-bottom: 50px; } }
      .clients-item-list-item span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 51px;
        height: 51px;
        min-width: 51px;
        margin-right: 25px;
        font-family: 'HelveticaNeueCyr-Light';
        font-weight: 300;
        font-weight: 300;
        font-size: 30px;
        line-height: 30px;
        color: #737373;
        border-radius: 50%;
        border: 1px solid #c6c1bb; }
        @media (min-width: 1201px) and (max-height: 900px) {
          .clients-item-list-item span {
            width: 30px;
            height: 30px;
            min-width: 30px;
            margin-right: 15px;
            font-size: 18px;
            line-height: 18px; } }
        @media (max-width: 1200px) {
          .clients-item-list-item span {
            width: 51px;
            height: 51px;
            min-width: 51px;
            font-size: 30px;
            line-height: 30px;
            margin-right: 25px; } }
      .clients-item-list-item p {
        display: block; }
      .clients-item-list-item p,
      .clients-item-list-item a {
        font-family: 'HelveticaNeueCyr-Roman';
        font-size: 18px;
        line-height: 21px;
        color: #000; }
        @media (min-width: 1201px) and (max-height: 900px) {
          .clients-item-list-item p,
          .clients-item-list-item a {
            font-size: 14px;
            line-height: 17px; } }
        @media (min-width: 1201px) and (max-height: 680px) {
          .clients-item-list-item p,
          .clients-item-list-item a {
            font-size: 14px;
            line-height: 14px; } }
        @media (max-width: 1200px) {
          .clients-item-list-item p,
          .clients-item-list-item a {
            font-size: 18px;
            line-height: 21px; } }
        .clients-item-list-item p a,
        .clients-item-list-item a a {
          color: #0b1c39;
          border-bottom: 1px solid #0b1c39;
          transition: 0.3s ease; }
          .clients-item-list-item p a:hover,
          .clients-item-list-item a a:hover {
            color: #0b1c39;
            border-bottom: 1px solid transparent; }

.naughty-page {
  padding: 130px 0 76px; }
  @media (max-width: 1200px) {
    .naughty-page {
      padding: 120px 0 60px; } }
  .naughty-page-bg {
    background-attachment: fixed;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .naughty-page .title {
    margin-bottom: 67px;
    color: #393838; }
    @media (max-width: 767px) {
      .naughty-page .title {
        margin-bottom: 35px; } }
  .naughty-page-date {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 85px; }
    @media (max-width: 767px) {
      .naughty-page-date {
        padding-top: 30px; } }
    .naughty-page-date .naughty-date {
      margin: 0 !important; }

.naughty-list {
  padding: 15px 0 15px 15px;
  border-left: 2px solid #737373; }

.naughty-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .naughty-row {
      flex-direction: column;
      align-items: flex-start; } }
  .naughty-row:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .naughty-row:not(:last-child) {
        margin: 0 0 35px; } }
  .naughty-row::before {
    content: '';
    position: absolute;
    left: -17px;
    top: calc(50% - 5px);
    display: block;
    width: 9px;
    height: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #737373; }
    @media (max-width: 767px) {
      .naughty-row::before {
        top: 13px; } }
  .naughty-row a {
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 18px;
    line-height: 21px;
    color: #737373;
    transition: 0.3s ease; }
    .naughty-row a:hover {
      color: #0b1c39; }
    @media (max-width: 767px) {
      .naughty-row a {
        font-size: 16px;
        line-height: 19px; } }

.naughty-date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  min-height: 34px;
  margin-right: 25px;
  border-radius: 17px;
  background-color: #EAE5D8;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 14px;
  line-height: 14px;
  color: #737373; }
  @media (max-width: 767px) {
    .naughty-date {
      margin: 0 0 15px; } }

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 134px 0 15px; }
  @media (max-width: 767px) {
    .error-page {
      padding: 115px 0 15px;
      height: auto; } }
  .error-page-bg {
    background-color: #FEF9F0; }

.error-list {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .error-list {
      flex-direction: column;
      align-items: center; } }
  .error-list .title {
    margin-bottom: 30px;
    color: #393838; }
    @media (max-width: 767px) {
      .error-list .title {
        width: 100%;
        margin-bottom: 35px;
        text-align: center; } }
  .error-list p {
    font-family: 'HelveticaNeueCyr-Light';
    font-size: 18px;
    line-height: 26px;
    color: #737373; }
    @media (max-width: 767px) {
      .error-list p {
        width: 100%;
        text-align: center; } }

.error-img {
  width: 100%;
  max-width: 474px;
  margin-right: 100px; }
  @media (max-width: 767px) {
    .error-img {
      margin: 0 0 30px; } }
  .error-img img {
    max-width: 100%; }

.error-cnt {
  width: 100%;
  max-width: 370px; }

.login-content {
  background-attachment: fixed;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 134px 0 15px; }
  @media (max-width: 767px) {
    .login-page {
      padding: 115px 0 15px;
      height: auto; } }
  .login-page .title {
    margin-bottom: 67px;
    color: #393838; }
    @media (max-width: 767px) {
      .login-page .title {
        margin-bottom: 35px; } }
  .login-page form {
    width: 100%;
    max-width: 460px; }
    .login-page form .btn {
      margin-bottom: 20px; }

.set-pass {
  display: block;
  width: 100%;
  max-width: 260px;
  font-family: 'HelveticaNeueCyr-Light';
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: underline;
  color: #0b1c39; }
  .set-pass:hover {
    text-decoration: none; }

.pass-page-text {
  display: block;
  max-width: 400px;
  margin-bottom: 15px;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 16px;
  line-height: 26px;
  color: #737373; }
  .pass-page-text span {
    font-family: 'HelveticaNeueCyr-Bold'; }

.pass-page-send {
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 18px;
  line-height: 18px;
  color: #0b1c39;
  border-bottom: 1px solid #0b1c39;
  transition: 0.3s ease; }
  .pass-page-send:hover {
    border-bottom: 1px solid transparent; }

.contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEF9F0; }
  @media (max-width: 767px) {
    .contacts {
      flex-direction: column;
      align-items: center;
      padding-top: 134px; } }
  .contacts .title {
    margin-bottom: 66px;
    color: #393838; }
    @media (max-width: 767px) {
      .contacts .title {
        display: none; } }
    @media (max-width: 767px) {
      .contacts-map {
        max-width: 100%;
        order: 1; } }
    .contacts-map .title {
      padding: 0 15px; }
      @media (min-width: 768px) {
        .contacts-map .title {
          display: none; } }
      @media (max-width: 767px) {
        .contacts-map .title {
          display: block !important;
          margin-bottom: 35px; } }
    .contacts-map iframe {
      width: 100%;
      height: 100vh; }
      @media (max-width: 1100px) {
        .contacts-map iframe {
          height: 962px; } }
      @media (max-width: 767px) {
        .contacts-map iframe {
          height: 500px; } }
  .contacts-cnt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    max-width: 924px; }
    @media (max-width: 767px) {
      .contacts-cnt {
        max-width: 100%;
        order: 2; } }
    .contacts-cnt-layout {
      width: 100%;
      max-width: 680px;
      padding: 130px 15px 60px; }
      @media (max-width: 767px) {
        .contacts-cnt-layout {
          padding: 50px 15px 60px; } }

.link-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 37px;
  width: 100%;
  max-width: 325px;
  padding-right: 15px; }
  .link-block-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%; }
    .link-block-list .callback {
      display: block;
      width: 100%;
      font-family: 'HelveticaNeueCyr-Roman';
      font-size: 18px;
      line-height: 18px;
      text-transform: uppercase;
      text-decoration: underline;
      color: #0b1c39;
      transition: 0.3s ease; }
      .link-block-list .callback:hover {
        text-decoration: none; }
  .link-block p {
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #737373; }
  .link-block span,
  .link-block a {
    font-family: 'HelveticaNeueCyr-Light';
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #737373;
    transition: 0.3s ease; }
  .link-block a:hover {
    color: #0b1c39; }

/*# sourceMappingURL=maps/style.css.map */



.about-list-item {
  width: 100%;
  max-width: 650px;
}

.about-list-item-2 {
  max-width: 675px;
}

.banner-cnt-slogan2 {
    font-size:24px;
	padding-bottom:5px;

}

.subtitle {
  font-size:24px; /*18 был */
}


@media (max-width: 1100 px) {
  .owl-carousel {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  .owl-carousel {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1300px) {
  .contacts-map {
    width: 100%;
    max-width: 996px;
  }
}
@media (min-width: 1400px) {
.contacts-map {
    width: 100%;
    max-width: 696px!important;
}
}
.tri-kroki {
  padding-top: 140px; }
  @media (max-width: 1200px) {
    .tri-kroki {
      padding-top: 120px; } }
.tri-kroki h2{
  padding: 0 15px;
}
.tri-kroki a{

}