html {
  font-size: 1.5625vw;
  width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.52vw;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  position: relative;
  line-height: 1.5;
  -webkit-font-smoothing: antialised;
  background: #191919;
  width: 100%;
  color: white;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.main {
  width: 100%;
  overflow-x: hidden;
}
.main__section {
  padding: 10rem 0;
}

.container {
  width: 100%;
  max-width: 79vw;
  margin: 0 auto;
}

.text--color {
  color: #C20101;
}

.btn {
  display: inline-flex;
  min-width: 45rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem;
  height: 9rem;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  color: white;
  background: #C20101;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.btn:hover {
  background: #db0101;
}
.btn--arrow {
  padding-right: 6.6rem;
  min-width: 36.6rem;
  white-space: nowrap;
  font-size: 2.8rem;
  font-family: "Montserrat", sans-serif;
}
.btn__icon {
  width: 5rem;
  margin-right: 2rem;
  flex-shrink: 0;
}
.btn__arrow {
  position: absolute;
  width: 6.4rem;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease-out;
}
.btn:hover .btn__arrow {
  right: -10rem;
}

.list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.list-num {
  padding: 0;
  list-style-type: none;
  margin: 0;
  counter-reset: item;
}
.list-num__item {
  margin-bottom: 2rem;
  height: 9rem;
  padding: 1rem 6rem 1rem 12.5rem;
  background: #2A2A2A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  counter-increment: item;
  position: relative;
  font-size: 2rem;
  line-height: 1.45;
}
.list-num__item:last-child {
  margin-bottom: 0;
}
.list-num__item:before {
  content: counter(item);
  font-size: 4.8rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  width: 7rem;
  background: #C20101;
  border-radius: 100%;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}

.thnx {
  background: url("../img/bg.png") bottom center no-repeat;
  background-size: cover;
  padding: 3rem 0 5rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .thnx {
    min-height: 50vw;
  }
}
.thnx__subheading {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.thnx__subheading svg {
  width: 4rem;
}
.thnx__heading {
  margin-bottom: 7rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.thnx__heading span {
  display: block;
  margin-bottom: 2rem;
}
.thnx__blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75rem;
}
.thnx__title {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 500;
}
.thnx__list {
  margin-bottom: 4rem;
  width: 100%;
}
.thnx__buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .for-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .for-desktop {
    display: none !important;
  }
  body {
    font-size: 2.8rem;
  }
  .container,
.container {
    max-width: 100%;
    width: 100%;
    padding: 0 4rem;
  }
  .btn {
    height: 9rem;
    padding: 2rem 4rem 2rem;
    white-space: nowrap;
    width: 100%;
    font-size: 3.5rem;
    border-radius: 5px;
  }
  .btn--arrow {
    padding: 2rem 4rem;
    min-width: inherit;
    font-size: 3.5rem;
    font-family: "Montserrat", sans-serif;
    height: 9rem;
  }
  .btn__icon {
    width: 6rem;
    margin-right: 3rem;
    flex-shrink: 0;
  }
  .btn__arrow {
    display: none;
  }
  .list-num__item {
    height: 10rem;
    padding: 1rem 4rem 1rem 13rem;
    font-size: 2.4rem;
    line-height: 1.2;
    border-radius: 5px;
  }
  .list-num__item:before {
    font-size: 6rem;
    line-height: 7.5rem;
    height: 8rem;
    width: 8rem;
    top: 1rem;
    left: 1rem;
  }
  .thnx {
    background-image: url("../img/bg-mob.png");
    background-position: center 40%;
    padding: 6rem 0 6rem;
  }
  .thnx__subheading {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .thnx__subheading svg {
    width: 4.2rem;
  }
  .thnx__heading {
    margin-bottom: 0;
    padding-bottom: 30rem;
    min-height: 40vh;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .thnx__heading span {
    margin-bottom: 0;
  }
  .thnx__blocks {
    width: 100%;
  }
  .thnx__title {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
  .thnx__list {
    margin-bottom: 3rem;
    width: 100%;
  }
  .thnx__buttons {
    flex-direction: column;
    row-gap: 2rem;
  }
}
/*footer*/
.footer {
  font-size: 2rem;
  line-height: 1.1;
  color: #fff;
  border-top: 1px solid #454545;
  padding: 4.3rem 0 5.5rem;
}
.footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease-out, border 0.3s ease-out;
}
.footer a:hover {
  color: #C20101;
  border-color: #C20101;
}
.footer a svg {
  width: 2rem;
  fill: currentColor;
}
@media screen and (max-width: 768px) {
  .footer a svg {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 6rem 0;
    font-size: 1.8rem;
  }
}
.footer .holder {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer .holder {
    padding: 0 20px;
  }
}
.footer__row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 6rem;
  margin-bottom: 2rem;
}
.footer__row:last-child {
  margin-bottom: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__row {
    min-height: 5rem;
    column-gap: 3rem;
    margin-bottom: 3rem;
    align-items: center;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  column-gap: 6rem;
  min-width: 19rem;
}
.footer__phone span {
  display: block;
  font-size: 1.4rem;
  color: #A3A3A3;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer__phone span {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.footer__phone a {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__phone a {
    font-size: 2.8rem;
  }
}
.footer__dogovor {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 2rem;
}
.footer__contacts {
  display: flex;
  column-gap: 6rem;
  align-items: center;
}
.footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  flex-shrink: 0;
  border: 1px solid white;
  border-radius: 5px;
  column-gap: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__social a {
    padding: 2rem;
    width: 24rem;
    font-size: 2rem;
  }
}
.footer__mail a {
  display: inline-flex;
  align-items: center;
  column-gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer__mail a {
    column-gap: 2rem;
    font-size: 1.8rem;
  }
}
.footer__copyright {
  text-transform: uppercase;
  text-align: right;
}
.footer__copyright a {
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    align-items: center;
    margin: 0 auto;
  }
}

/*ENDfooter*/

/*# sourceMappingURL=main.css.map */
