@import url("https://fonts.googleapis.com/css?family=Poppins:300,regular,500&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  height: 100%;
  line-height: 1;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

.page__main {
  padding: 2.75rem 0rem;
}
.page__trust {
  padding: 9.25rem 0rem 10rem;
}
.page__why {
  padding: 12rem 0rem;
}
.page__comments {
  padding: 12rem 0rem 6rem;
}
.page__news, .page__contact {
  padding: 6rem 0rem;
}
@media (max-width: 61.99875em) {
  .page__trust {
    padding: 5.625rem 0rem;
  }
  .page__why {
    padding: 5.625rem 0rem;
  }
  .page__comments {
    padding: 5.625rem 0rem 3.125rem;
  }
  .page__news, .page__contact {
    padding: 3.125rem 0rem;
  }
}
@media (max-width: 47.99875em) {
  .page__main {
    padding: 1.875rem 0rem;
  }
  .page__trust {
    padding: 3.125rem 0rem;
  }
  .page__why {
    padding: 3.125rem 0rem;
  }
  .page__comments {
    padding: 3.125rem 0rem 1.875rem;
  }
  .page__news, .page__contact {
    padding: 1.875rem 0rem;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.125rem;
  color: #FFFFFF;
  background-color: #3D96F4;
  padding: 0.9375rem 1.875rem;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 10.9375rem;
}
.btn_grey {
  background: rgba(129, 129, 139, 0.2);
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: #4d9ff6;
  }
  .btn_grey:hover {
    background: rgba(193, 193, 209, 0.2);
  }
}
@media (max-width: 47.99875em) {
  .btn {
    padding: 0.625rem 0.75rem;
  }
}

.content__label {
  font-size: 0.6875rem;
  line-height: 1.54;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  border: 1px solid rgba(129, 129, 139, 0.2);
  border-radius: 12px;
  background-color: #0D0D11;
  padding: 0.6875rem 1.1875rem;
  max-width: 6.3125rem;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
}
.content__label:not(:last-child) {
  margin-bottom: 1.1875rem;
}
.content__label.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.content__title {
  font-weight: 500;
  font-size: 3.25rem;
  line-height: 1.17;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.content__title.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.content__title:not(:last-child) {
  margin-bottom: 0.75rem;
}
.content__subtitle {
  font-size: 1.125rem;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
}
.content__subtitle:not(:last-child) {
  margin-bottom: 2.0625rem;
}
.content__subtitle.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.content__btns {
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
}
@media (max-width: 47.99875em) {
  .content__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .content__btns .content__btn {
    max-width: 100%;
  }
}
.content__btns.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.content__list.watched li {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.content__list.watched li:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.content__list.watched li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.content__list.watched li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.content__list.watched li:nth-child(4) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease 5s;
  -o-transition: all 0.5s ease 5s;
  transition: all 0.5s ease 5s;
  -webkit-transform: translate(0px, 20px);
      -ms-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
}
.content__item:not(:last-child) {
  margin-bottom: 1rem;
}
.content__item::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 2rem;
  border-radius: 50%;
  height: 2rem;
  background: rgba(129, 129, 139, 0.1) url(../img/decor/check.svg) center no-repeat;
}

@media (max-width: 61.99875em) {
  .content__label:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .content__title {
    font-size: 2.5rem;
  }
  .content__subtitle {
    font-size: 1rem;
  }
  .content__subtitle:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .content__btns {
    gap: 1.25rem;
  }
}
body {
  font-family: "Poppins";
  font-weight: 300;
  color: #9c9c9c;
  background-color: #0d0d11;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: clip;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class*=__container] {
  max-width: 81.875rem;
  margin: 0 auto;
  padding: 0rem 0.9375rem;
}

.header__container {
  min-height: 7.25rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1875rem;
}
@media (max-width: 61.99875em) {
  .header__container {
    gap: 1.5625rem;
    min-height: 5.625rem;
  }
}
@media (max-width: 47.99875em) {
  .header__container {
    min-height: 4.375rem;
    gap: 0.5rem;
  }
}
@media (max-width: 47.99875em) {
  .header__logo {
    width: 8.125rem;
  }
}
@media (max-width: 26.56125em) {
  .header__logo {
    width: 1.9375rem;
    overflow: hidden;
  }
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.header__logo, .header__btn, .header__cart {
  position: relative;
  z-index: 5;
}

@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 5rem 0.9375rem 1.25rem 0.9375rem;
    overflow: auto;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    background-color: #000000;
    z-index: 2;
  }
  .menu__body::after {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    height: 4.375rem;
    background-color: #000;
    width: 100%;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.3125rem;
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 61.99875em) {
  .menu__list {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }
}
@media (max-width: 47.99875em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.9375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.menu__link {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
}
@media (any-hover: hover) {
  .menu__link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 47.99875em) {
  .menu__link {
    font-size: 1.875rem;
  }
}

.cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  letter-spacing: 0.06rem;
}
.cart-header__link {
  font-size: 1.1rem;
  line-height: 1.6;
}
@media (any-hover: hover) {
  .cart-header__link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 26.62375em) {
  .cart-header__link {
    font-size: 1rem;
  }
}
.cart-header__count {
  font-size: 0.875rem;
  background-color: rgba(129, 129, 139, 0.3);
  border-radius: 1.8711rem;
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-menu {
  display: none;
}

@media (max-width: 47.99875em) {
  .menu-open body {
    overflow: hidden;
  }
  .header .menu-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.375rem;
    z-index: 5;
  }
  .icon-menu {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.875rem;
            flex: 0 0 1.875rem;
    height: 1.125rem;
    position: relative;
    z-index: 5;
  }
  .icon-menu::after, .icon-menu::before,
  .icon-menu span {
    content: "";
    position: absolute;
    height: 0.0625rem;
    background-color: #ffffff;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu::before {
    top: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .menu__body,
  .menu-open .menu__body::after {
    left: 0;
  }
}
.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 47.99875em) {
  .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53.35%;
          flex: 0 1 53.35%;
}
@media (max-width: 47.99875em) {
  .main__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.main__content .content__title {
  position: relative;
}
@media (min-width: 48em) {
  .main__content .content__title {
    max-width: 32.125rem;
  }
}
.main__content .content__title::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1.875rem;
  display: block;
  width: 7.625rem;
  height: 7.625rem;
  background: url(../img/decor/dots.svg) 0 0 no-repeat;
}
.main__content .content__subtitle {
  max-width: 30.9375rem;
}
.main__photos {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.65%;
          flex: 0 0 46.65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.05%;
}
.main__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 47.99875em) {
  .main__columns {
    gap: 1.25rem;
  }
}
.main__photo {
  overflow: hidden;
}
.main__photo img {
  max-width: 100%;
}

.main__photo_04 img,
.main__photo_01 img {
  border-radius: 50%/29%;
}

.main__photo_02 img {
  border-radius: 50% 50% 0 50%;
}

.main__photo_03 img {
  border-radius: 50% 0 50% 50%;
}

.main__photo_01 {
  opacity: 0;
  -webkit-transform: translate(-0.625rem, 0);
      -ms-transform: translate(-0.625rem, 0);
          transform: translate(-0.625rem, 0);
  -webkit-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
}
.main__photo_01.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.main__photo_02 {
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
  -webkit-transition: all 0.8s ease 1.1s;
  -o-transition: all 0.8s ease 1.1s;
  transition: all 0.8s ease 1.1s;
}
.main__photo_02.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.main__photo_03 {
  opacity: 0;
  -webkit-transform: translate(0, -0.625rem);
      -ms-transform: translate(0, -0.625rem);
          transform: translate(0, -0.625rem);
  -webkit-transition: all 0.8s ease 0.7s;
  -o-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s;
}
.main__photo_03.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.main__photo_04 {
  opacity: 0;
  -webkit-transform: translate(0.625rem, 0);
      -ms-transform: translate(0.625rem, 0);
          transform: translate(0.625rem, 0);
  -webkit-transition: all 0.8s ease 0.9s;
  -o-transition: all 0.8s ease 0.9s;
  transition: all 0.8s ease 0.9s;
}
.main__photo_04.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.trust__title {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #ffffff;
}
.trust__title:not(:last-child) {
  margin-bottom: 2.6875rem;
}
@media (max-width: 47.99875em) {
  .trust__title:not(:last-child) {
    margin-bottom: 1.4375rem;
  }
}
.trust__slider {
  text-align: center;
  position: relative;
}
.trust__slider::before, .trust__slider::after {
  content: "";
  top: 0;
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 7.1875rem;
  height: 100%;
}
.trust__slider::before {
  content: "";
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #0d0d11), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, #0d0d11 8%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #0d0d11 8%, rgba(0, 0, 0, 0) 100%);
}
.trust__slider::after {
  content: "";
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(8%, #0d0d11), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, #0d0d11 8%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, #0d0d11 8%, rgba(0, 0, 0, 0) 100%);
}

.services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 61.99875em) {
  .services__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5625rem;
  }
}
.services__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.2%;
          flex: 0 1 48.2%;
}
@media (max-width: 47.99875em) {
  .services__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services__content .content__btn.btn {
    width: 100%;
    max-width: 100%;
  }
}
.services__content .content__btn {
  opacity: 0;
  -webkit-transform: translate(0, 1.25rem);
      -ms-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
  -webkit-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}
.services__content .content__btn.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.services__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.8%;
          flex: 0 1 51.8%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.services__items:nth-child(odd) {
  padding-top: 3rem;
}
@media (max-width: 47.99875em) {
  .services__items {
    gap: 1.25rem;
  }
}
@media (max-width: 37.24875em) {
  .services__items {
    grid-template-columns: auto;
  }
}
@media (min-width: 62em) {
  .services__item:nth-child(odd) {
    margin-top: 1.5rem;
  }
  .services__item:nth-child(even) {
    margin-bottom: 1.5rem;
  }
}

.item-services {
  max-width: 19.6875rem;
  padding: 3.4375rem 1.5625rem 3.8125rem;
  background: rgba(129, 129, 139, 0.1);
  border-radius: 1.875rem;
}
@media (max-width: 37.24875em) {
  .item-services {
    max-width: 100%;
    padding: 1.5625rem 0.9375rem 1.875rem;
  }
}
.item-services__photo:not(:last-child) {
  margin-bottom: 1rem;
}
.item-services__photo img {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.9s ease 0.8s;
  -o-transition: all 0.9s ease 0.8s;
  transition: all 0.9s ease 0.8s;
}
.item-services__title {
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.42;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(0, 1.25rem);
      -ms-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
  -webkit-transition: all 0.9s ease 0.8s;
  -o-transition: all 0.9s ease 0.8s;
  transition: all 0.9s ease 0.8s;
}
.item-services__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-services__subtitle {
  line-height: 1.5;
  color: #81818b;
  opacity: 0;
  -webkit-transform: translate(0, 1.25rem);
      -ms-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
  -webkit-transition: all 0.9s ease 1s;
  -o-transition: all 0.9s ease 1s;
  transition: all 0.9s ease 1s;
}
.item-services__subtitle:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-services.watched .item-services__photo img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.item-services.watched .item-services__title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.item-services.watched .item-services__subtitle {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.why__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 47.99875em) {
  .why__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.why__photos {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.5%;
          flex: 0 1 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  gap: 0.3125rem;
}
.why__photos::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.8125rem;
  display: block;
  width: 7.625rem;
  height: 7.625rem;
  background: url(../img/decor/dots.svg) 0 0 no-repeat;
}
.why__photo {
  opacity: 0;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.why__photo img {
  max-width: 100%;
}
.why__photo:nth-child(1) img {
  border-radius: 42.125rem 0 23.625rem 23.625rem;
}
.why__photo:nth-child(1) {
  -webkit-transform: translate(0, -0.625rem);
      -ms-transform: translate(0, -0.625rem);
          transform: translate(0, -0.625rem);
}
.why__photo:nth-child(1).watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.why__photo:nth-child(2) img {
  border-radius: 11.375rem 11.375rem 11.375rem 0;
}
.why__photo:nth-child(2) {
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
}
.why__photo:nth-child(2).watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.why__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52.5%;
          flex: 0 1 52.5%;
}
.why__content .content__label {
  max-width: 9.6875rem;
}
.why__content .content__label:not(:last-child) {
  margin-bottom: 2.6875rem;
}
@media (max-width: 47.99875em) {
  .why__content .content__label:not(:last-child) {
    margin-bottom: 1.4375rem;
  }
}
.why__content .content__subtitle {
  max-width: 31.25rem;
}

.count__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 61.99875em) {
  .count__container {
    gap: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .count__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.count__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58.4%;
          flex: 0 1 58.4%;
  display: grid;
  gap: 2rem;
}
@media (min-width: 26.5625em) {
  .count__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 61.99875em) {
  .count__items {
    gap: 1.25rem;
  }
}
.count__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41.6%;
          flex: 0 1 41.6%;
}
.count__photo img {
  max-width: 100%;
  border-radius: 0 27.8125rem 23.625rem 23.625rem;
  overflow: hidden;
}
@media (max-width: 47.99875em) {
  .count__photo {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.item-count {
  background: rgba(129, 129, 139, 0.1);
  border-radius: 1.875rem;
  padding: 2.5rem;
}
@media (max-width: 61.99875em) {
  .item-count {
    padding: 1.25rem;
  }
}
.item-count__title {
  font-weight: 500;
  font-size: 3.1875rem;
  line-height: 1.2;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(0, 1.25rem);
      -ms-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.item-count__title:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 61.99875em) {
  .item-count__title {
    font-size: 2.5rem;
  }
  .item-count__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.item-count__title.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.item-count__subtitle {
  font-size: 1.125rem;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate(0, 1.25rem);
      -ms-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}
@media (max-width: 61.99875em) {
  .item-count__subtitle {
    font-size: 1rem;
  }
}
.item-count__subtitle.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.comments__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 47.99875em) {
  .comments__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comments__content .content__btn.btn {
    width: 100%;
    max-width: 100%;
  }
}
.comments__content .content__label {
  max-width: 8.25rem;
}
.comments__content .content__label:not(:last-child) {
  margin-bottom: 1.5625rem;
}
@media (max-width: 47.99875em) {
  .comments__content .content__label:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.comments__content .content__subtitle {
  max-width: 46rem;
}
.comments__content:not(:last-child) {
  margin-bottom: 4.6875rem;
}
@media (max-width: 47.99875em) {
  .comments__content:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}
.comments__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.25rem, 1fr));
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 1.25rem;
}
@media (max-width: 61.99875em) {
  .comments__items {
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
}
@media (max-width: 47.99875em) {
  .comments__items {
    grid-template-columns: auto;
  }
}

.item-comment {
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  background: rgba(129, 129, 139, 0.1);
  border-radius: 1.875rem;
  padding: 4rem 2.5rem;
}
@media (max-width: 47.99875em) {
  .item-comment {
    padding: 2.125rem 1.25rem;
  }
}
.item-comment.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.item-comment__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-comment__profile:not(:last-child) {
  margin-bottom: 2.0625rem;
}
@media (max-width: 47.99875em) {
  .item-comment__profile:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.item-comment__photo img {
  width: 4.25rem;
  height: 4.25rem;
}
.item-comment__name {
  line-height: 1.5;
  color: #ffffff;
}
.item-comment__name:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.item-comment__company {
  font-size: 0.875rem;
  line-height: 1.6;
}
.item-comment__title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffffff;
}
.item-comment__title:not(:last-child) {
  margin-bottom: 2.125rem;
}
@media (max-width: 47.99875em) {
  .item-comment__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.item-comment__subtitle {
  line-height: 1.5;
}
.item-comment__subtitle:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.item-comment__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-comment__stars span {
  background: url(../img/decor/star.svg) 0 0 no-repeat;
  width: 1.25rem;
  height: 1.125rem;
}

.item-comment_top-left img {
  border-radius: 0 50% 50% 50%;
}

.item-comment_top-right img {
  border-radius: 50% 0 50% 50%;
}

.item-comment_bottom-right img {
  border-radius: 50% 50% 0 50%;
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 47.99875em) {
  .news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__content .content__data {
  max-width: 48rem;
}
.news__content .content__title {
  max-width: 25rem;
}
.news__content:not(:last-child) {
  margin-bottom: 4.625rem;
}
@media (max-width: 47.99875em) {
  .news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__content .content__btn.btn {
    width: 100%;
    max-width: 100%;
  }
  .news__content:not(:last-child) {
    margin-bottom: 2.125rem;
  }
}
.news__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 1.25rem;
}
@media (max-width: 61.99875em) {
  .news__items {
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
}
@media (max-width: 47.99875em) {
  .news__items {
    grid-template-columns: auto;
  }
}

.item-news {
  background: rgba(129, 129, 139, 0.1);
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.item-news.watched {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.item-news__photo {
  position: relative;
  display: block;
  padding-bottom: 49.238579%;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
}
.item-news__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
@media (any-hover: hover) {
  .item-news__photo img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.item-news__photo:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-news__data {
  padding: 1.625rem 1.625rem 2.5rem 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 47.99875em) {
  .item-news__data {
    padding: 1rem 1rem 1.25rem 1rem;
  }
}
.item-news__label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(129, 129, 139, 0.5);
  border-radius: 0 0.625rem 0 0;
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .item-news__label:hover {
    background-color: rgba(129, 129, 139, 0.75);
  }
}
.item-news__date {
  line-height: 1.5;
  color: rgba(129, 129, 139, 0.9);
}
.item-news__date:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 47.99875em) {
  .item-news__date:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.item-news__title a {
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4;
  color: #ffffff;
}
@media (any-hover: hover) {
  .item-news__title a:hover {
    text-decoration: underline;
  }
}
.item-news__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media (max-width: 47.99875em) {
  .item-news__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.item-news__subtitle {
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.item-news__subtitle:not(:last-child) {
  margin-bottom: 1.3125rem;
}
@media (max-width: 47.99875em) {
  .item-news__subtitle:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.item-news__link {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #3d96f4;
}
@media (any-hover: hover) {
  .item-news__link:hover {
    text-decoration: underline;
  }
}

.contact__container {
  background: rgba(129, 129, 139, 0.1);
  border-radius: 1.875rem;
  padding: 3.25rem 2.5625rem;
  display: grid;
  grid-template-columns: 23.3125rem 22rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 47.99875em) {
  .contact__container {
    grid-template-columns: auto;
    gap: 0.625rem;
  }
}
.contact__data {
  text-align: center;
  max-width: 22.3125rem;
}
.contact__title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffffff;
}
.contact__title:not(:last-child) {
  margin-bottom: 1rem;
}
.contact__subtitle {
  line-height: 1.5;
}
.contact__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 47.99875em) {
  .contact__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
  .contact__actions .contact__btn.btn {
    width: 100%;
    max-width: 100%;
  }
}

.upper-footer {
  padding: 10rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.upper-footer__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.625rem;
          flex: 0 1 23.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.upper-footer__text {
  line-height: 1.5;
}
.upper-footer__nets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.upper-footer__net {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.upper-footer__net::before {
  content: "";
  position: relative;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border: 0.0625rem solid #81818B;
  background-color: #0d0d11;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.upper-footer__net img {
  position: absolute;
}
.upper-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24.75rem;
          flex: 0 1 24.75rem;
}
.upper-footer__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.0625rem;
  color: #FFFFFF;
}
.upper-footer__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
.upper-footer__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.upper-footer__link {
  line-height: 1.6;
}
@media (any-hover: hover) {
  .upper-footer__link:hover {
    text-decoration: underline;
  }
}
.upper-footer__subscribe .upper-footer__text {
  max-width: 20rem;
}
.upper-footer__subscribe .upper-footer__text:not(:last-child) {
  margin-bottom: 2.0625rem;
}
.upper-footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 70.125em) {
  .upper-footer__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .upper-footer__form .upper-footer__btn {
    width: 100%;
    max-width: 100%;
  }
}
.upper-footer__form .upper-footer__btn {
  cursor: pointer;
}
.upper-footer__email {
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
  border: 0.0625rem solid rgba(129, 129, 139, 0.3);
  border-radius: 3.125rem;
  padding: 0.90625rem 2.0625rem;
  background-color: #0d0d11;
  outline: transparent;
}

.lower-footer {
  border-top: 0.0625rem solid rgba(129, 129, 139, 0.2);
}
.lower-footer__copyrights {
  padding: 2.875rem 0rem;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}

@media (any-hover: hover) {
  .upper-footer__nets li:hover .upper-footer__net::before {
    background-color: #25252c;
  }
}
@media (max-width: 61.99875em) {
  .upper-footer {
    padding: 4.375rem 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
  }
  .upper-footer__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .upper-footer__lists {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 47.99875em) {
  .upper-footer {
    padding: 1.875rem 0rem;
    gap: 1.875rem;
  }
  .upper-footer__lists {
    gap: 0.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .upper-footer__content {
    gap: 1.25rem;
  }
  .upper-footer__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .upper-footer__subscribe .upper-footer__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .lower-footer__copyrights {
    padding: 1.625rem 0rem;
  }
}