@font-face {
  font-family: 'myriad-pro';
  src: url("../fonts/myriad-pro-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'myriad-pro';
  src: url("../fonts/myriad-pro-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'myriad-pro';
  src: url("../fonts/myriad-pro-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'myriad-pro';
  src: url("../fonts/myriad-pro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 15px; } }
  @media screen and (max-width: 480px) {
    html {
      font-size: 14px; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    html {
      font-size: 12px; } }

html,
body {
  height: 100%; }

body {
  font-size: 16px;
  line-height: 1.42;
  position: relative; }
  body--active-modal {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

ul {
  margin: 0;
  padding: 0; }
  ul > li {
    list-style: none; }

p {
  margin: 0;
  padding: 0; }

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

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }
  .wrapper--active-modal {
    overflow: hidden; }

.section {
  height: 100%;
  min-height: 40.625rem;
  overflow: hidden; }

.container {
  max-width: 71.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 57.0625rem; } }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 45rem; } }
  @media screen and (max-width: 480px) {
    .container {
      max-width: 28.125rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .container {
      max-width: 26.5625rem; } }

.content {
  max-width: 71.25rem;
  width: 95%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 50; }
  @media screen and (max-width: 1024px) {
    .content {
      max-width: 57.0625rem; } }
  @media screen and (max-width: 768px) {
    .content {
      max-width: 45rem; } }
  @media screen and (max-width: 480px) {
    .content {
      max-width: 28.125rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .content {
      max-width: 26.5625rem;
      width: 100%; } }

.button {
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0091b1), color-stop(58%, #00c1d3), to(#00c1d3));
  background-image: -webkit-linear-gradient(bottom, #0091b1, #00c1d3 58%, #00c1d3);
  background-image: -o-linear-gradient(bottom, #0091b1, #00c1d3 58%, #00c1d3);
  background-image: linear-gradient(to top, #0091b1, #00c1d3 58%, #00c1d3);
  border: none;
  -webkit-box-shadow: 0 0 10px #00def9, 0px 81px 97px -6px rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 10px #00def9, 0px 81px 97px -6px rgba(50, 50, 50, 0.75);
  padding: 1.125rem 4.6875rem;
  cursor: pointer;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s; }
  .button:hover {
    background: #ca0205; }
  @media screen and (max-width: 768px) {
    .button {
      padding: 1rem 3.1875rem;
      font-size: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .button {
      font-size: 1.03125rem; } }

.section-title {
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #045c8d;
  text-align: center; }

.bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .bgvideo {
      display: none; } }

.primary {
  min-height: 50.1875rem;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .primary {
      min-height: 35.5rem; } }
  @media screen and (max-width: 768px) {
    .primary {
      min-height: 31.6875rem;
      background: url("../images/bg_video.jpg") center center/cover no-repeat; } }

.primary__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(36, 64, 77, 0.6); }

.primary__container {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1024px) {
  .primary__content {
    min-height: 35.5rem; } }

@media screen and (max-width: 768px) {
  .primary__content {
    min-height: 28.875rem; } }

.header {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 1024px) {
    .header {
      margin-top: 2.5rem; } }
  @media screen and (max-width: 768px) {
    .header {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 4.1875rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .header {
      margin-top: 2.1875rem; } }

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%; }
  @media screen and (max-width: 1024px) {
    .header__buttons {
      margin-left: 1%; } }
  @media screen and (max-width: 768px) {
    .header__buttons {
      margin-left: 22.75rem; } }
  @media screen and (max-width: 480px) {
    .header__buttons {
      margin-left: 3.375rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .header__buttons {
      margin-left: 1.375rem; } }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.logo__img {
  width: 21.8125rem;
  height: 2.4375rem;
  background: url("../images/logo.png"); }
  @media screen and (max-width: 1024px) {
    .logo__img {
      background: url("../images/logo_mobile.png");
      width: 12rem;
      height: 1.3125rem; } }
  @media screen and (max-width: 768px) {
    .logo__img {
      width: 12.75rem; } }
  @media screen and (max-width: 480px) {
    .logo__img {
      width: 13.6875rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .logo__img {
      width: 16rem;
      height: 1.5rem; } }

.logo__img-pic {
  width: 100%;
  height: 100%; }

.menu {
  margin-left: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .menu {
      margin-left: 1%; } }
  @media screen and (max-width: 768px) {
    .menu {
      position: absolute;
      margin: 0;
      top: 20%;
      left: 6%; } }
  @media screen and (max-width: 480px) {
    .menu {
      left: 8%; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .menu {
      left: 10%;
      top: 15%; } }

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

.menu__item {
  white-space: nowrap; }
  .menu__item:first-child {
    margin-left: 0; }

.menu__link {
  text-decoration: none;
  color: #fff;
  padding: 8px 15px;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: normal;
  border: 2px solid transparent;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s; }
  .menu__link:hover {
    border: 2px solid #00def9; }
  @media screen and (max-width: 480px) {
    .menu__link {
      font-size: 1.125rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .menu__link {
      font-size: 1rem;
      padding: 5px 5px; } }

.header__social {
  margin-left: 5%; }
  @media screen and (max-width: 1024px) {
    .header__social {
      margin-left: 1%; } }
  @media screen and (max-width: 768px) {
    .header__social {
      display: none; } }

.header__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.header__social-item {
  margin-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .header__social-item--vk {
    width: 1.5625rem;
    height: 1.5625rem;
    -webkit-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    transform: translate(0, 4px); }
  .header__social-item:first-child {
    margin-left: 0; }
  @media screen and (max-width: 1024px) {
    .header__social-item {
      margin-left: 0.75rem; } }

.header__social-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.social__item {
  width: 1.25rem;
  height: 1.25rem; }
  .social__item--vk {
    width: 1.625rem;
    height: 1.5625rem; }
  @media screen and (max-width: 480px) {
    .social__item {
      width: 1.875rem;
      height: 1.875rem; }
      .social__item--vk {
        width: 2.25rem;
        height: 1.9375rem;
        -webkit-transform: translate(0, 4px);
        -ms-transform: translate(0, 4px);
        transform: translate(0, 4px); } }

.social__img {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transition: fill .3s;
  -o-transition: fill .3s;
  transition: fill .3s; }
  .social__img:hover {
    fill: #00def9; }

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: none;
  border: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.language__pic {
  width: 2rem;
  height: 1.3125rem; }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .language__pic {
      width: 1.5rem;
      height: 1rem; } }

.language__pic-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.arrow {
  position: relative;
  cursor: pointer;
  width: 7px;
  height: 7px;
  margin-right: 31px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }

.arrow__left {
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: 13px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border-radius: 1px; }

.arrow__left:after {
  content: "";
  background-color: #e8e8e8;
  width: 2px;
  height: 7px;
  display: block;
  border-radius: 6px 10px 10px 6px;
  z-index: -1;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
  .arrow__left:after:hover {
    background-color: #00def9; }

.arrow:hover .arrow__left:after {
  background-color: #00def9; }

.arrow:hover .arrow__right:after {
  background-color: #00def9; }

.arrow__right {
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: 14px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(230deg);
  -ms-transform: rotate(230deg);
  transform: rotate(230deg);
  border-radius: 1px; }

.arrow__right:after {
  content: "";
  background-color: #e8e8e8;
  width: 2px;
  height: 7px;
  display: block;
  border-radius: 10px 6px 6px 10px;
  z-index: -1;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
  .arrow__right:after:hover {
    background-color: #00def9; }

.info {
  margin-top: 11.875rem;
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .info {
      margin-top: 7.25rem; } }
  @media screen and (max-width: 768px) {
    .info {
      margin-top: 4.25rem; } }
  @media screen and (max-width: 480px) {
    .info {
      margin-top: 3.75rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .info {
      margin-top: 6.75rem; } }

.info__title {
  text-transform: uppercase;
  font-size: 3.75rem;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: bold; }
  @media screen and (max-width: 1024px) {
    .info__title {
      font-size: 3.125rem; } }
  @media screen and (max-width: 768px) {
    .info__title {
      font-size: 2.75rem;
      text-align: left;
      width: 23.75rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .info__title {
      font-size: 2rem;
      width: 20.75rem; } }

.info__subtitle {
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 3.125rem;
  margin-top: 2.875rem; }
  @media screen and (max-width: 1024px) {
    .info__subtitle {
      font-size: 2.5rem;
      margin-top: 1rem; } }
  @media screen and (max-width: 768px) {
    .info__subtitle {
      font-size: 1.25rem;
      text-align: left;
      margin-top: 0.625rem; } }
  @media screen and (max-width: 480px) {
    .info__subtitle {
      margin-top: 1.25rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .info__subtitle {
      font-size: 1.125rem; } }

.info__button {
  margin-top: 6rem; }
  @media screen and (max-width: 1024px) {
    .info__button {
      margin-top: 5rem; } }
  @media screen and (max-width: 768px) {
    .info__button {
      margin-top: 3rem; } }
  @media screen and (max-width: 480px) {
    .info__button {
      margin-top: 5rem; } }

.hamburger {
  margin-left: 1.25rem; }

.hamburger__button {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background: transparent;
  border: transparent;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .hamburger__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.hamburger__button-element {
  width: 1.5rem;
  height: 0.25rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .hamburger__button-element::before {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 0.25rem;
    background-color: #fff;
    top: -0.5rem;
    left: 0; }
  .hamburger__button-element::after {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 0.25rem;
    background-color: #fff;
    bottom: -0.5rem;
    left: 0; }

.popup {
  display: none;
  width: 100%;
  height: 59.4375rem;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 70; }

.popup__content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#142831), color-stop(98%, #14313e));
  background-image: -webkit-linear-gradient(bottom, #142831, #14313e 98%);
  background-image: -o-linear-gradient(bottom, #142831, #14313e 98%);
  background-image: linear-gradient(to top, #142831, #14313e 98%);
  width: 40%;
  height: 59.4375rem;
  padding: 8% 7% 0 5%;
  z-index: 100;
  display: block; }

.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 9%; }
  @media screen and (max-width: 768px) {
    .popup__close {
      top: 8%; } }
  @media screen and (max-width: 480px) {
    .popup__close {
      top: 7%; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .popup__close {
      top: 4%; } }

.popup__close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  background: transparent;
  border: transparent; }
  .popup__close-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 25%;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .popup__close-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 25%;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.popup__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.6875rem; }

.popup__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.popup__menu-item {
  margin-top: 1.5625rem; }

.popup__menu-link {
  text-decoration: none;
  color: #fff;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: normal; }

.popup__social {
  margin-top: 9.6875rem; }

.popup__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.popup__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.625rem; }
  .popup__social-item:first-child {
    margin-left: 0; }
  @media screen and (max-width: 480px) {
    .popup__social-item {
      width: 1.25rem;
      height: 1.25rem; } }

.popup__social-link {
  width: 1.875rem;
  height: 1.875rem; }
  .popup__social-link--vk {
    width: 2.25rem;
    height: 2.1875rem; }

.popup__social-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.about {
  min-height: 66.125rem;
  background-color: #fff;
  background: url("../images/design_el.png") top center;
  background-repeat: no-repeat;
  background-position-y: 1.3125rem; }
  @media screen and (max-width: 768px) {
    .about {
      background-size: contain; } }
  @media screen and (max-width: 480px) {
    .about {
      background: url("../images/design_el-mobile.png") top center;
      background-repeat: no-repeat;
      background-position-y: 0.25rem;
      min-height: 65.1875rem; } }

.about__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .about__container {
      height: 67.6875rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .about__container {
      height: 72.6875rem; } }

@media screen and (min-width: 320px) and (max-width: 425px) {
  .about__content {
    background: none; } }

.about__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .about__desc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 9rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 480px) {
    .about__desc {
      font-size: 2.5rem;
      margin-top: 3.5rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .about__desc {
      margin-top: 4.5rem; } }

.about__title {
  font-size: 3.75rem;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #045c8d;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 1024px) {
    .about__title {
      font-size: 3.125rem; } }
  @media screen and (max-width: 768px) {
    .about__title {
      font-size: 2.75rem; } }
  @media screen and (max-width: 480px) {
    .about__title {
      font-size: 2.5rem; } }

.about__text {
  font-size: 1.5rem;
  margin-left: 7.0625rem;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  color: #010101;
  width: 42.625rem;
  white-space: normal; }
  @media screen and (max-width: 1024px) {
    .about__text {
      font-size: 1.375rem;
      margin-left: 2rem; } }
  @media screen and (max-width: 768px) {
    .about__text {
      font-size: 1.25rem;
      margin-top: 1.75rem;
      margin-left: 0;
      text-align: center;
      width: 32.875rem; } }
  @media screen and (max-width: 480px) {
    .about__text {
      width: 25.875rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .about__text {
      width: 21.625rem; } }

.quality__list {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .quality__list {
      margin-top: 1.875rem; } }
  @media screen and (max-width: 480px) {
    .quality__list {
      margin-top: 3.0625rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .quality__list {
      margin-top: 0; } }

.quality__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  padding-top: 3.125rem; }
  @media screen and (max-width: 1024px) {
    .quality__item {
      padding-top: 2.125rem; } }
  @media screen and (max-width: 768px) {
    .quality__item {
      padding-top: 1.125rem;
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .quality__item {
      padding-top: 1.875rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .quality__item {
      width: 10.75rem; } }

.quality__img {
  width: 5.625rem;
  height: 5.625rem;
  position: relative; }
  .quality__img::after {
    content: "";
    position: absolute;
    width: 8.3125rem;
    top: 6.25rem;
    left: -25%;
    border-bottom: 4px solid #00bfd2; }
    @media screen and (max-width: 768px) {
      .quality__img::after {
        display: none; } }

.quality__img-pic {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.quality__desc {
  font-size: 1.5625rem;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: bold;
  color: #142831;
  text-transform: uppercase;
  margin-top: 2.5rem; }
  @media screen and (max-width: 1024px) {
    .quality__desc {
      font-size: 1.375rem; } }
  @media screen and (max-width: 768px) {
    .quality__desc {
      margin-top: 0; } }
  @media screen and (max-width: 480px) {
    .quality__desc {
      margin-top: 0.4375rem;
      font-size: 1.125rem; } }

.quality__desc-text {
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-size: 1.4375rem;
  font-weight: normal;
  text-transform: none; }
  @media screen and (max-width: 1024px) {
    .quality__desc-text {
      font-size: 1.25rem; } }

.statistic {
  background: url("../images/bg_screen_three.png") center center/cover no-repeat; }

.statistic__container {
  min-height: 68.1875rem; }
  @media screen and (max-width: 1024px) {
    .statistic__container {
      min-height: 59.1875rem; } }
  @media screen and (max-width: 480px) {
    .statistic__container {
      min-height: 63.5rem; } }

.statistic__list {
  margin: 0 auto;
  margin-top: 8.625rem; }
  @media screen and (max-width: 1024px) {
    .statistic__list {
      margin-top: 5.625rem; } }
  @media screen and (max-width: 768px) {
    .statistic__list {
      margin-top: 6.9375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 480px) {
    .statistic__list {
      margin-top: 6.25rem; } }

.statistic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 3.4375rem; }
  .statistic__item:first-child {
    margin-top: 0; }
  .statistic__item--border {
    border: solid 4px #00bfd2;
    padding: 5.4375rem 5.4375rem 6.0625rem 2.625rem; }
    @media screen and (max-width: 768px) {
      .statistic__item--border {
        border: transparent;
        padding: 0; } }
  @media screen and (max-width: 768px) {
    .statistic__item {
      width: 17.0625rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 5rem; } }

.statistic__value {
  white-space: nowrap;
  font-size: 8.75rem;
  line-height: 0.8;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: bold;
  color: #00def9;
  width: 50%; }
  @media screen and (max-width: 1024px) {
    .statistic__value {
      font-size: 6.25rem; } }
  @media screen and (max-width: 768px) {
    .statistic__value {
      padding-top: 0;
      font-size: 4.25rem;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .statistic__value {
      padding-top: 1.0625rem;
      font-size: 4.25rem; } }
  .statistic__value--active {
    margin-left: 8rem;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .statistic__value--active {
        margin-left: 0;
        width: 100%; } }

.statistic__text {
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-size: 1.875rem;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding-left: 8.25rem;
  width: 50%; }
  .statistic__text--active {
    text-align: right;
    padding-left: 0;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .statistic__text--active {
        display: none; } }
  .statistic__text--tablets {
    display: none; }
    @media screen and (max-width: 768px) {
      .statistic__text--tablets {
        display: block;
        text-align: center;
        padding-top: 2.8125rem;
        width: 100%; } }
  @media screen and (max-width: 1024px) {
    .statistic__text {
      font-size: 1.5rem; } }
  @media screen and (max-width: 768px) {
    .statistic__text {
      font-size: 1.25rem;
      padding-top: 2.625rem;
      text-align: center;
      padding-left: 0;
      width: 100%; } }

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

.statistic__button {
  margin-top: 8.125rem; }
  @media screen and (max-width: 768px) {
    .statistic__button {
      margin-top: 4.125rem; } }
  @media screen and (max-width: 480px) {
    .statistic__button {
      margin-top: 5.1875rem; } }

.partners {
  min-height: 52.3125rem;
  background: url("../images/design_el-2.png") top center;
  background-repeat: no-repeat;
  background-position-y: 5rem; }
  @media screen and (max-width: 1024px) {
    .partners {
      background-position-y: 3rem; } }
  @media screen and (max-width: 768px) {
    .partners {
      background-position-y: 1rem;
      min-height: 27.375rem;
      background-size: contain; } }
  @media screen and (max-width: 480px) {
    .partners {
      background: url("../images/design_el-mobile.png") top center;
      background-repeat: no-repeat;
      background-size: contain;
      background-position-y: 0.3125rem;
      min-height: 25.125rem; } }

@media screen and (max-width: 480px) {
  .partners__content {
    min-height: 25.125rem; } }

.partners__title {
  font-size: 3.75rem;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: bold;
  color: #045c8d;
  text-transform: uppercase;
  margin-top: 8.125rem; }
  @media screen and (max-width: 1024px) {
    .partners__title {
      font-size: 3.125rem; } }
  @media screen and (max-width: 768px) {
    .partners__title {
      margin-top: 6.0625rem;
      font-size: 2.5rem;
      text-align: center; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .partners__title {
      margin-top: 3.4375rem; } }

.partners__content-list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .partners__content-list {
      margin-left: 2.1875rem; } }
  @media screen and (max-width: 768px) {
    .partners__content-list {
      display: none;
      margin-left: 0;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.partners__content-item {
  width: 33%;
  margin-top: 5.375rem; }
  @media screen and (max-width: 768px) {
    .partners__content-item {
      width: 18.0625rem;
      height: 12.1875rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.partners__content-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }
  @media screen and (max-width: 1024px) {
    .partners__content-img {
      max-width: 80%;
      max-height: 80%; } }
  @media screen and (max-width: 768px) {
    .partners__content-img {
      max-width: 100%;
      max-height: 100%; } }

.slider {
  position: relative;
  display: none;
  margin-top: 2rem; }
  @media screen and (max-width: 768px) {
    .slider {
      display: block; } }
  @media screen and (max-width: 480px) {
    .slider {
      margin-top: 0; } }

.slider__content-list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .slider__content-list {
      margin-left: 2.1875rem; } }
  @media screen and (max-width: 768px) {
    .slider__content-list {
      margin-left: 0;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

@media screen and (max-width: 768px) {
  .slider__content-item {
    position: relative;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.slider__content-img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: cover;
  object-fit: cover; }

.slider__button {
  display: none; }
  @media screen and (max-width: 768px) {
    .slider__button {
      width: 2.125rem;
      height: 2.125rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      border: 5px solid #00bfd2;
      border-radius: 3px;
      border-top-color: transparent;
      border-right-color: transparent;
      background: transparent;
      z-index: 20; }
      .slider__button-prev {
        left: 0;
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .slider__button-next {
        right: 0;
        top: 50%;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg); } }

.registration {
  background-color: #e7e9ea;
  min-height: 45rem; }
  @media screen and (max-width: 768px) {
    .registration {
      min-height: 47.5rem; } }
  @media screen and (max-width: 480px) {
    .registration {
      min-height: 48rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .registration {
      min-height: 67rem; } }

.registration__container {
  text-align: center; }

.registration__content {
  position: relative; }

.registration__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6.875rem; }
  @media screen and (max-width: 1024px) {
    .registration__desc {
      margin-top: 3.875rem;
      font-size: 2.5rem; } }
  @media screen and (max-width: 768px) {
    .registration__desc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .registration__desc {
      margin-top: 3.4375rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .registration__desc {
      margin-top: 2.375rem; } }

.registration__img {
  width: 88px;
  height: 72px;
  position: relative; }
  .registration__img::after {
    content: "";
    position: absolute;
    width: 8.3125rem;
    height: 0.25rem;
    top: 6.25rem;
    left: -25%;
    border-bottom: 4px solid #00bfd2; }
    @media screen and (max-width: 768px) {
      .registration__img::after {
        border: transparent; } }

.registration__img-pic {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.registration__title {
  font-size: 3.125rem;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .registration__title {
      font-size: 2.5rem; } }
  @media screen and (max-width: 480px) {
    .registration__title {
      text-align: center; } }

.registration__subtitle {
  font-size: 1.5625rem;
  margin-top: 2.5rem;
  color: #010101;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  margin-left: 3.0625rem; }
  @media screen and (max-width: 1024px) {
    .registration__subtitle {
      font-size: 1.375rem; } }
  @media screen and (max-width: 768px) {
    .registration__subtitle {
      margin-left: 0;
      margin-top: 1.8125rem; } }
  @media screen and (max-width: 480px) {
    .registration__subtitle {
      font-size: 1.25rem; } }

.registration__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 5.625rem; }
  @media screen and (max-width: 1024px) {
    .registration__list {
      margin-top: 7.1875rem; } }
  @media screen and (max-width: 768px) {
    .registration__list {
      margin-top: 3.4375rem;
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .registration__list {
      margin-top: 1.75rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.registration__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .registration__item {
      width: 50%; } }

.registration__text {
  font-size: 1.25rem;
  margin-top: 3.75rem;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #142831;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    .registration__text {
      margin-top: 1.875rem; } }
  @media screen and (max-width: 480px) {
    .registration__text {
      font-size: 1rem; } }

.registration__button {
  margin: 0 auto;
  margin-top: 4.0625rem;
  padding: 1.125rem 1.5625rem; }
  @media screen and (max-width: 1024px) {
    .registration__button {
      margin-top: 6.875rem; } }
  @media screen and (max-width: 768px) {
    .registration__button {
      margin-top: 2.875rem; } }
  @media screen and (max-width: 480px) {
    .registration__button {
      margin-top: 3.1875rem; } }

.footer {
  min-height: 36.125rem;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#142831), color-stop(98%, #14313e));
  background-image: -webkit-linear-gradient(bottom, #142831, #14313e 98%);
  background-image: -o-linear-gradient(bottom, #142831, #14313e 98%);
  background-image: linear-gradient(to top, #142831, #14313e 98%); }
  @media screen and (max-width: 768px) {
    .footer {
      min-height: 44.75rem; } }
  @media screen and (max-width: 480px) {
    .footer {
      min-height: 48.75rem; } }

.footer__content {
  margin: 0 auto; }

.footer__communication {
  margin-top: 7.4375rem; }
  @media screen and (max-width: 768px) {
    .footer__communication {
      margin-top: 4.0625rem; } }
  @media screen and (max-width: 480px) {
    .footer__communication {
      margin-top: 4.6875rem; } }

.footer__communication-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  @media screen and (max-width: 768px) {
    .footer__communication-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; } }

@media screen and (max-width: 768px) {
  .footer__communication-item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer__communication-item:last-child {
      padding-top: 89px; } }

.footer__communication-link {
  width: 2.5625rem;
  height: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none; }
  .footer__communication-link--mail {
    width: 2.375rem;
    height: 1.875rem; }
  .footer__communication-link--telegram {
    width: 3rem;
    height: 2.5625rem; }

.footer__communication-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.footer__communication-text {
  padding-top: 1.25rem;
  font-size: 1.125rem;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  color: #01b7ce;
  font-weight: 600; }
  .footer__communication-text--mail {
    padding-top: 1.5rem; }

.footer__info {
  margin-top: 8.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .footer__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 4.5rem; } }

.footer__logo {
  width: 10.875rem;
  height: 1.25rem; }

.footer__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.footer__logo-text {
  margin-top: 1.9375rem;
  font-size: 0.875rem;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  line-height: 2.14;
  color: #456073;
  text-align: left;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .footer__logo-text {
      margin-top: 1.5625rem; } }

@media screen and (max-width: 768px) {
  .footer__adress {
    margin-top: 6.5rem; } }

.footer__adress-title {
  font-size: 1.25rem;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 2.1;
  letter-spacing: 2px; }

.footer__adress-text {
  margin-top: 1.9375rem;
  font-size: 0.875rem;
  font-family: 'myriad-pro', Helvetica, sans-serif;
  font-weight: 600;
  line-height: 2.14;
  color: #456073;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .footer__adress-text {
      margin-top: 1.25rem; } }

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    .footer__social {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 3.75rem; } }
  @media screen and (max-width: 480px) {
    .footer__social {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

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

.footer__social-item {
  margin-left: 1.0625rem; }
  .footer__social-item:first-child {
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .footer__social-item {
      margin-left: 3.125rem; } }
  @media screen and (min-width: 320px) and (max-width: 425px) {
    .footer__social-item {
      margin-left: 2.125rem; } }

.footer__social-img {
  fill: #406178; }
