* {
  box-sizing: border-box;
}

body {
  background-color: #383838;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin: 0;
}

.section__title {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #F8C251;
  margin-bottom: 82px;
}

header {
  position: absolute;
  width: 100%;
}
header a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
header .header--wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 35px 38px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
}
header .header__contacts {
  width: 100%;
  display: flex;
  max-width: 890px;
  justify-content: space-between;
  align-items: center;
}
header .header__contacts a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  color: #ffffff;
}
header .header__contacts a img {
  margin-right: 26px;
}

section {
  padding: 88px 20px 0;
}
section .text-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  margin: 0;
}
section .blocks-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section .blocks-box__item {
  box-shadow: 7px 7px 8px #2F2F2F, -7px -7px 8px #454545, -1px -1px 1px #414141;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position:relative;
}
section .blocks-box__item .anchor{
  position: absolute;
  top: 0;
}
section .blocks-box__item img {
  margin-bottom: 36px;
}
section.main-block {
  background-image: url("../img/VIP_Club_1920x1080.png");
  background-size: cover;
  background-position: right center;
  height: 100vh;
  max-height: 1080px;
  padding: 167px 52px;
}
section h1 {
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 44px;
  color: #ffffff;
  width: 100%;
  max-width: 712px;
  margin: 0;
}
section.access {
  max-width: 1391px;
  width: 100%;
  margin: 0 auto;
}
section.access .blocks-box__item {
  max-width: 599px;
  width: 100%;
  margin-bottom: 50px;
  min-height: 408px;
  padding: 40px 11px 24px;
  font-size: 18px;
}
section.access .blocks-box__item .text-default {
  max-width: 500px;
  margin: 20px auto 0;
}
section.access .blocks-box__item .phone-ic {
  width: 100%;
  max-width: 99px;
  height: auto;
}
section.access .blocks-box__item .mail-ic {
  width: 100%;
  max-width: 158px;
  height: auto;
}
section.vip-box {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

section.vip-box .text-default {
  text-align: center;
  width: 100%;
  margin: 0 auto 40px;
  max-width: 708px;
}
section.other_privileges {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
section.other_privileges .blocks-box__item {
  justify-content: end;
  max-width: 675px;
  min-height: 318px;
  padding: 37px 22px 20px;
}

section.other_privileges .blocks-box__item.box-item-row {
  display: initial;
  max-width: none;
  width: 100%;
  min-height: 223px;
  margin-bottom:50px;
}
section.other_privileges .blocks-box__item.box-item-row .text-default {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
}
section.faq-block {
  max-width: 1479px;
  width: 100%;
  margin: 0 auto 146px;
}
section.faq-block .faq-box__item {
  box-shadow: 7px 7px 8px #2F2F2F, -7px -7px 8px #454545, -1px -1px 1px #414141;
  margin-bottom: 30px;
  padding: 48px 52px 39px 78px;
  position: relative;
  cursor: pointer;
}
section.faq-block .faq-box__item .text-title {
  padding-right: 55px;
}
section.faq-block .faq-box__item p {
  margin-bottom: 0;
}
section.faq-block .faq-box__item .toggle-block {
  display: none;
}
section.faq-block .faq-box__item .toggle-block p {
  font-size: 18px;
}

section.faq-block .faq-box__item .toggle-block ul li {
  margin-bottom: 20px;
}
section.faq-block .faq-box__item:after {
  content: url("../img/arrow-gl.svg");
  display: block;
  position: absolute;
  right: 54px;
  top: 50px;
  transform: rotate(0);
  transition: 0.3s;
}
section.faq-block .faq-box__item.active:after {
  transform: rotate(180deg);
  transition: 0.3s;
}

footer {
  box-shadow: 7px 7px 8px #2F2F2F, -7px -7px 8px #454545, -1px -1px 1px #414141;
}
footer p {
  margin: 0;
}
footer .footer--wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 38px 20px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
footer .footer--wrapper .legal-txt {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    box-shadow: 7px 7px 8px #2f2f2f, -7px -7px 8px #454545, -1px -1px 1px #414141;
    padding: 25px;
    margin-top: 50px;
}
footer .footer--wrapper .legal-txt a {
    color: #fff;
}
footer .footer__item {
  max-width: 401px;
  width: 100%;
}
footer .footer__item:nth-child(2) {
  max-width: 303px;
  width: 100%;
}
footer .footer__item p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 25px;
}
footer .footer__item p:last-child {
  margin-bottom: 0;
}
footer .footer__item p a {
  color: #F8C251;
}
footer .ruls {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  color: #F8C251;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.gold-button {
  display: block;
  background-image: url("../img/gold-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 14px 2px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}

.slider-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slider-box img {
  width: 100%;
  max-width: 708px;
  height: auto;
  margin: 0 auto 14px;
}

@media (min-width: 1600px) {
  section.main-block {
    min-height: 1080px;
  }
}
@media (max-width: 1420px) {
  header .header__contacts {
    max-width: 798px;
    transition: 0.3s;
  }

  section.access {
    padding-bottom: 0;
  }
  section.other_privileges .blocks-box__item {
    margin: 0 auto 20px;
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  header .header--wrapper {
    padding: 18px 30px;
  }
  header .header__contacts {
    max-width: 660px;
  }
  header .header__contacts a {
    font-size: 30px;
    transition: 0.3s;
  }

  section h1 {
    font-size: 21px;
    line-height: 30px;
    max-width: 479px;
  }
  section .section__title {
    margin-bottom: 30px !important;
  }
  section.main-block {
    padding: 137px 30px 20px;
    max-height: 780px;
  }
  section.access {
    padding-top: 51px;
  }
  section.access .blocks-box__item {
    margin: 0 auto 76px;
    min-height: 288px;
  }
  section.access .blocks-box__item.box-item-row {
    max-width: 599px;
  }
  section.vip-box .text-default {
    max-width: 708px;
  }
  section.other_privileges {
    padding-top: 40px;
  }
}
@media (max-width: 1060px) {
  header .header--wrapper {
    align-items: center;
  }
  header .image-logo {
    max-width: 210px;
  }
  header .header__contacts {
    max-width: 580px;
  }
  header .header__contacts a {
    font-size: 26px;
  }
  header .header__contacts a img {
    margin-right: 10px;
  }

  section h1 {
    font-size: 21px;
    line-height: 30px;
    max-width: 370px;
  }
  section.main-block {
    max-height: 650px;
    background-position: 75%;
  }
  section.vip-box {
    padding-top: 0;
  }
  section .text-title {
    font-size: 26px;
    line-height: 33px;
  }

  .section__title {
    font-size: 30px;
  }
}
@media (max-width: 890px) {
  header .header--wrapper {
    padding: 11px 20px;
  }
  header .header--wrapper .header__contacts {
    max-width: 430px;
  }
  header .header--wrapper .header__contacts a {
    font-size: 20px;
  }
  header .header--wrapper .header__contacts a img {
    max-width: 40px;
    max-height: 30px;
  }

  section.main-block {
    padding: 100px 30px 20px;
    max-height: 580px;
  }
}
@media (max-width: 781px) {
  header {
    position: relative;
  }
  header .header--wrapper {
    border: none;
  }
  header .header--wrapper .header__contacts {
    display: none;
  }
  header .image-logo {
    max-width: 134px;
  }

  section.main-block {
    padding-top: 25px;
  }
  section.other_privileges .blocks-box__item {
    min-height: 0;
  }
  section.faq-block {
    padding: 38px 20px 0;
  }
  section.faq-block .faq-box__item {
    padding: 40px 20px 49px;
  }
  section.faq-block .faq-box__item:after {
    content: "";
    background-image: url("../img/arrow-gl.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    top: auto;
    bottom: 11px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 13px;
  }
  section.faq-block .text-title {
    font-size: 18px;
    line-height: 22px;
  }

  footer .footer__item {
    max-width: none;
  }
}
@media (max-width: 700px) {
  section .section__title {
    font-size: 20px;
    line-height: 24px;
    margin-right: auto;
    margin-left: auto;
  }
  section.main-block {
    padding: 20px 30px 20px;
    max-height: 380px;
  }
  section.access .blocks-box__item {
    padding: 34px 11px 37px;
    min-height: inherit;
  }
  section.access .blocks-box__item img {
    margin-bottom: 11px;
  }
  section.access .blocks-box__item .text-default {
    margin: 11px auto 0;
  }
  section.access .blocks-box__item .mail-ic {
    max-width: 130px;
    height: auto;
  }
  section.vip-box .section__title {
    max-width: 255px;
    width: 100%;
  }
  section.faq-block .faq-box__item {
    padding: 11px 20px 46px;
  }
  section.faq-block .faq-box__item .toggle-block p {
    font-size: 14px;
  }

  footer .footer--wrapper {
    padding: 11px 18px 26px;
  }
  footer .footer__item p {
    font-size: 18px;
    line-height: 22px;
  }
  footer .footer__item:nth-child(2) {
    order: 2;
  }
  footer .ruls {
    order: 1;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 680px) {
  section.main-block {
    margin-bottom: 150px;
    position: relative;
  }
  section.main-block h1 {
    font-size: 18px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: -140px;
  }
  section.access .blocks-box__item {
    font-size: 14px;
  }
  section.other_privileges .blocks-box__item {
    padding: 16px 22px 20px;
  }
  section.other_privileges .text-title {
    font-size: 18px;
    line-height: 22px;
  }
  section.other_privileges .text-default {
    font-size: 14px;
    margin-bottom: 0;
  }
  section.faq-block .faq-box__item {
    padding: 11px 20px 32px;
  }
}
@media (max-width: 600px) {
  .slider-on-mob {
    overflow: auto;
    margin: 0 -20px;
    -ms-overflow-style: none;
  }
  .slider-on-mob::-webkit-scrollbar {
    display: none;
  }

  .slider-box {
    width: fit-content;
    flex-wrap: nowrap;
  }
  .slider-box img {
    display: none;
  }
  .slider-box .img {
    width: 203px;
    height: 404px;
	background-position: center;
    background-size: cover;
  }
  .slider-box .img:nth-child(1) {
    background-image: url("../img/ua/instolment_mob_ua_1.png");
  }
  .slider-box .img:nth-child(2) {
    background-image: url("../img/ua/instolment_mob_ua_2.png");
  }
  .slider-box .img:nth-child(3) {
    background-image: url("../img/ua/instolment_mob_ua_3.png");
  }
  .slider-box .img:nth-child(4) {
    background-image: url("../img/ua/instolment_mob_ua_4.png");
  }
}
@media (max-width: 470px) {
  section.main-block {
    padding: 20px 30px 20px;
    max-height: 300px;
  }
}

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