:root {
  --col-black: #302f2f;
  --col-white: #fff;
  --col-primary: #1c75bc;
  --col-grey: #2a2c2b;
  --col-light-gray: #efefef;
  --col-d4: #d4d4d4;
  --font-regular: normal;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700; }

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  position: relative;
  font-family: 'OpenSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: var(--col-black);
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.m-row {
  margin: 0 -15px; }

.p-0 {
  padding: 0 !important; }
  @media (max-width: 991px) {
    .p-0 {
      padding: 0 15px !important; } }

.m-0 {
  margin: 0 !important; }

.column {
  padding: 0 15px;
  position: relative; }
  @media (max-width: 991px) {
    .column {
      padding: 0; } }

.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0; }

.align-self-middle {
  -webkit-align-self: center;
  align-self: center; }

.align-self-end {
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-spaced {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666666%;
  -ms-flex: 0 0 16.666666%;
  flex: 0 0 16.666666%;
  max-width: 16.666666%; }

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.999999%;
  -ms-flex: 0 0 24.999999%;
  flex: 0 0 24.999999%;
  max-width: 24.999999%; }

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333332%;
  -ms-flex: 0 0 33.333332%;
  flex: 0 0 33.333332%;
  max-width: 33.333332%; }

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666665%;
  -ms-flex: 0 0 41.666665%;
  flex: 0 0 41.666665%;
  max-width: 41.666665%; }

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.999998%;
  -ms-flex: 0 0 49.999998%;
  flex: 0 0 49.999998%;
  max-width: 49.999998%; }

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333331%;
  -ms-flex: 0 0 58.333331%;
  flex: 0 0 58.333331%;
  max-width: 58.333331%; }

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666664%;
  -ms-flex: 0 0 66.666664%;
  flex: 0 0 66.666664%;
  max-width: 66.666664%; }

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 74.999997%;
  -ms-flex: 0 0 74.999997%;
  flex: 0 0 74.999997%;
  max-width: 74.999997%; }

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666663%;
  -ms-flex: 0 0 91.666663%;
  flex: 0 0 91.666663%;
  max-width: 91.666663%; }

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 99.999996%;
  -ms-flex: 0 0 99.999996%;
  flex: 0 0 99.999996%;
  max-width: 99.999996%; }

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%; } }
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .medium-offset-1 {
    margin-left: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%; }

  .medium-offset-2 {
    margin-left: 16.666666%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%; }

  .medium-offset-3 {
    margin-left: 24.999999%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%; }

  .medium-offset-4 {
    margin-left: 33.333332%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%; }

  .medium-offset-5 {
    margin-left: 41.666665%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%; }

  .medium-offset-6 {
    margin-left: 49.999998%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%; }

  .medium-offset-7 {
    margin-left: 58.333331%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%; }

  .medium-offset-8 {
    margin-left: 66.666664%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%; }

  .medium-offset-9 {
    margin-left: 74.999997%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%; }

  .medium-offset-11 {
    margin-left: 91.666663%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%; }

  .medium-offset-12 {
    margin-left: 99.999996%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .large-offset-1 {
    margin-left: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%; }

  .large-offset-2 {
    margin-left: 16.666666%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%; }

  .large-offset-3 {
    margin-left: 24.999999%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%; }

  .large-offset-4 {
    margin-left: 33.333332%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%; }

  .large-offset-5 {
    margin-left: 41.666665%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%; }

  .large-offset-6 {
    margin-left: 49.999998%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%; }

  .large-offset-7 {
    margin-left: 58.333331%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%; }

  .large-offset-8 {
    margin-left: 66.666664%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%; }

  .large-offset-9 {
    margin-left: 74.999997%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%; }

  .large-offset-11 {
    margin-left: 91.666663%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%; }

  .large-offset-12 {
    margin-left: 99.999996%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .xl-offset-1 {
    margin-left: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%; }

  .xl-offset-2 {
    margin-left: 16.666666%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%; }

  .xl-offset-3 {
    margin-left: 24.999999%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%; }

  .xl-offset-4 {
    margin-left: 33.333332%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%; }

  .xl-offset-5 {
    margin-left: 41.666665%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%; }

  .xl-offset-6 {
    margin-left: 49.999998%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%; }

  .xl-offset-7 {
    margin-left: 58.333331%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%; }

  .xl-offset-8 {
    margin-left: 66.666664%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%; }

  .xl-offset-9 {
    margin-left: 74.999997%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%; }

  .xl-offset-11 {
    margin-left: 91.666663%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%; }

  .xl-offset-12 {
    margin-left: 99.999996%; } }
/* small phones grid*/
@media (max-width: 475px) {
  .col-exs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-exs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666%;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%; }

  .col-exs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.999999%;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%; }

  .col-exs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333332%;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%; }

  .col-exs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666665%;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%; }

  .col-exs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.999998%;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%; }

  .col-exs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333331%;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%; }

  .col-exs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666664%;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%; }

  .col-exs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74.999997%;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%; }

  .col-exs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-exs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666663%;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%; }

  .col-exs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99.999996%;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%; } }
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }

.link_more {
  display: block;
  color: var(--col-primary);
  margin-top: 20px; }

img {
  width: 100%;
  height: 100%;
  display: block; }

.--bold {
  font-weight: bold; }

.--white {
  color: #fff; }

.--black {
  color: #000; }

.overlap {
  position: relative;
  z-index: 2; }

body.active, html.active {
  overflow: hidden; }

body {
  font-family: 'OpenSans', sans-serif;
  font-weight: var(--font-regular); }

.page {
  position: relative;
  overflow-x: hidden; }

.full-height, body, html {
  height: 100%; }

input:focus, button:focus {
  outline: none; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.--text-black {
  color: var(--col-black); }

.app-screen__title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-size: -webkit-calc(30px + (48 - 30) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(30px + (48 - 30) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(30px + (48 - 30) * ((100vw - 300px) / (1900 - 300)));
  font-weight: bold;
  line-height: normal; }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-block {
    display: block !important; } }
@media (max-width: 767px) {
  .d-xs-block {
    display: block !important; }

  .d-xs-none {
    display: none !important; } }
.offset-md-1 {
  margin-right: 8.333333%; }

.--height {
  height: 55px; }
  @media (max-width: 991px) {
    .--height {
      height: auto; } }

.app__content.--image img {
  margin: 15px auto;
  width: auto;
  height: auto; }
.app__subtitle {
  position: absolute;
  top: 35px;
  left: 0;
  display: block;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: var(--col-white);
  padding: 10px 15px; }
  .app__subtitle.--blue {
    background: var(--col-primary); }
  .app__subtitle.--green {
    background: #24bc1c; }
  .app__subtitle.--violet {
    background: #891cbc; }
  .app__subtitle.--red {
    background: #bc1c1c; }
  .app__subtitle.--small {
    top: 20px;
    font-size: 14px; }
.app__icon-block {
  position: relative; }
  .app__icon-block img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
    .app__icon-block img.--event-icon {
      height: 160px; }
    .app__icon-block img.--thesis-icon {
      max-height: 370px; }
    .app__icon-block img.--services-icon {
      height: 370px; }
    .app__icon-block img.--nearest-icon {
      padding-right: 15px;
      height: 100px; }
    .app__icon-block img.--news-large-icon {
      height: 370px; }
      @media (max-width: 991px) {
        .app__icon-block img.--news-large-icon {
          height: 220px; } }
.app__row {
  margin-bottom: 82px; }
.app__block {
  padding: 0 0 15px 0;
  position: relative; }
  @media (max-width: 991px) {
    .app__block {
      margin: 0; } }
.app__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.999998%;
  -ms-flex: 0 0 49.999998%;
  flex: 0 0 49.999998%;
  max-width: 49.999998%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
  @media (max-width: 991px) {
    .app__column {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 99.999996%;
      -ms-flex: 0 0 99.999996%;
      flex: 0 0 99.999996%;
      max-width: 99.999996%; } }
  .app__column.--hote {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42.999998%;
    -ms-flex: 0 0 42.999998%;
    flex: 0 0 42.999998%;
    max-width: 42.999998%;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .app__column.--hote {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 99.999996%;
        -ms-flex: 0 0 99.999996%;
        flex: 0 0 99.999996%;
        max-width: 99.999996%; } }
.app__title {
  font-weight: var(--font-bold);
  		/*font-size: 18px;
  		
  
  		font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
  		font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
  		font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
  		@include fontSize18;
  		line-height: 26px;;*/
  font-size: 16px;
  margin-bottom: 18px;
  position: relative; }
  .app__title.--services {
    height: 85px; }
  .app__title.--large {
    font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    margin-bottom: 27px;
    height: 70px; }
  .app__title.--small {
    font-size: 15px;
    font-size: -webkit-calc(12px + (14 - 12) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(12px + (14 - 12) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1900 - 300)));
    line-height: normal;
    margin-bottom: 10px; }
  .app__title.--line {
    position: relative;
    width: 100%; }
    .app__title.--line:before {
      content: '';
      position: absolute;
      bottom: 15px;
      height: 1px;
      width: 100%;
      background: rgba(0, 0, 0, 0.1); }
.app__description {
  margin: 25px 0;
  font-size: 14px;
  color: #292929;
  line-height: 20px;
  font-weight: var(--font-regular); }
  .app__description.--small {
    margin: 10px 0;
    line-height: normal;
    font-size: 13px; }
  .app__description.--padding60 {
    padding: 60px 0;
    line-height: 24px; }
  .app__description iframe {
    width: 100%; }
.app__other {
  font-size: 11px;
  color: #908e8e;
  text-transform: uppercase; }
  .app__other-time {
    padding-left: 10px; }
  .app__other-postedby {
    border-right: 1px solid #908e8e; }
    .app__other-postedby a {
      padding-right: 10px;
      padding-left: 5px;
      text-decoration: underline; }
.app__link-more {
  color: var(--col-primary);
  display: block; }
.app-carousel__cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  counter-increment: gallery-cell; }
.app-carousel-news {
  padding: 42px 0;
  border-top: 1px solid #ececec; }
.app-banner .container {
  position: relative; }
.app-banner__icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  z-index: -1; }
  .app-banner__icon img {
    object-fit: cover;
    opacity: .53; }
.app-banner__content {
  padding: 140px 0;
  color: var(--col-white); }
.app-banner__title {
  font-size: 36px;
  font-size: -webkit-calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1900 - 300)));
  font-weight: 600;
  margin-bottom: 30px; }
.app-banner__description {
  line-height: 26px;
  font-size: 18px;
  font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300))); }

.other-content__subcaption {
  font-size: 14px;
  margin: 50px 0 0 0; }
.other-content__caption {
  margin: 50px 0; }

.app-list {
  padding-left: 17px;
  list-style-type: disc; }
  .app-list.--modifier li {
    padding-left: 5px;
    margin-bottom: 5px; }
  .app-list li {
    display: list-item;
    padding-left: 10px;
    margin-bottom: 10px; }
    .app-list li:nth-last-of-type(1) {
      margin-bottom: 0; }
  .app-list__item {
    display: list-item;
    padding-left: 10px;
    margin-bottom: 10px; }
    .app-list__item:nth-last-of-type(1) {
      margin-bottom: 0; }

.image {
  display: block;
  max-width: 100%; }

.body-padding {
  height: 138px; }
  @media (max-width: 991px) {
    .body-padding {
      height: 60px; } }

.--position-relat {
  position: relative; }

.section {
  position: relative;
  padding: 60px 0 80px; }
  .section.--padding {
    padding: 60px 0 50px; }
  .section.--background {
    background: center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .section.--grey-background {
    background-color: var(--col-light-gray); }
  .section.--ice-bg {
    background: url(../img/ice-bg.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }

.hidden {
  visibility: hidden;
  display: none; }

.m-auto {
  display: block;
  margin: auto; }

.screen-tabs__list-item {
  display: inline-block; }
.screen-tabs__list-link {
  display: block;
  margin: 0 10px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
  font-weight: normal;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .screen-tabs__list-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--col-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  @media (max-width: 575px) {
    .screen-tabs__list-link {
      padding: 10px 5px;
      margin: 0; } }
  .screen-tabs__list-link.active {
    color: var(--col-primary); }
    .screen-tabs__list-link.active:after {
      content: '';
      width: 100%;
      margin: 0 auto;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

.tabs-wrap {
  padding: 50px 0 0 0; }
  @media (max-width: 575px) {
    .tabs-wrap {
      background-color: var(--col-light-grey); } }
  .tabs-wrap .tab-content {
    display: none;
    animation: fadeEffect .5s;
    -webkit-animation: fadeEffect .5s; }
    .tabs-wrap .tab-content.active {
      display: block; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.js-panel-head {
  cursor: pointer; }

.js-panel-content {
  display: none; }

.pagination {
  width: 100%;
  margin: 30px 0; }
  .pagination .nav-links {
    padding: 30px 0; }
  .pagination__item, .pagination .page-numbers {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-weight: normal;
    text-transform: uppercase;
    color: #302f2f;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .pagination__item.current, .pagination__item:hover, .pagination .page-numbers.current, .pagination .page-numbers:hover {
      background: var(--col-primary);
      color: var(--col-white); }
    .pagination__item, .page-numbers + .pagination__item, .pagination__item .page-numbers, .pagination .page-numbers, .page-numbers + .pagination .page-numbers, .pagination .page-numbers .page-numbers {
      margin-left: 5px; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  outline: none;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease; }
  .flickity-prev-next-button.previous {
    left: 10px; }
    .flickity-prev-next-button.previous:after {
      content: "";
      display: none; }
  .flickity-prev-next-button.next {
    right: 10px; }
    .flickity-prev-next-button.next:after {
      content: "";
      display: none; }
  .flickity-prev-next-button svg {
    display: block;
    fill: #6c6d6d;
    width: 65%;
    height: 65%;
    margin: 0 auto; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff; }
  .header__row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .header__mobile {
      width: 100%; } }
  .header__column:nth-child {
    border-bottom: 1px solid red; }
  .header .custom-logo {
    display: block;
    width: 95px;
    margin: 0 40px; }
    .header .custom-logo-link {
      display: block; }
      @media (max-width: 991px) {
        .header .custom-logo-link {
          display: none; } }
  .header-list-block {
    width: calc(100% - 176px);
    border-left: 1px solid rgba(0, 0, 0, 0.2); }
    @media (max-width: 991px) {
      .header-list-block {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 57px;
        padding: 15px 0;
        background-color: #fff;
        width: 100%; } }
  .header-list__top {
    margin-bottom: 20px; }
    .header-list__top .header__link {
      font-weight: normal;
      text-transform: none;
      font-family: 'OpenSans', sans-serif;
      font-weight: var(--font-semibold); }
    .header-list__top--bar {
      padding: 15px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .header-list__main {
      display: block; } }
  .header-list__language li {
    display: inline-block; }
    .header-list__language li a {
      color: var(--col-black);
      font-size: 16px;
      font-size: -webkit-calc(12px + (16 - 12) * ((100vw - 300px) / (1900 - 300)));
      font-size: -moz-calc(12px + (16 - 12) * ((100vw - 300px) / (1900 - 300)));
      font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1900 - 300)));
      font-weight: var(--font-semibold); }
    .header-list__language li.current-lang a {
      color: var(--col-primary); }
  .header__item {
    display: inline-block;
    padding: 20px 0; }
    @media (max-width: 991px) {
      .header__item {
        display: block;
        text-align: center;
        margin-bottom: 0;
        padding: 5px; } }
    .header__item.current-menu-item a {
      color: var(--col-primary); }
    .header__item + .header__item {
      margin-left: 20px; }
      @media (max-width: 991px) {
        .header__item + .header__item {
          margin: 0; } }
  .header__link, .header__title {
    font-family: 'OpenSans', sans-serif;
    position: relative;
    display: inline-block;
    color: var(--col-black);
    font-size: 16px;
    font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-weight: var(--font-semibold);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (max-width: 991px) {
      .header__link, .header__title {
        font-size: 13px; } }
    .header__link:hover, .header__title:hover {
      color: var(--col-primary); }

.search__block {
  padding: 20px 10px 20px 40px; }

.subscribe-block-field {
  position: relative; }
  .subscribe-block-field .form-input {
    color: rgba(48, 47, 47, 0.45);
    border: 1px solid transparent;
    padding: 0 40px 0 60px;
    background: transparent;
    font-size: 14px;
    width: 100%;
    border-radius: 0; }
.subscribe-block-submit {
  display: block;
  background: #fff;
  font-size: 15px;
  color: #333333;
  top: 0;
  right: 0;
  z-index: 5;
  position: absolute;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s; }
  .subscribe-block-submit :hover {
    background: #000;
    color: #fff; }

.subscribe-block-field .form-input::-webkit-input-placeholder {
  color: rgba(48, 47, 47, 0.45);
  opacity: 1;
  transition: opacity 0.5s; }

.subscribe-block-field .form-input::-moz-placeholder {
  color: rgba(48, 47, 47, 0.45);
  opacity: 1;
  transition: opacity 0.5s; }

.subscribe-block-field .form-input:-moz-placeholder {
  color: rgba(48, 47, 47, 0.45);
  opacity: 1;
  transition: opacity 0.5s; }

.subscribe-block-field .form-input:-ms-input-placeholder {
  color: rgba(48, 47, 47, 0.45);
  opacity: 1;
  transition: opacity 0.5s; }

.subscribe-block-field .form-input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s; }

.subscribe-block-field .form-input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s; }

.subscribe-block-field .form-input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s; }

.subscribe-block-field .form-input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s; }

.hamburger {
  display: none; }

@media (max-width: 991px) {
  .hamburger {
    display: block;
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 15px 0 15px 5px;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent; }
    .hamburger, .hamburger .hamburger__box {
      cursor: pointer;
      display: inline-block; }
    .hamburger__box {
      position: relative;
      width: 25px;
      height: 24px;
      top: 0; }
    .hamburger__inner {
      display: block;
      margin-top: -2px; }
      .hamburger__inner, .hamburger__inner:before, .hamburger__inner:after {
        position: absolute;
        width: 25px;
        height: 1px;
        border-radius: 10px;
        top: auto;
        bottom: 0;
        -webkit-transition-delay: .13s;
        transition-delay: .13s;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transition-duration: .13s;
        transition-duration: .13s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        background-color: var(--col-primary); }
      .hamburger__inner:before, .hamburger__inner:after {
        content: '';
        display: block; }
      .hamburger__inner:before {
        top: -10px;
        -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .hamburger__inner:after {
        bottom: -10px;
        top: -20px;
        -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
        transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

  .is-active .hamburger__inner {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
  .is-active .hamburger__inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .is-active .hamburger__inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0; } }
.footer {
  position: relative;
  padding: 82px 0 0 0;
  background-color: var(--col-grey); }
  .footer__column {
    margin-bottom: 25px; }
    @media (max-width: 575px) {
      .footer__column {
        padding: 0 15px;
        text-align: center;
        margin: 0 0 15px 0; }
        .footer__column:nth-last-of-type {
          margin-bottom: 0; } }
  .footer__title {
    display: block;
    font-size: 14px;
    font-weight: var(--font-semibold);
    text-transform: uppercase;
    line-height: 20px;
    color: #fff;
    padding: 12px 0 35px 0; }
  .footer__links li {
    margin-bottom: 15px; }
  .footer__links a {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: var(--col-white);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .footer__links a:hover {
      color: var(--col-primary); }
    .footer__links a.--marker {
      position: relative;
      text-indent: 8px;
      display: block;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .footer__links a.--marker:before {
        content: '';
        position: absolute;
        height: 1px;
        background: var(--col-white);
        width: 4px;
        top: 7px;
        left: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media (max-width: 991px) {
          .footer__links a.--marker:before {
            display: none; } }
      .footer__links a.--marker:hover {
        color: var(--col-primary); }
        .footer__links a.--marker:hover:before {
          background: var(--col-primary); }
  .footer__logo {
    width: 125px;
    height: auto; }
    @media (max-width: 767px) {
      .footer__logo {
        margin: auto auto 30px; } }
  .footer .offset-md-1 {
    margin-left: 8.333333%;
    margin-right: 0; }
    @media (max-width: 575px) {
      .footer .offset-md-1 {
        margin: 0; } }

.social-list {
  padding: 25px 0 35px 0; }
  @media (max-width: 767px) {
    .social-list {
      text-align: center; } }
  .social-list__item {
    display: inline-block; }
    .social-list__item + .social-list__item {
      margin-left: 5px; }
  .social-list__link {
    display: block;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .social-list__link:hover {
      background-color: var(--col-black); }

.footer-form {
  position: relative;
  max-width: 300px;
  margin: 0 auto; }
  .footer-form__title {
    padding-bottom: 19px;
    text-transform: none; }
  .footer-form__input {
    background: transparent;
    border: 1px solid #fff;
    color: rgba(255, 255, 255, 0.26);
    font-size: 12px;
    padding: 15px 10px;
    width: 100%; }
  .footer-form__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    border: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: var(--font-semibold); }

.copyright {
  padding: 30px 0 15px 0;
  background-color: var(--col-grey); }
  @media (max-width: 575px) {
    .copyright .column {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; } }
  .copyright__content .link {
    font-weight: var(--font-semibold);
    color: rgba(255, 255, 255, 0.28);
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .copyright__content .link:hover {
      color: var(--col-primary); }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form {
  margin-bottom: 28px; }
  .form__column {
    padding-right: 50px; }
    .form__column + .form__column {
      padding-left: 50px; }
      @media (max-width: 991px) {
        .form__column + .form__column {
          padding: 0; } }
    @media (max-width: 991px) {
      .form__column {
        padding: 0; } }
  .form__block.--contacts-form {
    background-color: var(--col-white);
    padding: 35px 20px;
    position: relative; }
    .form__block.--contacts-form .btn-primary {
      margin: 0; }
    .form__block.--contacts-form .app__title {
      margin-bottom: 40px; }
  .form__block .--modal-input {
    border: 1px solid rgba(0, 0, 0, 0.51);
    padding: 15px; }
  .form__title {
    font-size: 18px;
    font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-weight: 600; }
  .form__subtitle {
    font-size: 14px;
    padding: 20px 0; }
  .form-control {
    margin-bottom: 15px; }
  .form__label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: var(--col-white);
    margin-bottom: 35px;
    margin-left: 15px; }
    .form__label-required {
      color: var(--col-primary); }
  .form__area {
    width: 100%;
    padding: 6px 15px;
    border-radius: 0;
    background-color: transparent;
    border: solid 1px rgba(0, 0, 0, 0.26);
    border-width: 0 0 1px 0;
    outline: none;
    resize: none;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: var(--col-grey);
    font-family: 'Montserrat', sans-serif; }
  .form__input, .form__select {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 12px 13px;
    border-radius: 0;
    background-color: transparent;
    border: solid 1px rgba(0, 0, 0, 0.26);
    border-width: 0 0 1px 0;
    outline: none;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #a09e9e; }
  .form input:disabled {
    cursor: not-allowed; }

span.error-valid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  font-size: 12px;
  line-height: 14px;
  color: #E53539; }

::-webkit-input-placeholder {
  color: rgba(48, 47, 47, 0.42);
  opacity: 1;
  transition: opacity 0.5s; }

::-moz-placeholder {
  color: rgba(48, 47, 47, 0.42);
  opacity: 1;
  transition: opacity 0.5s; }

:-ms-input-placeholder {
  color: rgba(48, 47, 47, 0.42);
  opacity: 1;
  transition: opacity 0.5s; }

.footer-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.26);
  opacity: 1;
  transition: opacity 0.5s; }

.footer-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.26);
  opacity: 1;
  transition: opacity 0.5s; }

.footer-form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.26);
  opacity: 1;
  transition: opacity 0.5s; }

:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s; }

:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s; }

:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s; }

:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s; }

div.wpcf7 .ajax-loader {
  display: none !important; }

.flickity-enabled {
  position: relative;
  z-index: 1; }
  .flickity-enabled:focus {
    outline: none; }
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button:focus {
  outline: none; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-page-dots {
  position: absolute;
  max-width: 1110px;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 19px;
  z-index: 10;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease; }
  .flickity-page-dots .dot {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background-color: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .flickity-page-dots .dot:hover {
      background-color: var(--col-primary); }
  .flickity-page-dots .dot + .dot {
    margin-left: 30px; }
  .flickity-page-dots .dot.is-selected {
    background-color: var(--col-primary); }

.home_banner {
  padding: 17px 0 30px 0; }
  .home_banner .app-carousel__cell {
    height: 370px; }
    @media (max-width: 991px) {
      .home_banner .app-carousel__cell {
        height: 220px; } }
    .home_banner .app-carousel__cell img {
      object-fit: cover;
      opacity: 1;
      -webkit-transition: opacity 0.4s;
      transition: opacity 0.4s; }
      .home_banner .app-carousel__cell img.flickity-lazyloaded {
        opacity: 1; }
.home_news {
  padding: 40px 0 0 0; }
  @media (max-width: 991px) {
    .home_news {
      padding: 0; } }
.home_main-news .app-carousel {
  padding: 42px 0;
  border: 2px solid #ececec;
  border-width: 2px 0 2px 0; }
  .home_main-news .app-carousel__content {
    position: relative; }
  .home_main-news .app-carousel__title {
    position: absolute;
    bottom: 85px;
    left: 40px;
    font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
    line-height: 36px;
    z-index: 1;
    color: var(--col-white); }
  .home_main-news .app-carousel__cell {
    height: 500px;
    background: black; }
    .home_main-news .app-carousel__cell img {
      opacity: 0.5; }
.home__vacancy-block .app-carousel__content {
  position: relative; }
.home__vacancy-block .app-carousel__title {
  position: absolute;
  bottom: 105px;
  left: 40px;
  font-size: 14px;
  line-height: 20px;
  z-index: 1;
  color: var(--col-white); }
.home__vacancy-block .app-carousel__cell {
  height: 255px;
  background: black; }
  .home__vacancy-block .app-carousel__cell img {
    opacity: 0.5; }
.home__vacancy-block .app__subtitle {
  top: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }
.home__vacancy-block .flickity-prev-next-button {
  width: 15px;
  height: 15px;
  padding: 4px; }
  .home__vacancy-block .flickity-prev-next-button svg {
    width: 100%;
    height: 100%; }
.home__vacancy-block .flickity-page-dots {
  bottom: 11px; }

.about-info__description {
  padding: 50px 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 89px;
  line-height: 24px; }
  @media (max-width: 991px) {
    .about-info__description {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

.about_start {
  background: var(--col-primary);
  padding: 110px 0 60px 0; }
  .about_start .app__title {
    font-size: 24px; }
  .about_start .app__description {
    color: var(--col-white); }

.partners {
  padding: 54px 0; }
  .partners__title {
    font-size: 24px; }
  .partners__icon img {
    height: 120%;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 0; }
  .partners__item {
    height: 90px; }
    .partners__item img {
      height: 90%;
      width: 90%;
      object-fit: cover; }

.single-page .app-carousel__content {
  position: relative; }
.single-page .app-carousel__cell {
  height: 370px; }
  .single-page .app-carousel__cell .--background {
    background: black; }
    .single-page .app-carousel__cell .--background img {
      opacity: 0.5; }
.single-page .app__description.--thesis {
  font-weight: 600;
  font-style: italic;
  color: #525151;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 20px; }
.single-page .app__other {
  margin: 10px 0; }

.section-services {
  padding: 35px 0 70px 0; }
  @media (max-width: 991px) {
    .section-services .app__content {
      padding: 0; } }
  .section-services .other-content__caption {
    font-size: 18px;
    font-size: -webkit-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1900 - 300)));
    line-height: 36px;
    font-weight: 600; }

#map {
  height: 100%;
  width: 100%;
  height: 370px;
  margin: 15px 0 18px 0; }

#map_about {
  height: 100%;
  width: 100%;
  min-height: 480px;
  position: absolute;
  top: 0;
  left: 0; }

.contacts-col {
  max-width: 350px;
  z-index: 1;
  padding: 25px; }
  .contacts-col--background {
    background: url(../img/contacts-bg.png) no-repeat center;
    background-size: cover;
    position: relative; }
    .contacts-col--background:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.85); }
.contacts-block__item {
  margin-bottom: 20px;
  line-height: 24px; }
.contacts-block--subtitle {
  font-size: 12px;
  color: #b8b6b6;
  margin-bottom: 15px; }
.contacts .app-banner__content {
  padding: 70px 0; }

.about_location {
  position: relative; }

.widget__block {
  padding: 20px 0 40px 0;
  position: relative; }
  @media (max-width: 991px) {
    .widget__block {
      padding: 0;
      margin-bottom: 0; } }
  .widget__block.--white-bg {
    background: #fff;
    padding: 40px;
    margin: 60px 0; }
    .widget__block.--white-bg:before {
      content: '';
      display: none; }
.widget__title {
  margin-bottom: 70px;
  height: 50px; }
  @media (max-width: 991px) {
    .widget__title {
      margin-bottom: 20px; } }
.widget__list {
  margin-bottom: 35px; }
  @media (max-width: 991px) {
    .widget__list {
      margin-bottom: 20px; } }
.widget__item {
  color: var(--col-primary);
  font-weight: 600;
  padding-right: 5px; }

.vacancy {
  padding: 40px 0; }
  .vacancy .app__content {
    padding-bottom: 35px; }
  .vacancy .app__title {
    margin-bottom: 40px;
    font-weight: 600; }
  .vacancy .column {
    padding: 0; }

.page-career .other-content__caption {
  font-size: 24px;
  font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300))); }
.page-career .other-content__subcaption {
  font-family: 'OpenSans', sans-serif;
  font-weight: var(--font-regular);
  margin-bottom: 25px; }

.error {
  background: #038fe6; }
  .error__title {
    margin: 60px 0;
    font-weight: var(--font-bold);
    text-transform: uppercase;
    font-size: 18px; }

.btn {
  position: relative;
  display: block;
  outline: none;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: 0;
  background-color: transparent;
  backface-visibility: hidden; }

.btn-form {
  height: 36px;
  width: 36px;
  position: absolute;
  right: 40px;
  bottom: 55px;
  background: var(--col-primary) url(../img/sent-mail.png) no-repeat center center;
  background-size: 55%;
  padding: 0;
  border-radius: 50%;
  text-indent: 9999999px; }

.btn-primary {
  width: 170px;
  padding: 13px;
  border-radius: 0;
  background-color: var(--col-primary);
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-primary.--center {
    margin: 0 auto;
    display: block; }
  .btn-primary.--black {
    background-color: var(--col-black); }
  .btn-primary.--white {
    background-color: var(--col-white);
    color: var(--col-primary); }
  .btn-primary.--transparent {
    background-color: transparent;
    border: 1px solid white; }
  .btn-primary.--large {
    width: auto;
    max-width: 300px;
    font-size: 24px;
    margin-top: 70px; }
  .btn-primary.download-file {
    padding-left: 17px;
    padding-right: 40px;
    position: relative;
    display: block;
    margin: 0 0 0 15px;
    text-transform: none;
    text-align: left; }
    .btn-primary.download-file:after {
      content: '';
      background: url(../img/download.svg) no-repeat center;
      background-size: contain;
      position: absolute;
      right: 17px;
      top: 7px;
      width: 18px;
      height: 24px; }
  .btn-primary:hover {
    box-shadow: 0 0 13px rgba(78, 78, 78, 0.2); }
  .btn-primary:focus, .btn-primary:active {
    outline: none; }

.btn-link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: var(--col-primary); }
  .btn-link.--grey {
    color: #a0a0a0; }
    .btn-link.--grey:after {
      color: #a0a0a0; }
  .btn-link:after {
    content: "\e915";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 14px;
    color: var(--col-primary);
    transition: all 0.25s ease; }
  .btn-link:hover:after {
    transform: translateX(5px); }
  .btn-link.--left {
    padding-left: 20px;
    padding-right: 0; }
    .btn-link.--left:after {
      left: 0;
      right: initial;
      transform: scale(-1); }
    .btn-link.--left:hover:after {
      transform: translateX(-5px) scale(-1); }
  .btn-link.--plus:after {
    content: "\e91e";
    font-size: 26px;
    top: -4px;
    left: -4px; }
  .btn-link.--plus:hover:after {
    transform: rotate(90deg); }

.btn-right {
  margin-right: 0;
  margin-left: auto; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  outline: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-overflow-scrolling: touch; }
  .modal__body {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: hidden; }
  .modal__content {
    position: relative;
    margin: auto;
    width: 100%; }
    @media (max-width: 991px) {
      .modal__content {
        margin: auto 15px; } }
  .modal__title {
    display: block;
    text-align: center;
    color: var(--col-black);
    font-size: 16px;
    font-weight: var(--font-semibold);
    margin-bottom: 25px; }
  .modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px;
    display: block;
    cursor: pointer;
    color: #a0a0a0;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .modal__close:hover {
      transform: rotate(90deg); }
  .modal__btn {
    height: 50px;
    line-height: 50px;
    background-color: var(--col-secondary); }
    .modal__btn span {
      line-height: 50px; }
    .modal__btn:hover span {
      transform: translateY(-50px); }

.order-modal {
  position: relative;
  overflow: hidden;
  max-width: 580px; }

.reviews-modal {
  position: relative;
  overflow: hidden;
  padding: 30px 185px 60px 185px;
  max-width: 820px; }
  @media (max-width: 991px) {
    .reviews-modal {
      padding: 40px 45px 75px 45px; } }
  @media (max-width: 575px) {
    .reviews-modal {
      padding: 45px 30px 45px 30px; } }
  .reviews-modal__img {
    position: absolute;
    bottom: 0;
    right: -170px;
    max-width: 380px; }
    @media (max-width: 767px) {
      .reviews-modal__img {
        display: none; } }

/*# sourceMappingURL=build.css.map */
