@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  background-color: #fff;
  color: #4F5665;
}

button {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

button:focus {
  outline: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

input {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
}

input:focus {
  outline: none;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0px 15px;
  overflow: hidden;
}

.page__about {
  padding: 1.75rem 0 0.968rem;
}

.page__features {
  padding: 2.968rem 0 6.25rem;
}

@media (max-width: 992px) {
  .page__features {
    padding-bottom: 4.25rem;
  }
}

.page__product {
  padding: 5rem 0;
}

@media (max-width: 992px) {
  .page__product {
    padding: 3rem 0;
  }
}

.page__network {
  padding-top: 4.375rem;
}

.page__reviews {
  padding: 3.125rem 0 11.25rem;
}

.page__footer {
  padding: 11.25rem 6.75rem 6.25rem;
}

@media (max-width: 992px) {
  .page__footer {
    padding: 11.25rem 1.75rem 4.25rem;
  }
}

.title {
  font-size: 2.187rem;
  line-height: 1.42;
  font-weight: 500;
  color: #0B132A;
}

@media (max-width: 1200px) {
  .title {
    font-size: 1.8rem;
  }
}

.subtitle {
  line-height: 1.875;
}

.button_sm {
  min-width: 7.8125rem;
  font-size: 1rem;
  height: 2.812rem;
  color: #F53838;
  border-radius: 25px;
  border: 1px solid #F53838;
  background-color: #fff;
  padding: 0 2.125rem;
  line-height: 2.812rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.button_sm:hover {
  color: #fff;
  background-color: #F53838;
}

.button_lg {
  background-color: #F53838;
  font-size: 1rem;
  color: #fff;
  height: 3.75rem;
  width: 15.625rem;
  line-height: 3.75rem;
  padding: 0 1rem;
  border-radius: 0.625rem;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.button_lg:hover {
  -webkit-box-shadow: 0px 30px 22px -20px rgba(245, 56, 56, 0.35);
          box-shadow: 0px 30px 22px -20px rgba(245, 56, 56, 0.35);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.map__loc {
  position: absolute;
  display: block;
}

.map__loc_1 {
  top: 50%;
  left: 50%;
}

.map__loc_2 {
  top: 25%;
  left: 70%;
}

.map__loc_3 {
  top: 30%;
  left: 15%;
}

.map__loc_4 {
  top: 70%;
  left: 28%;
}

.map__loc_5 {
  top: 72%;
  left: 51%;
}

.map__loc_6 {
  top: 28%;
  left: 51%;
}

.map__loc_7 {
  top: 21%;
  left: 60%;
}

.map__loc_8 {
  top: 45%;
  left: 65%;
}

.map__loc_9 {
  top: 75%;
  left: 79%;
}

.map__loc_10 {
  top: 6%;
  left: 32%;
}

.map__loc_11 {
  top: 13%;
  left: 10%;
}

.map__loc_12 {
  top: 18%;
  left: 17%;
}

.map__loc_13 {
  top: 24%;
  left: 26%;
}

.map__loc_14 {
  top: 60%;
  left: 26%;
}

.map__loc_15 {
  top: 81%;
  left: 27%;
}

.map__loc_16 {
  top: 50%;
  left: 44%;
}

.map__loc_17 {
  top: 19%;
  left: 48%;
}

.map__loc_18 {
  top: 17%;
  left: 92%;
}

.map__loc_19 {
  top: 17%;
  left: 82%;
}

.map__loc_20 {
  top: 14%;
  left: 69%;
}

.map__loc_21 {
  top: 40%;
  left: 75%;
}

.map__loc_22 {
  top: 64%;
  left: 76%;
}

.map__loc_23 {
  top: 81%;
  left: 86%;
}

.map__loc_24 {
  top: 4%;
  left: 39%;
}

.map__loc_25 {
  top: 17%;
  left: 33%;
}

.map__loc_26 {
  top: 0;
  left: 25%;
}

.map__loc_27 {
  top: 18%;
  left: 3%;
}

.map__loc_28 {
  top: 38%;
  left: 22%;
}

.map__loc_29 {
  top: 43%;
  left: 17%;
}

.header {
  position: relative;
}

.header__nav {
  padding: 0 9.375rem;
}

@media (max-width: 1200px) {
  .header__nav {
    padding: 0 4rem;
  }
}

@media (max-width: 992px) {
  .header__nav {
    padding: 0 3rem;
  }
}

@media (max-width: 796px) {
  .header__nav {
    padding: 0 2rem;
  }
}

@media (max-width: 576px) {
  .header__nav {
    padding: 0 1rem;
  }
}

.header-content__title {
  color: #0B132A;
  font-size: 3.125rem;
  line-height: 1.4;
  width: 50%;
}

@media (max-width: 992px) {
  .header-content__title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .header-content__title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .header-content__title {
    font-size: 1.5rem;
  }
}

.header-content__text {
  line-height: 1.875;
  margin: 2.5rem 0;
  max-width: 95%;
  width: 50%;
}

@media (max-width: 656px) {
  .header-content__text {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .header-content__text {
    width: 100%;
  }
}

.header-content__img {
  max-width: 100%;
  width: 50%;
  float: right;
}

.header-content__button {
  -webkit-animation: anim-btn 1.5s ease-in-out infinite;
          animation: anim-btn 1.5s ease-in-out infinite;
}

.header__content {
  padding: 11.25rem 0 2.5rem;
}

@media (max-width: 768px) {
  .header__content {
    padding: 9rem 0 2rem;
  }
}

.logo {
  max-width: 100%;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 7.25rem;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}

@media (max-width: 992px) {
  .nav {
    height: 5.25rem;
  }
}

@media (max-width: 992px) {
  .nav__menu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    background-color: #fafafa;
    width: 80%;
    opacity: 0.97;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
  }
}

.nav__menu.active {
  right: 0;
}

.nav__link {
  display: block;
}

@media (max-width: 992px) {
  .nav__button {
    display: none;
  }
}

@media (max-width: 992px) {
  .menu__list {
    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;
  }
}

.menu__item {
  display: inline-block;
}

@media (max-width: 992px) {
  .menu__item {
    margin-top: 2rem;
  }
}

.menu__link {
  display: block;
  margin-right: 1.06rem;
  color: #4F5665;
}

.menu__link:hover {
  color: #F53838;
}

@media (max-width: 992px) {
  .menu__link {
    font-size: 1.3rem;
    margin-right: 0;
  }
}

.nav-burger {
  display: none;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  z-index: 3;
}

.nav-burger.active .nav-burger__line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) translateY(-20px);
          transform: translate(-50%, -50%) translateY(-20px);
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.nav-burger.active .nav-burger__line:nth-child(4) {
  -webkit-transform: translate(-50%, -50%) translateY(20px);
          transform: translate(-50%, -50%) translateY(20px);
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.nav-burger.active .nav-burger__line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.nav-burger.active .nav-burger__line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

@media (max-width: 992px) {
  .nav-burger {
    display: block;
  }
}

.nav-burger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7rem;
  height: 0.25rem;
  border-radius: 5px;
  background-color: #F53838;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.nav-burger__line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) translateY(-10px);
          transform: translate(-50%, -50%) translateY(-10px);
}

.nav-burger__line:nth-child(4) {
  -webkit-transform: translate(-50%, -50%) translateY(10px);
          transform: translate(-50%, -50%) translateY(10px);
}

@-webkit-keyframes anim-btn {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes anim-btn {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.about {
  background-color: #ffffff;
}

.about__info {
  padding: 2.375rem 0;
  margin: 3rem 0;
}

.info-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 71.25rem;
  min-height: 12.5rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 15px 50px -25px rgba(13, 16, 37, 0.4);
          box-shadow: 0px 15px 50px -25px rgba(13, 16, 37, 0.4);
}

@media (max-width: 992px) {
  .info-progress {
    min-height: 10.5rem;
  }
}

@media (max-width: 768px) {
  .info-progress {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .info-progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.info-progress__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.75rem;
  border-right: 2px solid #EEEFF2;
  padding: 0 5rem;
}

.info-progress__item:last-child {
  border-right: none;
}

@media (max-width: 1200px) {
  .info-progress__item {
    padding: 0 4rem;
  }
}

@media (max-width: 992px) {
  .info-progress__item {
    padding: 0 2rem;
  }
}

@media (max-width: 768px) {
  .info-progress__item {
    -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: 0 4rem;
  }
}

@media (max-width: 656px) {
  .info-progress__item {
    padding: 0 3rem;
  }
}

@media (max-width: 576px) {
  .info-progress__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 6.75rem;
    border: none;
  }
}

.info-progress__icon {
  margin-right: 2.25rem;
}

@media (max-width: 992px) {
  .info-progress__icon {
    margin-right: 1.5rem;
  }
}

@media (max-width: 768px) {
  .info-progress__icon {
    margin: 0 auto 0.5rem;
  }
}

@media (max-width: 576px) {
  .info-progress__icon {
    margin: 0 1.5rem 0 0;
  }
}

.info-progress__num {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0B132A;
}

@media (max-width: 992px) {
  .info-progress__num {
    font-size: 1.2rem;
  }
}

.info-progress__name {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 992px) {
  .info-progress__name {
    font-size: 1.1rem;
  }
}

.features {
  background-color: #ffffff;
}

.features-inner {
  background: url("../images/features/men.png") left bottom/45% no-repeat;
}

.features__img {
  max-width: 100%;
  width: 45%;
}

.features__title {
  text-align: left;
  max-width: 50%;
  margin-left: auto;
}

@media (max-width: 992px) {
  .features__title {
    font-size: 1.5rem;
    text-align: center;
    max-width: 65%;
    margin: 0 auto 2.8rem;
  }
}

@media (max-width: 768px) {
  .features__title {
    max-width: 80%;
  }
}

@media (max-width: 576px) {
  .features__title {
    font-size: 1.4rem;
    max-width: 100%;
    margin-bottom: 1.7rem;
  }
}

.features__subtitle {
  max-width: 29.687rem;
  margin: 0.937rem 0 1rem;
  max-width: 50%;
  margin-left: auto;
}

@media (max-width: 576px) {
  .features__subtitle {
    text-align: center;
    max-width: 100%;
    margin: 0 0 1rem;
  }
}

.features__name {
  position: relative;
  padding-left: 2.125rem;
  font-size: 0.875rem;
  line-height: 1.875;
  margin-bottom: 10px;
  color: #4F5665;
  font-weight: 400;
  max-width: 50%;
  margin-left: auto;
}

@media (max-width: 768px) {
  .features__name {
    line-height: 1.5;
  }
}

.features__name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icons/check.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.product {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fafafa), to(#fdfdfd));
  background: linear-gradient(0deg, #fafafa 30%, #fdfdfd);
}

.product-text {
  max-width: 34.687rem;
  text-align: center;
}

.product-text__subtitle {
  margin: 1.25rem 0 3.75rem;
}

.product__text {
  margin: 0 auto;
}

.product-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.product-cards__item {
  text-align: center;
  background-color: #fff;
  border: 2px solid #DDDDDD;
  border-radius: 0.625rem;
  padding: 5rem 2.2rem 3.125rem;
  margin-bottom: 1.5rem;
}

.product-cards__item + .product-cards__item {
  margin-left: 1rem;
}

@media (max-width: 686px) {
  .product-cards__item + .product-cards__item {
    margin-left: 0;
  }
}

@media (max-width: 1060px) {
  .product-cards__item:last-child {
    margin-left: 0;
  }
}

.card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20.625rem;
          flex: 0 1 20.625rem;
}

.card__img {
  max-width: 100%;
}

.card__title {
  font-size: 1.125rem;
  line-height: 1.666;
  font-weight: 500;
  color: #0B132A;
  margin: 1.875rem 0;
}

.card-desc {
  text-align: left;
  height: 14.375rem;
}

.card-desc__name {
  position: relative;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
  color: #4F5665;
  font-weight: 400;
}

.card-desc__name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icons/done.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.card-price {
  font-size: 1.562rem;
  line-height: 1.2;
}

.card-price__num {
  color: #0B132A;
  font-weight: 500;
}

.card__button {
  margin-top: 1.25rem;
}

.card__button:hover {
  -webkit-box-shadow: 0px 30px 22px -20px rgba(245, 56, 56, 0.35);
          box-shadow: 0px 30px 22px -20px rgba(245, 56, 56, 0.35);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.network {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fdfdfd), to(#ffffff));
  background: linear-gradient(0deg, #fdfdfd 30%, #ffffff);
}

.network-text {
  max-width: 34.687rem;
  text-align: center;
}

.network-text__subtitle {
  margin: 1.25rem 0 6.625rem;
}

.network__text {
  margin: 0 auto;
}

.network__map {
  margin: 0 auto;
}

.network__spons {
  padding: 4rem 0;
}

@media (max-width: 576px) {
  .network__spons {
    padding: 2rem 0;
  }
}

.map {
  position: relative;
  max-width: 1060px;
}

.map__img {
  width: 100%;
  max-height: 538px;
  -o-object-fit: contain;
     object-fit: contain;
}

.spons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

@media (max-width: 576px) {
  .spons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.spons__link {
  display: inline-block;
}

.spons__link + .spons__link {
  margin-left: 1.5rem;
}

@media (max-width: 576px) {
  .spons__link + .spons__link {
    margin-left: 2rem;
  }
}

.spons__img {
  max-width: 100%;
  width: 11.875rem;
  height: 72px;
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.spons__img:hover {
  -webkit-filter: none;
          filter: none;
}

@media (max-width: 992px) {
  .spons__img {
    width: 9.875rem;
  }
}

@media (max-width: 576px) {
  .spons__img {
    width: 6.875rem;
  }
}

.map__loc {
  cursor: pointer;
}

.map__loc_xl svg {
  width: 2.75rem;
  height: 2.75rem;
}

@media (max-width: 576px) {
  .map__loc_xl svg {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.map__loc_lg svg {
  width: 2.25rem;
  height: 2.25rem;
}

@media (max-width: 576px) {
  .map__loc_lg svg {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.map__loc_md svg {
  width: 1.625rem;
  height: 1.625rem;
}

@media (max-width: 576px) {
  .map__loc_md svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.map__loc_sm svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media (max-width: 576px) {
  .map__loc_sm svg {
    width: 1rem;
    height: 1rem;
  }
}

.reviews {
  position: relative;
}

.reviews-text {
  max-width: 34.687rem;
  text-align: center;
}

.reviews-text__subtitle {
  margin: 1.25rem 0 3.75rem;
}

.reviews__text {
  margin: 0 auto;
}

.reviews__content {
  color: #0B132A;
  margin-top: 5px;
}

.reviews-slider {
  width: 100%;
}

.reviews-slider__item {
  max-width: 25rem;
  height: 14.375rem;
  border: 2px solid #ddd;
  border-radius: 0.625rem;
  padding: 1.875rem;
  -webkit-transition: border .3s;
  transition: border .3s;
  margin-right: 3.125rem;
}

.reviews-slider__item:last-child {
  margin-right: 0;
}

.reviews-slider__item:hover {
  border-color: #F53838;
}

.reviews-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.reviews-user__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-user__avatar {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1.25rem;
}

.reviews-user__name {
  color: #0B132A;
  font-size: 1.125rem;
  font-weight: 500;
}

.reviews-user__city {
  font-size: 0.875rem;
  line-height: 0.9;
}

.reviews-user__rating {
  position: relative;
  color: #0B132A;
  padding-right: 1.5rem;
}

.reviews-user__rating::after {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  line-height: 16px;
  background-image: url(../images/icons/star-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.footer {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f6f6f6), to(#f8f8f8));
  background: linear-gradient(0deg, #f6f6f6 25%, #f8f8f8);
}

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

@media (max-width: 992px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer-info {
  max-width: 35%;
  text-align: left;
  margin-right: 1.25rem;
}

@media (max-width: 992px) {
  .footer-info {
    margin-right: 0;
    max-width: 90%;
  }
}

.footer__text {
  margin-bottom: 1rem;
}

.footer__social {
  margin: 0.312rem 0 1.875rem;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0B132A;
  font-weight: 500;
  font-size: 1.125rem;
}

@media (max-width: 998px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer-nav__item {
  margin-right: 3.75rem;
  overflow: hidden;
}

.footer-nav__item:last-child {
  margin-right: 0;
}

@media (max-width: 998px) {
  .footer-nav__item {
    position: relative;
    margin-bottom: 1.25rem;
    margin-right: 3.75rem;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-left: 2rem;
    cursor: pointer;
  }
  .footer-nav__item::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 3px;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateY(-20%) rotate(-45deg);
            transform: translateY(-20%) rotate(-45deg);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .footer-nav__item.active::before {
    -webkit-transform: translateY(-88%) rotate(135deg);
            transform: translateY(-88%) rotate(135deg);
  }
  .footer-nav__item.active .footer-nav__list {
    max-height: 20rem;
  }
}

.footer-nav__list {
  margin-top: 1.25rem;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 998px) {
  .footer-nav__list {
    max-height: 0;
  }
}

.footer-nav__list-item {
  margin-bottom: 0.625rem;
}

.footer-nav__link {
  color: #4F5665;
  font-weight: 400;
  font-size: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer-nav__link:hover {
  color: #F53838;
}

.social__link {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 2.112rem;
  height: 2.112rem;
  margin-right: 1.25rem;
  border-radius: 50%;
  color: #F53838;
  -webkit-box-shadow: 0px 13px 18px 0 rgba(17, 19, 35, 0.08);
          box-shadow: 0px 13px 18px 0 rgba(17, 19, 35, 0.08);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.social__link:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.social__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
  fill: currentColor;
}

.copy {
  color: #AFB5C0;
}

.copy span {
  font-weight: 500;
}

.swiper-container {
  max-width: 1300px;
  margin: 0 auto;
}

.swiper-wrapper {
  margin-bottom: 3.75rem;
}

.swiper-pagination {
  left: 0;
}

.swiper-pagination-bullet {
  width: 0.937rem;
  height: 0.937rem;
  background: #DDE0E4;
  margin-right: 15px;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.swiper-pagination-bullet-active {
  width: 2.812rem;
  height: 0.937rem;
  background: #F53838;
  border-radius: 1rem;
}

.swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swiper-buttons {
  position: relative;
  width: 8.75rem;
  height: 3.75rem;
  margin-right: 10rem;
}

.swiper-button {
  bottom: 0;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  background-color: #F53838;
  border: 2px solid #F53838;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

.swiper-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  fill: currentColor;
}

.swiper-button-disabled {
  background-color: #fff;
}

.swiper-button-disabled svg {
  color: #F53838;
}

.swiper-button_prev {
  position: absolute;
  left: 0;
}

.swiper-button_next {
  position: absolute;
  right: 0;
}

.sub {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 3.125rem;
  width: 71.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 50px -25px rgba(13, 16, 37, 0.4);
          box-shadow: 0px 15px 50px -25px rgba(13, 16, 37, 0.4);
  border-radius: 10px;
}

@media (min-width: 1350px) {
  .sub {
    width: 71.25rem;
  }
}

@media (max-width: 1350px) {
  .sub {
    width: 63.25rem;
  }
}

@media (max-width: 1200px) {
  .sub {
    width: 54.25rem;
  }
}

@media (max-width: 992px) {
  .sub {
    width: 41.25rem;
    padding: 3rem 2.625rem;
  }
}

@media (max-width: 768px) {
  .sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 93%;
    padding: 2rem;
  }
}

.sub-text {
  font-size: 2.187rem;
  font-weight: 500;
  line-height: 1.285;
  color: #0B132A;
  margin-right: 1rem;
}

@media (max-width: 1200px) {
  .sub-text {
    font-size: 1.7rem;
  }
}

@media (max-width: 992px) {
  .sub-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .sub-text {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.sub__subtitle {
  color: #4F5665;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33.25rem;
  border-radius: 0.625rem;
  background-color: #fff;
  text-align: center;
  padding: 2rem;
}

@media (max-width: 992px) {
  .modal-dialog {
    width: 28.25rem;
  }
}

@media (max-width: 576px) {
  .modal-dialog {
    width: 18.25rem;
  }
}

.modal__close {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  cursor: pointer;
  font-size: 1.5rem;
}

.modal__title {
  margin-bottom: 2.5rem;
}

.modal__input {
  display: block;
  margin: 0 auto 1.25rem;
  width: 13.125rem;
  height: 2.812rem;
  padding: 0 0.625rem;
  border: none;
  border-bottom: 1px solid #4F5665;
}

.modal__check {
  display: block;
}

.modal__btn {
  margin-top: 1.8rem;
}

.tooltip {
  display: inline-block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.312rem;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
          box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
  padding: 0.312rem 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
}
/*# sourceMappingURL=style.css.map */