/*fonts*/
@font-face {
  font-family: 'icomoon';
  src:
    url('../f/icons/icomoon.ttf?19vn4a') format('truetype'),
    url('../f/icons/icomoon.woff?19vn4a') format('woff'),
    url('../f/icons/icomoon.svg?19vn4a#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__hamburger::before {
  content: "\e948";
}

.header.is-open .icon__hamburger::before {
  content: "\e949";
}

::-webkit-input-placeholder {
  color: #FFFFFF;
}

:-ms-input-placeholder {
  color: #FFFFFF;
}

::-ms-input-placeholder {
  color: #FFFFFF;
}

::placeholder {
  color: #FFFFFF;
}

/*main styles*/
body {
  font-family: "Inter", sans-serif;
  font-size: 62.5%;
  line-height: 1.25;
  font-weight: 400;
  font-style: normal;
  background: #FFFFFF;
  color: #000000;
}

.privacy-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

.main-page,
.offer {
  overflow: hidden;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/*header*/
.header {
  position: relative;
  z-index: 100;
}

.main-page .header_menu,
.offer .header_menu,
.header_hamburger {
  display: none;
}

.main-page .header_logo,
.offer .header_logo {
  position: fixed;
  top: 40px;
  left: 40px;
}

.header .logo_link {
  display: block;
  width: 140px;
  height: 42px;
}

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

/*content*/
.content {
  position: relative;
}

.content__scroll {
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
  transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}

.content__privacy {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: hidden;
}

.block {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.block_wrap {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-item {
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding: 40px;
  position: relative;
}

.block-item__img {
  padding: 0;
}

.block-item__half {
  width: 50%;
}

.block-item__big {
  width: 66.7%;
}

.block-item__third {
  width: 33.3%;
}

.block-item__dark {
  background: #000000;
  color: #FFFFFF;
}

.block-item__light {
  background: #FFFFFF;
  color: #000000;
}

.block-item__accent {
  background: #FBCD09;
  color: #000000;
}

.block-item__pb-big {
  padding-bottom: 102px;
}

.block-item__center {
  -ms-flex-align: center;
  align-items: center;
}

.block-item__bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-item__top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-item__texts {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-item__texts .text__small {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 1.8em;
}

.block-item__half.block-item__texts .text__small,
.block-item__big.block-item__texts .text__small {
  max-width: 33%;
}

.block-item__half.block-item__texts .text__title,
.block-item__big.block-item__texts .text__title {
  max-width: 66%;
}

.block-item__third.block-item__texts .text__small {
  max-width: 50%;
}

.text__opacity {
  opacity: 0.64;
}

.text__title {
  font-weight: 500;
}

.text__title-big {
  font-size: 7.8em;
}

.text__title-small {
  font-size: 4.2em;
}

.text__title-medium {
  font-size: 4.8em;
}

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

.web-hide {
  display: none;
}

.nav {
  position: absolute;
  top: 40px;
  right: 20%;
}

.nav_item {
  margin-bottom: 20px;
}

.nav_link {
  font-size: 2.4em;
}

.nav_item.is-active {
  opacity: 0.5;
  pointer-events: none;
}

.logo-image {
  width: 116px;
  height: 152px;
  background: url('../i/logo-img.png') no-repeat center center / contain;
  margin: auto;
}

.block__6 .block-item__big.block-item__dark {
  padding-top: 110px;
}

.block__6 .block-item__big .text__title,
.block__9 .block-item__big .text__title {
  max-width: 100%;
}

.block__6 .block-item__dark .text__small {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.block_slider-custom {
  display: contents;
}

.block-item__accent .text__title-medium {
  max-width: 80%;
}

/*contact us*/
.contact-us {
  width: 100%;
}

.contact-us_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 300px;
  padding: 5px 20px;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.94);
  text-align: center;
  font-size: 2.4em;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-us_button:hover {
  opacity: 0.7;
}

.contact-us_form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.contact-us_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.contact-us_fields {
  width: 100%;
  height: calc(100% - 90px);
}

.contact-us_field {
  height: calc(33.3% - 20px);
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.field_input,
.field_textarea {
  width: 100%;
  height: 3em;
  padding: 10px 0;
  background: transparent;
  font-size: 4.2em;
  line-height: 0.8;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.field_textarea {
  display: block;
  resize: none;
  padding-top: 1em;
}

.field_error {
  font-size: 1.2em;
  color: red;
  position: absolute;
  top: 100%;
  left: 0;
}

.contact-us_form.is-success .contact-us_content {
  opacity: 0;
  visibility: hidden;
}

.contact-us_success {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  transition: all 1s ease;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 3.2em;
}

.contact-us_form.is-success .contact-us_success {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

/*footer*/
.footer {
  margin-top: auto;
  width: 100%;
  font-size: 1.8em;
}

.main-page .footer,
.offer .footer {
  position: fixed;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
}

.footer_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: calc(50% - 40px);
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 0 #FFFFFF;
}

.footer_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.footer_menu-item {
  margin-left: 25px;
}

/*privacy*/
.privacy-page {
  background: #000000;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.64);
}

.privacy-page .header_wrap {
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.privacy-page .header_menu {
  margin: 0 auto;
}

.privacy-page .menu_items__2 {
  display: none;
}

.privacy-page .menu_item:first-child {
  margin-bottom: 20px;
}

.privacy-page .menu_item {
  font-size: 2.4em;
  color: #FFFFFF;
}

.privacy-page .menu_link {
  transition: all 0.3s ease;
}

.privacy-page .menu_item:hover {
  opacity: 0.5;
  pointer-events: none;
}

.content__privacy {
  padding: 80px 0;
}

.content__privacy .center {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

.privacy h1 {
  color: #FFFFFF;
  font-size: 7.8em;
  font-weight: 500;
  margin-bottom: 20px;
}

.privacy h4 {
  color: #FFFFFF;
  font-size: 4.2em;
  font-weight: 500;
  margin-bottom: 20px;
}

.privacy p {
  font-size: 1.8em;
  margin-bottom: 20px;
}

.privacy ol {
  margin-bottom: 20px;
}

.privacy li {
  font-size: 1.8em;
  list-style: disc inside;
}

.privacy a {
  transition: all 0.3s ease;
}

.privacy a:hover {
  opacity: 0.8;
}

.privacy-page .footer_wrap {
  color: rgba(255, 255, 255, 0.50);
  text-shadow: none;
  padding: 40px;
}

@media screen and (min-width: 1921px) {
  body {
    font-size: 75%;
  }
}

@media screen and (min-width: 2600px) {
  body {
    font-size: 100%;
  }
}

@media screen and (min-width: 3500px) {
  body {
    font-size: 150%;
  }
}

@media screen and (max-width: 1700px),
(max-height: 1065px) {
  body {
    font-size: 55%;
  }
}

@media screen and (max-width: 1520px),
(max-height: 920px) {
  body {
    font-size: 48%;
  }
}

@media screen and (max-width: 1350px),
(max-height: 830px) {
  body {
    font-size: 42%;
  }

  .main-page .header_logo,
  .offer .header_logo {
    top: 26px;
    left: 26px;
  }

  .main-page .footer,
  .offer .footer {
    bottom: 26px;
    left: 26px;
    width: calc(100% - 52px);
  }

  .block-item {
    padding: 26px;
  }

  .block-item__img {
    padding: 0;
  }

  .block-item__pb-big {
    padding-bottom: 68px;
  }

  .nav {
    top: 26px;
  }

  .nav_item {
    margin-bottom: 13px;
  }

  .contact-us_fields {
    height: calc(100% - 70px);
  }

  .contact-us_button {
    height: 48px;
    min-width: 200px;
  }

  .block__6 .block-item__big .text__title-big,
  .block__7 .text__title-big {
    font-size: 6em;
  }

  .block__10 .text__title-medium,
  .block__7 .text__title-medium {
    font-size: 4em;
  }

  .footer_wrap {
    max-width: calc(50% - 26px);
  }
}

@media screen and (max-width: 1024px) {

  .main-page,
  .offer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: initial;
    overflow-x: hidden;
    background: #000000;
  }

  .mob-hide {
    display: none !important;
  }

  .web-hide {
    display: block;
  }

  .mob-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .mob-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .mob-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .mob-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .header {
    background: #000000;
  }

  .header_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
  }

  .privacy-page .header_wrap {
    padding: 20px;
  }

  .main-page .header_logo,
  .offer .header_logo {
    position: static;
  }

  .header_hamburger {
    display: block;
    margin: 0 0 0 auto;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 42px;
    height: 42px;
  }

  .header.is-open {
    position: fixed;
    width: 100%;
  }

  .header .header_menu {
    position: fixed;
    top: 82px;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header_menu.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 40;
  }

  .header_menu .menu_item {
    color: #FFFFFF;
    font-size: 42px;
    margin: 0 0 40px;
  }

  .header_menu .menu_item.is-active {
    opacity: 0.5;
    pointer-events: none;
  }

  .header_menu .menu_item__contact-us {
    color: #FBCD09;
  }

  .privacy-page .menu_items__2 {
    display: block;
  }

  .privacy-page .menu_item:first-child {
    margin-bottom: 40px;
  }

  .content {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: initial;
    overflow-x: hidden;
  }

  .content__privacy {
    padding: 20px 0;
  }

  .block {
    height: auto;
    overflow: initial;
  }

  .block-item {
    padding: 20px;
    height: auto;
  }

  .block-item {
    width: 100%;
  }

  .block-item__img {
    padding: 0;
    max-height: 70vw;
  }

  .text__title-big {
    font-size: 54px;
  }

  .text__title-medium,
  .text__title-small {
    font-size: 32px;
  }

  .block-item.block-item__texts .text__title,
  .block-item.block-item__texts .text__small {
    max-width: 100%;
    width: 100%;
  }

  .block-item.block-item__texts .text__small {
    font-size: 18px;
    margin-top: 10px;
  }

  .block__3 .block-item__center {
    padding-bottom: 0;
  }

  .block__3 .text__title-medium {
    margin-bottom: 10px;
  }

  .block-item__accent .text__title-medium {
    margin-top: 20px;
  }

  .block_slider-custom {
    display: block;
    width: 100%;
  }

  .block_wrap__slider .block-item,
  .block_slider-custom .block-item {
    height: 100%;
    min-height: 310px;
    background: #FFFFFF;
    color: #000000;
  }

  .block__8 .block_wrap__slider .block-item {
    min-height: 160px;
  }

  .block_wrap__slider .slick-list,
  .block_slider-custom .slick-list {
    margin-left: -60px;
  }

  .slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
  }

  .slick-dots li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0;
    height: 10px;
  }

  .slick-dots li.slick-active {
    background: #000000;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }

  .block__6 .block-item__big.block-item__dark {
    padding-top: 20px;
  }

  .block__6 .block-item__big .text__title-big,
  .block__7 .text__title-big {
    font-size: 54px;
  }

  .block__10 .text__title-medium,
  .block__7 .text__title-medium {
    font-size: 32px;
  }

  .field_error {
    font-size: 14px;
    position: static;
  }

  .contact-us_success {
    font-size: 32px;
  }

  .contact-us_button {
    height: 65px;
    width: 100%;
    font-size: 18px;
  }

  .main-page .footer,
  .offer .footer {
    position: static;
    margin-top: auto;
    width: 100%;
  }

  .footer {
    background: #000000;
    font-size: 18px;
  }

  .footer_wrap {
    padding: 20px;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: initial;
    justify-content: initial;
    max-width: initial;
    color: rgba(255, 255, 255, 0.50);
    text-shadow: none;
  }

  .privacy-page .footer_wrap {
    padding: 20px;
  }

  .footer_menu-item {
    margin: 0 40px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .block-item__img {
    max-height: 100vw;
  }
}

@media screen and (max-width: 360px) {
  .text__title-big {
    font-size: 40px;
  }

  .text__title-medium,
  .text__title-small,
  .block__10 .text__title-medium {
    font-size: 24px;
  }

  .header_menu .menu_item,
  .privacy-page .menu_item:first-child {
    font-size: 24px;
    margin-bottom: 30px;
  }
}