@import url(https://fonts.cdnfonts.com/css/inter);
@font-face {
  font-family: 'Trakis';
  src: url(../font/trakis-font.eot);
  src: local("Trakis"), url(../font/trakis-font.woff2) format("woff2"), url(../font/trakis-font.woff) format("woff"), url(../font/trakis-font.ttf) format("truetype");
  font-weight: 400; }

* {
  box-sizing: border-box;
  flex-shrink: 0; }

body {
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden; }
  body.no-scroll {
    height: 100vh;
    overflow: hidden; }

a {
  text-decoration: none; }

p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

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

.container {
  width: 1820px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative; }
  .container.hide {
    width: 100%;
    padding: 0;
    margin: 0; }
  @media screen and (max-width: 1820px) {
    .container {
      width: 1440px; } }
  @media screen and (max-width: 1440px) {
    .container {
      width: 1280px; } }
  @media screen and (max-width: 1280px) {
    .container {
      width: 1024px; } }
  @media screen and (max-width: 1024px) {
    .container {
      width: 834px; } }
  @media screen and (max-width: 833px) {
    .container {
      width: 100%;
      padding: 0 20px; } }

.btn {
  display: flex;
  align-items: center;
  transition: .3s;
  cursor: pointer;
  flex-shrink: inherit; }
  .btn__text {
    color: #272727;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-right: 20px;
    transition: .3s; }
    @media screen and (max-width: 833px) {
      .btn__text {
        font-size: 18px; } }
  .btn__icon {
    width: 40px;
    height: 20px; }
  .btn:hover .btn__text {
    margin-right: 25px; }

.header {
  padding: 20px 0; }
  .header__logo {
    width: 225px; }
    .header__logo img {
      width: 100%; }
    @media screen and (max-width: 833px) {
      .header__logo {
        width: 185px; } }
  .header__flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__right {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1280px) {
      .header__right {
        display: none; } }
  .header__nav {
    margin-right: 90px; }
    @media screen and (max-width: 1440px) {
      .header__nav {
        margin-right: 60px; } }
    .header__nav ul {
      display: flex;
      align-items: center; }
      .header__nav ul li {
        margin-right: 60px; }
        @media screen and (max-width: 1440px) {
          .header__nav ul li {
            margin-right: 30px; } }
        .header__nav ul li a {
          font-family: 'Inter', sans-serif;
          color: #272727;
          font-size: 18px;
          font-weight: 400;
          line-height: 22px;
          text-align: left;
          transition: .3s; }
          .header__nav ul li a:hover {
            opacity: .7; }
        .header__nav ul li:last-child {
          margin-right: 0; }
  .header__lang {
    font-weight: 600;
    position: relative;
    cursor: pointer; }
    .header__lang .trp-language-switcher {
      width: 96px; }
    .header__lang .trp-language-switcher > div {
      border: none;
      background-position: calc(100% - 40px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px); }
    .header__lang .trp-language-switcher > div > a {
      color: #272727;
      font-size: 18px;
      font-weight: 600;
      line-height: 22px; }

.burger {
  display: none;
  cursor: pointer; }
  @media screen and (max-width: 1280px) {
    .burger {
      display: block; } }
  .burger svg path {
    transition: .3s; }
  .burger:hover svg path {
    fill: #fd6c03; }

.hero__flex {
  display: flex;
  padding: 155px 0 80px; }
  @media screen and (max-width: 1820px) {
    .hero__flex {
      flex-wrap: wrap; } }
  @media screen and (max-width: 1440px) {
    .hero__flex {
      padding: 80px 0; } }
  @media screen and (max-width: 833px) {
    .hero__flex {
      padding: 10px 0 30px; } }

.hero__left {
  max-width: 580px;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin-right: 183px; }
  @media screen and (max-width: 1820px) {
    .hero__left {
      margin-right: 50px; } }
  @media screen and (max-width: 1440px) {
    .hero__left {
      display: none; } }

.hero__right {
  max-width: 580px;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left; }
  @media screen and (max-width: 833px) {
    .hero__right {
      max-width: 100%;
      font-size: 14px;
      line-height: 20px; } }

.hero__title-mobile {
  display: none;
  font-family: 'Trakis', sans-serif;
  color: black;
  font-size: 140px;
  font-weight: 750;
  line-height: 114px;
  text-transform: uppercase; }
  @media screen and (max-width: 833px) {
    .hero__title-mobile {
      display: flex;
      flex-wrap: wrap;
      max-width: 400px;
      margin: auto;
      margin-bottom: 30px; } }
  .hero__title-mobile-top {
    width: 100%; }
  .hero__title-mobile-middle {
    width: 100%;
    text-align: center; }
  .hero__title-mobile-low {
    width: 100%;
    text-align: left; }
  .hero__title-mobile-bottom {
    width: 100%;
    text-align: right; }

.hero__img img {
  width: 100%;
  height: inherit; }
  @media screen and (max-width: 833px) {
    .hero__img img {
      height: 320px; } }

.about {
  padding: 100px 0; }
  @media screen and (max-width: 833px) {
    .about {
      padding: 50px 0; } }
  .about__flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1820px) {
      .about__flex {
        flex-wrap: wrap; } }
  .about__title {
    font-family: 'Trakis', sans-serif;
    width: 35%;
    color: #272727;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-align: left;
    text-transform: uppercase; }
    @media screen and (max-width: 1820px) {
      .about__title {
        width: 30%; } }
    @media screen and (max-width: 1440px) {
      .about__title {
        width: 100%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .about__title {
        font-size: 40px;
        line-height: 40px; } }
  .about__box {
    width: 65%; }
    @media screen and (max-width: 1820px) {
      .about__box {
        width: 70%; } }
    @media screen and (max-width: 1440px) {
      .about__box {
        width: 100%; } }
  .about__text-box {
    display: flex;
    margin-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      .about__text-box {
        flex-wrap: wrap; } }
    @media screen and (max-width: 833px) {
      .about__text-box {
        margin-bottom: 30px; } }
  .about__text {
    width: 580px;
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left; }
    .about__text:first-child {
      margin-right: 30px; }
    @media screen and (max-width: 1820px) {
      .about__text {
        width: 480px; } }
    @media screen and (max-width: 1440px) {
      .about__text {
        width: 100%; }
        .about__text:first-child {
          margin-right: 0;
          margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .about__text {
        font-size: 14px;
        line-height: 20px; } }

.numbers__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
  margin-bottom: 100px; }
  @media screen and (max-width: 1440px) {
    .numbers__flex {
      flex-wrap: wrap;
      border-bottom: 1px solid #272727;
      margin-bottom: 50px; } }
  @media screen and (max-width: 833px) {
    .numbers__flex {
      padding: 30px 0; } }

.numbers__box {
  width: 24%;
  border-right: 1px solid #272727; }
  .numbers__box:last-child {
    border-right: 0; }
  @media screen and (max-width: 1440px) {
    .numbers__box {
      width: 50%;
      border-right: none;
      margin-bottom: 30px; }
      .numbers__box:nth-child(3), .numbers__box:nth-child(4) {
        margin-bottom: 0; } }

.numbers__bold {
  font-family: 'Trakis', sans-serif;
  color: #272727;
  font-size: 82px;
  font-weight: 300;
  line-height: 67px;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 833px) {
    .numbers__bold {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 10px; } }

.numbers__normal {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: center; }
  @media screen and (max-width: 833px) {
    .numbers__normal {
      font-size: 14px;
      line-height: 20px;
      max-width: 160px;
      margin: auto; } }

.numbers__title-mobile {
  display: none;
  font-size: 40px;
  line-height: 40px;
  color: #272727;
  font-family: 'Trakis', sans-serif;
  font-weight: 750;
  text-transform: uppercase;
  max-width: 350px;
  margin: auto auto 30px; }
  @media screen and (max-width: 833px) {
    .numbers__title-mobile {
      display: block; } }

.numbers__title-top {
  display: block;
  width: 100%;
  text-align: left; }

.numbers__title-bottom {
  display: block;
  width: 100%;
  text-align: right; }

.static-image {
  width: 100%;
  overflow: hidden; }
  .static-image__img {
    width: 100%; }
    .static-image__img img {
      width: 100%;
      object-fit: cover; }

.services__flex {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  border-bottom: 1px solid #cdd4dc; }
  @media screen and (max-width: 1440px) {
    .services__flex {
      flex-wrap: wrap; } }
  @media screen and (max-width: 833px) {
    .services__flex {
      padding: 50px 0; } }

.services__left {
  width: 50%;
  margin-right: 30px; }
  @media screen and (max-width: 1440px) {
    .services__left {
      width: 100%;
      margin-right: 0; } }

.services__right {
  width: 47%; }
  @media screen and (max-width: 1440px) {
    .services__right {
      width: 100%; } }

.services__title {
  font-family: 'Trakis', sans-serif;
  color: #272727;
  font-size: 72px;
  font-weight: 750;
  line-height: 59px;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (max-width: 1440px) {
    .services__title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 833px) {
    .services__title {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 30px; } }

.services__text {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left; }
  @media screen and (max-width: 833px) {
    .services__text {
      font-size: 14px;
      line-height: 20px; } }

.design-one__flex {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 100px;
  border-bottom: 1px solid #cdd4dc; }
  @media screen and (max-width: 1440px) {
    .design-one__flex {
      flex-wrap: wrap; } }
  @media screen and (max-width: 833px) {
    .design-one__flex {
      padding: 50px 0; } }

.design-one__left {
  width: 50%;
  margin-right: 30px; }
  @media screen and (max-width: 1440px) {
    .design-one__left {
      width: 100%;
      margin-right: 0; } }

.design-one__title {
  font-family: 'Trakis', sans-serif;
  color: #272727;
  font-size: 72px;
  font-weight: 750;
  line-height: 59px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .design-one__title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 833px) {
    .design-one__title {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 30px; } }

.design-one__right {
  width: 47%; }
  @media screen and (max-width: 1440px) {
    .design-one__right {
      width: 100%; } }

.design-one__text {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .design-one__text {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px; } }

.design-one__img {
  width: 100%; }
  .design-one__img img {
    width: 100%;
    height: inherit; }
  @media screen and (max-width: 1440px) {
    .design-one__img {
      display: none; } }

.design-one__img-mobile {
  display: none; }
  .design-one__img-mobile img {
    width: 100%;
    height: inherit; }
  @media screen and (max-width: 1440px) {
    .design-one__img-mobile {
      display: block; } }

@media screen and (max-width: 1440px) {
  .design-one__btn {
    margin-bottom: 30px; } }

.design-two__flex {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  border-bottom: 1px solid #cdd4dc; }
  @media screen and (max-width: 1440px) {
    .design-two__flex {
      flex-wrap: wrap; } }
  @media screen and (max-width: 833px) {
    .design-two__flex {
      padding: 50px 0; } }

.design-two__left {
  width: 50%;
  margin-right: 30px; }
  @media screen and (max-width: 1440px) {
    .design-two__left {
      width: 100%;
      margin-right: 0; } }

.design-two__title {
  font-family: 'Trakis', sans-serif;
  color: #272727;
  font-size: 72px;
  font-weight: 750;
  line-height: 59px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .design-two__title {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 30px; } }

.design-two__text {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .design-two__text {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px; } }

.design-two__right {
  width: 47%; }
  @media screen and (max-width: 1440px) {
    .design-two__right {
      width: 100%; } }

.design-two__img {
  width: 100%; }
  .design-two__img img {
    width: 100%;
    height: inherit; }

@media screen and (max-width: 1440px) {
  .design-two__btn {
    margin-bottom: 30px; } }

.complex__flex {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  border-top: 1px solid #cdd4dc; }
  @media screen and (max-width: 1440px) {
    .complex__flex {
      flex-wrap: wrap; } }
  @media screen and (max-width: 833px) {
    .complex__flex {
      padding-top: 50px;
      padding-bottom: 30px; } }

.complex__left {
  width: 50%;
  margin-right: 30px; }
  @media screen and (max-width: 1440px) {
    .complex__left {
      width: 100%;
      margin-right: 0; } }

.complex__right {
  width: 47%; }
  @media screen and (max-width: 1440px) {
    .complex__right {
      width: 100%; } }

.complex__title {
  font-family: 'Trakis', sans-serif;
  color: #272727;
  font-size: 72px;
  font-weight: 750;
  line-height: 59px;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (max-width: 1440px) {
    .complex__title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 833px) {
    .complex__title {
      font-size: 40px;
      line-height: 40px; } }

.complex__text {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .complex__text {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px; } }

.video {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .video {
      margin-bottom: 50px; } }
  .video__box {
    width: 100%;
    height: 885px; }
    .video__box p {
      height: 100%;
      width: 100%; }
    @media screen and (max-width: 833px) {
      .video__box {
        height: 300px; } }

.together {
  width: 100%;
  overflow-x: hidden;
  padding: 97px 0;
  background: #272727; }
  @media screen and (max-width: 833px) {
    .together {
      padding: 30px 0; } }
  .together__flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1440px) {
      .together__flex {
        flex-wrap: wrap; } }
  .together__left {
    width: 50%;
    margin-right: 30px; }
    @media screen and (max-width: 1440px) {
      .together__left {
        width: 100%;
        margin-right: 0; } }
  .together__title {
    font-family: 'Trakis', sans-serif;
    color: white;
    font-size: 92px;
    font-weight: 750;
    line-height: 120px;
    text-align: left;
    text-transform: uppercase; }
    @media screen and (max-width: 1820px) {
      .together__title {
        font-size: 80px;
        line-height: 90px; } }
    @media screen and (max-width: 1440px) {
      .together__title {
        margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .together__title {
        font-size: 40px;
        line-height: 40px; } }
  .together__right {
    width: 47%; }
    @media screen and (max-width: 1440px) {
      .together__right {
        width: 100%; } }
  .together__text {
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin-bottom: 23px; }
    @media screen and (max-width: 1440px) {
      .together__text {
        margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .together__text {
        font-size: 14px;
        line-height: 20px; } }
  .together__btn {
    width: 428px;
    box-sizing: border-box;
    border: 2px solid white;
    padding: 21px 0;
    display: flex;
    justify-content: center;
    transition: .3s;
    cursor: pointer; }
    .together__btn:hover {
      background: #FD6C01;
      border: 2px solid transparent; }
    .together__btn .btn__text {
      color: #fff; }
    .together__btn .btn__icon svg path {
      fill: #fff; }
    @media screen and (max-width: 833px) {
      .together__btn {
        width: 100%;
        padding: 6px 0; } }

.our-project {
  padding: 100px 0;
  width: 100%;
  overflow-x: hidden; }
  @media screen and (max-width: 833px) {
    .our-project {
      padding: 50px 0; } }
  .our-project__title-box {
    display: flex;
    align-items: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 833px) {
      .our-project__title-box {
        margin-bottom: 30px; } }
  @media screen and (max-width: 1440px) {
    .our-project__btn-top {
      display: none; } }
  .our-project__btn-mobile {
    display: none; }
    @media screen and (max-width: 1440px) {
      .our-project__btn-mobile {
        display: flex;
        justify-content: center;
        margin-bottom: 50px; } }
    @media screen and (max-width: 833px) {
      .our-project__btn-mobile {
        margin-bottom: 0; } }
  .our-project__title {
    font-family: 'Trakis', sans-serif;
    color: #272727;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-align: left;
    text-transform: uppercase;
    margin-right: 150px; }
    @media screen and (max-width: 833px) {
      .our-project__title {
        font-size: 40px;
        line-height: 40px;
        margin-right: 0; } }
  .our-project__flex {
    display: flex;
    width: calc(100% + 30px);
    margin: 0 -15px; }
    @media screen and (max-width: 1440px) {
      .our-project__flex {
        flex-wrap: wrap;
        width: 100%;
        margin: 0; } }
    @media screen and (max-width: 1024px) {
      .our-project__flex {
        margin-bottom: 50px; } }
  .our-project__item {
    width: 31%;
    margin: 0 15px; }
    @media screen and (max-width: 1440px) {
      .our-project__item {
        width: 100%;
        margin: 0 0 26px; } }
    .our-project__item-big .our-project__img {
      height: 800px; }
      .our-project__item-big .our-project__img img {
        height: 100%;
        object-fit: cover; }
      @media screen and (max-width: 833px) {
        .our-project__item-big .our-project__img {
          height: 440px; } }
  .our-project__img {
    margin-bottom: 50px; }
    .our-project__img img {
      width: 100%; }
    @media screen and (max-width: 833px) {
      .our-project__img {
        margin-bottom: 30px; } }
  .our-project__name {
    color: #272727;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media screen and (max-width: 833px) {
      .our-project__name {
        font-size: 28px;
        line-height: 34px; } }
  .our-project__address {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin-bottom: 21px; }
    @media screen and (max-width: 833px) {
      .our-project__address {
        font-size: 14px;
        line-height: 20px; } }
  .our-project__decor {
    width: 275px;
    height: 275px;
    position: absolute;
    right: 0;
    bottom: 0; }
    .our-project__decor img {
      width: 100%; }
    @media screen and (max-width: 1440px) {
      .our-project__decor {
        margin: auto;
        position: relative; } }
    @media screen and (max-width: 1024px) {
      .our-project__decor {
        width: 165px;
        height: 165px; } }

.contact {
  background: #272727;
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 833px) {
    .contact {
      padding: 50px 0; } }
  .contact__flex {
    display: flex; }
    @media screen and (max-width: 1440px) {
      .contact__flex {
        flex-wrap: wrap-reverse; } }
  .contact__left {
    width: 855px;
    position: relative;
    z-index: 99;
    margin-right: 30px; }
    @media screen and (max-width: 1820px) {
      .contact__left {
        width: 650px; } }
    @media screen and (max-width: 1440px) {
      .contact__left {
        width: 100%;
        margin-right: 0; } }
  .contact__title {
    font-family: 'Trakis', sant-serif;
    color: white;
    font-size: 82px;
    font-weight: 750;
    line-height: 92px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 164px; }
    @media screen and (max-width: 1440px) {
      .contact__title {
        display: none; } }
  .contact__title-mobile {
    font-family: 'Trakis', sant-serif;
    color: white;
    font-size: 82px;
    font-weight: 750;
    line-height: 92px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px;
    display: none; }
    @media screen and (max-width: 1440px) {
      .contact__title-mobile {
        display: block; } }
    @media screen and (max-width: 833px) {
      .contact__title-mobile {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .contact__img {
    width: 428px; }
    .contact__img img {
      width: 100%; }
    @media screen and (max-width: 833px) {
      .contact__img {
        width: 100%; } }
  .contact__right {
    width: 733px;
    position: relative;
    z-index: 99; }
    @media screen and (max-width: 1440px) {
      .contact__right {
        width: 100%; } }
  .contact__name {
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px; }
    @media screen and (max-width: 833px) {
      .contact__name {
        font-size: 18px;
        line-height: 24px; } }
  .contact__position {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    margin-bottom: 30px; }
    @media screen and (max-width: 833px) {
      .contact__position {
        margin-bottom: 20px; } }
  .contact__image-decor {
    width: 1290px;
    height: 1290px;
    position: absolute;
    left: -367px;
    bottom: -350px; }
    .contact__image-decor img {
      width: 100%; }
    @media screen and (max-width: 833px) {
      .contact__image-decor {
        width: 850px;
        height: 850px;
        position: absolute;
        left: -310px;
        bottom: -177px; } }
  .contact__nesessary {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left; }
    @media screen and (max-width: 1440px) {
      .contact__nesessary {
        display: none; } }

.hero-form {
  margin-bottom: 70px; }
  .hero-form__box {
    margin-bottom: 50px; }
    @media screen and (max-width: 833px) {
      .hero-form__box {
        margin-bottom: 20px; } }
    .hero-form__box label {
      display: block;
      width: 100%;
      color: white;
      font-size: 16px;
      font-weight: 600;
      line-height: 19px;
      text-align: left;
      margin-bottom: 10px; }
      @media screen and (max-width: 833px) {
        .hero-form__box label {
          font-size: 14px;
          line-height: 17px; } }
    .hero-form__box input {
      width: 100%;
      background: transparent;
      border: none;
      padding-bottom: 30px;
      padding-top: 10px;
      border-bottom: 1px solid #e5e7ed;
      outline: none;
      color: #a7a9bb;
      font-size: 24px;
      font-weight: 400;
      line-height: 29px;
      text-align: left; }
      @media screen and (max-width: 833px) {
        .hero-form__box input {
          font-size: 20px;
          line-height: 24px;
          padding-bottom: 10px;
          padding-top: 0; } }
      .hero-form__box input::-webkit-input-placeholder {
        color: #a7a9bb;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        text-align: left; }
        @media screen and (max-width: 833px) {
          .hero-form__box input::-webkit-input-placeholder {
            font-size: 20px;
            line-height: 24px; } }
      .hero-form__box input::-moz-placeholder {
        color: #a7a9bb;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        text-align: left; }
        @media screen and (max-width: 833px) {
          .hero-form__box input::-moz-placeholder {
            font-size: 20px;
            line-height: 24px; } }
      .hero-form__box input:-ms-input-placeholder {
        color: #a7a9bb;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        text-align: left; }
        @media screen and (max-width: 833px) {
          .hero-form__box input:-ms-input-placeholder {
            font-size: 20px;
            line-height: 24px; } }
      .hero-form__box input:-moz-placeholder {
        color: #a7a9bb;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        text-align: left; }
        @media screen and (max-width: 833px) {
          .hero-form__box input:-moz-placeholder {
            font-size: 20px;
            line-height: 24px; } }
  .hero-form__nesessary {
    display: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    margin-bottom: 30px; }
    @media screen and (max-width: 833px) {
      .hero-form__nesessary {
        display: block; } }
  .hero-form__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 428px;
    transition: .3s;
    background: transparent;
    border: 2px solid #a7a9bb;
    padding: 21px 0; }
    .hero-form__btn .btn__text {
      color: #a7a9bb;
      transition: .3s; }
    .hero-form__btn .btn__icon svg path {
      transition: .3s;
      fill: #a7a9bb; }
    @media screen and (max-width: 833px) {
      .hero-form__btn {
        width: 100%;
        padding: 6px 0; } }
    .hero-form__btn:hover {
      background: #FD6C01;
      border: 2px solid transparent; }
      .hero-form__btn:hover .btn__text {
        color: #fff; }
      .hero-form__btn:hover .btn__icon svg path {
        fill: #fff; }

.footer__flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1440px) {
    .footer__flex {
      flex-wrap: wrap; } }

.footer__logo {
  width: 426px; }
  .footer__logo img {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .footer__logo {
      text-align: center; } }
  @media screen and (max-width: 833px) {
    .footer__logo {
      width: 205px;
      margin: auto; } }

.footer__white {
  padding: 50px 0;
  background: #F3F3F5; }

.footer__black {
  background: #272727;
  padding: 100px 0; }
  @media screen and (max-width: 833px) {
    .footer__black {
      padding: 50px 0; } }

.footer__left {
  width: 45%; }
  @media screen and (max-width: 1820px) {
    .footer__left {
      width: 40%; } }
  @media screen and (max-width: 1440px) {
    .footer__left {
      width: 100%;
      margin-bottom: 50px; } }
  @media screen and (max-width: 833px) {
    .footer__left {
      margin-bottom: 30px; } }
  @media screen and (max-width: 833px) {
    .footer__left.margin {
      margin-bottom: 50px; } }

.footer__right {
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: end; }
  @media screen and (max-width: 1820px) {
    .footer__right {
      width: 60%; } }
  @media screen and (max-width: 1440px) {
    .footer__right {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .footer__right {
      flex-wrap: wrap; } }

.footer__bold {
  color: #272727;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 52px; }
  @media screen and (max-width: 833px) {
    .footer__bold {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 20px; } }

.footer__nav-box {
  max-width: 600px; }
  @media screen and (max-width: 1820px) {
    .footer__nav-box {
      max-width: 500px; } }
  @media screen and (max-width: 1024px) {
    .footer__nav-box {
      max-width: 100%;
      margin-bottom: 50px; } }
  @media screen and (max-width: 833px) {
    .footer__nav-box {
      margin-bottom: 30px; } }

@media screen and (max-width: 1024px) {
  .footer__contact-box {
    width: 100%; } }

.footer__nav {
  min-width: 500px; }
  @media screen and (max-width: 833px) {
    .footer__nav {
      min-width: 100%; } }
  .footer__nav ul {
    display: flex;
    flex-wrap: wrap; }
    .footer__nav ul li {
      display: inline-block;
      width: 45%;
      margin-bottom: 50px; }
      .footer__nav ul li:nth-child(7), .footer__nav ul li:nth-child(8) {
        margin-bottom: 0; }
      .footer__nav ul li a {
        color: #272727;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        text-align: left;
        transition: .3s; }
        .footer__nav ul li a:hover {
          opacity: .7; }
    @media screen and (max-width: 833px) {
      .footer__nav ul li {
        width: 48%;
        margin-right: 5px;
        margin-bottom: 20px; }
        .footer__nav ul li a {
          font-size: 14px;
          line-height: 17px; } }

.footer__white-phone {
  display: block;
  color: #272727;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 50px;
  transition: .3s; }
  .footer__white-phone:hover {
    opacity: .7; }
  @media screen and (max-width: 1024px) {
    .footer__white-phone {
      margin-bottom: 30px; } }
  @media screen and (max-width: 833px) {
    .footer__white-phone {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px; } }

.footer__white-email {
  display: block;
  color: #272727;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  background: repeat;
  transition: .3s; }
  .footer__white-email:hover {
    opacity: .7; }
  @media screen and (max-width: 833px) {
    .footer__white-email {
      font-size: 14px;
      line-height: 20px; } }

.footer__black-sign {
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase; }
  .footer__black-sign.margin {
    margin-bottom: 116px; }
    @media screen and (max-width: 1024px) {
      .footer__black-sign.margin {
        margin-bottom: 30px; } }
  @media screen and (max-width: 833px) {
    .footer__black-sign {
      font-size: 20px;
      line-height: 24px; } }

@media screen and (max-width: 1024px) {
  .footer__black-box {
    width: 100%;
    margin-bottom: 30px; } }

@media screen and (max-width: 833px) {
  .footer__black-box:last-child {
    margin-bottom: 0; } }

.footer__black-phone {
  display: block;
  color: white;
  font-size: 42px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
  margin-bottom: 30px;
  transition: .3s; }
  .footer__black-phone:hover {
    opacity: .7; }
  @media screen and (max-width: 833px) {
    .footer__black-phone {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px; } }

.footer__black-email {
  display: block;
  color: white;
  font-size: 42px;
  font-weight: 700;
  line-height: 51px;
  text-align: left;
  transition: .3s; }
  .footer__black-email:hover {
    opacity: .7; }
  @media screen and (max-width: 833px) {
    .footer__black-email {
      font-size: 14px;
      line-height: 20px; } }

.footer__copyright {
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: left; }
  @media screen and (max-width: 833px) {
    .footer__copyright {
      font-size: 12px;
      line-height: 15px;
      text-align: center; } }

.footer__social {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 833px) {
    .footer__social {
      justify-content: space-between; } }
  .footer__social li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    margin-right: 50px; }
    .footer__social li:last-child {
      margin-right: 0; }
    .footer__social li a {
      width: 100%;
      height: 100%;
      transition: .3s; }
      .footer__social li a:hover {
        opacity: .7; }
      .footer__social li a img {
        width: 100%;
        height: inherit; }
    @media screen and (max-width: 833px) {
      .footer__social li {
        width: 35px;
        height: 35px;
        margin: 0 10px; } }

.min-menu {
  left: inherit;
  right: 0;
  opacity: 0;
  height: 100vh;
  z-index: -9999;
  position: absolute;
  top: 0;
  background: #fff;
  transition: .3s;
  width: 100%;
  min-height: 550px; }
  .min-menu.active {
    opacity: 1;
    z-index: 9999; }
  .min-menu__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0; }
  .min-menu__logo {
    width: 185px; }
    .min-menu__logo img {
      width: 100%; }
  .min-menu__close {
    cursor: pointer; }
    .min-menu__close svg path {
      transition: .3s; }
    .min-menu__close:hover svg path {
      stroke: #fd6c03; }
  .min-menu__nav ul li {
    text-align: center;
    margin-bottom: 20px; }
    .min-menu__nav ul li a {
      font-family: 'Inter', sans-serif;
      color: #272727;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      transition: .3s; }
      .min-menu__nav ul li a:hover {
        opacity: .7; }
  .min-menu__lang {
    width: 40px;
    margin: auto;
    font-weight: 600;
    position: relative;
    padding-right: 20px;
    cursor: pointer; }
    .min-menu__lang .trp-language-switcher {
      width: 96px; }
    .min-menu__lang .trp-language-switcher > div {
      border: none;
      background-position: calc(100% - 40px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px); }
    .min-menu__lang .trp-language-switcher > div > a {
      color: #272727;
      font-size: 18px;
      font-weight: 600;
      line-height: 22px; }

.link-back {
  color: #272727;
  font-size: 18px;
  line-height: 26px;
  transition: .3s;
  margin-top: 70px;
  margin-bottom: 140px; }
  @media screen and (max-width: 1024px) {
    .link-back {
      margin-top: 30px;
      margin-bottom: 64px; } }
  .link-back__flex {
    width: max-content;
    display: flex;
    align-items: center;
    position: relative; }
    .link-back__flex:hover .link-back__icon svg path {
      fill: #fd6c03; }
    .link-back__flex:hover .link-back__link {
      color: #fd6c03; }
  .link-back__icon {
    display: flex;
    width: 30px;
    transition: .3s; }
    .link-back__icon svg {
      width: 100%; }
      .link-back__icon svg path {
        transition: .3s; }
    @media screen and (max-width: 833px) {
      .link-back__icon {
        width: 20px; } }
  .link-back__link {
    margin-left: 15px;
    color: #272727;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    transition: .3s; }
    .link-back__link:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    @media screen and (max-width: 833px) {
      .link-back__link {
        font-size: 14px;
        line-height: 26px; } }

.page-title {
  color: black;
  font-family: 'Trakis', sans-serif;
  font-size: 270px;
  font-weight: 750;
  line-height: 220px;
  text-transform: uppercase; }
  .page-title.normal {
    margin-bottom: 50px; }
  .page-title.min {
    margin-bottom: 18px; }
  @media screen and (max-width: 1820px) {
    .page-title {
      font-size: 217px;
      line-height: 165px; } }
  @media screen and (max-width: 1440px) {
    .page-title {
      font-size: 194px; } }
  @media screen and (max-width: 1280px) {
    .page-title {
      font-size: 155px; } }
  @media screen and (max-width: 1024px) {
    .page-title {
      font-size: 125px;
      line-height: 125px; } }
  @media screen and (max-width: 833px) {
    .page-title {
      display: none; } }

.services-title {
  font-family: 'Trakis', sans-serif;
  display: none;
  color: black;
  font-size: 130px;
  font-weight: 750;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (max-width: 833px) {
    .services-title {
      display: block; } }

.services-top {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .services-top {
      margin-bottom: 0; } }
  .services-top__flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 230px; }
    @media screen and (max-width: 1440px) {
      .services-top__flex {
        flex-wrap: wrap; } }
    @media screen and (max-width: 1280px) {
      .services-top__flex {
        padding-bottom: 130px; } }
    @media screen and (max-width: 833px) {
      .services-top__flex {
        padding: 50px 0; } }
  .services-top__left {
    width: 45%;
    margin-right: 30px; }
    @media screen and (max-width: 1440px) {
      .services-top__left {
        width: 100%;
        margin-right: 0; } }
  .services-top__title {
    font-family: 'Trakis', sans-serif;
    color: #272727;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      .services-top__title {
        margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .services-top__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .services-top__right {
    width: 50%; }
    @media screen and (max-width: 1440px) {
      .services-top__right {
        width: 100%; } }
  .services-top__text p {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin: 0 0 50px; }
    @media screen and (max-width: 833px) {
      .services-top__text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px; } }
  .services-top__btn {
    width: 428px;
    box-sizing: border-box;
    border: 2px solid #272727;
    padding: 21px 0;
    display: flex;
    justify-content: center;
    transition: .3s;
    cursor: pointer; }
    .services-top__btn .btn__text {
      color: #272727; }
    .services-top__btn .btn__icon svg path {
      fill: #272727; }
    .services-top__btn:hover {
      background: #FD6C01;
      border: 2px solid transparent; }
      .services-top__btn:hover .btn__text {
        color: #fff; }
      .services-top__btn:hover .btn__icon svg path {
        fill: #fff; }
    @media screen and (max-width: 833px) {
      .services-top__btn {
        width: 100%;
        padding: 6px 0; } }
  .services-top__img {
    width: 100%; }
    .services-top__img img {
      width: 100%;
      height: inherit;
      object-fit: cover; }

.services-middle {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .services-middle {
      margin-bottom: 0; } }
  .services-middle__flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 91px; }
    @media screen and (max-width: 1440px) {
      .services-middle__flex {
        flex-wrap: wrap; } }
    @media screen and (max-width: 833px) {
      .services-middle__flex {
        padding: 50px 0;
        margin-bottom: 0; } }
  .services-middle__left {
    width: 45%;
    margin-right: 30px; }
    @media screen and (max-width: 1440px) {
      .services-middle__left {
        width: 100%;
        margin-right: 0; } }
  .services-middle__title {
    font-family: 'Trakis', sans-serif;
    color: #272727;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      .services-middle__title {
        margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .services-middle__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .services-middle__right {
    width: 50%; }
    @media screen and (max-width: 1440px) {
      .services-middle__right {
        width: 100%; } }
  .services-middle__text p {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin: 0 0 50px; }
    @media screen and (max-width: 833px) {
      .services-middle__text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px; } }
  .services-middle__imgs {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      .services-middle__imgs {
        flex-wrap: wrap; } }
  .services-middle__imgs-left {
    width: 885px;
    margin-right: 30px; }
    .services-middle__imgs-left img {
      width: 100%; }
    @media screen and (max-width: 1820px) {
      .services-middle__imgs-left {
        width: 49%; } }
    @media screen and (max-width: 1280px) {
      .services-middle__imgs-left {
        width: 100%;
        margin-right: 0; } }
    @media screen and (max-width: 833px) {
      .services-middle__imgs-left {
        margin-bottom: 20px; } }
  .services-middle__imgs-right {
    width: calc(100% - 915px); }
    @media screen and (max-width: 1820px) {
      .services-middle__imgs-right {
        width: 49%; } }
    @media screen and (max-width: 1280px) {
      .services-middle__imgs-right {
        width: 100%; } }
  .services-middle__imgs-top {
    width: 100%;
    margin-bottom: 30px; }
    .services-middle__imgs-top img {
      width: 100%;
      height: inherit; }
    @media screen and (max-width: 833px) {
      .services-middle__imgs-top {
        margin-bottom: 20px; } }
  .services-middle__imgs-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .services-middle__imgs-icon {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .services-middle__imgs-icon img {
      width: 275px;
      height: 275px; }
      @media screen and (max-width: 833px) {
        .services-middle__imgs-icon img {
          width: 165px;
          height: 165px; } }
  .services-middle__imgs-min {
    width: 49%; }
    .services-middle__imgs-min img {
      width: 100%; }

.services-bottom {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .services-bottom {
      margin-bottom: 0; } }
  .services-bottom__flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1440px) {
      .services-bottom__flex {
        flex-wrap: wrap; } }
    @media screen and (max-width: 833px) {
      .services-bottom__flex {
        padding: 50px 0; } }
  .services-bottom__left {
    width: 45%;
    margin-right: 30px; }
    @media screen and (max-width: 1440px) {
      .services-bottom__left {
        width: 100%;
        margin-right: 0; } }
  .services-bottom__title {
    font-family: 'Trakis', sans-serif;
    color: #272727;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      .services-bottom__title {
        margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .services-bottom__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .services-bottom__right {
    width: 50%; }
    @media screen and (max-width: 1440px) {
      .services-bottom__right {
        width: 100%; } }
  .services-bottom__text p {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin: 0 0 50px; }
    @media screen and (max-width: 833px) {
      .services-bottom__text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px; } }
  .services-bottom__btn {
    width: 428px;
    box-sizing: border-box;
    border: 2px solid #272727;
    padding: 21px 0;
    display: flex;
    justify-content: center;
    transition: .3s;
    cursor: pointer; }
    .services-bottom__btn .btn__text {
      color: #272727; }
    .services-bottom__btn .btn__icon svg path {
      fill: #272727; }
    .services-bottom__btn:hover {
      background: #FD6C01;
      border: 2px solid transparent; }
      .services-bottom__btn:hover .btn__text {
        color: #fff; }
      .services-bottom__btn:hover .btn__icon svg path {
        fill: #fff; }
    @media screen and (max-width: 833px) {
      .services-bottom__btn {
        width: 100%;
        padding: 6px 0; } }

.page-subtitle__text {
  font-family: 'Trakis', sant-serif;
  padding: 50px 0;
  border-top: 1px solid #cdd4dc;
  color: #272727;
  font-size: 72px;
  font-weight: 750;
  line-height: 59px;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (max-width: 1280px) {
    .page-subtitle__text {
      border-top: none;
      color: #272727;
      font-size: 40px;
      line-height: 40px;
      padding: 30px 0; } }

.contact-box__item {
  padding: 50px 0;
  border-top: 1px solid #cdd4dc;
  border-bottom: 1px solid #cdd4dc;
  cursor: pointer; }
  @media screen and (max-width: 1280px) {
    .contact-box__item {
      padding: 20px 0; } }
  .contact-box__item.active {
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727; }
    .contact-box__item.active .contact-box__wrap {
      display: flex; }
    .contact-box__item.active .contact-box__arrow {
      transform: rotate(180deg); }
      .contact-box__item.active .contact-box__arrow svg path {
        fill: #272727; }
    .contact-box__item.active .contact-box__name {
      color: #272727; }
    .contact-box__item.active .contact-box__address {
      color: #272727; }
    .contact-box__item.active .contact-box__mobile {
      color: #272727;
      font-weight: 700; }
    .contact-box__item.active .contact-box__town {
      color: #272727; }
  .contact-box__item:hover .contact-box__arrow svg path {
    fill: #272727; }
  .contact-box__item:hover .contact-box__name {
    color: #272727; }
  .contact-box__item:hover .contact-box__address {
    color: #272727; }
  .contact-box__item:hover .contact-box__mobile {
    color: #272727;
    font-weight: 700; }
  .contact-box__item:hover .contact-box__town {
    color: #272727; }

.contact-box__top {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.contact-box__name {
  width: 580px;
  margin-right: 30px;
  color: #a7a9bb;
  font-size: 42px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
  transition: .3s; }
  @media screen and (max-width: 1820px) {
    .contact-box__name {
      width: 380px; } }
  @media screen and (max-width: 1280px) {
    .contact-box__name {
      display: none; } }

.contact-box__right {
  width: calc(100% - 610px);
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1820px) {
    .contact-box__right {
      width: calc(100% - 410px); } }
  @media screen and (max-width: 1280px) {
    .contact-box__right {
      width: 30px; } }

.contact-box__address {
  color: #a7a9bb;
  font-size: 42px;
  font-weight: 400;
  line-height: 51px;
  transition: .3s; }
  @media screen and (max-width: 1280px) {
    .contact-box__address {
      display: none; } }

.contact-box__arrow {
  width: 30px;
  transition: .3s; }
  .contact-box__arrow svg {
    width: 100%;
    height: 100%; }
    .contact-box__arrow svg path {
      transition: .3s; }
  @media screen and (max-width: 1280px) {
    .contact-box__arrow {
      width: 20px; } }

.contact-box__wrap {
  display: none;
  justify-content: space-between;
  padding-top: 50px;
  width: calc(100% - 610px);
  margin-left: auto;
  align-items: flex-end; }
  @media screen and (max-width: 1820px) {
    .contact-box__wrap {
      width: calc(100% - 410px); } }
  @media screen and (max-width: 1440px) {
    .contact-box__wrap {
      width: 100%; } }
  @media screen and (max-width: 1280px) {
    .contact-box__wrap {
      padding-top: 20px; } }

.contact-box__info {
  margin-right: 30px; }
  @media screen and (max-width: 1024px) {
    .contact-box__info {
      width: 100%;
      margin-right: 0; } }

.contact-box__phones {
  margin-bottom: 50px; }
  @media screen and (max-width: 1280px) {
    .contact-box__phones {
      margin-bottom: 20px; } }

.contact-box__phone {
  display: block;
  width: 100%;
  color: #272727;
  font-size: 42px;
  font-weight: 400;
  line-height: 51px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1820px) {
    .contact-box__phone {
      font-size: 20px;
      line-height: 24px; } }

.contact-box__email {
  display: block;
  color: #272727;
  font-size: 42px;
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 562px; }
  @media screen and (max-width: 1820px) {
    .contact-box__email {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 350px; } }
  @media screen and (max-width: 1024px) {
    .contact-box__email {
      margin-bottom: 30px; } }

.contact-box__img {
  width: 428px; }
  .contact-box__img img {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .contact-box__img {
      display: none; } }

.contact-box__date {
  color: #272727;
  font-size: 42px;
  font-weight: 700;
  line-height: 51px; }
  @media screen and (max-width: 1820px) {
    .contact-box__date {
      font-size: 20px;
      line-height: 24px; } }

.contact-box__name-box {
  display: none; }
  @media screen and (max-width: 1280px) {
    .contact-box__name-box {
      display: block; } }

.contact-box__mobile {
  color: #a7a9bb;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  transition: .3s; }

.contact-box__town {
  color: #a7a9bb;
  font-size: 20px;
  line-height: 24px;
  transition: .3s; }

.contact-box__img-mobile {
  display: none;
  margin-bottom: 30px; }
  .contact-box__img-mobile img {
    width: 257px;
    display: block;
    margin-left: auto; }
  @media screen and (max-width: 1024px) {
    .contact-box__img-mobile {
      display: block; } }

.contact-title {
  font-family: 'Trakis', sans-serif;
  color: black;
  font-size: 80px;
  font-weight: 750;
  line-height: 65px;
  text-align: left;
  text-transform: uppercase;
  display: none; }
  @media screen and (max-width: 833px) {
    .contact-title {
      display: block; } }

.partners-top {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .partners-top {
      margin-bottom: 0; } }
  .partners-top__flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1440px) {
      .partners-top__flex {
        flex-wrap: wrap; } }
    @media screen and (max-width: 1280px) {
      .partners-top__flex {
        padding-bottom: 130px; } }
    @media screen and (max-width: 833px) {
      .partners-top__flex {
        padding: 50px 0; } }
  .partners-top__left {
    width: 45%;
    margin-right: 30px; }
    @media screen and (max-width: 1440px) {
      .partners-top__left {
        width: 100%;
        margin-right: 0; } }
  .partners-top__title {
    font-family: 'Trakis', sans-serif;
    color: #272727;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      .partners-top__title {
        margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .partners-top__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .partners-top__right {
    width: 50%; }
    @media screen and (max-width: 1440px) {
      .partners-top__right {
        width: 100%; } }
  .partners-top__text p {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin: 0 0 50px; }
    @media screen and (max-width: 833px) {
      .partners-top__text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px; } }
  .partners-top__btn {
    width: 428px;
    box-sizing: border-box;
    border: 2px solid #272727;
    padding: 21px 0;
    display: flex;
    justify-content: center;
    transition: .3s;
    cursor: pointer; }
    .partners-top__btn .btn__text {
      color: #272727; }
    .partners-top__btn .btn__icon svg path {
      fill: #272727; }
    .partners-top__btn:hover {
      background: #FD6C01;
      border: 2px solid transparent; }
      .partners-top__btn:hover .btn__text {
        color: #fff; }
      .partners-top__btn:hover .btn__icon svg path {
        fill: #fff; }
    @media screen and (max-width: 833px) {
      .partners-top__btn {
        width: 100%;
        padding: 6px 0; } }

.partners-images {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .partners-images {
      margin-bottom: 50px; } }
  .partners-images__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 30px);
    margin: 0 -15px; }
    @media screen and (max-width: 833px) {
      .partners-images__flex {
        width: calc(100% + 20px);
        margin: 0 -10px; } }
  .partners-images__item {
    width: 427px;
    margin: 25px 15px; }
    @media screen and (max-width: 1024px) {
      .partners-images__item {
        width: 165px;
        margin: 10px; } }
  .partners-images__img {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .partners-images__img {
        margin-bottom: 20px; } }
    .partners-images__img img {
      width: 100%; }
  .partners-images__text {
    color: #272727;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .partners-images__text {
        color: #272727;
        font-size: 14px;
        line-height: 20px; } }

.partners-title {
  font-family: 'Trakis', sans-serif;
  display: none;
  color: black;
  font-size: 130px;
  font-weight: 750;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (max-width: 833px) {
    .partners-title {
      display: block; } }

.awards-top {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .awards-top {
      margin-bottom: 0; } }
  .awards-top__flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1440px) {
      .awards-top__flex {
        flex-wrap: wrap; } }
    @media screen and (max-width: 833px) {
      .awards-top__flex {
        padding: 50px 0; } }
  .awards-top__left {
    width: 45%;
    margin-right: 30px; }
    @media screen and (max-width: 1440px) {
      .awards-top__left {
        width: 100%;
        margin-right: 0; } }
  .awards-top__title {
    font-family: 'Trakis', sans-serif;
    color: #272727;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      .awards-top__title {
        margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .awards-top__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .awards-top__right {
    width: 50%; }
    @media screen and (max-width: 1440px) {
      .awards-top__right {
        width: 100%; } }
  .awards-top__text p {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin: 0 0 50px; }
    @media screen and (max-width: 833px) {
      .awards-top__text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px; } }
  .awards-top__btn {
    width: 428px;
    box-sizing: border-box;
    border: 2px solid #272727;
    padding: 21px 0;
    display: flex;
    justify-content: center;
    transition: .3s;
    cursor: pointer; }
    .awards-top__btn .btn__text {
      color: #272727; }
    .awards-top__btn .btn__icon svg path {
      fill: #272727; }
    .awards-top__btn:hover {
      background: #FD6C01;
      border: 2px solid transparent; }
      .awards-top__btn:hover .btn__text {
        color: #fff; }
      .awards-top__btn:hover .btn__icon svg path {
        fill: #fff; }
    @media screen and (max-width: 833px) {
      .awards-top__btn {
        width: 100%;
        padding: 6px 0; } }

.awards-title {
  font-family: 'Trakis', sans-serif;
  display: none;
  color: black;
  font-size: 130px;
  font-weight: 750;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (max-width: 833px) {
    .awards-title {
      display: block; } }

.awards-list {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .awards-list {
      margin-bottom: 50px; } }
  .awards-list__item {
    padding: 50px 0;
    border-top: 1px solid #cdd4dc;
    border-bottom: 1px solid #cdd4dc;
    cursor: pointer; }
    @media screen and (max-width: 1280px) {
      .awards-list__item {
        padding: 20px 0; } }
    .awards-list__item.active {
      border-top: 1px solid #272727;
      border-bottom: 1px solid #272727; }
      .awards-list__item.active .awards-list__wrap {
        display: flex; }
      .awards-list__item.active .awards-list__arrow {
        transform: rotate(180deg); }
        .awards-list__item.active .awards-list__arrow svg path {
          fill: #272727; }
      .awards-list__item.active .awards-list__name {
        color: #fd6c01;
        font-weight: 700; }
      .awards-list__item.active .awards-list__address {
        color: #fd6c01;
        font-weight: 700; }
      .awards-list__item.active .awards-list__mobile {
        color: #272727;
        font-weight: 700; }
      .awards-list__item.active .awards-list__town {
        color: #272727; }
    .awards-list__item:hover .awards-list__arrow svg path {
      fill: #272727; }
    .awards-list__item:hover .awards-list__name {
      color: #fd6c01; }
    .awards-list__item:hover .awards-list__address {
      color: #fd6c01; }
    .awards-list__item:hover .awards-list__mobile {
      color: #272727;
      font-weight: 700; }
    .awards-list__item:hover .awards-list__town {
      color: #272727; }
  .awards-list__top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .awards-list__name {
    width: 580px;
    margin-right: 30px;
    color: #a7a9bb;
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
    text-align: left;
    transition: .3s; }
    @media screen and (max-width: 1820px) {
      .awards-list__name {
        width: 380px; } }
    @media screen and (max-width: 1440px) {
      .awards-list__name {
        width: 320px; } }
    @media screen and (max-width: 833px) {
      .awards-list__name {
        width: calc(100% - 60px);
        font-size: 20px;
        line-height: 24px; } }
  .awards-list__right {
    width: calc(100% - 610px);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1820px) {
      .awards-list__right {
        width: calc(100% - 410px); } }
    @media screen and (max-width: 1440px) {
      .awards-list__right {
        width: calc(100% - 345px); } }
    @media screen and (max-width: 1280px) {
      .awards-list__right {
        width: 30px; } }
  .awards-list__address {
    color: #a7a9bb;
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
    transition: .3s;
    margin-right: 10px; }
    @media screen and (max-width: 1820px) {
      .awards-list__address {
        font-size: 35px;
        line-height: 42px; } }
    @media screen and (max-width: 1280px) {
      .awards-list__address {
        display: none; } }
  .awards-list__arrow {
    width: 30px;
    transition: .3s; }
    .awards-list__arrow svg {
      width: 100%;
      height: 100%; }
      .awards-list__arrow svg path {
        transition: .3s; }
    @media screen and (max-width: 1280px) {
      .awards-list__arrow {
        width: 20px; } }
  .awards-list__wrap {
    display: none;
    justify-content: space-between;
    padding-top: 200px; }
    @media screen and (max-width: 1440px) {
      .awards-list__wrap {
        padding-top: 50px;
        flex-wrap: wrap; } }
  .awards-list__info {
    width: calc(100% - 610px); }
    @media screen and (max-width: 1440px) {
      .awards-list__info {
        width: 100%; } }
    @media screen and (max-width: 1280px) {
      .awards-list__info {
        margin-bottom: 20px; } }
  .awards-list__phones {
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .awards-list__phones {
        margin-bottom: 20px; } }
  .awards-list__phone {
    display: block;
    width: 100%;
    color: #272727;
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1820px) {
      .awards-list__phone {
        font-size: 20px;
        line-height: 24px; } }
  .awards-list__email {
    display: block;
    color: #272727;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 562px; }
    @media screen and (max-width: 1820px) {
      .awards-list__email {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 350px; } }
    @media screen and (max-width: 1024px) {
      .awards-list__email {
        margin-bottom: 30px; } }
  .awards-list__img {
    width: 580px;
    margin-right: 30px; }
    .awards-list__img img {
      width: 100%; }
    @media screen and (max-width: 1440px) {
      .awards-list__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
  .awards-list__date {
    color: #272727;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px; }
    @media screen and (max-width: 1820px) {
      .awards-list__date {
        font-size: 20px;
        line-height: 24px; } }
  .awards-list__name-box {
    display: none; }
    @media screen and (max-width: 1280px) {
      .awards-list__name-box {
        display: block; } }
  .awards-list__bold {
    color: #272727;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    text-align: left; }
  .awards-list__mobile {
    color: #a7a9bb;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    transition: .3s; }
  .awards-list__town {
    color: #a7a9bb;
    font-size: 20px;
    line-height: 24px;
    transition: .3s; }
  .awards-list__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 1280px) {
      .awards-list__flex {
        display: none; } }
  .awards-list__text {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left; }
    @media screen and (max-width: 833px) {
      .awards-list__text {
        font-size: 14px;
        line-height: 20px; } }
  .awards-list__title-mobile {
    display: none;
    color: #272727;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    margin-bottom: 20px; }
    @media screen and (max-width: 1280px) {
      .awards-list__title-mobile {
        display: block; } }
  .awards-list__btn-mobile {
    display: none; }
    @media screen and (max-width: 1280px) {
      .awards-list__btn-mobile {
        display: flex; } }

.archive-news__flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 26px);
  margin: 0 -13px; }
  @media screen and (max-width: 1280px) {
    .archive-news__flex {
      width: 100%;
      margin: 0; } }
  @media screen and (max-width: 833px) {
    .archive-news__flex {
      margin-bottom: 20px; } }

.card {
  width: 580px;
  margin: 0 13px 45px;
  position: relative;
  transition: .3s; }
  @media screen and (max-width: 1820px) {
    .card {
      width: 453px; } }
  @media screen and (max-width: 1440px) {
    .card {
      width: 47.9%; } }
  @media screen and (max-width: 1280px) {
    .card {
      width: 100%;
      margin: 0;
      margin-bottom: 30px; } }
  .card:hover img {
    transform: scale(1.1); }
  .card__img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px; }
    .card__img img {
      width: 100%;
      height: inherit;
      transition: .3s; }
  .card__link {
    display: block;
    transition: .3s;
    color: #111116;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 30px; }
    .card__link:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    @media screen and (max-width: 833px) {
      .card__link {
        font-size: 20px;
        font-weight: 700; } }
  .card__text {
    color: #111116;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin-bottom: 30px; }
    @media screen and (max-width: 833px) {
      .card__text {
        font-size: 14px;
        line-height: 17px; } }

.pagination {
  margin-bottom: 100px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cdd4dc; }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center; }
    .pagination .page-numbers li {
      margin: 0 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pagination .page-numbers li span {
        color: #272727;
        font-size: 24px;
        font-weight: 700;
        line-height: 34px; }
        .pagination .page-numbers li span:after {
          content: '';
          width: 50px;
          height: 1px;
          background: #272727;
          margin: 0 0 0 20px; }
      .pagination .page-numbers li a {
        color: #272727;
        font-size: 24px;
        font-weight: 400;
        line-height: 34px; }
        .pagination .page-numbers li a.prev {
          width: 20px;
          height: 20px;
          font-size: 0;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNy43NzgzMjAiIGhlaWdodD0iMTIuNzI4MDI3IiB2aWV3Qm94PSIwIDAgNy43NzgzMiAxMi43MjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgoJPGRlc2M+CgkJCUNyZWF0ZWQgd2l0aCBQaXhzby4KCTwvZGVzYz4KCTxkZWZzLz4KCTxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik00Ljk1MDIgNi4zNjQyNkwwIDEuNDE0NTVMMS40MTQwNiAwTDcuNzc4MzIgNi4zNjQyNkwxLjQxNDA2IDEyLjcyOEwwIDExLjMxNEw0Ljk1MDIgNi4zNjQyNloiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMS4wMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPgo8L3N2Zz4K);
          background-repeat: no-repeat;
          background-position: center;
          transform: rotate(180deg); }
        .pagination .page-numbers li a.next {
          width: 20px;
          height: 20px;
          font-size: 0;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNy43NzgzMjAiIGhlaWdodD0iMTIuNzI4MDI3IiB2aWV3Qm94PSIwIDAgNy43NzgzMiAxMi43MjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgoJPGRlc2M+CgkJCUNyZWF0ZWQgd2l0aCBQaXhzby4KCTwvZGVzYz4KCTxkZWZzLz4KCTxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik00Ljk1MDIgNi4zNjQyNkwwIDEuNDE0NTVMMS40MTQwNiAwTDcuNzc4MzIgNi4zNjQyNkwxLjQxNDA2IDEyLjcyOEwwIDExLjMxNEw0Ljk1MDIgNi4zNjQyNloiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMS4wMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPgo8L3N2Zz4K);
          background-repeat: no-repeat;
          background-position: center; }

.news-title {
  font-family: 'Trakis', sans-serif;
  display: none;
  color: black;
  font-size: 130px;
  font-weight: 750;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .news-title {
      display: block; } }

.single-news__title-mobile {
  display: none;
  color: black;
  font-family: 'Trakis', sant-serif;
  font-size: 60px;
  font-weight: 750;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .single-news__title-mobile {
      display: block; } }

.single-news__bold-mobile {
  display: none;
  color: #111116;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .single-news__bold-mobile {
      display: block; } }

.single-news__flex {
  display: flex;
  margin-bottom: 84px; }
  @media screen and (max-width: 1440px) {
    .single-news__flex {
      flex-wrap: wrap;
      margin-bottom: 20px; } }

.single-news__left {
  width: 733px;
  margin-right: 182px;
  padding-top: 270px; }
  @media screen and (max-width: 1820px) {
    .single-news__left {
      width: 600px;
      margin-right: 50px; } }
  @media screen and (max-width: 1440px) {
    .single-news__left {
      width: 100%;
      padding-top: 0;
      margin-right: 0; } }

.single-news__bold {
  color: #111116;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  text-align: left;
  margin-bottom: 85px; }
  @media screen and (max-width: 1440px) {
    .single-news__bold {
      display: none; } }

.single-news__img {
  width: 100%;
  margin-bottom: 30px; }
  .single-news__img img {
    width: 100%;
    height: inherit; }

.single-news__sign {
  color: #111116;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }
  @media screen and (max-width: 1440px) {
    .single-news__sign {
      color: #a7a9bb;
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 30px; } }

.single-news__right {
  width: calc(100% - 915px); }
  @media screen and (max-width: 1820px) {
    .single-news__right {
      width: calc(100% - 650px); } }
  @media screen and (max-width: 1440px) {
    .single-news__right {
      width: 100%; } }

.single-news__title {
  color: #272727;
  font-family: 'Trakis', sant-serif;
  font-size: 100px;
  font-weight: 750;
  line-height: 110px;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 1820px) {
    .single-news__title {
      font-size: 80px;
      line-height: 90px; } }
  @media screen and (max-width: 1440px) {
    .single-news__title {
      display: none; } }

.single-news__content p {
  color: black;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  margin-bottom: 30px; }
  @media screen and (max-width: 1440px) {
    .single-news__content p {
      color: #111116;
      font-size: 14px;
      line-height: 20px; } }

.single-news__img-big {
  width: 100%;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #cdd4dc; }
  .single-news__img-big img {
    width: 100%;
    height: inherit; }
  @media screen and (max-width: 1440px) {
    .single-news__img-big {
      padding-bottom: 50px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 833px) {
    .single-news__img-big img {
      height: 260px;
      object-fit: cover; } }

.single-news .swiper-wrapper {
  margin-bottom: 50px; }

.single-news .swiper-slide .card {
  width: 100%;
  margin: 0; }

.single-news .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin: 0 10px;
  cursor: pointer; }
  @media screen and (max-width: 833px) {
    .single-news .swiper-pagination-bullet {
      font-size: 14px; } }

.single-news .swiper-pagination-bullet-active {
  font-weight: 700;
  position: relative; }
  .single-news .swiper-pagination-bullet-active:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #272727;
    margin: 0 0 0 20px; }
    @media screen and (max-width: 833px) {
      .single-news .swiper-pagination-bullet-active:after {
        margin: 0 0 0 10px;
        width: 20px; } }

.recent-slider {
  margin-bottom: 60px; }
  .recent-slider__btn-mobile {
    display: none;
    margin-top: 57px; }
    @media screen and (max-width: 1440px) {
      .recent-slider__btn-mobile {
        display: flex;
        justify-content: center; } }
  .recent-slider__title-mobile {
    display: none;
    color: #272727;
    font-family: 'Trakis', sant-serif;
    font-size: 40px;
    font-weight: 750;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media screen and (max-width: 1440px) {
      .recent-slider__title-mobile {
        display: block; } }
  .recent-slider__title-box {
    display: flex;
    align-items: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 1440px) {
      .recent-slider__title-box {
        display: none; } }
  .recent-slider__title {
    color: #272727;
    font-family: 'Trakis', sant-serif;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-align: left;
    text-transform: uppercase;
    margin-right: 150px; }
  .recent-slider__control {
    display: flex;
    justify-content: center;
    align-items: center; }
  .recent-slider__pagination {
    display: flex;
    align-items: center;
    margin: 0 20px; }
  .recent-slider__prev {
    cursor: pointer; }
  .recent-slider__next {
    cursor: pointer; }

.page-team .swiper-wrapper {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .page-team .swiper-wrapper {
      margin-bottom: 0; } }

.page-team .numbers__title-mobile {
  display: none; }

@media screen and (max-width: 833px) {
  .page-team .our-project__decor {
    display: none; } }

@media screen and (max-width: 833px) {
  .page-team .our-project__btn-mobile {
    margin-bottom: 0; } }

.team-title {
  font-family: 'Trakis', sans-serif;
  display: none;
  color: black;
  font-size: 130px;
  font-weight: 750;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .team-title {
      display: block; } }

.our-founders {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .our-founders {
      margin-bottom: 0; } }
  .our-founders__flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      .our-founders__flex {
        flex-wrap: wrap; } }
    @media screen and (max-width: 833px) {
      .our-founders__flex {
        padding: 0; } }
  .our-founders__left {
    width: 45%;
    margin-right: 30px; }
    @media screen and (max-width: 1440px) {
      .our-founders__left {
        width: 100%;
        margin-right: 0; } }
  .our-founders__title {
    font-family: 'Trakis', sans-serif;
    color: #272727;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      .our-founders__title {
        margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .our-founders__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .our-founders__right {
    width: 50%; }
    @media screen and (max-width: 1440px) {
      .our-founders__right {
        width: 100%; } }
  .our-founders__text p {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin: 0 0 50px; }
    @media screen and (max-width: 833px) {
      .our-founders__text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px; } }
  .our-founders__btn {
    width: 428px;
    box-sizing: border-box;
    border: 2px solid #272727;
    padding: 21px 0;
    display: flex;
    justify-content: center;
    transition: .3s;
    cursor: pointer; }
    .our-founders__btn .btn__text {
      color: #272727; }
    .our-founders__btn .btn__icon svg path {
      fill: #272727; }
    .our-founders__btn:hover {
      background: #FD6C01;
      border: 2px solid transparent; }
      .our-founders__btn:hover .btn__text {
        color: #fff; }
      .our-founders__btn:hover .btn__icon svg path {
        fill: #fff; }
    @media screen and (max-width: 833px) {
      .our-founders__btn {
        width: 100%;
        padding: 6px 0; } }
  .our-founders__images {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    border-bottom: 1px solid #cdd4dc; }
    @media screen and (max-width: 1440px) {
      .our-founders__images {
        overflow: auto;
        padding-bottom: 20px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 833px) {
      .our-founders__images {
        width: calc(100% + 40px);
        margin: 0 -20px;
        margin-bottom: 50px; } }
  .our-founders__item {
    overflow: hidden;
    position: relative; }
    .our-founders__item-left {
      width: 428px; }
      .our-founders__item-left .our-founders__img-decor {
        width: 428px;
        height: 526px; }
        @media screen and (max-width: 833px) {
          .our-founders__item-left .our-founders__img-decor {
            width: 205px;
            height: 260px; } }
      @media screen and (max-width: 833px) {
        .our-founders__item-left {
          width: 205px; } }
    .our-founders__item-middle {
      width: 733px;
      margin: 0 30px; }
      .our-founders__item-middle .our-founders__img-decor {
        width: 733px;
        height: 901px; }
        @media screen and (max-width: 1820px) {
          .our-founders__item-middle .our-founders__img-decor {
            width: 500px;
            height: 616px; } }
        @media screen and (max-width: 1440px) {
          .our-founders__item-middle .our-founders__img-decor {
            width: 428px;
            height: 527px; } }
        @media screen and (max-width: 833px) {
          .our-founders__item-middle .our-founders__img-decor {
            width: 205px;
            height: 260px; } }
      @media screen and (max-width: 1820px) {
        .our-founders__item-middle {
          width: 500px; } }
      @media screen and (max-width: 1440px) {
        .our-founders__item-middle {
          width: 428px; } }
      @media screen and (max-width: 833px) {
        .our-founders__item-middle {
          margin: 0 20px;
          width: 205px; } }
    .our-founders__item-right {
      width: 428px; }
      .our-founders__item-right .our-founders__img-decor {
        width: 428px;
        height: 526px; }
        @media screen and (max-width: 833px) {
          .our-founders__item-right .our-founders__img-decor {
            width: 205px;
            height: 260px; } }
      @media screen and (max-width: 833px) {
        .our-founders__item-right {
          width: 205px; } }
    .our-founders__item:hover .our-founders__img img {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
    .our-founders__item:hover .our-founders__img-decor {
      opacity: 1; }
  .our-founders__img {
    width: 100%;
    margin-bottom: 30px; }
    .our-founders__img img {
      width: 100%;
      height: inherit;
      transition: .3s; }
    @media screen and (max-width: 833px) {
      .our-founders__img {
        margin-bottom: 20px; } }
  .our-founders__img-decor {
    position: absolute;
    opacity: 0;
    left: 0;
    top: -4px;
    z-index: -1;
    transition: .3s; }
    .our-founders__img-decor img {
      width: 100%;
      height: inherit; }
  .our-founders__name {
    color: #272727;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 20px; }
    @media screen and (max-width: 833px) {
      .our-founders__name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px; } }
  .our-founders__sign {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px; }
    @media screen and (max-width: 833px) {
      .our-founders__sign {
        font-size: 14px;
        line-height: 20px; } }

.our-team__flex {
  display: flex;
  margin-bottom: 84px; }
  @media screen and (max-width: 1440px) {
    .our-team__flex {
      flex-wrap: wrap;
      margin-bottom: 20px; } }

.our-team__left {
  width: 733px;
  margin-right: 182px; }
  @media screen and (max-width: 1820px) {
    .our-team__left {
      width: 600px;
      margin-right: 50px; } }
  @media screen and (max-width: 1440px) {
    .our-team__left {
      width: 100%;
      padding-top: 0;
      margin-right: 0; } }

.our-team__bold {
  color: #111116;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  text-align: left;
  margin-bottom: 85px; }
  @media screen and (max-width: 1440px) {
    .our-team__bold {
      display: none; } }

.our-team__img {
  width: 100%;
  margin-bottom: 30px; }
  .our-team__img img {
    width: 100%;
    height: inherit; }

.our-team__sign {
  color: #111116;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }
  @media screen and (max-width: 1440px) {
    .our-team__sign {
      color: #a7a9bb;
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 30px; } }

.our-team__right {
  width: calc(100% - 915px); }
  @media screen and (max-width: 1820px) {
    .our-team__right {
      width: calc(100% - 650px); } }
  @media screen and (max-width: 1440px) {
    .our-team__right {
      width: 100%; } }

.our-team__title {
  color: #272727;
  font-family: 'Trakis', sant-serif;
  color: #272727;
  font-size: 72px;
  font-weight: 750;
  line-height: 59px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .our-team__title {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 30px; } }

.our-team__text {
  color: black;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  margin-bottom: 30px; }
  @media screen and (max-width: 1440px) {
    .our-team__text {
      color: #111116;
      font-size: 14px;
      line-height: 20px; } }

.tabs {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .tabs {
      margin-bottom: 50px; } }
  .tabs__titles {
    display: flex;
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .tabs__titles {
        overflow: auto;
        margin-bottom: 30px; } }
  .tabs__title {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    display: flex;
    align-items: center;
    transition: .3s;
    cursor: pointer; }
    .tabs__title.active {
      font-weight: 700; }
    .tabs__title:after {
      display: inline-block;
      content: '';
      width: 117px;
      height: 2px;
      background: #c4c5d3;
      margin: 0 20px; }
      @media screen and (max-width: 1280px) {
        .tabs__title:after {
          width: 50px; } }
      @media screen and (max-width: 833px) {
        .tabs__title:after {
          width: 20px; } }
    .tabs__title:hover {
      font-weight: 700;
      color: #fd6c01; }
    .tabs__title:last-child:after {
      display: none; }
    @media screen and (max-width: 833px) {
      .tabs__title {
        font-size: 18px; } }
  .tabs__flex {
    display: none; }
    .tabs__flex.active {
      display: block; }
  .tabs .swiper-pagination-bullet {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin: 0 10px;
    cursor: pointer; }
  .tabs .swiper-pagination-bullet-active {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-right: 0; }
    .tabs .swiper-pagination-bullet-active:after {
      display: block;
      margin: 0 10px;
      content: '';
      width: 50px;
      height: 2px;
      background: #272727; }
  @media screen and (max-width: 833px) {
    .tabs .recent-slider__control {
      display: none; } }

.team {
  width: 100%; }
  .team__img {
    width: 100%;
    margin-bottom: 30px; }
    .team__img img {
      width: 100%;
      height: inherit; }
  .team__name {
    color: #272727;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 20px; }
    @media screen and (max-width: 833px) {
      .team__name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px; } }
  .team__sign {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px; }
    @media screen and (max-width: 833px) {
      .team__sign {
        font-size: 14px;
        line-height: 20px; } }

.our-history {
  background: #272727;
  padding-top: 100px;
  padding-bottom: 86px;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .our-history {
      padding: 50px 0;
      margin-bottom: 0; } }
  .our-history__flex {
    display: flex;
    justify-content: space-between;
    overflow: hidden; }
  .our-history__left {
    width: 49%;
    margin-right: 30px; }
    @media screen and (max-width: 1440px) {
      .our-history__left {
        display: none; } }
  .our-history__title {
    font-family: 'Trakis', sant-serif;
    color: white;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-transform: uppercase;
    margin-bottom: 364px; }
  .our-history__title-mobile {
    color: white;
    font-family: 'Trakis', sant-serif;
    font-size: 72px;
    font-weight: 750;
    line-height: 59px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none; }
    @media screen and (max-width: 1440px) {
      .our-history__title-mobile {
        display: block;
        font-size: 40px;
        line-height: 40px; } }
  .our-history__img {
    width: 582px; }
    .our-history__img img {
      width: 100%;
      height: inherit; }
  .our-history__decor {
    position: absolute;
    left: 0;
    bottom: -5px; }
    .our-history__decor img {
      width: 100%;
      height: inherit; }
    @media screen and (max-width: 1820px) {
      .our-history__decor {
        width: 890px; } }
    @media screen and (max-width: 1440px) {
      .our-history__decor {
        display: none; } }
  .our-history__right {
    width: 50%;
    height: 900px;
    position: relative; }
    .our-history__right:before {
      content: '';
      width: 100%;
      height: 153px;
      background: linear-gradient(180deg, rgba(39, 39, 39, 0), #272727 100%);
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      bottom: -2px; }
    @media screen and (max-width: 1440px) {
      .our-history__right {
        width: 100%; } }
    @media screen and (max-width: 833px) {
      .our-history__right {
        height: 660px; } }
  .our-history__text {
    height: 900px;
    padding-right: 30px;
    overflow: auto; }
    @media screen and (max-width: 833px) {
      .our-history__text {
        height: 660px;
        padding-right: 20px; } }
    .our-history__text p {
      color: white;
      font-size: 24px;
      font-weight: 400;
      line-height: 34px;
      margin-bottom: 30px; }
      @media screen and (max-width: 833px) {
        .our-history__text p {
          font-size: 14px;
          line-height: 20px; } }
    .our-history__text::-webkit-scrollbar {
      width: 4px;
      background: rgba(255, 255, 255, 0.3); }
    .our-history__text::-webkit-scrollbar-thumb {
      width: 16px;
      height: 117px;
      background: white; }

.our-awards__flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .our-awards__flex {
      flex-wrap: wrap; } }
  @media screen and (max-width: 833px) {
    .our-awards__flex {
      padding: 50px 0; } }

.our-awards__left {
  width: 45%;
  margin-right: 30px; }
  @media screen and (max-width: 1440px) {
    .our-awards__left {
      width: 100%;
      margin-right: 0; } }

.our-awards__title {
  font-family: 'Trakis', sans-serif;
  color: #272727;
  font-size: 72px;
  font-weight: 750;
  line-height: 59px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .our-awards__title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 833px) {
    .our-awards__title {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 30px; } }

.our-awards__right {
  width: 50%; }
  @media screen and (max-width: 1440px) {
    .our-awards__right {
      width: 100%; } }

.our-awards__text p {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin: 0 0 50px; }
  .our-awards__text p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 833px) {
    .our-awards__text p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px; } }

.our-awards__btn {
  width: 428px;
  box-sizing: border-box;
  border: 2px solid #272727;
  padding: 21px 0;
  display: flex;
  justify-content: center;
  transition: .3s;
  cursor: pointer; }
  .our-awards__btn .btn__text {
    color: #272727; }
  .our-awards__btn .btn__icon svg path {
    fill: #272727; }
  .our-awards__btn:hover {
    background: #FD6C01;
    border: 2px solid transparent; }
    .our-awards__btn:hover .btn__text {
      color: #fff; }
    .our-awards__btn:hover .btn__icon svg path {
      fill: #fff; }
  @media screen and (max-width: 833px) {
    .our-awards__btn {
      width: 100%;
      padding: 6px 0; } }

.word {
  background: #272727;
  padding-top: 305px;
  padding-bottom: 106px;
  position: relative;
  margin-top: 100px; }
  @media screen and (max-width: 1440px) {
    .word {
      padding-top: 50px; } }
  @media screen and (max-width: 833px) {
    .word {
      margin-top: 50px; } }
  .word__flex {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: -200px;
    left: 0;
    padding: 0 20px; }
    @media screen and (max-width: 1440px) {
      .word__flex {
        flex-wrap: wrap;
        position: relative;
        top: 0; } }
    @media screen and (max-width: 833px) {
      .word__flex {
        padding: 0;
        margin-bottom: 50px; } }
  .word__left {
    width: 734px; }
    @media screen and (max-width: 1440px) {
      .word__left {
        width: 100%; } }
  .word__title {
    font-family: 'Trakis', sant-serif;
    color: white;
    font-size: 72px;
    font-weight: 750;
    line-height: 90px;
    text-transform: uppercase; }
    @media screen and (max-width: 833px) {
      .word__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .word__right {
    width: 580px;
    z-index: 999; }
    @media screen and (max-width: 1440px) {
      .word__right {
        width: 100%; } }
  .word__text {
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 50px; }
    @media screen and (max-width: 833px) {
      .word__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px; } }
  .word__btn-top .btn__text {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px; }
  .word__btn-top .btn__icon {
    width: 30px; }
    .word__btn-top .btn__icon svg {
      width: 100%; }
      .word__btn-top .btn__icon svg path {
        fill: white; }
  .word__img {
    width: 100%;
    margin: auto;
    position: relative; }
    .word__img img {
      width: 100%;
      height: inherit; }
  .word__item {
    position: absolute; }
    .word__item.mexico {
      top: 35%;
      left: 11%; }
    .word__item.usa {
      top: 31%;
      left: 20%; }
    .word__item.france {
      top: 21%;
      left: 46%; }
    .word__item.belgium {
      top: 18%;
      left: 47%; }
    .word__item.germany {
      top: 17%;
      left: 49%; }
    .word__item.ukraine {
      top: 20%;
      left: 55%; }
    .word__item.georgia {
      top: 23%;
      left: 59%; }
    .word__item.azerbaijan {
      top: 25%;
      left: 60%; }
    .word__item.kazakhstan {
      top: 35%;
      left: 73%; }
    .word__item.kuwait {
      top: 35%;
      left: 61%; }
    .word__item.new-zeland {
      top: 88%;
      left: 96%; }
    .word__item.australia {
      top: 76%;
      left: 83%; }
    .word__item.kongo {
      top: 58%;
      left: 51%; }
    .word__item.grey .word__circle {
      background: rgba(255, 255, 255, 0.2); }
      .word__item.grey .word__circle:before {
        background: rgba(255, 255, 255, 0.5); }
    .word__item.active .word__circle {
      transform: scale(1.5); }
      .word__item.active .word__circle:before {
        transform: scale(1.2); }
    .word__item.active .word__info {
      display: block; }
  .word__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    transition: .3s;
    background: rgba(253, 108, 1, 0.3);
    cursor: pointer; }
    .word__circle:before {
      content: '';
      width: 15px;
      height: 15px;
      background: #fd6c01;
      border-radius: 100%;
      transition: .3s; }
  .word__info {
    width: 428px;
    background: #fff;
    display: none;
    position: absolute;
    left: 100%; }
  .word__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #cdd4dc; }
  .word__name {
    color: #272727;
    font-family: 'Trakis', sant-serif;
    font-size: 40px;
    font-weight: 750;
    line-height: 33px;
    text-transform: uppercase; }
  .word__close {
    cursor: pointer; }
  .word__table {
    padding: 20px;
    border-bottom: 1px solid #cdd4dc; }
  .word__table-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px; }
    .word__table-item:last-child {
      margin-bottom: 0; }
  .word__table-left {
    width: 122px;
    margin-right: 10px;
    font-family: 'Trakis', sant-serif;
    color: #272727;
    font-size: 24px;
    font-weight: 750;
    line-height: 22px;
    text-align: left; }
  .word__table-right {
    width: calc(100% - 133px);
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
  .word__bottom {
    padding: 20px; }
  .word__btn .btn__text {
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px; }
  .word__btn .btn__icon {
    width: 30px; }
    .word__btn .btn__icon svg {
      width: 100%; }

.single-country .our-project__decor {
  display: none; }

.single-country .numbers__title-mobile {
  display: none; }

.country-title__top {
  display: none;
  color: black;
  font-family: 'Trakis', sant-serif;
  font-size: 130px;
  font-weight: 750;
  line-height: 106px;
  text-transform: uppercase;
  word-wrap: break-word;
  margin-bottom: 46px; }
  @media screen and (max-width: 833px) {
    .country-title__top {
      display: block; } }

.country-top__img {
  width: 100%;
  margin-bottom: 100px; }
  .country-top__img img {
    width: 100%;
    height: inherit;
    object-fit: cover; }
    @media screen and (max-width: 833px) {
      .country-top__img img {
        height: 260px; } }
  @media screen and (max-width: 833px) {
    .country-top__img {
      margin-bottom: 50px; } }

.country-top__bold {
  max-width: 1350px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 100px; }
  .country-top__bold span {
    color: #FD6C01; }
  @media screen and (max-width: 833px) {
    .country-top__bold {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 50px; } }

.country-middle {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .country-middle {
      margin-bottom: 50px; } }
  .country-middle__flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1440px) {
      .country-middle__flex {
        flex-wrap: wrap; } }
  .country-middle__left {
    width: 765px; }
    @media screen and (max-width: 1820px) {
      .country-middle__left {
        width: 500px; } }
    @media screen and (max-width: 1440px) {
      .country-middle__left {
        width: 100%;
        margin-bottom: 30px; } }
  .country-middle__img {
    width: 100%; }
    .country-middle__img img {
      width: 100%;
      height: inherit;
      object-fit: cover; }
      @media screen and (max-width: 833px) {
        .country-middle__img img {
          height: 260px; } }
  .country-middle__right {
    width: 885px; }
    @media screen and (max-width: 1820px) {
      .country-middle__right {
        width: 800px; } }
    @media screen and (max-width: 1440px) {
      .country-middle__right {
        width: 100%; } }
  .country-middle__text p {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 30px; }
    .country-middle__text p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 833px) {
      .country-middle__text p {
        font-size: 14px;
        line-height: 20px; } }

.country-bottom__flex {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
  padding-top: 100px;
  border-top: 1px solid #272727; }
  @media screen and (max-width: 1440px) {
    .country-bottom__flex {
      flex-wrap: wrap; } }
  @media screen and (max-width: 833px) {
    .country-bottom__flex {
      padding: 50px 0;
      margin-top: 35px;
      margin-bottom: 0; } }

.country-bottom__left {
  width: 45%;
  margin-right: 30px; }
  @media screen and (max-width: 1440px) {
    .country-bottom__left {
      width: 100%;
      margin-right: 0; } }

.country-bottom__title {
  font-family: 'Trakis', sans-serif;
  color: #272727;
  font-size: 72px;
  font-weight: 750;
  line-height: 59px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .country-bottom__title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 833px) {
    .country-bottom__title {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 30px; } }

.country-bottom__right {
  width: 50%; }
  @media screen and (max-width: 1440px) {
    .country-bottom__right {
      width: 100%; } }

.country-bottom__text p {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin: 0 0 50px; }
  @media screen and (max-width: 833px) {
    .country-bottom__text p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px; } }

.cards-project {
  display: flex;
  flex-wrap: wrap; }

.project-card:first-child {
  width: 100%;
  margin-bottom: 50px; }
  .project-card:first-child .project-card__img {
    height: 847px;
    margin-bottom: 50px; }
    .project-card:first-child .project-card__img img {
      object-fit: cover; }
    @media screen and (max-width: 1440px) {
      .project-card:first-child .project-card__img {
        height: inherit; } }
    @media screen and (max-width: 833px) {
      .project-card:first-child .project-card__img {
        margin-bottom: 30px; } }
  @media screen and (max-width: 1440px) {
    .project-card:first-child {
      height: inherit;
      margin-bottom: 30px; } }

.project-card:last-child {
  width: 100%;
  margin-top: 50px; }
  .project-card:last-child .project-card__img {
    height: 847px;
    margin-bottom: 50px; }
    .project-card:last-child .project-card__img img {
      object-fit: cover; }
    @media screen and (max-width: 1440px) {
      .project-card:last-child .project-card__img {
        height: inherit; } }
    @media screen and (max-width: 833px) {
      .project-card:last-child .project-card__img {
        margin-bottom: 30px; } }
  @media screen and (max-width: 1440px) {
    .project-card:last-child {
      height: inherit;
      margin-bottom: 30px; } }

.project-card:nth-child(2) {
  width: 733px;
  margin-right: 150px; }
  .project-card:nth-child(2) .project-card__img {
    height: 733px; }
    .project-card:nth-child(2) .project-card__img img {
      height: 100%; }
    @media screen and (max-width: 1440px) {
      .project-card:nth-child(2) .project-card__img {
        height: inherit; } }
  @media screen and (max-width: 1820px) {
    .project-card:nth-child(2) {
      width: 530px;
      margin-right: 55px; } }
  @media screen and (max-width: 1440px) {
    .project-card:nth-child(2) {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; } }

.project-card:nth-child(3) {
  width: 427px;
  margin-right: 30px; }
  .project-card:nth-child(3) .project-card__img {
    height: 427px; }
    .project-card:nth-child(3) .project-card__img img {
      height: 100%; }
    @media screen and (max-width: 1440px) {
      .project-card:nth-child(3) .project-card__img {
        height: inherit; } }
  @media screen and (max-width: 1820px) {
    .project-card:nth-child(3) {
      width: 400px; } }
  @media screen and (max-width: 1440px) {
    .project-card:nth-child(3) {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; } }

.project-card:nth-child(4) {
  width: 427px; }
  .project-card:nth-child(4) .project-card__img {
    height: 427px; }
    .project-card:nth-child(4) .project-card__img img {
      height: 100%; }
    @media screen and (max-width: 1440px) {
      .project-card:nth-child(4) .project-card__img {
        height: inherit; } }
  @media screen and (max-width: 1820px) {
    .project-card:nth-child(4) {
      width: 400px; } }
  @media screen and (max-width: 1440px) {
    .project-card:nth-child(4) {
      width: 100%; } }

.project-card__img {
  width: 100%;
  margin-bottom: 30px; }
  .project-card__img img {
    width: 100%;
    height: inherit;
    object-fit: cover; }

.project-card__name {
  display: block;
  color: #272727;
  font-size: 42px;
  font-weight: 700;
  line-height: 51px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media screen and (max-width: 833px) {
    .project-card__name {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 20px; } }

.project-card__content {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 30px; }
  @media screen and (max-width: 833px) {
    .project-card__content {
      font-size: 14px;
      line-height: 20px; } }

.project__title {
  color: #272727;
  font-family: 'Trakis', sant-serif;
  font-size: 72px;
  font-weight: 750;
  line-height: 59px;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .project__title {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 30px; } }

.project-slider {
  padding-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .project-slider {
      padding-bottom: 50px; } }
  .project-slider .swiper-wrapper {
    margin-bottom: 100px; }
    @media screen and (max-width: 833px) {
      .project-slider .swiper-wrapper {
        margin-bottom: 0; } }
  .project-slider .swiper-pagination-bullet {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin: 0 10px;
    cursor: pointer; }
  .project-slider .swiper-pagination-bullet-active {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-right: 0; }
    .project-slider .swiper-pagination-bullet-active:after {
      display: block;
      margin: 0 10px;
      content: '';
      width: 50px;
      height: 2px;
      background: #272727; }
  .project-slider .card {
    width: 100%; }
  .project-slider .card__img {
    height: 427px;
    width: 100%; }
    .project-slider .card__img img {
      height: 100%;
      object-fit: cover; }
  @media screen and (max-width: 833px) {
    .project-slider .recent-slider__control {
      display: none; } }

.single-projects .our-project__decor {
  display: none; }

.single-projects .recent-slider__prev {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffffff57;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25px; }
  .single-projects .recent-slider__prev svg path {
    fill: #fff; }
  @media screen and (max-width: 833px) {
    .single-projects .recent-slider__prev {
      display: none; } }

.single-projects .recent-slider__next {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffffff57;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25px; }
  .single-projects .recent-slider__next svg path {
    fill: #fff; }
  @media screen and (max-width: 833px) {
    .single-projects .recent-slider__next {
      display: none; } }

.single-projects .swiper-wrapper {
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .single-projects .swiper-wrapper {
      margin-bottom: 30px; } }

.single-projects .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin: 0 10px;
  cursor: pointer; }
  @media screen and (max-width: 833px) {
    .single-projects .swiper-pagination-bullet {
      font-size: 14px; } }

.single-projects .swiper-pagination-bullet-active {
  font-weight: 700;
  position: relative; }
  .single-projects .swiper-pagination-bullet-active:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #272727;
    margin: 0 0 0 20px; }
    @media screen and (max-width: 833px) {
      .single-projects .swiper-pagination-bullet-active:after {
        margin: 0 0 0 10px;
        width: 20px; } }

.single-projects__top {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .single-projects__top {
      margin-bottom: 30px; } }

.single-projects__title {
  color: #272727;
  font-family: 'Trakis', sant-serif;
  font-size: 120px;
  font-weight: 750;
  line-height: 98px;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .single-projects__title {
      font-size: 80px;
      line-height: 65px;
      margin-bottom: 10px; } }

.single-projects__position {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 50px; }
  @media screen and (max-width: 833px) {
    .single-projects__position {
      font-size: 14px;
      line-height: 34px;
      margin-bottom: 30px; } }

.single-projects__big-photo {
  width: 100%;
  height: 847px;
  margin-bottom: 100px; }
  .single-projects__big-photo img {
    width: 100%;
    height: inherit;
    object-fit: cover; }
  @media screen and (max-width: 833px) {
    .single-projects__big-photo {
      height: inherit;
      margin-bottom: 30px; } }

.single-projects__bold {
  max-width: 1340px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase; }
  .single-projects__bold span {
    color: #FD6C01; }
  @media screen and (max-width: 833px) {
    .single-projects__bold {
      font-size: 20px;
      line-height: 30px; } }

.single-projects__middle {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .single-projects__middle {
      margin-bottom: 30px; } }

.single-projects__middle-flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1440px) {
    .single-projects__middle-flex {
      flex-wrap: wrap; } }

.single-projects__left {
  width: 733px; }
  @media screen and (max-width: 1820px) {
    .single-projects__left {
      width: 600px; } }
  @media screen and (max-width: 1440px) {
    .single-projects__left {
      width: 100%;
      margin-bottom: 30px; } }

.single-projects__middle-photo {
  width: 100%; }
  .single-projects__middle-photo img {
    width: 100%;
    height: inherit; }

.single-projects__right {
  width: 885px; }
  @media screen and (max-width: 1820px) {
    .single-projects__right {
      width: 700px; } }
  @media screen and (max-width: 1440px) {
    .single-projects__right {
      width: 100%; } }

.single-projects__text p {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 30px; }
  .single-projects__text p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 833px) {
    .single-projects__text p {
      font-size: 14px;
      line-height: 20px; } }

.single-projects__bottom {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .single-projects__bottom {
      margin-bottom: 30px; } }

.single-projects__bottom-flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1440px) {
    .single-projects__bottom-flex {
      flex-wrap: wrap-reverse; } }

.single-projects__bottom-left {
  width: 735px; }
  @media screen and (max-width: 1820px) {
    .single-projects__bottom-left {
      width: 600px; } }
  @media screen and (max-width: 1440px) {
    .single-projects__bottom-left {
      width: 100%; } }

.single-projects__bottom-text {
  margin-bottom: 137px; }
  @media screen and (max-width: 833px) {
    .single-projects__bottom-text {
      margin-bottom: 30px; } }
  .single-projects__bottom-text p {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 30px; }
    .single-projects__bottom-text p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 833px) {
      .single-projects__bottom-text p {
        font-size: 14px;
        line-height: 20px; } }

.single-projects__bottom-bold {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase; }
  .single-projects__bottom-bold span {
    color: #FD6C01; }
  @media screen and (max-width: 833px) {
    .single-projects__bottom-bold {
      font-size: 20px;
      line-height: 30px; } }

.single-projects__bottom-right {
  width: 887px; }
  .single-projects__bottom-right img {
    width: 100%;
    height: inherit; }
  @media screen and (max-width: 1820px) {
    .single-projects__bottom-right {
      width: 700px; } }
  @media screen and (max-width: 1440px) {
    .single-projects__bottom-right {
      width: 100%;
      margin-bottom: 30px; } }

.single-projects__slider {
  margin-bottom: 100px; }
  @media screen and (max-width: 833px) {
    .single-projects__slider {
      margin-bottom: 50px; }
      .single-projects__slider img {
        height: 260px; } }

.process__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 100px;
  border-bottom: 1px solid #cdd4dc;
  margin-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .process__top {
      flex-wrap: wrap; } }
  @media screen and (max-width: 833px) {
    .process__top {
      padding: 50px 0;
      margin-bottom: 0; } }

.process__left {
  width: 48%;
  margin-right: 30px; }
  @media screen and (max-width: 1440px) {
    .process__left {
      width: 100%;
      margin-right: 0; } }

.process__title {
  color: #272727;
  font-family: 'Trakis', sant-serif;
  font-size: 72px;
  font-weight: 750;
  line-height: 59px;
  text-transform: uppercase; }
  @media screen and (max-width: 1440px) {
    .process__title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 833px) {
    .process__title {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 30px; } }

.process__right {
  width: 50%; }
  @media screen and (max-width: 1440px) {
    .process__right {
      width: 100%; } }

.process__text p {
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px; }
  @media screen and (max-width: 833px) {
    .process__text p {
      font-size: 14px;
      line-height: 20px; } }

.process__flex {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 1440px) {
    .process__flex {
      display: none; } }

.process__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a7a9bb;
  font-size: 42px;
  font-weight: 400;
  line-height: 51px;
  text-transform: uppercase;
  transition: .3s;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #272727;
  cursor: pointer; }
  .process__item:hover .process__item-text {
    color: #fd6c01;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    text-transform: uppercase; }
  .process__item:hover .process__icon {
    opacity: 1; }

.process__item-text {
  color: #a7a9bb;
  font-size: 42px;
  font-weight: 400;
  line-height: 51px;
  text-transform: uppercase;
  transition: .3s; }

.process__list-info {
  width: 733px; }
  @media screen and (max-width: 1820px) {
    .process__list-info {
      width: 500px; } }

.process__list {
  position: sticky;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000; }

.process__icon {
  transition: .3s;
  opacity: 0; }

.process__info {
  width: 885px; }
  .process__info p {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 30px; }

.process__img-big {
  width: 100%;
  margin-bottom: 50px; }
  .process__img-big img {
    width: 100%; }

.process__img-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  .process__img-flex img {
    width: 428px; }

/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slide styles end */

