@charset "UTF-8";

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-BoldItalic.woff") format("woff"),
    url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  padding: 16px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header__top-container {
  max-width: 1440px;
}

.header__top-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 0 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.header__body {
  max-width: 543px;
  width: 100%;
}

.header__logo {
  margin-bottom: 80px;
}

.header__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 20px;
}

.header__description {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 60px;
}

.header__btn {
  max-width: 350px;
  margin-bottom: 10px;
}

.header__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}

.header__pay img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  width: 57px;
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
  color: #000000;
}

.header__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 58%;
  flex: 1 1 58%;
  height: 626px;
  max-width: 830px;
}

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

.header__img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.firm {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 30px;
}

.firm__container {
  max-width: 1116px;
  width: 100%;
}

.firm__innert {
  margin-bottom: 40px;
}

.firm__title {
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.firm__user {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-top: 5px;
}

.firm__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.firm__item {
  margin: 0 15px 30px 15px;
  height: 80px;
}

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

.videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videos__container {
  max-width: 1030px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.videos__left {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.videos__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 15px;
}

.videos__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 60px;
  max-width: 400px;
}

.videos__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 5px;
  cursor: pointer;
}

.videos__link img {
  margin-left: 5px;
}

.videos__video-modal {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.videos__video-modal img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px;
  background: #fff;
}

.shop__container {
  max-width: 965px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__left {
  margin-right: 65px;
  width: 52%;
  max-width: 500px;
}

.shop__mobile {
  display: none;
}

.shop__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 10px;
}

.shop__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

.shop__reviews img {
  margin-right: 5px;
}

.shop__sliders {
  max-width: 500px;
  width: 100%;
}

.shop__small-slider {
  margin-top: 20px;
  width: 100%;
}

.shop__small-slider .shop__slider-item {
  cursor: pointer;
}

.shop__slider-item {
  width: 100%;
  height: 100%;
}

.shop__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__big-slider {
  width: 100%;
}

.shop__right {
  width: 50%;
}

.shop__description {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.shop__price-inner {
  display: flex;
  flex-direction: column;
}

.shop__price-old {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 10px;
  text-decoration: line-through;
}

.shop__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.shop__price span {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 10px;
}

.shop__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.shop__qty-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}

.shop__qty-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #000000;
  max-width: 300px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop__qty-body input {
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  width: 100%;
}

.shop__qty-body button {
  padding: 5px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 12px;
}

.shop__qty-body img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}

.shop__pay img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  width: 57px;
}

.work {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px;
}

.work__bg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 319px;
}

.work__bg-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work__bg-right {
  position: absolute;
  right: 0;
  top: 0;
}

.work__bg-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work__container {
  position: relative;
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work__inner {
  max-width: 658px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.work__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}

.work__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.work__btn {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  max-width: 326px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.work__btn:hover {
  background-color: #000;
  color: #fff;
}

.advanced {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px;
}

.advanced__container {
  max-width: 1130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advanced__inner {
  margin-bottom: 40px;
}

.advanced__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

.advanced__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advanced__item {
  width: 49%;
  max-width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.advanced__item-img {
  margin-right: 30px;
}

.advanced__item-img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advanced__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.advanced__item-num {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  background: #d7172f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  min-height: 30px;
}

.advanced__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #000000;
}

.advanced__item-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.advanced__btn {
  max-width: 400px;
}

.spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px;
}

.spec__container {
  max-width: 1135px;
}

.spec__inner {
  margin-bottom: 30px;
}

.spec__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
}

.spec__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.spec__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  margin-right: 70px;
}

.spec__info {
  width: 49%;
  max-width: 315px;
}

.spec__info:first-child {
  margin-right: 50px;
}

.spec__item {
  margin-bottom: 30px;
}

.spec__item:last-child {
  margin-bottom: 0;
}

.spec__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 10px;
}

.spec__item-ul {
  padding-left: 20px;
}

.spec__item-ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  list-style-type: circle;
  margin-bottom: 3px;
}

.spec__item-ul li a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
}

.reviews {
  background: #fff;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__container {
  max-width: 1160px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__inner {
  margin-bottom: 40px;
}

.reviews__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

.reviews__title br {
  display: none;
}

.reviews__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 360px;
  margin: 0 10px;
}

.reviews__item:first-child {
  max-width: 280px;
}

.reviews__item:last-child {
  max-width: 280px;
}

.reviews__item-stars {
  margin-bottom: 20px;
}

.reviews__item-stars img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}

.reviews__item-user {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000000;
}

.reviews__btn {
  max-width: 400px;
  margin-bottom: 10px;
}

.reviews__check {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}

.reviews__check a {
  font-weight: normal;
  text-decoration: underline;
  color: #000000;
}

.footer {
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f4f4;
}

.footer__container {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo {
}

.footer__logo img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__logos-item {
  margin: 0 10px 20px 10px;
  height: 50px;
}

.footer__logos-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f4f4;
  padding: 60px 30px;
}

.works__container {
  max-width: 1040px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.works__inner {
  margin-bottom: 50px;
}

.works__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}

.works__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  max-width: 658px;
  width: 100%;
}

.works__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}

.works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin: 0 10px;
}

.works__item:last-child {
  margin-bottom: 0;
}

.works__item-img {
  margin-bottom: 30px;
}

.works__item-img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}

.works__btn {
  max-width: 400px;
}

.included {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px;
}

.included__container {
  max-width: 740px;
  width: 100%;
}

.included__inner {
  margin-bottom: 40px;
}

.included__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #000000;
}

.included__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.included__img {
  margin-bottom: 60px;
  max-width: 650px;
}

.included__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.included__details {
  width: 100%;
}

.included__details-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.included__details-content {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}

.included__details-content ul {
  padding-left: 20px;
}

.included__details-content ul li {
  list-style-type: circle;
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}

.included__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.included__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.included__link:first-child {
  margin-right: 30px;
}

.included__link svg {
  margin-right: 4px;
}

.photography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f4f4;
  padding: 60px 30px;
}

.photography__container {
  max-width: 1040px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.photography__inner {
  margin-bottom: 40px;
}

.photography__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.photography__body {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photography__item {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 30px 10px;
}

.photography__item-img {
  margin-bottom: 30px;
  max-width: 200px;
}

.photography__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photography__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 6px;
}

.photography__item-title br {
  display: none;
}

.photography__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}

.photography__btn {
  max-width: 400px;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}

summary:active {
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: block;
  padding: 50px 0;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[v-cloak]:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  -webkit-animation: spinner 0.6s linear infinite;
  animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] > div {
  display: none;
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
}

.modal-enter-active,
.modal-leave-active {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.shop .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px #393b38 inset;
  box-shadow: 0px 0px 0px 2px #393b38 inset;
}

summary {
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 35px 10px 0;
}

summary::marker {
  font-size: 0;
}

details > summary::after {
  position: absolute;
  content: "+";
  right: 10px;
  font-size: 30px;
  font-weight: 400;
  color: #000;
}

details[open] > summary::after {
  position: absolute;
  content: "–";
  right: 12px;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

details > summary::-webkit-details-marker {
  display: none;
}

details {
  border-bottom: 1px solid #d2dde5;
}

.btn {
  background: #d7172f;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 10px;
  border: 1px solid #d7172f;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #d7172f;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
  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;
  padding: 0 40px;
}

.modal__body {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 360px;
}

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

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

.modal__body-serial {
  background-color: #fff;
  max-width: 970px;
  width: 100%;
  padding: 30px;
  position: relative;
}

.modal__serial-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__serial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

.modal__serial-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__serial-item-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.modal__serial-contact {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
}

.modal__serial-contact a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-transform: capitalize;
  color: #d7172f;
  margin-bottom: 24px;
}

.modal__title br {
  display: none;
}

.modal__discription {
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 10px;
}

.modal__ul {
  margin-bottom: 24px;
}

.modal__ul li {
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-left: 20px;
}

.modal__ul li::marker {
  color: #d7172f;
}

.modal__works {
  margin-bottom: 24px;
}

.modal__works-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #d7172f;
  margin-bottom: 10px;
}

.modal__works ul li {
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-left: 20px;
}

.modal__works ul li::marker {
  color: #d7172f;
}

.modal__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

.modal__shop img {
  width: 162px;
}

.modal__text {
  font-size: 12px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

.modal__body-pay {
  max-width: 600px;
  width: 100%;
  background-color: #fff;
  border: 10px solid #eaeaea;
  padding: 8px 14px;
  position: relative;
}

@media (max-width: 1250px) {
  .work__bg-left {
    max-width: 250px;
  }

  .work__bg-right {
    max-width: 250px;
  }
}

@media (max-width: 1190px) {
  .header__title {
    font-size: 50px;
  }

  .header__description {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .header__img img {
    -o-object-position: 30% 50%;
    object-position: 30% 50%;
  }
}

@media (max-width: 1040px) {
  .spec__left {
    margin-right: 40px;
  }
}

@media (max-width: 1019px) {
  .works__item {
    margin: 0 10px 30px 10px;
  }
}

@media (max-width: 1000px) {
  .header__title {
    font-size: 42px;
  }
}

@media (max-width: 990px) {
  .work__bg-left {
    max-width: 200px;
  }

  .work__bg-right {
    max-width: 200px;
  }

  .spec__title {
    text-align: center;
  }

  .spec__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .spec__left {
    margin-right: 0;
  }

  .spec__right {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .spec__img {
    max-width: 385px;
  }

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

@media (max-width: 970px) {
  .advanced__item-title {
    font-size: 20px;
  }

  .advanced__item-description {
    font-size: 14px;
  }
}

@media (max-width: 910px) {
  .advanced__item-img {
    margin-right: 20px;
  }
}

@media (max-width: 890px) {
  .advanced__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .advanced__item-img {
    margin-right: 0;
    margin-bottom: 15px;
  }

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

@media (max-width: 850px) {
  .header__title {
    font-size: 37px;
  }

  .header__description {
    font-size: 18px;
  }

  .header__btn {
    max-width: 280px;
  }

  .header__right {
    height: 570px;
  }

  .videos__description {
    font-size: 18px;
  }

  .shop__left {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .shop__title {
    text-align: center;
    font-size: 30px;
  }
  .photography__item {
    max-width: none;
    width: 46%;
  }
  .included {
    padding: 40px 30px;
  }
  .works__item-img {
    margin-bottom: 15px;
  }
  .works__item {
    max-width: 390px;
    margin: 0 0 30px 0;
  }
  .included__inner {
    margin-bottom: 30px;
  }
  .works {
    padding: 40px 30px;
  }
  .works__inner {
    margin-bottom: 30px;
  }
  .works__title {
    font-size: 30px;
    line-height: 120%;
  }
  .works__description {
    font-size: 16px;
  }
  .included__title {
    font-size: 30px;
  }
  .photography {
    padding: 40px 30px;
  }
  .included__img {
    margin-bottom: 30px;
  }
  .photography__inner {
    margin-bottom: 30px;
  }
  .photography__title {
    font-size: 30px;
  }
  .advanced__inner {
    margin-bottom: 30px;
  }
  .advanced__item-num {
    display: none;
  }

  .firm__user {
    font-size: 16px;
  }
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__top-text {
    font-size: 16px;
  }

  .header__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    padding: 40px 30px 0 30px;
  }

  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 380px;
  }

  .header__logo {
    margin-bottom: 36px;
  }

  .header__logo img {
    max-width: 142px;
  }

  .header__title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 18px;
  }

  .header__description {
    text-align: center;
    max-width: 240px;
    margin-bottom: 30px;
  }

  .header__btn {
    max-width: 380px;
    margin-bottom: 5px;
  }

  .header__right {
    height: auto;
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }

  .firm__title {
    font-size: 30px;
  }

  .firm__item {
    margin: 0 10px 20px 10px;
    height: 50px;
  }

  .videos {
    padding: 40px 30px;
  }

  .videos__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .videos__left {
    margin-right: 0;
    border-bottom: 0;
  }

  .videos__title {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .videos__description {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }

  .videos__link {
    display: none;
  }

  .shop {
    padding: 40px 30px;
  }

  .shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop__left {
    margin-right: 0;
    width: 100%;
  }

  .shop__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .shop__right {
    width: 100%;
    max-width: 500px;
  }

  .shop__desktop {
    display: none;
  }

  .shop__qty-body {
    max-width: 500px;
  }

  .shop__pay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .work {
    padding: 40px 30px 70px 30px;
  }

  .work__bg-left {
    top: auto;
    bottom: 0;
    max-width: none;
  }

  .work__bg-right {
    display: none;
  }

  .work__title {
    font-size: 30px;
  }

  .work__description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .work__btn {
    font-size: 20px;
    max-width: 291px;
  }

  .advanced {
    padding: 40px 30px;
  }

  .advanced__title {
    font-size: 30px;
  }

  .spec {
    padding: 40px 30px;
  }

  .spec__title {
    font-size: 30px;
  }

  .spec__info:first-child {
    margin-right: 25px;
  }

  .reviews {
    padding: 40px 30px;
  }

  .reviews__title {
    font-size: 30px;
  }

  .reviews__title br {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .reviews__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reviews__item {
    margin: 0 0 30px 0;
  }

  .reviews__item:last-child {
    margin-bottom: 0;
  }

  .reviews__item-stars {
    margin-bottom: 15px;
  }

  .reviews__item-user {
    font-size: 16px;
  }

  .reviews__check {
    font-size: 16px;
  }

  .footer {
    padding: 40px 30px;
  }

  .footer__logo img {
    max-width: 170px;
  }

  .footer__logos-item {
    margin: 0 5px 10px 5px;
  }

  .btn {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .photography__item-img {
    max-width: 100px;
    margin-bottom: 15px;
  }

  .photography__item-title br {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .photography__item {
    width: 47%;
    margin: 0 5px 30px 5px;
  }
}

@media (max-width: 550px) {
  .spec__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .spec__info {
    width: 100%;
  }

  .spec__info:first-child {
    margin-right: 0;
  }

  .spec__info:first-child .spec__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 540px) {
  .advanced__item-title {
    text-align: center;
  }
  .advanced__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .advanced__item {
    width: 100%;
  }

  .advanced__item-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  .advanced__item-title br {
    display: none;
  }

  .advanced__item-description {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .firm {
    padding: 50px 15px;
  }

  .firm__item {
    margin: 0 5px 10px 5px;
  }

  .videos__title {
    font-size: 26px;
  }
}

@media (max-width: 440px) {
  .work__btn {
    max-width: 250px;
  }
}

@media (max-width: 430px) {
  .modal {
    padding: 0 30px;
  }
}

@media (max-width: 410px) {
  .header__title {
    font-size: 33px;
  }

  .header__description {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .firm__title {
    font-size: 26px;
  }

  .footer {
    padding: 30px 15px;
  }
}

@media (max-width: 395px) {
  .photography__item {
    width: 43%;
  }
}

@media (max-width: 374px) {
  .photography__item-title {
    font-size: 14px;
  }
  .photography__item {
    width: 46%;
  }
  .included {
    padding: 30px 15px;
  }
  .included__title {
    font-size: 26px;
  }
  .works {
    padding: 30px 15px;
  }
  .photography__title {
    font-size: 26px;
  }

  .photography__item-text {
    font-size: 14px;
    line-height: 130%;
  }

  .photography {
    padding: 30px 15px;
  }
  .shop__price span {
    font-size: 12px;
  }
  .header__left {
    padding: 30px 15px 0 15px;
  }

  .firm__title {
    font-size: 23px;
  }

  .videos {
    padding: 30px 15px;
  }

  .videos__title {
    font-size: 24px;
  }

  .shop {
    padding: 30px 15px;
  }

  .shop__title {
    font-size: 28px;
  }

  .shop__reviews {
    font-size: 14px;
  }

  .work {
    padding: 30px 15px 50px 15px;
  }

  .work__title {
    font-size: 28px;
  }

  .advanced {
    padding: 30px 15px;
  }

  .advanced__title {
    font-size: 26px;
  }

  .spec {
    padding: 30px 15px;
  }

  .spec__title {
    font-size: 26px;
  }

  .spec__item-title {
    font-size: 14px;
  }

  .reviews {
    padding: 30px 15px;
  }

  .reviews__title {
    font-size: 26px;
  }

  .reviews__check {
    font-size: 14px;
  }

  .modal {
    padding: 0 15px;
  }

  .modal__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .modal__discription {
    font-size: 14px;
  }

  .modal__ul li {
    font-size: 14px;
  }

  .modal__works ul li {
    font-size: 14px;
  }

  .modal__text {
    font-size: 10px;
    line-height: 110%;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 1250px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1190px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1100px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1040px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1000px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 990px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 970px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 910px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 890px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 850px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 767px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 550px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 540px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 450px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 440px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 430px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 410px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 400px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 374px) {
  @supports (-webkit-appearance: none) {
  }
}
