@charset "UTF-8";
body {
  font-family: 'Yandex Sans Text';
}

.container {
  max-width: 1560px;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1560px;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.header {
  padding: 144px 0 0;
  position: relative;
}

.header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: url("../img/header_bg_top.png") top no-repeat;
  background-size: contain;
  z-index: -1;
}

.header::after {
  content: '';
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: 700px;
  background: url("../img/header_bg_sec.png") top no-repeat;
  background-size: contain;
  z-index: -2;
}

.header .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23% 1fr;
      grid-template-columns: 23% 1fr;
  gap: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.header h1 {
  font-family: 'Yandex Sans Text';
  font-size: 93.9px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #555555;
  max-width: 900px;
  margin: 0;
}

.header h1 span {
  font-weight: 900;
}

.header__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  gap: 16px;
  margin: 140px 0 0;
}

.header ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  border: 2px solid #fcb323;
  border-radius: 15px;
}

.header ul li {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #fcb323;
}

.header ul li:last-child {
  border: none;
}

.header ul a {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #58585a;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header ul a:hover {
  color: #474749;
}

.header__logo {
  margin: 0;
}

.header__logo img {
  width: 100%;
}

.header__btn {
  background-color: #000000;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f68c50), color-stop(50%, #f89e49), to(#fcb323));
  background-image: linear-gradient(0deg, #f68c50 0%, #f89e49 50%, #fcb323 100%);
  border: none;
  font-family: 'Yandex Sans Text';
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  border-radius: 15px;
  padding: 31px 54px;
}

.list {
  padding: 146px 0 0;
}

.list h3 {
  font-family: 'Yandex Sans Text';
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
}

.list h3 span {
  color: #f68c50;
}

.list p {
  font-size: 30px;
  font-weight: 400;
  color: #111111;
  line-height: 1.2;
}

.list__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 110px;
}

.list__wrapper {
  margin: 50px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
      grid-template-columns: 180px 1fr;
  gap: 20px;
}

.list__wrapper div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 45px;
}

.list h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
  position: relative;
}

.list h2 span {
  color: #f68c50;
}

.list h2::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 13px;
  left: -60px;
  width: calc( 100% + 120px);
  background-color: #58595b;
  height: 8px;
  opacity: 0.2;
  z-index: -1;
}

.list__subtitle {
  margin: 0 0 120px;
}

.list__subtitle p {
  font-size: 30px;
  font-weight: 400;
  margin: 45px 0 0;
  line-height: 1.2;
  color: #111111;
}

.catalog {
  padding: 160px 0 0;
}

.catalog h2 {
  font-family: 'Yandex Sans Text';
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
}

.catalog h2 span {
  color: #f68c50;
}

.catalog__subtitle p {
  font-size: 30px;
  font-weight: 400;
  margin: 45px 0 0;
  line-height: 1.2;
  color: #111111;
}

.catalog__wrapper {
  margin: 120px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.catalog__col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 45px;
}

.catalog__item {
  position: relative;
  background-color: #58595b;
}

.catalog__item h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.catalog__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalog__info {
  padding: 72px 36px 100px;
  background-color: #58595b;
}

.catalog__info p {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin: 45px 0 0;
  line-height: 1.2;
}

.catalog__num {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.how {
  padding: 120px 0 0;
}

.how h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
  position: relative;
}

.how h2 span {
  color: #f68c50;
}

.how h2::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 13px;
  left: -60px;
  width: calc( 100% + 120px);
  background-color: #58595b;
  height: 8px;
  opacity: 0.2;
  z-index: -1;
}

.how p {
  margin: 45px 0 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #111111;
}

.how__img {
  margin: 56px 0 0;
  position: relative;
}

.how__img img {
  width: 100%;
}

.how__img::before {
  content: 'ˮ';
  display: block;
  position: absolute;
  top: 80px;
  right: 80px;
  font-family: Arial;
  font-size: 280.3px;
  line-height: 1.2;
  font-weight: 700;
  color: #f68c50;
}

.how__img::after {
  content: 'Free trade is not a principle, but a means to an end.';
  display: block;
  position: absolute;
  left: 75px;
  bottom: 165px;
  font-family: 'Yandex Sans Text';
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.75);
  color: #ffffff;
}

.contact {
  padding: 150px 0 107px;
  position: relative;
}

.contact::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 205px);
  z-index: -2;
  background-color: #f5f5f5;
}

.contact h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
  position: relative;
}

.contact h2 span {
  color: #f68c50;
}

.contact h2::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 13px;
  left: -60px;
  width: calc( 100% + 120px);
  background-color: #58595b;
  height: 8px;
  opacity: 0.2;
  z-index: -1;
}

.contact__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin: 118px 0 0;
}

.contact h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
}

.contact h3 + p {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
  margin: 50px 0 0;
}

.contact ul {
  margin: 50px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 20px;
}

.contact ul a {
  font-size: 30px;
  font-weight: 400;
  border-bottom: 1px solid #111111;
  line-height: 1.2;
  color: #111111;
}

.contact ul li {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact ul li img {
  margin: 0 20px 0 0;
}

.contact__part {
  margin: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: normal;
  justify-content: center;
  align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: center;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact__part img {
  width: 100%;
  max-width: 340px;
}

@media (max-width: 1440px) {
  .header__row {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    margin: 40px 0 0;
  }
  .header h1 {
    font-size: 70px;
    max-width: 700px;
  }
}

@media (max-width: 1024px) {
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 25px !important;
  }
  p,
  a {
    font-size: 20px !important;
  }
  section {
    padding: 70px 0 0 !important;
  }
  .how h2::before,
  .list h2::before,
  .contact h2::before {
    bottom: 7px;
    height: 4px;
  }
  .contact {
    padding: 100px 0;
  }
  .contact::before {
    height: calc(100% - 125px);
  }
  .contact__row {
    margin: 30px 0 0;
  }
  .contact__row ul {
    margin: 20px 0 0;
  }
  .contact__row h3 + p {
    margin: 20px 0 0;
  }
  .contact__part {
    margin: 30px 0 0;
  }
  .header ul li {
    padding: 15px 0;
  }
  .header__btn {
    padding: 15px;
    font-size: 20px;
  }
  .list__subtitle {
    margin: 0 0 30px;
  }
  .list__subtitle p {
    margin: 15px 0 0;
  }
  .list__container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 30px;
  }
  .list__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .list__wrapper div {
    gap: 20px;
  }
  .how p {
    margin: 15px 0 0;
  }
  .catalog__wrapper {
    margin: 30px 0 0;
  }
  .catalog__subtitle p {
    margin: 15px 0 0;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 50px 0 0;
  }
  .header h1 {
    font-size: 50px;
  }
  .header .container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 30px;
  }
  .header__logo {
    max-width: 200px;
  }
  .catalog__wrapper {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 45px;
  }
  .contact__row {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 30px;
  }
  .how__img::before {
    top: 30px;
    right: 30px;
    font-size: 90px;
  }
  .how__img::after {
    bottom: 30px;
    left: 30px;
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .header h1 {
    font-size: 40px;
  }
  .header ul {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .header ul li {
    border-right: none;
    border-bottom: 1px solid #fcb323;
  }
  .list__wrapper {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .catalog__info {
    padding: 30px 15px 100px;
  }
}
/*# sourceMappingURL=style.css.map */