@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 400;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.wrapper {
  min-width: 100%;
  overflow: hidden;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
}

body._lock {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 635px;
  margin: 0 auto;
}

.content-container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.shop-container {
  max-width: 1440px;
  margin: 0 auto;
}

.swiper-container__content {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

._block__title {
  align-items: center;
}

._block__text {
  letter-spacing: 1px;
  align-items: center;
  margin: 14px 0 22px 0;
}

._block__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

._block__button {
  background-color: #ff4a32;
  border-radius: 35px;
  border: solid 1px rgba(0, 0, 0, 0);
  color: #fff;
  min-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px 47px;
  font-size: 15px;
  line-height: calc(22.5 / 15 * 100%);
  transition: all 0.3s ease;
}

._block__button:hover {
  background-color: inherit;
  border: solid 1px #ff4a32;
  box-shadow: 2px 1px 3px #ff4a32;
  color: #ff4a32;
}

.main-block__button:not(:last-child) {
  margin: 0 10px 0 0;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-container {
  max-width: 100%;
}

.header-block {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.cap {
  background-color: #000;
  max-height: 29px;
  height: 100%;
}
.cap p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  align-items: center;
  letter-spacing: 2px;
}

.menu {
  padding: 0 15px;
  background-color: #fff;
}

.menu-block,
.header__menu,
.menu__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 66px;
}

.menu-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.menu-link li:not(:last-child) {
  margin: 0 22px 0 0;
}
.menu-link li a {
  color: inherit;
  line-height: calc(21 / 14 * 100%);
  letter-spacing: 1px;
}

.menu-do {
  display: flex;
}
.menu-do li:not(:last-child) {
  margin: 0 11px 0 0;
}
.menu-do li a {
  max-width: 100%;
}
.menu-do li a img {
  width: 24px;
}

.menu__icon {
  display: none;
}

.page {
  flex: 1 1 auto;
}

.main-block {
  position: relative;
}

.main-block__continer-one {
  margin: 95px auto 0;
  width: 100%;
  max-width: 635px;
}

.main-block__body {
  padding: 95px 15px 623px 15px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.main-block__title {
  font-size: 44px;
  line-height: calc(50.53 / 44 * 100%);
}

.main-block__text {
  font-size: 15px;
  line-height: calc(18.75 / 15 * 100%);
}

.main-block__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-block__image img {
  -o-object-position: 45% 80%;
     object-position: 45% 80%;
}

.main-block__continer-two {
  margin: 20px auto 0;
  width: 100%;
  max-width: 488px;
}

.main-block__subtitle-two {
  font-size: 15px;
  line-height: calc(18.75 / 15 * 100%);
  margin: 0 0 11px 0;
}

.main-block__title-two {
  font-size: 45px;
  font-weight: 700;
  line-height: calc(50.63 / 45 * 100%);
}

.main-block__text-two {
  font-size: 15px;
  line-height: calc(18.75 / 15 * 100%);
}

.footer-page__one {
  background-color: #000;
}

.footer-page__body {
  min-height: 83px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.main-body__content {
  padding: 0 15px;
  margin: 52px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-body__content .main-body__cap {
  text-align: center;
  max-width: 668px;
  align-items: center;
}
.main-body__content .main-body__cap .main-body__cap-title {
  font-size: 32px;
  line-height: calc(36 / 32 * 100%);
}
.main-body__content .main-body__cap .main-body__cap-subtitle {
  font-size: 15px;
  line-height: calc(18.75 / 15 * 100%);
  margin: 17px 0 0 0;
}
.main-body__content .main-body__cap .main-body__cap-subtitle:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 25.11px auto 44.89px;
  background-color: #cfcfcf;
  border: 1px solid #cfcfcf;
}

.block-photo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block-photo__box:not(:last-child) {
  margin: 0 20px 0 0;
}
.block-photo__box {
  position: relative;
}
.block-photo__box .block-photo__bg {
  transition: all 0.3s ease;
}
.block-photo__box:hover .block-photo__bg {
  background-color: rgba(255, 74, 51, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.block-photo .phtoto-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: scale(1) translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.block-photo .phtoto-content .phtoto-content__title {
  font-size: 25px;
  line-height: calc(30 / 25 * 100%);
}
.block-photo .phtoto-content .phtoto-content__subtitle {
  font-size: 18px;
  line-height: calc(23.44 / 18 * 100%);
  padding: 14px 0 0 0;
}
.block-photo .phtoto-content {
  transition: all 0.3s ease;
}
.block-photo .phtoto-content:hover {
  text-decoration: underline;
}
.block-photo .block-photo__box {
  width: 100%;
  height: auto;
}
.block-photo .block-photo__box img {
  max-width: 100%;
}

.main-block__content {
  padding: 0 15px;
  margin: 44px 0 45px 0;
}

.main-block__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.main-block__content .content-img {
  flex: 0 1 380px;
}
.main-block__content .content-img img {
  max-width: 100%;
}

.main-block__content :nth-child(2n) {
  margin: 0 0 0 20px;
}

.content-info {
  margin: 0 0 0 40px;
  flex: 0 1 339px;
}
.content-info .content-info__title {
  font-size: 32px;
  line-height: calc(38.4 / 32 * 100%);
}
.content-info .content-info__subtitle {
  font-size: 15px;
  line-height: calc(22.5 / 15 * 100%);
  margin: 21px 0 23px 0;
}
.content-info ._block__buttons {
  justify-content: start;
}

.shop {
  width: 100%;
}
.shop-body {
  margin: 0 0 55px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.shop-photo__box {
  flex: 0 1 33.333%;
  position: relative;
  width: 100%;
  height: auto;
}
.shop-photo__box .shop-photo__bg {
  transition: all 0.3s ease;
}
.shop-photo__box:hover .shop-photo__bg {
  background-color: rgba(255, 74, 51, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.shop-photo__content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: scale(1) translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.shop .phtoto-content__title {
  font-size: 25px;
  line-height: calc(30 / 25 * 100%);
}
.shop .phtoto-content__subtitle {
  font-size: 18px;
  line-height: calc(23.44 / 18 * 100%);
}
.shop .phtoto-content:hover {
  text-decoration: underline;
}
.shop-photo__box img {
  max-width: 100%;
}

.reports {
  margin: 0 0 64px 0;
}

.reports-body {
  padding: 0 15px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.report__video {
  position: relative;
  padding: 0 0 53% 0;
}

.report__video video,
.report__video iframe {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-cap {
  padding: 0 15px;
  text-align: center;
}
.swiper-cap__title {
  font-size: 32px;
  line-height: calc(36 / 32 * 100%);
  font-weight: 700;
}
.swiper-cap__title::after {
  content: "";
  display: block;
  margin: 21.59px auto 42.41px;
  width: 70px;
  height: 2px;
  background-color: #cfcfcf;
  border: 1px solid #cfcfcf;
}

.swiper-footer__box {
  width: 100%;
  height: 66px;
  content: "";
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 10px #ccc, -5px -5px 10px #ccc;
  margin: 4px 0 28px 0;
}

.services-body {
  background-color: #000;
  padding: 35px 0 52px 0;
}

.services-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.services-content {
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card:not(:last-child) {
  margin: 0 75px 0 0;
}

.card {
  flex: 0 1 25%;
  text-align: center;
}
.card-img {
  align-items: center;
}
.card-title {
  color: #fff;
  font-size: 31px;
  line-height: calc(36 / 31 * 100%);
  font-weight: 700;
  padding: 5px 0 25px 0;
}
.card-text {
  color: #fff;
  font-size: 15px;
  line-height: calc(22.5 / 15 * 100%);
}

.footer {
  background-color: #f7f7f7;
}
.footer-content {
  margin: 50px 0;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  flex: 0 1 160px;
}
.footer-explore {
  flex: 0 1 144px;
}
.footer-explore .explore-title {
  font-size: 20px;
  line-height: calc(30 / 20 * 100%);
}
.footer-explore .explore-subtitle {
  margin: 10px 0 0 0;
}
.footer-explore .explore-subtitle div {
  font-size: 13px;
  line-height: calc(21 / 13 * 100%);
}
.footer-about {
  flex: 0 1 367px;
}
.footer-about .about-title {
  font-size: 19px;
  line-height: calc(30 / 19 * 100%);
}
.footer-about .about-subtitle {
  margin: 12px 0 19px 0;
  line-height: calc(21 / 14 * 100%);
}
.footer-about .about-text {
  max-width: 206px;
  font-size: 13px;
  line-height: calc(21 / 13 * 100%);
}

.underfooter-content {
  min-height: 70px;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.underfooter-author,
.underfooter-pay {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.underfooter-author div:nth-child(2n) {
  color: #ff4a32;
  font-size: 12px;
  line-height: calc(18.75 / 12 * 100%);
}

.underfooter-author div:nth-child(2n+1) {
  color: #000;
  font-size: 13px;
  line-height: calc(18.75 / 13 * 100%);
}

.underfooter-author div:not(:last-child) {
  margin: 0 3px 0 0;
}

.underfooter-pay a:not(:last-child) {
  margin: 0 4px 0 0;
}

@media (min-width: 850px) {
  .menu-list {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 920px) {
  .menu-list {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1010px) {
  .menu-list {
    margin: 0 200px 0 0;
  }
}
@media (min-width: 1200px) {
  .menu-list {
    margin: 0 300px 0 0;
  }
}
@media (min-width: 1400px) {
  .menu-list {
    margin: 0 360px 0 0;
  }
}
@media (min-width: 1550px) {
  .menu-list {
    margin: 0 460px 0 0;
  }
}
@media (max-width: 980px) {
  .services-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card:not(:last-child) {
    margin: 20px;
  }

  .card {
    flex: 1 1 30%;
  }
}
@media (max-width: 920px) {
  .footer-page__body {
    flex-wrap: wrap;
    padding: 5px 0;
  }

  .footer-page__img {
    padding: 5px 0;
  }

  .shop .phtoto-content__title {
    font-size: 23px;
  }
  .shop .phtoto-content__subtitle {
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .menu-block {
    padding: 5px 0;
  }

  .menu-link li a {
    font-size: 20px;
  }

  .menu-do {
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu-do li:not(:last-child) {
    margin: 0 0 11px 0;
  }
  .menu-do li a img {
    width: 25px;
  }

  ._block__buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-block__body {
    padding: 95px 15px 423px 15px;
  }

  .footer-page__body {
    flex-wrap: wrap;
    padding: 5px 0;
  }

  .main-body__content {
    margin-top: 40px;
  }

  .main-block__content {
    flex-wrap: wrap;
  }
  .main-block__content .content-img {
    flex: 0 1 280px;
  }

  .content-info {
    margin: 10px 0 0 0;
  }

  .shop-body {
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  .shop-photo__box {
    width: auto;
  }
  .shop-photo__box:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .card-title {
    font-size: 28px;
  }
  .card-text {
    color: #fff;
    font-size: 15px;
  }

  .footer-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logo {
    margin: 0 20px 0 0;
  }

  .underfooter-content {
    padding: 20px 0 26px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .underfooter-author {
    margin: 0 5px 10px 0;
  }
}
@media (max-width: 610px) {
  .main-block__content :nth-child(2n) {
    margin: 0;
  }

  .main-block__content .content-img {
    flex: 0 1 380px;
  }

  .main-block__content :last-child {
    margin: 15px 0 0 0;
  }

  .card:not(:last-child) {
    margin: 0 0 20px 0;
  }

  .card {
    flex: 0 1 268px;
  }
}
@media (max-width: 588px) {
  .main-block__content :nth-child(2n) {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 480px) {
  ._block__title {
    font-size: 38px;
  }

  .main-block__button {
    flex: 1 1 70%;
    font-size: 20px;
  }

  .menu-link {
    justify-content: normal;
  }

  ._block__button:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .main-block__body {
    padding: 80px 15px 223px 15px;
  }

  .main-block__image {
    opacity: 0.5;
  }

  .main-body__content {
    margin-top: 25px;
  }
  .main-body__content .main-body__cap .main-body__cap-title {
    font-size: 28px;
  }
  .main-body__content .main-body__cap .main-body__cap-subtitle:after {
    margin: 15px auto 25px;
  }

  .block-photo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-photo__box:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .block-photo .phtoto-content .phtoto-content__title {
    font-size: 22px;
  }
  .block-photo .phtoto-content .phtoto-content__subtitle {
    font-size: 16px;
    padding: 10px 0 0 0;
  }
  .block-photo .block-photo__box {
    width: 85%;
  }

  .content-info {
    text-align: center;
    margin: 0;
    flex: 0 1 100%;
  }
  .content-info ._block__buttons ._block__button {
    justify-content: center;
    flex: 1 1 70%;
    font-size: 20px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    background-color: red;
  }

  .cap {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
  }

  .menu-logo {
    position: relative;
    top: 0;
    left: 0;
    z-index: 50;
  }

  .menu__icon {
    display: block;
    cursor: pointer;
    top: -5px;
    left: 0;
    width: 30px;
    height: 18px;
    position: relative;
    z-index: 5;
  }

  .menu__icon span,
.menu__icon::before,
.menu__icon::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 10%;
    width: 100%;
    background-color: #ff4a32;
    transition: all 0.3s ease 0s;
  }

  .menu__icon::before,
.menu__icon::after {
    content: "";
  }

  .menu__icon::before {
    top: 0;
  }

  .menu__icon::after {
    top: 17px;
  }

  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0, -50%);
  }

  .menu__icon._active span {
    transform: scale(0) translate(0, -50%);
  }

  .menu__icon._active::before {
    transform: rotate(-45deg) translate(0, -50%);
    top: 70%;
  }

  .menu__icon._active::after {
    transform: rotate(45deg) translate(0, 48%);
    top: 68%;
  }

  .menu__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 100px 15px 10px 15px;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 204, 204, 0.9);
    padding: 100px 30px 30px 30px;
    transition: right 0.3s ease 0s;
    /*это важно для скролла*/
    overflow: auto;
  }

  .menu-list {
    padding: 20px 0;
  }

  .menu-link {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }

  .menu-link li:not(:last-child) {
    margin: 0 0 20px 0;
  }

  .menu__body._active {
    right: 0;
  }

  .menu-link li a {
    font-size: 24px;
  }

  .menu-do li:not(:last-child) {
    margin: 0 50px 0 0;
  }

  .menu-do {
    align-items: center;
  }

  .menu-do li a img {
    width: 150%;
  }

  .menu__body::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 105px;
    position: fixed;
    background-color: #fff;
  }
}
@media (max-width: 350px) {
  .footer-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logo {
    margin: 10px;
  }

  .footer-explore {
    margin: 20px 0;
  }

  .footer-about {
    text-align: center;
  }

  .footer-about .about-text {
    margin: 0 auto;
  }
}