html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
table,
table tbody,
table tfoot,
table tfoot tr tf,
table thead,
table tr,
table tr th,
tr td {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}
ul {
  list-style-type: none
}
a {
  text-decoration: none
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Geometria,sans-serif
}
.wrapper {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px
}
body {
  background: url(../img/background.jpg) no-repeat;
  background-position: right top;
}
main {
  overflow: hidden
}
.select__head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.select__head:after {
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid #fbaf29;
  margin-left: 10px;
  display: block;
  margin-top: 0;
  margin-bottom: -7px
}
.lang_img { width: 36px }
.contact_img img { width: 38px }
.select__body {
  display: none;
  position: absolute
}
.select_active .select__head:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -14px
}
.select_active .select__body {
  display: block
}
.book { display: block;
border-radius: 10px;
color: white;
background: #fbaf29;
padding: 10px 20px;
font-weight: 700;
}
.book:hover { background: #d68903; }
.header {
  padding: 50px 0
}
.header__languages {
  margin-left: 70px
}
.header__languages .select__item {
  margin: 10px 0;
  display: block
}
.header__logo {
  margin-right: auto
}
.header__logo img {
width: 250px;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__select {
  background: rgba(238,238,238,.5);
  padding: 14px 19px;
  cursor: pointer;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.header__select .select__body {
  background: rgba(238,238,238,.5);
  width: 100%;
  left: 0;
  border-radius: 18px;
  padding: 20px;
  top: 90%
}
.header__select .select__head {
  color: #555;
  font-size: 16px;
  font-weight: 600
}
.header__select .select__item {
  display: block;
  cursor: pointer;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px
}
.header__select .select__item:last-child {
  margin-bottom: 0
}
.header__select .select__item_disabled {
  color: #ccc;
  cursor: default
}
h1 {
  color: #333;
  font-size: 48px;
  margin-bottom: 10px
}
.main .wrapper {
}
.main p {
  color: #666;
  max-width: 880px;
  line-height: 36px;
  font-size: 24px
}
.main p.small {
color: #888;
font-size: 20px;
margin-top: 10px;
  line-height: 28px;
}
.games .swiper {
  overflow: visible
}
.games__item {
  height: 550px;
  border-radius: 30px;
  padding: 0 43px 45px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background: #eee
}
.games__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  border-radius: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
  opacity: 0.9;
   cursor: default;
}
.games__item * {
  position: relative;
  z-index: 2
}
.games__item:not(.games__item_soon):hover img {
  opacity: 1
}
.games__item:not(.games__item_soon):hover .item__button {
  color: #3b4990;
  background: #fff
}
.games__item_soon {
  cursor: default
}
.games__item_soon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(255,255,255,.5)
}
.games__item .item__button {
  color: #fff;
  font-size: 18px;
  padding: 14px 24px;
  border-radius: 26px;
  border: 2px solid #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  background: 0 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer
}
.games__item h2 {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff
}
.games__item .item__subtitle {
  color: #fff;
  font-size: 30px;
  margin-bottom: 13px
}
.games__item .item__text {
  font-size: 18px;
  color: #fff;
  font-weight: 200
}
.list {
  margin-top: 60px;
  margin-bottom: 40px
}
.list ul {
  background: rgba(250,250,250,.9);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 25px;
  padding-right: 50px;
  padding-left: 43px
}
.list li {
  margin: 0 15px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
    color: #888;
  text-align: center;
}
.list li:last-child {
  margin-right: 0
}
.list li:first-child {
  margin-left: 0
}
.list li:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
.list img {
width: 96px;
  margin: 0 auto;
  display: block
}
.list p {
  color: #555;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  text-align: center
}
.socials {
  margin-top: 40px;
  margin-bottom: 50px;
}
.socials li {
  margin-left: 10px;
  display: inline-block;
  float: left;
}
.socials li:first-child {
  margin-right: 60px;
}

.socials .li__right {
  margin-left: 20px;
  float: right;
}

.socials ul {
  background: rgba(238,238,238,.5);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  padding-bottom: 100px;
}
.socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.socials a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
.socials span {
  font-size: 30px;
  color: #555;
  font-weight: 700;
  margin-left: 10px
}
.footer {
  padding-bottom: 50px
}
.footer .wrapper {
  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
}
.footer p {
  font-size: 14px;
  color: #555
}
.footer a {
  color: #fbaf29
}
@media screen and (max-width:1440px) {
body {
  background-size: 600px;
}

  .list p {
    font-size: 18px
  }
  .socials span {
    font-size: 20px
  }
  .list ul {
    padding: 30px 15px
  }
  .games__item {
    padding: 0 20px 20px
  }
}
@media screen and (max-width:1024px) {
body {
  background: none;
}
  .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
  }
  .list li {
    margin: 0;
    width: calc(33.3333333333% - 20px);
    margin: 40px 10px
  }
  .socials ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .socials .li__right {
    margin-left: 0
  }
  .socials li {
    margin-right: 20px;
    margin-bottom: 20px
  }
  .socials ul {
    padding-bottom: 130px
  }
}
@media screen and (max-width:768px) {
  .list ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    padding: 0 10px
  }
  .list img {
    width: 50px
  }
  .list p {
    font-size: 16px;
    margin-top: 10px
  }
  .header__logo img {
    width: 200px
  }
  .main .wrapper {
    padding-left: 15px
  }
  .header__languages {
    margin-left: 20px
  }
  .header__select {
    padding: 8px 14px
  }
  .games__item {
    height: 450px
  }
  .games__item h2 {
    height: 120px;
    font-size: 38px
  }
  .footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer p {
    margin-bottom: 10px
  }
  .footer {
    padding-bottom: 30px
  }
}
@media screen and (max-width:576px) {
  .header {
    padding: 25px 0
  }
  .header .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .header__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
  }
  .header__logo img {
    width: 200px
  }
  body {
    background: 0 0
  }
  h1 {
    font-size: 30px;
    text-align: center
  }
  .main p {
    font-size: 18px;
    line-height: 24px;
    text-align: center
  }
  .header__select .select__body {
    background: #eee
  }
  .list li {
    width: calc(50% - 20px);
    margin: 20px 10px
  }
  .list p {
    font-size: 14px
  }

.socials ul {
    text-align: center;
    padding-bottom: 50px;
}
  .socials li {
    float: none !important;    
    margin-right: 5px !important;
    margin-left: 5px !important;
}

  .header__select .select__head,
  .header__select .select__item {
    font-size: 14px
  }
  .select__head img {
    width: 26px;
    height: 26px
  }
  .header__languages {
    margin-left: auto;
    margin: 0 auto;
  }
  .select__head:after {
    border-width: 5px
  }
  .main p.small { font-size: 16px; line-height: 20px;}
}