input,
textarea,
button,
select {
  font-family: 'Futura PT', sans-serif;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  opacity: 1;
  font-family: 'Futura PT', sans-serif;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type='submit'] {
  appearance: none;
}

input[type='search'] {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

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

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Light.eot");
  src: local("Futura PT Light"), local("FuturaPT-Light"), url("../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Light.woff") format("woff"), url("../fonts/FuturaPT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Demi.eot");
  src: local("Futura PT Demi"), local("FuturaPT-Demi"), url("../fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

.container {
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.title-section {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.375rem;
  text-align: center;
}

.title-section__sub {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #535353;
  text-align: center;
}

.title-section__sub span {
  font-weight: 600;
  color: #0065B3;
}

.list-page li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.5rem;
  background: #FFFFFF;
  box-shadow: 0px 8px 8px rgba(0, 101, 179, 0.08);
  border-radius: 4px;
}

.list-page li span {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.list-page li span::before {
  content: '';
  display: block;
  margin-right: 1.25rem;
  min-width: 1.625rem;
  height: 1.5rem;
  background: url(../img/icon/list-marker.png) no-repeat;
}

.list-page li:last-child {
  margin-bottom: 0;
}

.burger {
  position: absolute;
  right: 0;
  z-index: 1;
  display: none;
  cursor: pointer;
  width: 35px;
  height: 30px;
}

.burger-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 0.625rem;
}

.burger-icon::after {
  content: '';
  position: absolute;
  bottom: -12px;
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  transition: all ease .2s;
  border-radius: 0.625rem;
}

.burger-icon::before {
  content: '';
  position: absolute;
  bottom: -24px;
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  transition: all ease .2s;
  border-radius: 0.625rem;
}

.burger-icon.active {
  background: transparent;
}

.burger-icon.active::after {
  transform: rotate(45deg);
  transition: all ease .2s;
}

.burger-icon.active::before {
  transform: rotate(-45deg);
  bottom: -12px;
  transition: all ease .2s;
}

.mob-menu {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0065B3;
  padding-top: 6.25rem;
}

.mob-menu__wrap {
  overflow-y: auto;
  height: 60vh;
}

.breadcrumbs {
  margin-top: 2.5rem;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  margin-right: 0.3125rem;
}

.breadcrumbs li::after {
  display: block;
  margin-left: 0.3125rem;
  content: '/';
  color: #535353;
}

.breadcrumbs li a {
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-decoration-line: underline;
  color: #0065B3;
}

.breadcrumbs li:last-child {
  pointer-events: none;
  margin-right: 0;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs li:last-child a {
  color: #535353;
  text-decoration: none;
}

@media (max-width: 75rem) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .burger {
    display: block;
  }
  .title-section {
    font-size: 2rem;
    line-height: 2.375rem;
  }
  .title-section__sub {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .title-section {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

.header {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
}

.header.header-scroll .header-top {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: all ease .2s;
}

.header-top {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all ease .2s;
  background: #0065B3;
}

.header-top__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top__links {
  display: flex;
}

.header-bottom {
  width: 100%;
  padding-top: 0.75rem;
  background: #0065B3;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.header-bottom__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-contact {
  display: flex;
}

.header-contact a {
  margin-right: 3rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.header-contact a svg {
  margin-right: 0.5rem;
}

.header-contact a:last-child {
  margin-right: 0;
}

.header-social {
  display: flex;
  margin-left: 5rem;
}

.header-social a {
  display: flex;
  margin-right: 0.5rem;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social a svg path {
  transition: all ease .2s;
}

.header-social a:hover svg path {
  fill: #fff;
  transition: all ease .2s;
}

.header-langues {
  display: flex;
  margin-left: 5rem;
}

.header-langues a {
  display: block;
  margin-right: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #00A0E6;
  transition: all ease .2s;
}

.header-langues a.active {
  text-decoration-line: underline;
  color: #FFFFFF;
}

.header-langues a:last-child {
  margin-right: 0;
}

.header-langues a:hover {
  color: #fff;
  transition: all ease .2s;
}

.header-menu {
  display: flex;
  align-items: center;
}

.header-menu li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 2.5rem;
  padding-bottom: 0.75rem;
}

.header-menu li:last-child {
  margin-right: 0;
}

.header-menu a {
  display: block;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #FFFFFF;
}

.header-menu__arrow {
  margin-left: 0.5rem;
}

.header-menu__arrow svg {
  transition: all ease .2s;
}

.header .dropmenu {
  display: none;
  position: absolute;
  top: 2.0625rem;
  left: 0;
  background: #00A0E6;
  padding: 1rem;
}

.header .dropmenu li {
  margin-right: 0;
  width: max-content;
  margin-bottom: 0.625rem;
}

.header .dropmenu li a {
  font-size: 0.875rem;
  line-height: 2rem;
  color: #FFFFFF;
}

.header .dropmenu li:last-child {
  margin-bottom: 0;
}

.header-search {
  padding-bottom: 0.75rem;
  max-width: 17.3125rem;
  width: 100%;
  display: flex;
  align-items: center;
}

.header-search input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
}

.header-search input::placeholder {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #00A0E6;
}

.header-search__btn {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/search-icon.png) no-repeat;
  border: none;
}

.header .js-open-search {
  display: none;
}

.header.header-open .mob-menu {
  display: block;
}

@media (min-width: 64rem) {
  .header-menu li:hover .dropmenu {
    display: block;
  }
  .header-menu li:hover .header-menu__arrow svg {
    transform: scale(-1);
    transition: all ease .2s;
  }
}

@media (max-width: 46rem) {
  .header-menu {
    display: block;
  }
  .header-menu li {
    display: block;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
    position: relative;
    margin-right: 0;
  }
  .header-menu li:last-child {
    margin-right: auto;
  }
  .header-menu__arrow {
    position: absolute;
    top: 0.9375rem;
    right: 0.625rem;
    transform: translateY(-50%);
  }
  .header-menu__arrow svg {
    width: 1rem;
    height: 0.5rem;
  }
  .header-menu a {
    font-size: 1.625rem;
  }
  .header-social {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    margin-left: 0;
    justify-content: center;
  }
  .header-social svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header .dropmenu {
    padding-top: 1.25rem;
    position: static;
    background-color: transparent;
  }
  .header .dropmenu li a {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .header .dropmenu li {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .header-contact a {
    margin-right: 1.25rem;
  }
  .header-contact a span {
    display: none;
  }
  .header-contact a svg {
    width: 1.75rem;
    height: 1.75rem;
  }
  .header .js-open-search {
    display: block;
  }
  .header-top__links {
    margin-right: 20%;
  }
  .header-bottom {
    display: none;
  }
  .header-langues {
    margin-left: 0;
    position: absolute;
    top: 1.5625rem;
  }
  .header-langues a {
    font-size: 1.25rem;
  }
}

.main {
  padding-top: 4.6875rem;
  position: relative;
  width: 100%;
  height: 33.75rem;
}

.main-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-video video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-video__img {
  width: 100%;
  height: 100%;
}

.main-video__img img {
  width: 100%;
  height: 100%;
}

.main-video::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 43, 140, 0.48);
}

.main-title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.3163rem;
  color: #fff;
}

.main-title__sub {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.25rem;
  color: #fff;
}

.main-data {
  margin-top: 4.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 55.9375rem;
  width: 100%;
  height: 10rem;
  background: #0065B3;
  border-radius: 4px;
  color: #fff;
}

.main-data__num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6875rem;
  text-align: center;
}

.main-data__text {
  margin-top: 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
}

.main .play-video__btn {
  cursor: pointer;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #42D0F7;
}

.main .play-video__btn svg {
  margin-left: 0.25rem;
}

@media (max-width: 46rem) {
  .main-data {
    padding: 1.25rem;
    height: auto;
    flex-wrap: wrap;
  }
  .main-data__col {
    width: 100%;
    text-align: center;
  }
  .main-data__num {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .main-data__text {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .main-title {
    font-size: 3rem;
  }
  .main-title__sub {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .main-video__img img{
    object-fit: cover;
    object-position: left;
  }
}

.support {
  padding-top: 9.375rem;
}

.support-wrap {
  display: flex;
  margin-top: 3rem;
}

.support-img {
  max-width: 43.4375rem;
  width: 100%;
  height: 29.625rem;
}

.support-list {
  width: 100%;
  margin-left: 2rem;
}

.support-list__title {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.5rem;
}

.support-list ul {
  margin-top: 1.5rem;
}

.support-fin {
  padding-top: 7.5rem;
}

.support-fin-wrap {
  margin-top: 3rem;
  display: flex;
}

.support-fin-wrap .support-list__title {
  font-size: 1.4375rem;
  line-height: 2rem;
}

.support-fin-wrap .list-page li {
  margin-bottom: 1.3125rem;
}

@media (max-width: 75rem) {
  .support-wrap {
    flex-wrap: wrap;
  }
  .support-fin-wrap {
    flex-wrap: wrap;
  }
  .support-list {
    margin-top: 2.5rem;
    margin-left: 0;
  }
}

@media (max-width: 46rem) {
  .support-img {
    max-width: 100%;
    height: auto;
  }
  .support-img img {
    width: 100%;
  }
  .support-fin-img {
    max-width: 100%;
    height: auto;
  }
  .support-fin-img img {
    width: 100%;
  }
  .support {
    padding-top: 12.5rem;
  }
  .list-page li span {
    font-size: 1.25rem;
    line-height: 120%;
  }
  .support-fin {
    padding-top: 5rem;
  }
}

.about {
  padding-top: 7.8125rem;
}

.about-wrap {
  display: flex;
}

.about-title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 3.375rem;
  color: #0065B3;
}

.about-title__sub {
  margin-top: 2rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #535353;
}

.about-content {
  max-width: 35.1875rem;
  width: 100%;
}

.about-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 3rem;
  width: 100%;
  height: 10.875rem;
}

.about-text__title {
  font-size: 1.9375rem;
  line-height: 2.5rem;
  text-align: center;
  color: #121313;
  font-weight: 500;
}

.about-text__num {
  text-align: center;
  color: #0065B3;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
}

.about-text::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon/about-text-vector-top.png) no-repeat;
}

.about-text::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/icon/about-text-vector-top.png) no-repeat;
  transform: rotate(-180deg);
}

.about-img {
  margin-left: 2.9375rem;
  width: 36.9375rem;
  height: 25rem;
  border-radius: 4px;
  overflow: hidden;
}

.about-img img {
  width: 100%;
}

@media (max-width: 75rem) {
  .about-img {
    height: auto;
  }
}

@media (max-width: 62rem) {
  .about-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-img {
    margin-top: 2.5rem;
    margin-left: 0;
  }
}

@media (max-width: 46rem) {
  .about {
    padding-top: 5rem;
  }
  .about-title {
    font-size: 3rem;
  }
  .about-title__sub {
    margin-top: 0.625rem;
    font-size: 1.5rem;
    line-height: 120%;
  }
  .about-text__title {
    font-size: 1.3rem;
  }
  .about-text__num {
    font-size: 2.5rem;
  }
}

.dinamic {
  padding-top: 5rem;
}

.dinamic-img {
  width: 100%;
}
.dinamic-img .mob-show{
  display: none;
}
.dinamic-img img {
  width: 100%;
}

@media (max-width: 75rem) {
  .dinamic-img {
    height: auto;
  }
}
@media (max-width: 46rem) {
  .dinamic-img .mob-hide{
    display: none;
  }
  .dinamic-img .mob-show{
    display: block;
  }
}

.example {
  position: relative;
  padding-top: 5rem;
}

.example::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 135.6875rem;
  background: url(../img/main/example-bg.png) no-repeat;
  background-size: cover;
}

.example-block {
  position: relative;
  padding: 2.5rem;
  width: 100%;
  height: 31.1rem;
  background: #FFFFFF;
  box-shadow: 0px 8px 8px rgba(0, 101, 179, 0.08);
  border-radius: 4px;
}

.example-block__title {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 120%;
  text-align: center;
}

.example-block__primer {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.8125rem;
  height: 3.5rem;
  background: #00A0E6;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

.example-block__action {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.example-block__num {
  font-weight: 500;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #0065B3;
}

.example-block__smile {
  width: 4.0625rem;
  margin-left: 1rem;
}

.example-block__smile-after {
  display: none;
}

.example-block__footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-block__arrows {
  width: 11.25rem;
  margin-left: 10rem;
  margin-right: 11.25rem;
}

.example-block__arrows path {
  opacity: 0;
  animation: arrow 2s infinite;
}

.example-block__town {
  width: 13.1875rem;
  height: 15.9375rem;
  margin-top: -1.6875rem;
}

.example-block__mark-img {
  position: absolute;
  left: 47%;
  bottom: 34%;
  transform: translateX(-50%);
  display: none;
}

.example-block__factory-img {
  display: none;
  position: absolute;
  bottom: 5.3125rem;
  right: 0;
}

.example-block__pool.animate-active {
  transform: translateX(143%);
  transition: all linear 2s;
}
.example-block__cursor {
  position: absolute;
  position: absolute;
  position: absolute;
  left: 8.688rem;
  bottom: 4.063rem;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.example-block__cursor svg path{
  fill: #000 !important;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@media(max-width:46rem){
  .example-block__cursor{
    left: 1.375rem;
    bottom: 3.25rem;
  }
  .example-block__cursor svg{
    width: 46px;
    height: 46px;
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.example-block__arrows path.a1 {
  animation-delay: 0.1s;
}

.example-block__arrows path.a2 {
  animation-delay: 0.2s;
}

.example-block__arrows path.a3 {
  animation-delay: 0.3s;
}

.example-block__arrows path.a4 {
  animation-delay: 0.4s;
}

.example-block__arrows path.a5 {
  animation-delay: 0.5s;
}

.example-block__arrows path.a6 {
  animation-delay: 0.6s;
}

.example-block__arrows path.a7 {
  animation-delay: 0.7s;
}

.example-block__arrows path.a7 {
  animation-delay: 0.8s;
}

.example-block__arrows path.a8 {
  animation-delay: 0.9s;
}

@media (max-width: 62rem) {
  .example-block__factory-img {
    max-width: 18.75rem;
    bottom: 0;
  }
  .example-block__arrows {
    margin-left: 0;
    margin-right: 0;
  }
  .example-block__town {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
  }
  .example-block__town img {
    width: 90%;
  }
  .example-block__mark-img {
    width: 7%;
  }
  .example-block__footer {
    position: static;
  }
  .example-block__pool {
    position: absolute;
    bottom: 20%;
    left: 5%;
  }
  .example-block__pool img {
    width: 70%;
  }
  .example-block__pool.animate-active {
    transform: translateX(0);
    left: 32%;
  }
  .example-block__arrows {
    position: absolute;
    bottom: 25%;
  }
  .example-block__primer {
    position: static;
  }
  .example-block__title {
    font-size: 1.5rem;
  }
  .example-block__num {
    font-size: 2rem;
  }
  .example-block__smile svg {
    width: 3.125rem;
    height: 3.125rem;
  }
}

@media (max-width: 46rem) {
  .example-block {
    padding: 1rem;
    height: 17.1rem;
  }
  .example-block__primer {
    width: 6.25rem;
    height: 1.875rem;
    font-size: 1rem;
  }
  .example-block__title {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
  .example-block__num {
    font-size: 1.5rem;
  }
  .example-block__smile svg {
    width: 1.875rem;
    height: 1.875rem;
  }
  .example-block__pool {
    position: absolute;
    bottom: 26%;
    left: 5%;
  }
  .example-block__mark-img {
    bottom: 26%;
  }
  .example-block__pool img {
    width: 30%;
  }
  .example-block__town {
    display: flex;
    justify-content: flex-end;
  }
  .example-block__town {
    position: absolute;
    bottom: 21%;
    right: 5%;
    height: auto;
  }
  .example-block__town img {
    width: 39%;
  }
  .example-block__arrows {
    width: 100px;
  }
  .example-block__arrows svg {
    width: 100px;
  }
  .example-block__factory-img {
    max-width: 10.8rem;
    bottom: 3.375rem;
  }
}

.productions {
  padding-top: 7.5rem;
}

.productions-block {
  margin-top: 3rem;
}

.productions-slider {
  width: 100%;
  height: 25rem;
}

.productions-slider__item {
  padding-top: 5.125rem;
  position: relative;
  width: 100%;
  height: 25rem;
}

.productions-slider__item-title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.875rem;
  text-align: center;
  color: #FFFFFF;
}

.productions-slider__item-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}

.productions-slider__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 43, 140, 0.48);
}

.productions-slider__arrows {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  height: 3rem;
  border: 0.125rem solid #0065B3;
  border-radius: 0.25rem;
}

.productions-slider__arrows-prev {
  margin-right: 1.25rem;
}

.productions-slider__arrows-next {
  margin-left: 1.25rem;
}

.productions-footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.productions-footer .slick-disabled {
  pointer-events: none;
  opacity: .6;
}

.productions-content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
  transform: translateY(-7rem);
  max-width: 895px;
  width: 100%;
  height: 10rem;
  background: rgba(0, 101, 179, 0.6);
  border-radius: 0.25rem;
}

.productions-content__row {
  display: flex;
  justify-content: space-between;
}

.productions-content__col {
  display: flex;
}

.productions-content__item {
  display: none;
  width: 100%;
}

.productions-content__item.active {
  display: block;
}

.productions-content__item-num {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.6875rem;
  color: #FFFFFF;
}

.productions-content__item-text {
  font-size: 1.25rem;
  height: 2rem;
  color: #FFFFFF;
}

@media (max-width: 62rem) {
  .productions-content__item-num {
    font-size: 1.5rem;
  }
  .productions-content__item-text {
    font-size: 0.875rem;
  }
}

@media (max-width: 46rem) {
  .productions {
    padding-top: 5rem;
  }
  .productions-slider__item {
    padding-top: 1.25rem;
    height: 18.75rem;
  }
  .productions-slider__item-title {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .productions-slider__item-img {
    height: 18.75rem;
  }
  .productions-slider__item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .productions-footer {
    position: relative;
  }
  .productions-content {
    width: 15.625rem;
    position: absolute;
    left: 50%;
    top: -15.3125rem;
    height: auto;
    padding-bottom: 1.25rem;
    transform: translateY(0);
    transform: translateX(-50%);
  }
  .productions-content__row {
    flex-wrap: wrap;
  }
  .productions-content__icon svg {
    width: 2.375rem;
    height: 2.375rem;
  }
  .productions-slider__arrows-next {
    margin-left: 0;
  }
  .productions-slider__arrows-prev {
    margin-right: 0;
  }
  .productions-slider__arrows {
    min-width: 2.375rem;
    height: 2.375rem;
  }
}

.staff {
  padding-top: 7.5rem;
}

.staff-wrap {
  padding-top: 15.9375rem;
  margin-top: 3rem;
  position: relative;
  height: 48.25rem;
}

.staff-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}

.staff-img img {
  width: 100%;
  height: 48.25rem;
  object-position: center;
}

.staff-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 43, 140, 0.48);
}

.staff-title {
  font-weight: 500;
  font-size: 4rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  text-align: center;
}

.staff-title__sub {
  margin-top: 1.5rem;
  font-size: 3.375rem;
  line-height: 3.375rem;
  color: #FFFFFF;
  text-align: center;
}

.staff-block {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 25.25rem;
  height: 9.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0.125rem solid #FFFFFF;
  border-radius: 0.25rem;
}

.staff-block__num {
  font-weight: 700;
  font-size: 4rem;
  line-height: 5.3125rem;
  color: #FFFFFF;
}

.staff-block__text {
  font-size: 2rem;
  line-height: 2rem;
  color: #FFFFFF;
}

@media (max-width: 62rem) {
  .staff-wrap {
    height: 31.875rem;
    padding-top: 6.25rem;
  }
  .staff-title {
    font-size: 3rem;
  }
  .staff-title__sub {
    font-size: 1.5rem;
  }
  .staff-img img {
    height: 31.875rem;
  }
  .staff-block__num {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .staff-block__text {
    font-size: 1rem;
  }
}

@media (max-width: 46rem) {
  .staff {
    padding-top: 5rem;
  }
  .staff-wrap {
    height: 22.5rem;
    padding-top: 5rem;
  }
  .staff-img img {
    height: 22.5rem;
  }
  .staff-block {
    width: 12.5rem;
    height: 5.5rem;
  }
  .staff-title {
    font-size: 1.75rem;
  }
  .staff-title__sub {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.study {
  padding-top: 5rem;
}

.study .title-section {
  text-align: left;
}

.study-wrap {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.study-img img {
  width: 100%;
}

.study-block {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  position: relative;
  max-width: 27.3125rem;
  width: 100%;
  height: 10.875rem;
}

.study-block::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon/about-text-vector-top.png) no-repeat;
}

.study-block::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/icon/about-text-vector-top.png) no-repeat;
  transform: rotate(-180deg);
}

.study-block__num {
  font-weight: 600;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  color: #0065B3;
}

.study-block__text {
  font-weight: 500;
  font-size: 1.9375rem;
  line-height: 2.5rem;
  text-align: center;
}

@media (max-width: 62rem) {
  .study-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
  .study-block {
    margin-top: 2.5rem;
  }
  .study-img:last-child{
    margin-top: 1.875rem;
  }
}

@media (max-width: 46rem) {
  .study-block__num {
    font-size: 2.5rem;
  }
  .study-block__text {
    font-size: 1.3rem;
    line-height: 1.625rem;
  }
}

.specialist {
  padding-top: 7.5rem;
}

.specialist-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.75rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  overflow: hidden;
}

.specialist-item {
  margin-top: 1.75rem;
  position: relative;
  display: block;
  width: 17.8125rem;
  height: 17.8125rem;
  border-radius: 0.25rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
}

.specialist-item.big {
  max-width: 36.875rem;
  width: 100%;
}

.specialist-item.big .specialist-item__img img {
  width: 100%;
  height: 17.8125rem;
  object-fit: cover;
}

.specialist-item.big .specialist-item__img::before {
  width: 100%;
  height: 100%;
  background: rgba(38, 43, 140, 0.64);
}

.specialist-item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all linear .4s;
}

.specialist-item__img img {
  width: 100%;
  height: 17.8125rem;
  object-fit: cover;
}

.specialist-item__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(38, 43, 140, 0) 0%, #262B8C 100%);
}

.specialist-item__title {
  position: absolute;
  z-index: 1;
  left: 1.5rem;
  bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFFFFF;
}

.specialist-item__overlay {
  opacity: 0;
  transition: all ease .2s;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 36.875rem;
  height: 100%;
  overflow: hidden;
}

.specialist-item__overlay-title {
  opacity: 0;
  display: flex;
  align-items: center;
}

.specialist-item__overlay-title svg {
  display: block;
}

.specialist-item__overlay-title span {
  margin-left: 1.25rem;
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  color: #FFFFFF;
}

.specialist-item__overlay-list {
  opacity: 0;
  margin-top: 1.25rem;
}

.specialist-item__overlay-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}

.specialist-item__overlay-list li::before {
  content: '';
  display: block;
  margin-right: 1rem;
  min-width: 1.5rem;
  height: 1.625rem;
  background: url(../img/icon/list-marker-white.svg) no-repeat;
}

.specialist-item__overlay-list li:last-child {
  margin-bottom: 0;
}

.specialist-item__overlay-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  transition: all linear .3s;
}

.specialist-item__overlay-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 43, 140, 0.64);
}

.specialist-item.active .specialist-item__overlay {
  opacity: 1;
  z-index: 1;
  width: 100%;
  padding: 0.625rem;
}

.specialist-item.active .specialist-item__overlay-img {
  width: 100%;
  left: 0;
}

.specialist-item.active .specialist-item__overlay-title span {
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.specialist-item.active .specialist-item__overlay-title svg {
  display: none;
}

.specialist-item.active .specialist-item__overlay-title {
  opacity: 1;
  transition: all ease 1.2s;
}

.specialist-item.active .specialist-item__overlay-list {
  opacity: 1;
  transition: all ease 1.2s;
}

.specialist-item.active .specialist-item__overlay-list li {
  font-size: 1rem;
  line-height: 1rem;
}

.specialist-item.active .specialist-item__overlay-list li:before {
  display: none;
}

@media (min-width: 75rem) {
  .specialist-item:nth-child(4) .specialist-item__overlay {
    right: 0;
    left: unset;
  }
  .specialist-item:nth-child(4) .specialist-item__overlay-img {
    right: -100%;
    left: unset;
  }
  .specialist-item:last-child .specialist-item__overlay {
    right: 0;
    left: unset;
  }
  .specialist-item:last-child .specialist-item__overlay-img {
    right: -100%;
    left: unset;
  }
  .specialist-item:hover:nth-child(4) .specialist-item__overlay-img {
    right: 0;
    left: unset;
  }
  .specialist-item:hover:last-child .specialist-item__overlay-img {
    right: 0;
    left: unset;
  }
  .specialist-item:hover .specialist-item__title {
    transition: all ease .2s;
  }
  .specialist-item:hover .specialist-item__overlay {
    opacity: 1;
    transition: all ease .2s;
    z-index: 2;
  }
  .specialist-item:hover .specialist-item__overlay-title {
    opacity: 1;
    transition: all ease 1.2s;
  }
  .specialist-item:hover .specialist-item__overlay-list {
    opacity: 1;
    transition: all ease 1.2s;
  }
  .specialist-item:hover .specialist-item__overlay-img {
    left: 0;
    transition: all linear .3s;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 75rem) {
  .specialist-wrap {
    justify-content: center;
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 46rem) {
  .specialist {
    padding-top: 5rem;
  }
  .specialist-item {
    margin-top: 2rem;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .specialist-item__title{
    display: none;
  }
  .specialist-item__img::before{
    display: none;
  }
  .specialist-item__img{
    position: static;
    height: 11.25rem;
    border-radius: 0.5rem;
    overflow: hidden;
    display: none;
  }
  .specialist-item__img img{
    width: 100%;
    height: 11.25rem;
    object-fit: cover;
    object-position: center;  
  }
  .specialist-item__overlay{
    opacity: 1;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: 100%;
    height: auto;
  }
  .specialist-item__overlay-img{
    display: block;
    position: static;
    height: 11.25rem;
    border-radius: 8px;
    overflow: hidden;
  }
  .specialist-item__overlay-img img{
    height: 11.25rem;
    object-fit:cover;
    object-position: center;
  }
  .specialist-item__overlay-img::before{
    display: none;
  }
  .specialist-item__overlay-title{
    margin-top: 1.5rem;
    opacity: 1;
  }
  .specialist-item__overlay-title svg path{
    fill: #0065B3;
  }
  .specialist-item__overlay-title span{
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #0065B3;
  }
  .specialist-item__overlay-list{
    opacity: 1;
    margin-top: 1rem;
  }
  .specialist-item__overlay-list li::before{
    width: 1.625rem;
    height: 1.5rem;
    background: url(../img/icon/list-marker.png) no-repeat;
    background-size:contain;
  }
  .specialist-item__overlay-list li{
    margin-bottom: 1.4375rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #121313;
  }
}

.room {
  padding-top: 7.5rem;
}

.room-wrap {
  margin-top: 3rem;
}

.room-img {
  position: relative;
  width: 100%;
  height: 26.875rem;
}

.room-img__main {
  width: 100%;
  height: 26.875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.room-img__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-img__vector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26.875rem;
}

.room-img__vector img {
  display: none;
}

.room-img__vector.active img {
  display: block;
}

.room-img__vector.active .room-img__dialog {
  display: block;
}

.room-img__vector img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-img__vector-1 {
  width: 17%;
  height: 18%;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 37%;
  left: 13.7%;
}

.room-img__vector-2 {
  width: 17%;
  height: 18%;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 41%;
  left: 30.7%;
}

.room-img__vector-3 {
  width: 17%;
  height: 18%;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 47%;
  left: 49.7%;
}

.room-img__vector-4 {
  width: 19%;
  height: 18%;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 52%;
  left: 68.7%;
}

.room-img__dialog {
  display: none;
  position: absolute;
  top: -150%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  padding-top: 1rem;
  position: absolute;
  width: 187px;
  height: 4.875rem;
  background: #FFFFFF;
  border-radius: 22px;
}

.room-img__dialog::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0.125rem;
  height: 5rem;
  background-color: #fff;
}

.room-img__dialog-title {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #0065B3;
}

.room-img__dialog-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.625rem;
  text-align: center;
  font-weight: 450;
  font-size: 0.875rem;
  line-height: 100%;
  text-decoration-line: underline;
  color: #262B8C;
}

.room-img__dialog-link::after {
  content: '';
  display: block;
  margin-left: 0.625rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/dialog-link-icon.svg) no-repeat;
}

.room-data {
  padding: 2.5rem;
  position: relative;
  margin-top: -7.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 55.9375rem;
  width: 100%;
  height: 232px;
  background: #0065B3;
  border-radius: 0.25rem;
}

.room-data__row {
  display: flex;
}

.room-data__row:nth-child(1) .room-data__item:nth-child(2) {
  margin-left: 8.75rem;
  margin-right: 8.75rem;
}

.room-data__row:nth-child(2) {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  margin-top: 2.5rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.room-data__row:nth-child(2) .room-data__item {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.room-data__item {
  display: flex;
  align-items: center;
}

.room-data__item-col {
  margin-left: 0.375rem;
}

.room-data__item-num {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #FFFFFF;
}

.room-data__item-text {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}

.room-links {
  display: none;
  margin-top: 1.5rem;
}

.room-links__item {
  margin-bottom: 1.5rem;
}

.room-links__item.active a {
  display: flex;
}

.room-links__item:last-child {
  margin-bottom: 0;
}
.room-links__item-img{
  width: 100%;
  height: 11.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.room-links__item-img img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.room-links__item-name {
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25rem;
  text-align: center;
  color: #0065B3
}

.room-links__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  text-align: center;
  font-weight: 450;
  font-size: 0.875rem;
  line-height: 100%;
  text-decoration-line: underline;
  color: #262B8C;
}

.room-links__item a::after {
  content: '';
  display: block;
  margin-left: 0.625rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/dialog-link-icon.svg) no-repeat;
}

@media (max-width: 64rem) {
  .room-img {
    display: none;
  }
  .room-data {
    margin-top: 1.625rem;
  }
  .room-links {
    display: block;
  }
}

@media (max-width: 62rem) {
  .room-data {
    height: auto;
  }
  .room-data__row:nth-child(1) {
    justify-content: space-between;
  }
  .room-data__row:nth-child(1) .room-data__item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .room-data__item-num {
    font-size: 1.375rem;
    white-space: nowrap;
  }
}

@media (max-width: 46rem) {
  .room {
    padding-top: 5rem;
  }
  .room-data {
    padding: 1rem;
  }
  .room-data__row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .room-data__item {
    width: 100%;
    margin-bottom: 1.75rem;
  }
  .room-data__row:nth-child(2) {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .room-data__row:nth-child(2) .room-data__item {
    margin-left: 0;
    margin-right: 0;
  }
  .room-data__row:nth-child(2) .room-data__item:last-child {
    margin-bottom: 0;
  }
  .room-data__item-num {
    font-size: 1.25rem;
  }
  .room-data__item-text {
    font-size: 1rem;
  }
}

.hub {
  margin-top: 7.5rem;
  position: relative;
  width: 100%;
  height: 45.125rem;
  background: url(../img/main/hub-img.png) no-repeat;
  background-size: cover;
}

.hub-wrap {
  position: absolute;
  left: 7.5rem;
  bottom: 5.375rem;
}

.hub-title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}

.hub-title__sub {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}

@media (max-width: 64rem) {
  .hub {
    height: 31.25rem;
  }
  .hub-wrap {
    left: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .hub {
    margin-top: 5rem;
    height: 18.75rem;
  }
  .hub-title {
    font-size: 2.5rem;
  }
  .hub-title__sub {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.list {
  padding-top: 3rem;
}

.list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.list-item {
  max-width: 36.875rem;
  width: 100%;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.5rem;
  background: #FFFFFF;
  box-shadow: 0px 8px 8px rgba(0, 101, 179, 0.08);
  border-radius: 4px;
}

.list-item span {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.list-item span::before {
  content: '';
  display: block;
  margin-right: 1.25rem;
  min-width: 1.625rem;
  height: 1.5rem;
  background: url(../img/icon/list-marker.png) no-repeat;
}

.list-data {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.list-data__item {
  padding-left: 1.5rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 36.875rem;
  width: 100%;
  height: 7.75rem;
  background: #FFFFFF;
  border: 0.125rem solid #42D0F7;
  box-shadow: 0rem 8px 24px rgba(0, 101, 179, 0.08);
  border-radius: 0.25rem;
}

.list-data__item-num {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.6875rem;
  color: #0065B3;
}

.list-data__item-text {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #0065B3;
}

@media (max-width: 75rem) {
  .list-wrap {
    justify-content: center;
  }
  .list-item {
    width: 45%;
    max-width: 100%;
  }
  .list-data {
    justify-content: center;
  }
  .list-data__item {
    width: 45%;
    max-width: 100%;
  }
}

@media (max-width: 62rem) {
  .list-data {
    max-width: 43.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .list-data__item {
    margin-bottom: 1.25rem;
    width: 100%;
    max-width: 100%;
  }
  .list-data__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 46rem) {
  .list-item {
    width: 100%;
    max-width: 100%;
  }
  .list-item span {
    font-size: 1.25rem;
    line-height: 120%;
  }
  .list-data {
    margin-left: 0;
    margin-right: 0;
  }
  .list-data__item {
    margin-left: 0;
    margin-right: 0;
    height: 6.25rem;
  }
  .list-data__item-num {
    font-size: 1.5rem;
  }
  .list-data__item-text {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.plan {
  padding-top: 5rem;
  margin-bottom: -5rem;
}

.plan-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.375rem;
  text-align: center;
  color: #121313;
}

.plan-wrap {
  margin-top: 2.5rem;
  margin-left: -0.0938rem;
  margin-right: -0.0938rem;
  display: flex;
  flex-wrap: wrap;
}

.plan-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1875rem;
  margin-left: 0.0938rem;
  margin-right: 0.0938rem;
  position: relative;
  width: 14.8125rem;
  height: 197px;
  border-radius: 0.25rem;
  background: rgba(0, 101, 179, 0.16);
}

.plan-item:nth-child(1), .plan-item:nth-child(2), .plan-item:nth-child(3), .plan-item:nth-child(4), .plan-item:nth-child(5) {
  height: 24.8125rem;
}

.plan-item.active {
  border: 3px solid #42D0F7;
  box-shadow: 0px 4px 24px rgba(51, 132, 194, 0.48);
}

.plan-item.busy {
  pointer-events: none;
  background: #0065B3;
}

.plan-item.busy .plan-item__num {
  color: #fff;
}

.plan-item.busy .plan-item__status {
  color: #fff;
}

.plan-item.busy .plan-item__status::after {
  content: '';
  display: block;
  margin-left: 0.5rem;
  width: 21px;
  height: 21px;
  background: url(../img/icon/status-busy.svg) no-repeat;
}

.plan-item__num {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  color: #0065B3;
}

.plan-item__status {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
  text-align: center;
  color: #0065B3;
}

.plan-item__status::after {
  content: '';
  display: block;
  margin-left: 0.5rem;
  width: 1.3125rem;
  height: 1.3125rem;
  background: url(../img/icon/status-free.svg) no-repeat;
}

.plan-content {
  position: relative;
  margin-top: 5rem;
}

.plan-slider {
  height: 40rem;
}

.plan-slider__item {
  width: 100%;
  height: 40rem;
}

.plan-slider__item__img {
  height: 40rem;
}

.plan-slider__item img {
  width: 100%;
  height: 40rem;
}

.plan-slider__arrows {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: space-between;
  max-width: 118.75rem;
  width: 100%;
}

.plan-slider__arrows-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  border: 2px solid #0065B3;
  border-radius: 4px;
}
.plan-slider__arrows-prev:hover{
  background-color:#0065B3;
  transition: all ease .2s;
}
.plan-slider__arrows-prev:hover svg path{
  stroke: #fff;
   transition: all ease .2s;
}
.plan-slider__arrows-next {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  border: 2px solid #0065B3;
  border-radius: 4px;
}
.plan-slider__arrows-next:hover{
  background-color:#0065B3;
  transition: all ease .2s;
}
.plan-slider__arrows-next:hover svg path{
  stroke: #fff;
  transition: all ease .2s;
}
.plan-slider__count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2.5rem;
  right: 7.5rem;
  width: 3.3125rem;
  height: 2.8125rem;
  background: #FFFFFF;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3125rem;
  text-align: center;
  color: #535353;
}

.plan-num {
  transform: translateY(-5rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  max-width: 55.9375rem;
  width: 100%;
  background: #0065B3;
  border-radius: 4px;
}

.plan-num__row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.plan-num__item {
  max-width: 24.5625rem;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 2rem;
}

.plan-num__item:last-child {
  margin-bottom: 0;
}

.plan-num__item-icon {
  margin-right: 0.5rem;
}

.plan-num__content {
  display: none;
}

.plan-num__content .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFFFFF;
}

.plan-num__content .text {
  max-width: 21.0625rem;
  width: 100%;
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: normal;
  color: #FFFFFF;
}

.plan-num__content.active {
  display: block;
}

@media (max-width: 75rem) {
  .plan-wrap {
    justify-content: center;
  }
  .plan-item:nth-child(1), .plan-item:nth-child(2), .plan-item:nth-child(3), .plan-item:nth-child(4), .plan-item:nth-child(5) {
    height: 12.3125rem;
  }
  .plan-slider__arrows {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .plan-num {
    max-width: 100%;
    width: 80%;
  }
}

@media (max-width: 46rem) {
  .plan {
    margin-bottom: 0;
  }
  .plan-item {
    width: 49%;
    height: 10.1875rem;
  }
  .plan-item:nth-child(1), .plan-item:nth-child(2), .plan-item:nth-child(3), .plan-item:nth-child(4), .plan-item:nth-child(5) {
    height: 10.625rem;
  }
  .plan-item__num {
    font-size: 1.25rem;
  }
  .plan-item__status {
    font-size: 0.875rem;
  }
  .plan-num {
    width: 95%;
    transform: translateY(-1.875rem);
  }
  .plan-num__row {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .plan-num__item {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 90%;
  }
  .plan-slider__arrows {
    bottom: unset;
    top: -3.75rem;
    right: 0;
    transform: none;
    left: unset;
    max-width: 9.375rem;
  }
  .plan-slider__count {
    right: 1.25rem;
  }
  .plan-slider {
    height: 11.875rem;
  }
  .plan-slider__item {
    height: 11.875rem;
  }
  .plan-slider__item-img {
    height: 11.875rem;
  }
  .plan-slider__item img {
    height: 11.875rem;
  }
  .plan-wrap {
    margin-bottom: 7.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .plan-num__content .name {
    font-size: 1.2rem;
  }
}

.footer {
  padding-top: 5rem;
  margin-top: 7.5rem;
  background: #0065B3;
}

.footer-wrap {
  padding-bottom: 5rem;
  display: flex;
  justify-content: space-between;
}

.footer-content {
  width: 100%;
  max-width: 28.625rem;
}

.footer-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.375rem;
  color: #FFFFFF;
}

.footer-text {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}

.footer-license {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}

.footer-form {
  margin-left: 1.25rem;
  max-width: 36.875rem;
  width: 100%;
}

.footer-form__btn {
  display: block;
  margin-left: auto;
  width: 10.9375rem;
  height: 2.375rem;
  background: #42D0F7;
  border-radius: 4px;
  border: none;
}

.footer .input-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.footer .input-row textarea {
  padding-top: 0.75rem;
  padding-left: 1rem;
  width: 100%;
  resize: none;
  height: 7.5rem;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  border: none;
  color: #fff;
}

.footer .input-row textarea::placeholder {
  color: #fff;
}

.footer .input-wrap {
  max-width: 17.8125rem;
  width: 100%;
  height: 2.375rem;
}

.footer .input-wrap input {
  padding-left: 1rem;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 0.875rem;
}

.footer .input-wrap input::placeholder {
  color: #fff;
  font-size: 0.875rem;
}

.footer .input-wrap:first-child {
  margin-right: 0.625rem;
}

.footer .input-tel {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 17.8125rem;
  width: 100%;
  height: 2.375rem;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 4px;
}

.footer .input-tel input {
  padding-left: 3.75rem;
  width: 100%;
  height: 100%;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  background-color: transparent;
}

.footer .input-tel input::placeholder {
  color: #fff;
  font-size: 0.875rem;
}

.footer .input-tel .select-num {
  margin-left: 0.625rem;
  padding: 0.3125rem;
  position: absolute;
  top: 15%;
  width: 2.8125rem;
  height: 1.375rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.footer .input-tel .select-num::after {
  content: '';
  position: absolute;
  right: 0.3125rem;
  top: 0.75rem;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../img/icon/input-select-arrow.png) no-repeat;
  background-size: contain;
}

.footer .input-tel .select-num__item {
  order: 2;
  pointer-events: none;
  cursor: pointer;
  margin-bottom: 0.625rem;
}

.footer .input-tel .select-num__item.active {
  order: 1;
}

.footer .input-tel .select-num.active {
  width: auto;
  overflow: visible;
  height: auto;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.24);
}

.footer .input-tel .select-num.active::after {
  display: none;
}

.footer .input-tel .select-num.active .select-num__item {
  pointer-events: all;
}

.footer-bottom {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: 1px solid  #3D8AC5;
}

.footer-bottom__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-police {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.footer-social {
  display: flex;
  margin-left: 5rem;
}

.footer-social a {
  display: flex;
  margin-right: 0.5rem;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a svg path {
  transition: all ease .2s;
}

.footer-social a:hover svg path {
  fill: #fff;
  transition: all ease .2s;
}

@media (max-width: 46rem) {
  .footer {
    margin-top: 3.75rem;
    padding-top: 2.5rem;
  }
  .footer-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-content {
    width: 100%;
  }
  .footer-form {
    margin-top: 2.5rem;
    margin-left: 0;
  }
  .footer-title {
    font-size: 2rem;
  }
  .footer-text {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

@media (max-width: 35.5rem) {
  .footer .input-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .footer .input-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
  .footer .input-tel {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
  .footer .input-wrap:first-child {
    margin-right: 0;
  }
  .footer-form__btn {
    margin-top: 1.25rem;
  }
  .footer-bottom__wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-police {
    order: 3;
    text-align: center;
    width: 100%;
    margin-top: 1.25rem;
  }
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-social {
    margin-top: 1.25rem;
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}

html {
  font-size: 16px;
}

body {
  padding-top: 8.3125rem;
  font-family: 'Futura PT', sans-serif;
  font-weight: 400;
  min-width: 320px;
  background: #FFFFFF;
  color: #121313;
}

body.hidden {
  width: 99vw;
  height: 100vh;
  overflow: hidden;
}

a {
  outline: none !important;
}
/*# sourceMappingURL=main.css.map */