.download-bubble,
.overlay {
  display: none;
  position: fixed;
}

.download,
.footer__copy-policy,
.footer__top-inner,
.load__link-wrap,
.load__top,
.title,
body {
  -webkit-box-orient: vertical;
}

.footer__copy-inner::before,
.footer__top-inner::after,
.footer__top-inner::before,
.load__item::before,
.load__link::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

a,
button {
  color: inherit;
}

button,
input {
  border: none;
}

button,
ol,
ul {
  padding: 0;
}

.download__descr span:last-child,
.footer__copy-item:last-child,
.header__item:last-child {
  margin-right: 0;
}

.footer__title,
.load__title,
.top {
  text-align: center;
}

.download,
.footer__copy-policy,
.footer__top-inner,
.load__link-wrap,
.load__top,
body {
  -webkit-box-direction: normal;
}

.load__link-text,
.title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.load__link-text,
.sr-only {
  overflow: hidden;
  white-space: nowrap;
}

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;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

address {
  font-style: normal;
}

.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 110;
}

.download-bubble {
  width: 400px;
  height: 124px;
  z-index: 120;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-image: url(../images/load/button-top-bg.png) !important;
  border-radius: 3px;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  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;
  cursor: pointer;
}

.close::after,
.close::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:hover::after,
.close:hover::before {
  background-color: #a09fa1;
}

.download-bubble__text {
  width: 100%;
  height: 80px;
  padding: 30px 30px 10px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download-bubble__text svg {
  width: 30px;
  height: 30px;
  fill: #a09fa1;
  margin-right: 16px;
}

.enable-baloon-opera .download-bubble {
  top: 120px;
  right: 35px;
  left: unset;
}

.enable-baloon-webkit .download-bubble {
  top: 15px;
  right: 45px;
  left: unset;
}

.enable-baloon-ya .download-bubble {
  right: 5px;
  left: unset;
  top: 15px;
}

.enable-baloon-ff .download-bubble {
  top: 30px;
  right: 25px;
  left: unset;
}

.enable-baloon-ff .download-bubble .close,
.enable-baloon-opera .download-bubble .close,
.enable-baloon-ya .download-bubble .close,
.enable-baloon-webkit .download-bubble .close {
  top: 22px;
  right: 10px;
}

.enable-baloon-ff .download-bubble__text.ff,
.enable-baloon-opera .download-bubble__text.opera,
.enable-baloon-ya .download-bubble__text.webkit,
.enable-baloon-webkit .download-bubble__text.webkit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
}

.enable-baloon-ff .download-bubble__text.ff {
  width: 100%;
  height: 80px;
  padding-top: 70px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.enable-baloon-ff .download-bubble__text.ff svg,
.enable-baloon-opera .download-bubble__text.opera svg,
.enable-baloon-ya .download-bubble__text.webkit svg,
.enable-baloon-webkit .download-bubble__text.webkit svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.enable-baloon-webkit .download-bubble__text.webkit {
  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;
}

.title,
body {
  color: #22292f;
}

.footer__copy-inner::before,
.footer__top-inner::after,
.footer__top-inner::before {
  background-image: url(../images/footer/footer-decor.png);
  z-index: -1;
}

.download,
.header__list,
.header__nav,
.up,
body {
  display: -webkit-box;
  display: -ms-flexbox;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
  overflow-x: hidden;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1670px;
  padding: 0 35px;
  margin: 0 auto;
}

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

.logo__img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.btn {
  background-color: #ffd306;
  font-weight: 500;
  padding: 9px 30px;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn:hover {
  border-color: #a09fa1;
}

.btn:hover::before {
  opacity: 1;
}

.title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 45px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

.title-large {
  font-size: 91px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
}

.text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}

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

.download {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 400px;
}

.download__link {
  width: 100%;
  position: relative;
  padding: 10px 70px 10px 40px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 15px;
}

.download__link svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  fill: #ffd306;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.download__link:hover svg {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.download__link:hover .download__horizontal::after {
  height: 100%;
}

.download__link:hover .download__vertical::after,
.download__link:hover .download__vertical::before {
  width: 100%;
}

.download__vertical {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.download__vertical::after,
.download__vertical::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #ffd306;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.download__vertical::before {
  top: 0;
}

.download__vertical::after {
  bottom: 0;
  right: 0;
}

.download__horizontal {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.download__horizontal::after,
.download__horizontal::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ffd306;
  top: 0;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.download__horizontal::before {
  left: 0;
}

.download__horizontal::after {
  right: 0;
  height: 0;
}

.download__descr {
  font-size: 12px;
  color: #a09fa1;
}

.download__descr span {
  display: inline-block;
  margin-right: 12px;
}

.accordion__btn {
  width: 100%;
  padding: 30px 90px;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 3px 3px 0 0;
}

.accordion__btn:hover .accordion__btn-descr {
  border-color: #22292f;
}

.accordion__btn:active .accordion__btn-descr {
  border-color: transparent;
}

.accordion__btn--active,
.footer__copy,
.header {
  background-color: #fff;
}

.accordion__btn--active .accordion__btn-question svg {
  fill: #a09fa1;
}

.accordion__btn--active .accordion__btn-play svg {
  fill: #ffd306;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.accordion__btn--active ~ .accordion__content {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}

.accordion__btn--active ~ .accordion {
  margin-bottom: 50px;
}

.accordion__btn-descr {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 2px dotted transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.accordion__btn-question {
  display: block;
  width: 35px;
  height: 40px;
  position: absolute;
  left: 30px;
  top: 26px;
}

.accordion__btn-question svg {
  fill: #fff;
  width: 35px;
  height: 40px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.accordion__btn-play {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.header,
.up {
  position: fixed;
}

.accordion__btn-play svg {
  width: 30px;
  height: 30px;
  fill: #a09fa1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: fill 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, fill 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, fill 0.3s;
}

.accordion__content {
  display: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 0 90px 30px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(34, 41, 47, 0.2);
  box-shadow: 0 20px 20px 0 rgba(34, 41, 47, 0.2);
}

.header__list,
.header__nav,
.up {
  display: flex;
}

.up {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: 28px;
  z-index: 8;
  background-color: #7d7b7e;
  border-radius: 6px 6px 0 0;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.3s, transform 0.3s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.footer,
.up:hover {
  background-color: #22292f;
}

.load,
.top {
  background-color: #e4e4e4;
}

.up svg {
  width: 30px;
  height: 30px;
  fill: #ffd306;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.up--active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.top {
  padding: 78px 0 96px;
}

.top__title {
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .title {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .title-large {
    font-size: 72px;
  }

  .download__link {
    font-size: 22px;
  }

  .accordion__btn-descr {
    font-size: 18px;
  }

  .up {
    width: 46px;
    height: 46px;
  }

  .up svg {
    width: 24px;
    height: 24px;
  }

  .top__title {
    margin-bottom: 40px;
  }
}

.top__title--single {
  margin-bottom: 0;
}

.top__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  -webkit-box-shadow: 0 5px 25px -4px rgba(34, 41, 47, 0.2);
  box-shadow: 0 5px 25px -4px rgba(34, 41, 47, 0.2);
}

.header__nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__copy-inner,
.footer__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  z-index: 5;
  position: relative;
}

.header__item {
  margin-right: 40px;
}

@media (max-width: 565px) {
  .header__item {
    margin-right: 15px;
  }
}

.header__link {
  position: relative;
  -webkit-transition: text-shadow 0.2s;
  -o-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
}

.header__link::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__link::before {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background-color: #ffd306;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.header__link::after {
  height: 76px;
}

.header__link:hover {
  text-shadow: 0 0 0.7px #22292f, 0 0 0.7px #22292f;
}

.header__link:active::before,
.header__link:hover::before {
  width: 100%;
}

.footer__top-inner {
  padding: 90px 0 170px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.footer__top-inner::after,
.footer__top-inner::before {
  position: absolute;
}

.footer__top-inner::before {
  width: 535px;
  height: 535px;
  top: -110px;
  left: 0;
}

.footer__top-inner::after {
  width: 390px;
  height: 390px;
  top: -70px;
  right: 0;
}

@media (max-width: 1400px) {
  .footer__top-inner::before {
    width: 390px;
    height: 390px;
    top: -70px;
  }

  .footer__top-inner::after {
    width: 270px;
    height: 270px;
    top: -50px;
  }
}

.footer__title {
  margin-bottom: 95px;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .top__text {
    font-size: 20px;
  }

  .footer__top-inner {
    padding-bottom: 120px;
  }

  .footer__title {
    margin-bottom: 60px;
  }
}

.footer__copy {
  padding: 60px 0;
}

.footer__copy-inner {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__copy-info,
.footer__copy-list,
.footer__copy-policy,
.load__link,
.load__link-wrap,
.load__top {
  display: -webkit-box;
  display: -ms-flexbox;
}

.footer__copy-inner::before {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -145px;
  right: 420px;
}

.footer__copy-info {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo {
  margin-right: 60px;
}

@media (max-width: 1024px) {
  .title-large {
    font-size: 60px;
  }

  .text {
    font-size: 14px;
  }

  .footer__top-inner::before {
    width: 300px;
    height: 300px;
    top: -50px;
  }

  .footer__top-inner::after {
    width: 200px;
    height: 200px;
    top: -30px;
  }

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

  .footer__logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.footer__copy-policy {
  max-width: 160px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__copy-policy span {
  margin-bottom: 6px;
}

.footer__copy-list {
  display: flex;
}

.footer__copy-item {
  max-width: 150px;
  margin-right: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .footer__copy-info,
  .footer__copy-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .footer__copy {
    padding: 40px 0;
  }

  .footer__copy-info {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .footer__copy-policy {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__copy-list {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer__copy-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.footer__copy-link {
  position: relative;
  z-index: 5;
}

.footer__copy-link::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 45px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__copy-link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #22292f;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.footer__copy-link:hover::before {
  width: 100%;
}

.agreement {
  padding: 65px 0;
}
@media (max-width: 1024px) {
  .agreement {
    padding: 60px 0;
  }
}
.agreement__top {
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .agreement__top {
    margin-bottom: 30px;
  }
}
.agreement__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .agreement__text {
    font-size: 14px;
  }
}
.agreement__text span {
  font-weight: 700;
}
.agreement__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .agreement__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.agreement__list {
  display: block;
}
.agreement__item {
  margin-bottom: 46px;
}
.agreement__item:last-child {
  margin-bottom: 0;
}
.agreement__sublist {
  display: block;
}
.agreement__subitem {
  margin-bottom: 30px;
}
.agreement__subitem:last-child {
  margin-bottom: 0;
}
.agreement__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.agreement__text-wrap {
  margin-bottom: 30px;
}
.agreement__item-info {
  font-weight: 700;
  margin-bottom: 30px;
}
.agreement__link {
  color: #2775f6;
  -webkit-text-decoration: underline #2775f6;
  text-decoration: underline #2775f6;
  line-height: 1.6;
  position: relative;
  font-weight: 400;
}
.agreement__link::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 45px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.agreement__link:visited {
  color: rgba(34, 41, 47, 0.4);
  -webkit-text-decoration: underline rgba(34, 41, 47, 0.5);
  text-decoration: underline rgba(34, 41, 47, 0.5);
}
.agreement__links {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.policy {
  padding: 65px 0;
}
@media (max-width: 1024px) {
  .policy {
    padding: 60px 0;
  }
}
.policy__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .policy__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.policy__title-lower {
  text-transform: none;
}
.policy__text {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  color: #22292f;
}
@media (max-width: 768px) {
  .policy__text {
    font-size: 14px;
  }
}
.policy__list {
  display: block;
}
.policy__item {
  margin-bottom: 46px;
}
.policy__item:last-child {
  margin-bottom: 0;
}

.load__top {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 200px 0;
}

.load__title {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  max-width: 360px;
}

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

.load__link {
  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;
  padding: 16px 30px;
  /* width: 262px; */
  height: 70px;
  background-color: #34a978;
  margin-bottom: 15px;
  border-radius: 2px;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  position: relative;

  max-width: 306px;
  width: auto;
}

.load__link::before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 25px;
  background-image: url(../images/icons/icon-play.svg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.load__link:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 2px #a09fa1;
  box-shadow: 0 0 0 2px #a09fa1;
}

.load__link svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.load__link-text {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  /* margin-right: 18px; */
  max-width: 260px;
  width: 100%;
  text-align: center;
  padding-right: 34px;
}

.load__text {
  font-size: 12px;
  color: #7d7b7e;
}

.load__bottom {
  padding-bottom: 100px;
}

.load__list {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.load__item {
  position: relative;
  padding-top: 60px;
  max-width: 470px;
  width: 100%;
  margin: 0 32px 80px;
}

.load__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
}

.load__item--tv::before {
  background-image: url(../images/load/tv.png);
}

.load__item--playlist::before {
  background-image: url(../images/load/playlist.png);
}

.load__item--pause::before {
  background-image: url(../images/load/pause.png);
}

.load__item--subtitles::before {
  background-image: url(../images/load/subtitles.png);
}

.load__item--windows::before {
  background-image: url(../images/load/windows.png);
}

.load__item--play::before {
  background-image: url(../images/load/play.png);
}

.load__item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

/*************/

.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.63);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  transition: opacity 0.3s ease-out;
  z-index: 999;
}

.download-bubble {
  display: none;
  width: 426px;
  position: fixed;
  bottom: 0;
  left: 5px;
  height: 145px;
  z-index: 1000;
}

.download-bubble__container {
  position: relative;
  top: 0;
  left: 0;
  width: 426px;
  height: 130px;
}

/* .enable-baloon-ff .download-bubble {
  background: no-repeat 0 0
} */

.enable-baloon-opera .download-bubble {
  left: auto;
  right: 0;
  top: 0;
}

.enable-baloon-opera .download-bubble__container {
  top: 18px;
}

.enable-baloon-ie .download-bubble {
  left: 62%;
  bottom: 55px;
}

.enable-baloon-ya .download-bubble {
  left: auto;
  right: 0;
  top: 0;
}

.download-bubble__text {
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 28px 36px 12px 132px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.bgz_dominanta {
  position: absolute;
  width: 124%;
  top: -11px;
  left: -74px;
  z-index: -1;
}

.download-bubble__text ol {
  list-style-type: decimal;
  padding: 0;
  margin: 0;
}

.download-bubble__text ol span {
  margin-left: 6px;
}

.download-bubble__logo {
  position: relative;
  left: 21px;
  top: 20px;
}

.download-bubble .arrow-down1 {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 58px;
  height: 65px;
  z-index: 3;
  background: none;
}

.enable-arrow-chrome .arrow-down_any,
.enable-arrow-opera .arrow-down_any {
  display: none;
}

.arrow-down_chrome,
.arrow-down_opera,
.arrow-down_ff {
  display: none;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 58px;
  height: 90px;
  z-index: 3;
}

.enable-arrow-chrome .arrow-down_chrome {
  display: block;
}

.enable-arrow-ff .arrow-down_ff,
.enable-arrow-opera .arrow-down_opera {
  display: block;
}

.download-bubble .close {
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  z-index: 3;
}

.download-bubble .close:hover {
  opacity: 1;
}

.download-bubble__text {
  display: none;
}

.enable-baloon-ie .download-bubble__text.ie {
  display: block;
}

.enable-baloon-ie-edge .download-bubble__text.ie {
  display: none;
}

.enable-baloon-ie-edge .download-bubble__text.ie-edge {
  display: block;
  width: 100%;
  padding-left: 111px;
  padding-top: 15px;
  font-size: 18px;
  line-height: 25px;
}

.enable-baloon-opera .download-bubble__text.opera {
  display: block;
  width: 270px;
  padding-left: 112px;
  font-size: 20px;
}

.enable-baloon-opera .download-bubble__text.opera div {
  margin-bottom: 7px;
}

.enable-baloon-webkit .download-bubble__text.webkit {
  display: block;
}

.ieb8 .download-bubble {
  display: none !important;
}

.ie-pic {
  display: none;
}

.download-bubble .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.628' height='22.628' viewBox='0 0 22.628 22.628'%3E%3Cpath d='M-3226.5-4376.96v-6.5h-6.5v-3h6.5v-6.5h3v6.5h6.5v3h-6.5v6.5Z' transform='translate(-808.902 5392.368) rotate(45)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.628' height='22.628' viewBox='0 0 22.628 22.628'%3E%3Cpath d='M-3226.5-4376.96v-6.5h-6.5v-3h6.5v-6.5h3v6.5h6.5v3h-6.5v6.5Z' transform='translate(-808.902 5392.368) rotate(45)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}

.enable-baloon-ya .download-bubble,
.enable-baloon-opera .download-bubble {
  background-image: url('../images/ff-baloon.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.download-bubble {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='398' height='122.213' viewBox='0 0 398 122.213'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2344cb44'/%3E%3Cstop offset='1' stop-color='%2318b518'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M-3326.213-2516H-3364a10,10,0,0,1-10-10v-88a10,10,0,0,1,10-10h378a10,10,0,0,1,10,10v88a10,10,0,0,1-10,10h-311.786L-3312-2501.787Z' transform='translate(3374 2624)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.arrow-dominanta {
  width: 32px !important;
  height: 33px !important;
  top: 35px !important;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  cursor: pointer;
}

.animation-down {
  animation: spin 1.1s infinite linear;
}

@keyframes spin {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 10px);
  }

  100% {
    transform: translate(0, 0px);
  }
}

.animation-up {
  animation: spin2 1.1s infinite linear;
}

@keyframes spin2 {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, -10px);
  }

  100% {
    transform: translate(0, 0px);
  }
}

.download-bubble__text.webkit,
.download-bubble__text.ie {
  font-size: 24px;
  padding-top: 45px;
}

.download-bubble__text.ie-edge,
.download-bubble__text.ff,
.download-bubble__text .opera {
  font-size: 15px;
}

/******/
#adroll_consent_banner {
  display: none !important;
}

.load__top {
  height: 100vh;
  justify-content: center;
}

.faq {
  background-color: #e4e4e4;
  padding: 30px 0 60px;
}

@media (max-width: 1200px) {
  .faq {
    padding: 60px 0;
  }
}

.faq__title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .faq__title {
    margin-bottom: 40px;
  }
}

.faq__list {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .faq__list {
    margin-bottom: 30px;
  }
}

.faq__item {
  margin-bottom: 12px;
}

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

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

.faq__btn {
  background-color: #fff;
  font-weight: 500;
  padding: 9px 30px;
  margin-right: 15px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.faq__btn:hover {
  background-color: #ffd306;
}

.accordion__btn {
  width: 100%;
  padding: 30px 90px;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 3px 3px 0 0;
}

@media (max-width: 768px) {
  .accordion__btn {
    padding: 20px 45px;
  }
}

.accordion__btn:hover .accordion__btn-descr {
  border-color: #22292f;
}

@media (max-width: 768px) {
  .accordion__btn:hover .accordion__btn-descr {
    border-color: rgba(0, 0, 0, 0);
  }
}

.accordion__btn:active .accordion__btn-descr {
  border-color: rgba(0, 0, 0, 0);
}

.accordion__btn--active {
  background-color: #fff;
}

.accordion__btn--active .accordion__btn-question svg {
  fill: #a09fa1;
}

.accordion__btn--active .accordion__btn-play svg {
  fill: #ffd306;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.accordion__btn--active ~ .accordion__content {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}

.accordion__btn--active ~ .accordion {
  margin-bottom: 50px;
}

.accordion__btn-descr {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

@media (max-width: 1200px) {
  .accordion__btn-descr {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .accordion__btn-descr {
    font-size: 14px;
    max-width: 450px;
  }
}

.accordion__btn-question {
  display: block;
  width: 35px;
  height: 40px;
  position: absolute;
  left: 30px;
  top: 26px;
}

@media (max-width: 768px) {
  .accordion__btn-question {
    left: 10px;
    top: 18px;
  }
}

.accordion__btn-question svg {
  fill: #fff;
  width: 35px;
  height: 40px;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

@media (max-width: 768px) {
  .accordion__btn-question svg {
    width: 22px;
    height: 26px;
  }
}

.accordion__btn-play {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
}

@media (max-width: 768px) {
  .accordion__btn-play {
    top: 15px;
    right: 10px;
  }
}

.accordion__btn-play svg {
  width: 30px;
  height: 30px;
  fill: #a09fa1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: fill 0.3s, -webkit-transform 0.3s ease;
  transition: fill 0.3s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s;
  transition: transform 0.3s ease, fill 0.3s, -webkit-transform 0.3s ease;
}

@media (max-width: 768px) {
  .accordion__btn-play svg {
    width: 24px;
    height: 24px;
  }
}

.accordion__content {
  display: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 0 90px 30px 90px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(34, 41, 47, 0.2);
  box-shadow: 0px 20px 20px 0px rgba(34, 41, 47, 0.2);
}

@media (max-width: 768px) {
  .accordion__content {
    padding: 0 45px 20px 45px;
  }
}

.accordion__link {
  display: inline-block;
  color: #2775f6;
  -webkit-text-decoration: underline #2775f6;
  text-decoration: underline #2775f6;
  position: relative;
}

.accordion__link::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 45px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion__link:visited {
  color: #5d31aa;
  -webkit-text-decoration: underline #5d31aa;
  text-decoration: underline #5d31aa;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #fff;
  width: 100%;
  padding: 20px 26px;
  z-index: 9;
}
.cookie--active {
  display: block;
}
.cookie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
  height: 100%;
  width: 1364px;
  margin: 0 auto;
}
.cookie__text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.cookie__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.cookie__btns .btn {
  width: 207px;
  padding-left: 0;
  padding-right: 0;
}
.cookie__btns .btn.first {
  background-color: #e4e4e4;
}
@media screen and (max-width: 1416px) {
  .cookie__container {
    width: 100%;
  }
  .cookie__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 1200px) {
  .cookie__container {
    gap: 30px;
  }
  .cookie__btns .btn {
    width: 120px;
  }
}
@media screen and (max-width: 800px) {
  .cookie__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .cookie__btns {
    width: 100%;
  }
  .cookie__btns .btn {
    width: 50%;
  }
}
