@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.header {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #212A2F; }
  .header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    padding: 11px 0;
    overflow: visible; }
    @media (max-width: 1024px) {
      .header__nav {
        align-items: flex-start; } }
    @media (max-width: 320px) {
      .header__nav {
        flex-direction: column; } }
  .header__links {
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
    overflow-y: hidden; }
    @media (max-width: 1024px) {
      .header__links {
        display: none; } }
  .header__link {
    margin-left: 36px;
    cursor: pointer;
    transition: color 0.3s ease; }
    .header__link:first-child {
      margin-left: 0; }
    .header__link:last-child {
      margin-left: 40px; }
    .header__link:hover {
      color: #898989; }
    .header__link a {
      color: #212A2F;
      transition: color 0.3s ease; }
    .header__link a:hover {
      color: #898989; }
  .header__logo {
    width: 120px;
    margin-left: 83px; }
    @media (max-width: 1024px) {
      .header__logo {
        margin-top: 20px; } }
    @media (max-width: 729px) {
      .header__logo {
        margin-left: 31px; } }
  .header__mobile-hamburger {
    display: none;
    overflow-x: visible; }
    @media (max-width: 1024px) {
      .header__mobile-hamburger {
        display: block;
        height: 64px; } }
    @media (max-width: 544px) {
      .header__mobile-hamburger {
        width: 39%; } }
    @media (max-width: 360px) {
      .header__mobile-hamburger {
        width: 46%; } }
    @media (max-width: 320px) {
      .header__mobile-hamburger {
        width: 100%;
        height: 0; } }
  .header__mobile-openBtn {
    width: 42px;
    display: block;
    margin-top: 20px; }
    @media (max-width: 729px) {
      .header__mobile-openBtn {
        margin-left: auto;
        margin-right: 33px; } }
    @media (max-width: 320px) {
      .header__mobile-openBtn {
        position: absolute;
        right: 0;
        top: 11px; } }
    @media (max-width: 290px) {
      .header__mobile-openBtn {
        margin-right: 25px; } }
  .header__mobile-menu {
    opacity: 0;
    transition: opacity 0.3s ease-out;
    color: #fff; }
  .header__mobile-menu.active {
    text-align: left;
    margin-right: 84px;
    background: #000;
    color: #fff;
    padding: 20px 16px 10px 31px;
    position: relative;
    opacity: 1;
    width: 100%;
    z-index: 99; }
    @media (max-width: 544px) {
      .header__mobile-menu.active {
        padding: 20px 16px 10px 21px; } }
    @media (max-width: 429px) {
      .header__mobile-menu.active {
        padding: 20px 6px 10px 15px; } }
    @media (max-width: 320px) {
      .header__mobile-menu.active {
        margin-top: 10px; } }
  .header__mobile-close {
    position: absolute;
    right: 0;
    padding: 7px 6px 0 0;
    top: 0;
    font-size: 14px;
    width: 27px;
    height: 30px;
    display: flex;
    justify-content: right;
    align-items: start; }
  .header__mobile-link {
    margin-top: 20px; }
    @media (max-width: 429px) {
      .header__mobile-link {
        font-size: 11px; } }
  .header__mobile-link:first-child {
    margin-top: 0; }
  .header__mobile-link a {
    color: #fff; }
  .header__mobile-icons {
    display: flex;
    margin-top: 33px; }
  .header__mobile-icon {
    opacity: 0; }
  .header__mobile-menu.active .header__mobile-icon {
    margin-left: 12px;
    filter: invert(1);
    opacity: 1; }
    .header__mobile-menu.active .header__mobile-icon:first-child {
      margin-left: 0;
      filter: invert(1); }
  .header__icons {
    display: flex;
    align-items: center;
    position: relative;
    top: 3px; }
  .header__icon {
    margin-left: 18px; }
    .header__icon:first-child {
      margin-left: 20px; }
    .header__icon:last-child {
      margin-left: 21px;
      position: relative; }
      .header__icon:last-child::before {
        content: '0';
        position: absolute;
        width: 7px;
        height: 14px;
        top: -10px;
        bottom: 0;
        margin: auto;
        left: 7px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center; }

.footer {
  margin-top: 48px;
  background: #212A2F;
  padding-top: 72px;
  padding: 0 54px 90.3px; }
  .footer__links {
    display: flex;
    flex-wrap: wrap;
    color: #fff; }
  .footer__block {
    padding-top: 72px;
    padding-right: 10%; }
  .footer__block, .footer__info, .footer__copyright {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF; }
  .footer__title {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .footer ul {
    list-style: none; }
  .footer li, .footer__descr {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
    list-style: none;
    overflow: hidden;
    margin-top: 16px; }
    .footer li:first-child, .footer__descr:first-child {
      margin-top: 21px; }
  .footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 769px) {
      .footer__info {
        padding-right: 138px; } }
  .footer__txt-info, .footer__lang {
    padding-top: 72px; }
  @media (max-width: 1024px) {
    .footer__icon {
      width: 24px; } }
  .footer__copyright {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 126px; }

.video-bg {
  position: relative;
  text-align: left;
  height: 71.5vh;
  overflow-y: hidden; }
  @media (max-width: 1024px) {
    .video-bg {
      height: auto; } }
  .video-bg__video {
    width: 97.6%;
    margin-left: auto;
    object-fit: cover;
    height: 100%; }
    @media (max-width: 1024px) {
      .video-bg__video {
        display: none; } }
  .video-bg__mobile {
    width: 97.6%;
    margin-left: auto;
    object-fit: cover;
    height: 100%;
    display: none;
    filter: brightness(0.29);
    width: 100%; }
    @media (max-width: 1024px) {
      .video-bg__mobile {
        display: initial;
        height: 73vh; } }
  .video-bg__content {
    position: absolute;
    bottom: 66px;
    left: 20px;
    text-align: left; }
    @media (max-width: 1024px) {
      .video-bg__content {
        left: 0;
        right: 0;
        margin: auto 0;
        width: 100%; } }
  .video-bg__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 63px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-transform: none;
    overflow: hidden; }
    @media (max-width: 773px) {
      .video-bg__title {
        font-size: 40px; } }
    @media (max-width: 618px) {
      .video-bg__title {
        font-size: 30px; } }
    @media (max-width: 478px) {
      .video-bg__title {
        font-size: 31px;
        margin: 0 auto;
        width: 70%;
        line-height: 28px; } }
  .video-bg__description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-top: 13px;
    text-transform: none;
    overflow: hidden; }
    @media (max-width: 773px) {
      .video-bg__description {
        font-size: 15px; } }
    @media (max-width: 571px) {
      .video-bg__description {
        margin-top: 3px; } }
    @media (max-width: 478px) {
      .video-bg__description {
        margin-top: 0;
        font-size: 15px;
        width: 75%;
        margin: 0 auto;
        line-height: 15px;
        margin-top: 18px; } }
  @media (max-width: 1024px) {
    .video-bg__text {
      text-align: center; } }
  .video-bg__buttons {
    margin-top: 25px; }
    @media (max-width: 1024px) {
      .video-bg__buttons {
        text-align: center; } }
    @media (max-width: 415px) {
      .video-bg__buttons {
        width: 65%;
        margin: 0 auto;
        margin-top: 27px; } }
  .video-bg__button {
    color: #212A2F;
    font-size: 14px;
    background: #fff;
    padding-left: 46px;
    padding-right: 45px; }
    @media (max-width: 450px) {
      .video-bg__button {
        padding-left: 35px;
        padding-right: 35px; } }
    @media (max-width: 415px) {
      .video-bg__button {
        font-size: 13.1px;
        width: 63%; } }
    @media (max-width: 338px) {
      .video-bg__button {
        padding-left: 22px;
        padding-right: 21px; } }
  .video-bg__button:not(.video-bg__button:first-child) {
    margin-left: 24px; }
    @media (max-width: 415px) {
      .video-bg__button:not(.video-bg__button:first-child) {
        margin-left: 0;
        margin-top: 14px;
        width: 63%; } }

.tabs__menu {
  width: 100%;
  border-bottom: 2px solid #D3D4D5;
  width: 83%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media (max-width: 758px) {
    .tabs__menu {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 0; } }
  @media (max-width: 481px) {
    .tabs__menu {
      width: 93%; } }

.tabs__link {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #212A2F;
  display: inline;
  margin-left: 72px;
  padding: 0 30px;
  padding-bottom: 12px;
  cursor: pointer; }
  .tabs__link:first-child {
    margin-left: 0; }
  @media (max-width: 1032px) {
    .tabs__link {
      font-size: 14px;
      padding-bottom: 16px; } }
  @media (max-width: 968px) {
    .tabs__link {
      font-size: 12px;
      margin-left: 44px; } }
  @media (max-width: 834px) {
    .tabs__link {
      font-size: 12px;
      margin-left: 12px; } }
  @media (max-width: 758px) {
    .tabs__link {
      font-size: 14px;
      margin-left: -2px;
      padding-bottom: 19px; } }
  @media (max-width: 434px) {
    .tabs__link {
      padding: 0 23px;
      font-size: 12.5px;
      margin-left: 0; } }
  @media (max-width: 372px) {
    .tabs__link {
      font-size: 11.5px;
      padding-left: 4px;
      padding-right: 3.5px;
      margin-left: 12px; } }
  @media (max-width: 308px) {
    .tabs__link {
      padding-left: 4px;
      padding-right: 3.5px;
      margin-left: 0; } }

.tabs__link.active {
  border-bottom: 2px solid #000; }

.tabs__blocks {
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 0; }
  @media (max-width: 1024px) {
    .tabs__blocks {
      flex-direction: column;
      align-items: center; } }

.tabs__blocks.active {
  opacity: 1;
  margin-top: 34px;
  width: auto; }

.tabs__top {
  width: 100%;
  position: relative; }
  @media (max-width: 1024px) {
    .tabs__top {
      height: 100%; } }

.tabs__blocks .tabs__block {
  height: 0px;
  margin: 0px; }

.tabs__blocks.active .tabs__block {
  margin-left: 24px;
  position: relative;
  height: auto; }
  .tabs__blocks.active .tabs__block:first-child {
    margin-left: 0;
    margin-top: 0; }
  @media (max-width: 1294px) {
    .tabs__blocks.active .tabs__block {
      width: 25%; } }
  @media (max-width: 1024px) {
    .tabs__blocks.active .tabs__block {
      margin-left: 0;
      width: 36%;
      margin-top: 59px; } }
  @media (max-width: 502px) {
    .tabs__blocks.active .tabs__block {
      width: 78%; } }

@media (max-width: 1294px) {
  .tabs__bg {
    width: 100%; } }

.tabs__buttons {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.tabs__button {
  width: 276px;
  padding: 17px 0 15px;
  background: #fff;
  color: #000; }
  @media (max-width: 1228px) {
    .tabs__button {
      width: 79.1%; } }

.tabs__button:last-child {
  margin-top: 12px; }

.tabs__name {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.5px;
  color: #212A2F;
  border-bottom: 1px solid #D3D4D5;
  padding: 17px 0 10px; }
  @media (max-width: 1024px) {
    .tabs__name {
      padding: 3px 0 10px; } }

.tabs__description {
  display: flex;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #212A2F; }
  .tabs__description img {
    width: 30px;
    margin-right: 12px; }
    @media (max-width: 769px) {
      .tabs__description img {
        width: 15px;
        margin-right: 7px; } }

.bg-content__image {
  width: 97.6%;
  margin-left: auto;
  object-fit: cover;
  height: 100%; }

@media (max-width: 1024px) {
  .bg-content__title {
    width: 80%;
    margin: 0 auto;
    margin-top: 13px; } }

@media (min-width: 1024px) {
  .bg-content__title {
    margin-top: 52px; } }

.bg-content__description {
  width: 51%;
  margin: 0 auto;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #212A2F; }
  .bg-content__description.lighter {
    font-weight: 400; }
  @media (max-width: 1024px) {
    .bg-content__description {
      width: 88%;
      margin: 0 auto;
      margin-top: 7px; } }
  @media (min-width: 1024px) {
    .bg-content__description {
      margin-top: 30px; } }

.bg-content__buttons {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
  gap: 24px;
  margin-top: 4px; }
  @media (max-width: 1024px) {
    .bg-content__buttons {
      width: 90%;
      margin: 0 auto;
      margin-top: 20px; } }

.bg-content__button {
  background: #212A2F;
  border: 2px solid #212A2F;
  color: #FFFFFF;
  padding-left: 146px;
  padding-right: 145px;
  display: block;
  margin: 0 auto;
  margin-top: 30px; }
  @media (max-width: 379px) {
    .bg-content__button {
      padding-left: 26px;
      padding-right: 25px; } }
  @media (max-width: 569px) {
    .bg-content__button {
      padding-left: 76px;
      padding-right: 76px; } }

.bg-content__buttons .bg-content__button {
  background: #212A2F;
  border: 2px solid #212A2F;
  color: #FFFFFF;
  padding-left: 46px;
  padding-right: 45px; }
  @media (max-width: 379px) {
    .bg-content__buttons .bg-content__button {
      padding-left: 26px;
      padding-right: 25px; } }

.slider {
  text-align: center;
  margin: 0 auto;
  margin-top: 120px; }
  @media (min-width: 1025px) {
    .slider {
      width: 83% !important;
      margin: 0 auto;
      margin-top: 24px;
      height: 81vh !important; } }
  .slider .title {
    text-align: left;
    margin-top: 25px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .slider .title {
        margin-top: 0; } }
  .slider__content {
    position: relative;
    height: 100%;
    overflow-y: hidden;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 416px) {
      .slider__content {
        margin-top: 9px; } }
    @media (min-width: 1025px) {
      .slider__content {
        margin-top: 9px; } }
  .slider__arrow {
    display: flex;
    align-items: center;
    justify-content: center; }
  .slider__arrow-img {
    transform: rotate(-40.85deg);
    background: #fff;
    border: 1px solid #D3D4D5;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
    width: 48px;
    height: 48px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; }
    .slider__arrow-img img {
      transform: rotate(34deg); }

.slide {
  display: flex;
  align-items: center;
  height: 100%;
  width: 33%; }
  .slide__image {
    width: 100%;
    height: 50%;
    object-fit: cover; }
    @media (max-width: 416px) {
      .slide__image {
        height: 28%; } }
    @media (min-width: 1025px) {
      .slide__image {
        height: 74%; } }
  .slide__text {
    overflow-y: hidden; }
    .slide__text h4 {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      line-height: 29px;
      letter-spacing: 0.5px;
      color: #212A2F; }
      @media (max-width: 416px) {
        .slide__text h4 {
          font-size: 19px; } }
    .slide__text p {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.5px;
      color: #212A2F; }
  .slide__element {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-left: 24px; }
    .slide__element:first-child {
      margin-left: 0; }
    @media (max-width: 679px) {
      .slide__element {
        margin-left: 12px; } }

.form form {
  width: 60%;
  margin: 0 auto;
  display: flex; }
  @media (max-width: 705px) {
    .form form {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 571px) {
    .form form {
      width: 77%; } }
  @media (max-width: 498px) {
    .form form {
      width: 100%; } }

.form__description {
  width: 80%;
  margin: 0 auto;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #212A2F;
  margin-top: 22px;
  margin-bottom: 12px; }

.form__input {
  font-family: 'Roboto';
  font-style: normal;
  border: none;
  border-bottom: 2px solid #212A2F;
  width: 80%;
  padding: 22px 0 14px 12px;
  font-size: 16px; }
  .form__input::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.22); }
  .form__input:focus {
    border-bottom: 2px solid rgba(0, 0, 0, 0.667);
    outline: none; }

.form__button {
  background: #212A2F;
  border: 2px solid #212A2F;
  border-radius: 2px;
  padding: 17px 20px 15px 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: 12px; }
  @media (max-width: 705px) {
    .form__button {
      width: 80%;
      margin: 0 auto;
      margin-top: 20px;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -khtml-border-radius: 0px; } }

.form__notes {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #74797C; }
  .form__notes-links {
    margin-left: 15px; }
  @media (max-width: 1024px) {
    .form__notes {
      flex-direction: column; } }

.form__link:nth-child(2) {
  margin-left: 8px; }

.favorites {
  margin-top: 120px;
  position: relative;
  left: -36px; }
  @media (max-width: 1024px) {
    .favorites {
      left: -3px; } }
  @media (max-width: 769px) {
    .favorites {
      margin-top: 76px; } }
  .favorites__menu {
    margin-top: 33px;
    text-align: center; }

.slogan-one {
  margin-top: 138px; }
  @media (max-width: 1024px) {
    .slogan-one {
      margin-top: 82px; } }
  .slogan-one .title {
    font-size: 27px;
    line-height: 29px;
    overflow: hidden; }
  .slogan-one .description {
    font-size: 16px;
    line-height: 19px;
    margin-top: 18px; }

@media (max-width: 1024px) {
  .slogan-two {
    margin-top: 95px; } }

.slogan-three {
  margin-top: 80px; }
  .slogan-three .title {
    margin-top: 20px; }

.contact-form {
  margin-top: 78px; }
  @media (max-width: 1024px) {
    .contact-form {
      margin-top: 87px; } }

body {
  width: 100vw;
  margin: 0; }
  @media (min-width: 1024px) {
    body {
      height: 100vh; } }

body,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden; }

a {
  text-decoration: none;
  cursor: pointer; }

button {
  padding-top: 17px;
  padding-bottom: 15px;
  border-radius: 2px;
  border: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer; }

li {
  list-style: none; }

.title {
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #212A2F; }

.made-by {
  font-family: 'Roboto';
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 12px 16px;
  background: #fff;
  border-radius: 2px; }
