a,
button {
  color: inherit
}

button,
input {
  border: none
}

button,
ol,
ul {
  padding: 0
}

.player-slider,
body {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: column
}

.download-btn,
.logo {
  display: inline-block
}

.download-section__text a:hover,
a {
  text-decoration: none
}

.player-slider__dot.active,
button {
  background-color: transparent
}

.hero__content,
.player-slider,
.player-slider__controls,
body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.advantages__item::before,
.download-btn span::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0
}

ul {
  list-style: none
}

img {
  max-width: 100%;
  display: block
}

button,
input,
select,
textarea {
  font: inherit
}

button {
  cursor: pointer
}

address {
  font-style: normal
}

body,
html {
  height: 100%
}

body {
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #22292f;
  background-color: #fff;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 82px
}

.container {
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto
}

.logo {
  width: 160px;
  height: 35px
}

.logo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left
}

.download-btn {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 20px 40px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#00c152), to(#00a144));
  background: linear-gradient(to right, #00c152, #00a144)
}

.download-btn span {
  position: relative;
  padding-right: 47px
}

.download-btn span::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 28px;
  right: 0;
  top: 3px;
  background-image: url(../images/hero/play-icon.svg);
  -webkit-transition: top .3s, -webkit-transform .3s;
  transition: transform .3s, top .3s, -webkit-transform .3s
}

.download-btn:hover span::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 6px
}

.download-section__text a::after,
.player-slider__dot::after {
  height: 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  content: "";
  position: absolute
}

.download-section__btn,
.hero__download {
  margin-bottom: 70px
}

.download-section__text {
  display: block;
  max-width: 500px;
  font-size: 14px
}

.download-section__text a {
  text-decoration: underline;
  position: relative
}

.download-section__text a::after {
  width: 100%;
  left: 0;
  transform: translateY(-50%)
}

.player-slider {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.player-slider__screen {
  max-width: 1396px;
  height: auto
}

.player-slider__screen img {
  width: 100%;
  height: auto
}

.player-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -382px
}

.player-slider__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  margin-bottom: 70px
}

.player-slider__icon {
  width: 116px;
  height: 116px;
  border-radius: 100%;
  cursor: pointer;
  border: 8px solid transparent;
  -webkit-transition: border-color .3s;
  transition: border-color .3s
}

.player-slider__icon.active,
.player-slider__icon:hover {
  border-color: #ffd306
}

.player-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px
}

.player-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
  background-color: #d9d9d9;
  border: 2px solid #d9d9d9;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  position: relative
}

.header,
.hero {
  background-color: #fff
}

.player-slider__dot::after {
  transform: translateY(-50%);
  width: 45px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999
}

.hero {
  padding: 100px 0 370px
}

.hero--popup {
  padding: 80px 0;
  background-color: #FFD306;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.hero__title {
  font-weight: 900;
  color: #e4e4e4;
  font-size: 96px;
  margin-bottom: 60px
}

.hero__subtitle {
  max-width: 920px;
  display: block;
  margin-bottom: 70px
}

.hero__steps {
  width: 100%;
  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
}

.hero__item {
  max-width: 330px;
  width: 100%;
  position: relative
}

.hero__item::before {
  content: "";
  position: absolute;
  width: 132px;
  height: 7px;
  right: -190px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/hero/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.hero__item:last-child::before {
  display: none
}

.hero__item-title {
  font-size: 24px;
  font-weight: 700;
  color: #a00;
  margin-bottom: 30px
}

.player {
  padding: 200px 0 100px;
  background-color: #ffd306
}

.player__slider {
  margin-top: -560px
}

@media (max-width:1400px) {
  .player-slider__screen {
    max-width: 1100px
  }

  .player-slider__controls {
    margin-top: -304px
  }

  .player-slider__icons {
    gap: 24px
  }

  .player-slider__icon {
    width: 94px;
    height: 94px
  }

  .hero__item::before {
    width: 100px;
    height: 5px;
    right: -130px
  }

  .player__slider {
    margin-top: -480px
  }
}

.advantages,
.download {
  padding: 100px 0;
  background-color: #ffd306
}

.advantages--popup {
  background-color: #fff;
}

.download--popup {
  background-color: #fff;
}

.advantages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px
}

.download__content,
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox
}

@media (max-width:1200px) {
  .hero__item::before {
    display: none
  }

  .advantages__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 60px
  }
}

.advantages__item {
  padding-top: 166px;
  position: relative;
  text-align: center
}

.advantages__item::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.footer__link::after,
.footer__link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%
}

.advantages__item--1::before {
  background-image: url(../images/advantages/1.svg)
}

.advantages__item--2::before {
  background-image: url(../images/advantages/2.svg)
}

.advantages__item--3::before {
  background-image: url(../images/advantages/3.svg)
}

.advantages__item--4::before {
  background-image: url(../images/advantages/4.svg)
}

.advantages__title {
  font-weight: 700;
  margin-bottom: 30px
}

@media (max-width:992px) {
  .main {
    padding-top: 75px
  }

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

  .download-section__btn,
  .hero__download {
    margin-bottom: 40px
  }

  .player-slider__screen {
    max-width: 800px
  }

  .player-slider__controls {
    margin-top: -240px
  }

  .player-slider__icon {
    width: 88px;
    height: 88px;
    border-width: 6px
  }

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

  .hero {
    padding: 80px 0 230px
  }

  .hero__title {
    font-size: 66px;
    margin-bottom: 40px
  }

  .hero__subtitle {
    font-size: 16px;
    margin-bottom: 60px
  }

  .hero__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px
  }

  .hero__item-title {
    font-size: 20px;
    margin-bottom: 10px
  }

  .advantages__text,
  .hero__item-text {
    font-size: 16px
  }

  .player {
    padding-bottom: 80px
  }

  .player__slider {
    margin-top: -400px
  }

  .advantages,
  .download {
    padding: 80px 0
  }

  .advantages__list {
    gap: 50px
  }

  .advantages__item {
    padding-top: 120px
  }

  .advantages__item::before {
    width: 90px;
    height: 90px
  }

  .advantages__title {
    margin-bottom: 15px
  }
}

@media (max-width:768px) {
  .player-slider__controls {
    margin-top: -70px
  }

  .player-slider__icons {
    margin-bottom: 30px
  }

  .player-slider__icon {
    width: 60px;
    height: 60px;
    border-width: 4px
  }

  .hero__title {
    font-size: 56px
  }

  .player {
    padding-bottom: 40px
  }

  .player__slider {
    margin-top: -360px
  }

  .advantages {
    padding-top: 60px
  }

  .advantages__list {
    gap: 30px
  }

  .download {
    padding-top: 40px
  }
}

.download__content {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.footer {
  padding: 50px 0;
  background-color: #22292f
}

.footer__content {
  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;
  color: #fff
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px
}

@media (max-width:992px) {

  .footer__content,
  .footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
  }

  .footer__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px
  }

  .footer__item {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}

.footer__copy {
  font-size: 14px;
  opacity: .5
}

.footer__link {
  font-size: 16px;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s
}

.footer__link::after {
  height: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.footer__link::before {
  bottom: .1em;
  height: .15em;
  background-color: #ffd306;
  border-radius: .1em;
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s
}

@media (max-width:480px) {
  .player-slider__screen {
    max-width: 500px
  }

  .player-slider__controls {
    margin-top: -30px
  }

  .player-slider__icon {
    width: 50px;
    height: 50px;
    border-width: 3px
  }

  .hero {
    padding-bottom: 150px
  }

  .hero__title {
    font-size: 46px
  }

  .player__slider {
    margin-top: -310px
  }

  .advantages__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 50px
  }

  .download {
    padding-top: 20px
  }

  .footer__link::before {
    display: none
  }
}

.footer__link:hover {
  color: #ffd306
}

.footer__link:hover::before {
  opacity: .8;
  -webkit-transform: translate3d(0, .2em, 0);
  transform: translate3d(0, .2em, 0)
}

.file-is-ready {
  padding: 150px 0;
}

.file-is-ready__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.file-is-ready__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 515px;
}

.file-is-ready__title {
  font-size: 24px;
  margin-bottom: 42px;
}

.file-is-ready__subtitle {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 30px;
}

.file-is-ready__num {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #00A144;
}

.file-is-ready__download {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media (max-width:1200px) {
  .file-is-ready {
    padding: 100px 0;
  }

  .file-is-ready__inner {
    flex-direction: column;
  }

  .file-is-ready__content {
    margin-bottom: 50px;
  }
}

@media (max-width:992px) {
  .file-is-ready {
    padding: 80px 0;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100
}

.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222332;
  opacity: 0.6;
  z-index: -1
}

.overlay.is-open {
  display: block
}

.overlay.is-open .download-popup {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

.download-popup {
  max-width: 860px;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 95px 105px;
  text-align: center;
  border-radius: 32px;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.98);
  transform: translate(-50%, -50%) scale(0.98);
  -webkit-transition: opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: transform 0.2s ease,
    opacity 0.2s ease;
  transition: transform 0.2s ease,
    opacity 0.2s ease,
    -webkit-transform 0.2s ease
}

.download-popup__btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  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
}

.download-popup__btn img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.download-popup__inner {
  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
}

.download-popup__title {
  font-size: 24px;
  margin-bottom: 42px
}

.download-popup__subtitle {
  font-size: 20px;
  color: #22292F;
  margin-bottom: 30px
}

.download-popup__num {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #00A144;
  margin-bottom: 35px;
}