@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: 0 0;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  min-width: 320px;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  font-family: "Roboto", sans-serif;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: 0 0;
  text-decoration: none !important;
}
.search input {
  background: 0 0;
  border: 0;
}
*,
:after,
:before {
  box-sizing: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
footer .lang_block .lang_btn {
  color: rgb(224, 36, 94);
  text-decoration: none;
}
a {
  transition: all 0.3s;
}
a:hover {
  color: rgb(224, 36, 94);
  cursor: pointer;
  text-decoration: none !important;
}
header {
  background-color: rgb(224, 36, 94);
  padding: 30px 0;
}
footer {
  text-align: center;
  font-size: 0.875em;
}
footer .text_box {
  color: #4e5869;
  margin-bottom: 14px;
}
footer .links_box a {
  margin: 0 14px;
  display: inline-block;
}
footer .cont_center {
  border-top: 1px solid #ebebeb;
  padding: 60px 10px 10px;
}
.contacts_block .cont_box br,
.top_box .buttons_box .links br,
footer br {
  display: none;
}
footer .lang_block {
  width: 100%;
  padding: 20px 0;
}
footer .lang_block .lang_btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: 1px solid rgb(224, 36, 94);
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 0.875em;
  margin-bottom: 20px;
}
footer .lang_block .lang_btn:hover .globus {
  transform: rotateX(180deg);
}
footer .lang_block .arrow,
footer .lang_block .globus {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 7px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer .lang_block .globus {
  background: url(../images/globus.svg) no-repeat center center;
}
footer .lang_block .arrow {
  background: url(../images/arrow.svg) no-repeat center center;
}
.top_box .buttons_box a.store_btn,
footer .lang_block .lang_box {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer .lang_block .lang_box {
  width: 100%;
  overflow: hidden;
  transform: scaleY(0);
}
footer .lang_block .lang_box a {
  display: inline-block;
  margin: 4px 8px;
}
footer .lang_block.show .lang_box {
  transform: scaleY(1);
}
footer .lang_block.show .arrow {
  transform: rotate(180deg);
}
.container,
footer,
header {
  width: 100%;
}
header .logo_box {
  display: block;
}
.cont_center {
  margin: 0 auto;
  max-width: 1200px;
}
.top_box {
  background-color: rgb(224, 36, 94);
  margin-top: -1px;
}
.top_box .paralax_box {
  position: absolute;
  width: 40%;
  max-width: 570px;
  height: 570px;
  left: 55%;
  top: 90px;
}
.top_box .paralax_box img {
  max-width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.top_box .title_box {
  width: 55%;
  color: #f3f3f3;
  margin-bottom: 55px;
}
.pptos_box h2,
.top_box .title_box h1 {
  font-size: 3.5em;
  font-weight: 700;
  margin-bottom: 28px;
}
.top_box .title_box h2 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.563em;
}
.top_box .buttons_box {
  max-width: 50%;
}
.top_box .buttons_box a.store_btn {
  margin: 0 30px 30px 0;
  display: inline-block;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.top_box .buttons_box .links .apk:hover,
.top_box .buttons_box a.store_btn:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 40px rgba(0, 0, 0, 0.2);
}
.top_box .buttons_box .links {
  font-size: 0.875em;
  padding-bottom: 50px;
}
.top_box .buttons_box .links span {
  display: inline-block;
  margin-right: 50px;
  color: #052517;
  opacity: 0.5;
}
.top_box .buttons_box .links a {
  color: #abddc7;
  margin-right: 20px;
}
.top_box .buttons_box .back_btn,
.top_box .buttons_box .links .apk {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.top_box .buttons_box .links .apk {
  background-color: #fff;
  width: 411px;
}
.top_box .buttons_box .back_btn {
  width: 260px;
  background: #000;
  color: #fff;
}
.top_box .buttons_box .back_btn:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 40px rgba(0, 0, 0, 0.2);
}
.top_box .buttons_box .empty_box {
  padding: 30px;
  width: 200px;
}
.bottom_decor {
  background: url(../images/bottom_decor_bg.svg) no-repeat top center;
  background-size: cover;
  margin-bottom: 80px;
  margin-top: -2px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.contacts_block,
.tri_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.tri_block {
  margin-bottom: 70px;
}
.tri_block .tri_box {
  width: 33%;
  text-align: center;
  padding: 0 65px;
  line-height: 1.3em;
}
.tri_block .tri_box img {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tri_block .tri_box h3 {
  color: rgb(224, 36, 94);
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tri_block .tri_box p {
  color: #2f3745;
}
.tri_block .tri_box:hover img {
  transform: scale(1.3);
}
.contacts_block {
  border-top: 1px solid #ebebeb;
  padding: 60px 0;
}
.contacts_block .cont_box {
  font-size: 0.875em;
  line-height: 1.3em;
  width: 100%;
  text-align: center;
}
.contacts_block .cont_box h3 {
  margin-bottom: 10px;
  font-size: 1.125em;
  display: inline-block;
}
.contacts_block .cont_box p {
  margin-bottom: 10px;
}
.pptos_box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  color: #2f3745;
  line-height: 1.3em;
}
.pptos_box h2 {
  font-size: 2.25em;
  line-height: 1em;
  margin-bottom: 30px;
}
.pptos_box h3 {
  font-weight: 700;
  font-size: 1.125em;
}
.pptos_box p {
  font-size: 1em;
}
.pptos_box ul li {
  font-size: 1em;
  position: relative;
}
.pptos_box ul li:before {
  content: "●";
  position: absolute;
  top: -1px;
  left: -15px;
  display: block;
}
.pptos_box ol {
  counter-reset: list;
  list-style-type: lower-alpha;
}
.pptos_box h3,
.pptos_box ol li,
.pptos_box p,
.pptos_box table,
.pptos_box ul li {
  margin-bottom: 20px;
  margin-left: 120px;
}
.pptos_box ol li {
  font-size: 1em;
}
.pptos_box table {
  width: 100%;
  width: calc(100% - 120px);
}
.pptos_box table th {
  background-color: #dadada;
  padding: 5px;
  text-align: left;
}
.pptos_box table td p,
.pptos_box table th p {
  margin: 0;
}
.pptos_box table td {
  border: 1px solid #dadada;
  padding: 5px;
}
.pptos_box.broadcast ol {
  list-style-type: decimal;
}
@media (max-width: 1200px) {
  .pptos_box {
    padding: 20px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .pptos_box h3,
  .pptos_box p,
  .pptos_box table {
    margin-left: 0;
  }
  .pptos_box table {
    width: 100%;
  }
  .pptos_box ol li,
  .pptos_box ul li {
    margin-left: 20px;
  }
}
@media (max-width: 430px) {
  .pptos_box {
    padding: 20px 10px;
  }
  .pptos_box h2 {
    font-size: 1.5em;
  }
}
.parallax-viewport {
  position: relative;
  overflow: hidden;
}
.parallax-layer {
  position: absolute;
}
@media (min-width: 1300px) {
  .bottom_decor {
    height: 180px;
  }
}
@media (max-width: 1200px) {
  .cont_center {
    padding: 0 30px;
  }
  .top_box .buttons_box {
    max-width: 100%;
  }
  .top_box .paralax_box {
    overflow-x: hidden;
    right: 0;
    left: auto;
  }
  .top_box .paralax_box img {
    min-width: 500px;
    top: 30px;
  }
  .contacts_block {
    padding: 60px 30px;
  }
}
@media (max-width: 1024px) {
  .tri_block .tri_box {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .top_box .buttons_box {
    width: 100%;
    text-align: center;
  }
  .top_box .paralax_box,
  header .logo_box {
    text-align: center;
  }
  .top_box .title_box {
    width: 100%;
    text-align: center;
  }
  .top_box .buttons_box a.store_btn {
    margin: 0 20px 30px;
  }
  .top_box .buttons_box .back_btn {
    margin: 0 auto;
  }
  .top_box .buttons_box .links .apk {
    min-width: 240px;
    width: 50%;
    margin: 0 auto;
  }
  .top_box .paralax_box {
    position: relative;
    overflow: visible;
    height: auto;
    min-height: 400px;
    margin: 0 auto;
    width: 100%;
    top: 0;
    left: auto;
    right: auto;
  }
  .contacts_block,
  .tri_block {
    display: block;
  }
  .tri_block .tri_box {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 40px;
  }
  .contacts_block .cont_box {
    width: 100%;
    padding: 0 40px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .cont_center {
    padding: 0 20px;
  }
  .top_box .paralax_box img {
    min-width: 0;
    top: 40px;
  }
  .contacts_block {
    padding: 40px 20px;
  }
  .contacts_block .cont_box {
    font-size: 1em;
  }
  .contacts_block .cont_box h3 {
    font-size: 1.25em;
  }
  .contacts_block .cont_box br,
  .top_box .buttons_box .links br,
  footer .links_box a,
  footer br {
    display: inline-block;
  }
  .top_box .buttons_box .links,
  footer {
    text-align: center;
    font-size: 1em;
  }
  .top_box .buttons_box .links a,
  .top_box .buttons_box .links span {
    display: inline-block;
    margin: 0 0 10px;
  }
  footer .cont_center {
    padding: 30px 20px;
  }
  footer .links_box a {
    margin-bottom: 10px;
  }
}
@media (max-width: 430px) {
  header .logo_box img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .top_box .paralax_box {
    min-height: 230px;
  }
  .top_box .title_box h1 {
    font-size: 2.5em;
  }
  .tri_block {
    margin-bottom: 30px;
  }
  .tri_block .tri_box {
    padding: 20px 0;
  }
  .contacts_block .cont_box {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .top_box .paralax_box {
    min-height: 160px;
  }
}

.gallery-grid-wrapper {
  padding-top: 30px;
  width: calc(100vw - 20px);
  max-width: 969px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-grid-wrapper .ProductsPageEvents__events .ProductsLandingItem {
  flex-shrink: 0;
  width: 100%;
  min-width: 330px;
  max-width: 360px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #ffffff;
  padding: 15px 5px 15px;
  justify-content: flex-start;
}

.gallery-grid-wrapper .ProductsPageEvents__events {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 15px;
}
