html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ''; }

q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Montserrat-Black";
  src: local("Montserrat-Black"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Montserrat-Bold";
  src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Montserrat-Medium";
  src: local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  box-sizing: border-box; }

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #393939;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s; }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }

img, video {
  max-width: 100%;
  height: auto;
  display: block; }

html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  color: #ffffff;
  background: #000;
  font-family: "Montserrat-Medium", sans-serif; }

.main__container {
  min-height: 100%;
  overflow: hidden; }

.container {
  width: 1100px;
  margin: auto;
  position: relative; }

.main {
  min-height: 100%;
  flex: 1 0 auto;
  position: relative;
  background: #efefef;
  background-size: cover; }

.body-hidden {
  overflow: hidden; }

.header {
  width: 100%;
  position: relative;
  padding: 39px 0 32px;
  z-index: 1; }
  .header:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    /*background: rgba(#000, 0.8);*/
    background: no-repeat center url("../images/header_bg.jpg");
    background-size: cover; }

.social {
  background: #ff9e00;
  background: linear-gradient(180deg, #ff9e00 0%, #ff5d01 100%);
  height: 52px;
  padding: 6px 0;
  margin-bottom: 47px; }
  .social a {
    display: inline-block;
    margin-right: 10px; }
    .social a:last-child {
      margin-left: 30px; }
    .social a.forum {
      display: none; }

.social_m {
  display: none;
  background: black;
  margin-bottom: 20px;
  padding: 10px 0; }
  .social_m .container {
    display: flex;
    justify-content: space-around; }
  .social_m a {
    display: inline-block; }
    .social_m a.forum {
      display: none; }

.header_block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.logo {
  display: inline-block;
  flex-shrink: 0;
  font-size: 21px;
  font-family: "Montserrat-Black", sans-serif;
  text-transform: uppercase; }

.header_text {
  font-size: 16px;
  font-family: "Montserrat-Medium";
  line-height: 20px;
  width: 80%; }

.top_block {
  position: relative;
  margin-bottom: 40px; }

.pres_block {
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 100%;
  top: 0;
  transform: translateX(-50%); }

.pres {
  position: absolute;
  animation: anim-pers 2s ease-in-out infinite alternate; }
  .pres--l {
    left: 0; }
  .pres--r {
    right: 0; }
    .pres--r img {
      margin: 0 0 0 auto; }
  .pres--1 {
    width: 18%;
    top: 0;
    left: 3%; }
  .pres--2 {
    width: 34%;
    top: 45%;
    left: -10%; }
  .pres--3 {
    width: 39%;
    top: 13%;
    right: -10%; }
  .pres--4 {
    width: 20%;
    top: 86%;
    right: -5%; }

@keyframes anim-pers {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(15px); } }
.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.title_box {
  display: flex;
  align-items: center;
  margin-bottom: 39px; }

.title_top {
  margin-bottom: 11px; }

.title_bottom {
  margin: 0 15px; }
  .title_bottom h1 {
    font-size: 24px;
    font-family: "Montserrat-Black"; }

.title_box__img {
  width: 36px; }

.cas {
  position: relative; }

.cas_block {
  display: flex;
  margin-bottom: 17px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 45px 15px 30px;
  background: #bcbcbc;
  background: linear-gradient(90deg, #bcbcbc 0%, white 27%);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  animation: fade-cas 0.5s ease backwards;
    /*
	&--first{
		
		.gift_text{
			color: #fff;
		}
		.gift_img{
			svg{
				path{
					fill: #ffffff;
				}
			}
		}
		.list{
			color: #ffffff;
		}
		.list_img{
			svg{
				path{
					fill: #ffffff;
				}
			}
		}
		.line{
			background: #ffffff;
		}
		.btn{
			background: #ce3f32;
			box-shadow: 0 3px 0 0 rgba(#ce3f32, 0.3);
		}
	}*/ }
  .cas_block:last-child {
    margin-bottom: 0; }
  .cas_block--first {
    padding-top: 25px; }

@keyframes fade-cas {
  0% {
    opacity: 0;
    transform: translateY(15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.cas_img {
  width: 120px;
  height: 120px;
  background: #ffffff;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center; }
  .cas_img img {
    border-radius: 10px; }

.bonuses_label,
.benefits_label {
  position: absolute;
  top: 0;
  font-size: 12px;
  padding: 9px 25px;
  border-radius: 0 0 10px 10px;
  text-transform: uppercase;
  background: #dedede;
  color: black;
  font-weight: bold; }

.bonuses_label {
  left: 21%; }

.benefits_label {
  left: 60%; }

.cas_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%; }

.cas_gift {
  display: flex;
  align-items: center;
  width: 38%; }

.gift_img {
  margin-right: 12px;
  min-width: 44px;
  height: 44px; }
  .gift_img svg path {
    fill: #cc3827; }

.gift_text {
  text-transform: uppercase;
  color: #303030; }
  .gift_text h3 {
    font-size: 24px;
    font-family: "Montserrat-Black", sans-serif;
    margin-bottom: 3px; }
  .gift_text h4 {
    font-size: 17px;
    font-family: "Montserrat-Bold", sans-serif; }

.line {
  width: 4px;
  height: 118px;
  background: rgba(0, 0, 0, 0.2);
  margin-left: 25px; }

.list {
  color: #000000;
  width: 43%; }
  .list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: "Montserrat-Medium", sans-serif; }

.list_img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0; }
  .list_img svg path {
    fill: #cc3827; }

.btn {
  display: inline-block;
  width: 160px;
  padding: 15px 0;
  background: #239640;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.2s all ease;
  font-family: "Montserrat-Bold", sans-serif;
  box-shadow: 0 3px 0 0 rgba(35, 150, 64, 0.35);
  filter: brightness(1.01); }
  .btn:hover {
    filter: brightness(1.2); }

.center_block {
  background: rgba(0, 0, 0, 0.6);
  padding: 35px 0;
  position: relative; }

.step_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }

.p_logo {
  width: 23.5%; }

.step_box {
  width: 70%;
  display: flex;
  justify-content: space-between; }

.step {
  width: 30%;
  display: flex; }

.step_img {
  flex-shrink: 0;
  width: 40px;
  margin-right: 20px;
  margin-top: 15px; }

.step_text {
  margin-top: 5px; }
  .step_text h4 {
    font-size: 20px;
    font-family: "Montserrat-Bold", sans-serif;
    margin-bottom: 5px;
    min-height: 40px; }
  .step_text p {
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.3); }
    .step_text p span {
      display: block; }

.text_block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.text_left {
  width: 53%; }
  .text_left h3 {
    font-size: 20px;
    font-family: "Montserrat-Bold", sans-serif;
    margin-bottom: 10px; }
  .text_left p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.3); }

.line_bottom {
  width: 3px;
  height: 170px;
  background: #ffffff; }

.text_right {
  background: url("../img/w_bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px 3px 3px;
  text-transform: uppercase;
  width: 39%;
  text-align: center;
  border-radius: 25px; }
  .text_right h3 {
    color: #0d1417;
    font-size: 20px;
    font-family: "Montserrat-Bold", sans-serif;
    margin-bottom: 10px; }
  .text_right h4 {
    font-family: "Montserrat-Black", sans-serif;
    font-size: 24px;
    margin-bottom: 5px; }
  .text_right h5 {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 19px; }

.bon_block {
  border-radius: 25px;
  padding: 20px 25px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.btn_bottom {
  background: #ce3f32;
  box-shadow: 0 3px 0 0 rgba(206, 63, 50, 0.3); }

.footer {
  flex: 0 0 auto;
  background: rgba(0, 0, 0, 0.9);
  position: relative;
  text-align: left;
  padding: 45px; }
  .footer h5 {
    font-size: 16px;
    font-family: "Montserrat-Bold";
    margin-bottom: 10px; }
  .footer p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3); }
    .footer p span {
      display: block; }

.footer_block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.payments {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%; }

.pay {
  margin: 0 10px; }
  .pay:first-child {
    margin-left: 0; }
  .pay:last-child {
    margin-right: 0; }

@media (min-width: 1921px) {
  .pres_block {
    width: 100%; } }
@media (max-width: 1440px) {
  .container {
    width: 900px; }

  .pres_block {
    width: 1440px; }

  .header {
    padding: 30px 0; }

  .logo {
    font-size: 20px; }

  .header_text {
    font-size: 14px; }

  .cas_block {
    padding: 10px 35px 10px 25px; }
    .cas_block--first {
      padding-top: 25px; }

  .gift_img {
    width: 38px;
    height: 38px; }

  .most {
    font-size: 11px;
    padding: 10px 20px; }

  .gift_text h3 {
    font-size: 22px; }
  .gift_text h4 {
    font-size: 15px; }

  .list {
    width: 44%; }
    .list li {
      font-size: 14px; }

  .line {
    height: 100px; }

  .list_img {
    width: 18px;
    height: 18px; }

  .btn {
    font-size: 14px;
    width: 140px; }

  .step_box {
    width: 75%; }

  .step_text h4 {
    font-size: 18px;
    min-height: 35px; }
  .step_text p {
    font-size: 9px; }

  .step_img {
    width: 35px;
    margin-right: 15px; }

  .text_left h3 {
    font-size: 18px; }
  .text_left p {
    font-size: 14px;
    line-height: 20px; }

  .line_bottom {
    height: 150px; }

  .bon_block {
    padding: 20px 20px; }

  .text_right h3 {
    font-size: 18px; }
  .text_right h4 {
    font-size: 20px; }
  .text_right h5 {
    font-size: 16px; }

  .footer h5 {
    font-size: 14px; }
  .footer p {
    font-size: 14px; } }
@media (max-width: 1100px) {
  .container {
    width: 760px; }

  .pres_block {
    width: 1100px; }

  .header {
    padding: 25px 0; }

  .header_text {
    font-size: 12px;
    line-height: 16px; }

  .cas_block {
    padding: 10px 25px 10px 15px; }
    .cas_block--first {
      padding-top: 25px; }

  .cas_img {
    width: 75px;
    height: 75px; }

  .gift_img {
    width: 32px;
    height: 32px; }

  .most {
    font-size: 10px;
    padding: 8px 15px; }

  .gift_text h3 {
    font-size: 18px; }
  .gift_text h4 {
    font-size: 13px; }

  .line {
    margin: 0; }

  .list {
    width: 44%; }
    .list li {
      font-size: 12px; }

  .line {
    height: 80px; }

  .list_img {
    width: 16px;
    height: 16px; }

  .btn {
    font-size: 12px;
    width: 120px; }

  .step_box {
    width: 75%; }

  .step_text h4 {
    font-size: 16px;
    min-height: 30px; }
  .step_text p {
    font-size: 9px; }

  .step_img {
    width: 30px;
    margin-right: 10px; }

  .step {
    width: 32%; }

  .text_left h3 {
    font-size: 16px; }
  .text_left p {
    font-size: 12px;
    line-height: 18px; }

  .line_bottom {
    height: 130px; }

  .bon_block {
    padding: 20px 15px; }

  .text_right {
    border: 2px solid #ffffff; }
    .text_right h3 {
      font-size: 16px; }
    .text_right h4 {
      font-size: 18px; }
    .text_right h5 {
      font-size: 14px; }

  .footer {
    padding: 25px 0; }
    .footer h5 {
      font-size: 12px; }
    .footer p {
      font-size: 12px; }

  .payments {
    width: 55%; } }
@media (max-width: 768px) {
  .bonuses_label,
  .benefits_label {
    display: none; }

  .social {
    display: none; }

  .social_m {
    display: block; }

  .header:before {
    background: url(../images/header_bg_mob.jpg) no-repeat center;
    background-size: cover; }

  .container {
    width: 480px; }

  .pres_block {
    width: 768px; }

  .logo {
    text-align: center; }

  .header_block {
    justify-content: center; }

  .header_text {
    display: none; }

  .cas_block {
    padding: 10px 25px 10px 15px;
    flex-wrap: wrap;
    justify-content: center; }

  .cas_gift {
    width: 46%; }

  .cas_center {
    width: 100%;
    justify-content: center;
    margin: 10px 0; }

  .line {
    margin-right: 35px; }

  .list {
    width: 34%; }
    .list li {
      font-size: 12px; }

  .line {
    height: 60px; }

  .p_logo {
    width: 35%;
    margin: 0 auto 15px; }

  .step_block {
    display: block; }

  .step_box {
    width: 55%;
    display: block;
    margin: auto; }

  .step {
    width: 100%;
    margin-bottom: 15px; }
    .step:last-child {
      margin-bottom: 0; }

  .text_block {
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .text_left {
    width: 100%;
    margin-bottom: 15px; }

  .line_bottom {
    display: none; }

  .text_right {
    width: 70%; }

  .footer_block {
    display: block;
    text-align: center; }

  .payments {
    width: 95%;
    margin: auto; } }
@media (max-width: 500px) {
  .social_m img {
    width: 60%;
    margin: auto; }

  .container {
    width: 310px; }

  .pres_block {
    width: 768px;
    display: none; }

  .header {
    padding: 15px 0; }

  .header_block {
    justify-content: center; }

  .header_text {
    display: none; }

  .title_box__img {
    width: 28px; }

  .title_bottom h1 {
    font-size: 17px; }

  .cas_block {
    padding: 10px 15px;
    flex-wrap: wrap;
    justify-content: center; }

  .cas_gift {
    width: 62%; }

  .cas_img {
    width: 70px;
    height: 70px; }

  .cas_center {
    width: 100%;
    justify-content: center;
    margin: 10px 0; }

  .gift_img {
    width: 28px;
    height: 28px; }

  .most {
    font-size: 10px;
    padding: 8px 15px;
    left: 10%; }

  .gift_text h3 {
    font-size: 16px; }
  .gift_text h4 {
    font-size: 12px; }

  .line {
    margin-right: 10px;
    width: 2px;
    height: 50px; }

  .list {
    width: 40%; }
    .list li {
      font-size: 10px; }

  .list_img {
    width: 12px;
    height: 12px;
    margin-right: 5px; }

  .btn {
    font-size: 12px;
    width: 120px; }

  .step_box {
    width: 75%;
    display: block;
    margin: auto; }

  .step_text h4 {
    font-size: 16px; }
  .step_text p {
    font-size: 9px; }

  .step_img {
    width: 30px;
    margin-right: 10px; }

  .step {
    width: 100%;
    margin-bottom: 15px; }
    .step:last-child {
      margin-bottom: 0; }

  .p_logo {
    width: 55%; }

  .text_left {
    width: 95%;
    margin-bottom: 15px; }
    .text_left h3 {
      font-size: 14px; }
    .text_left p {
      font-size: 10px;
      line-height: 16px; }

  .line_bottom {
    display: none; }

  .bon_block {
    padding: 20px 15px; }

  .text_right {
    width: 95%; }
    .text_right h3 {
      font-size: 16px; }
    .text_right h4 {
      font-size: 18px; }
    .text_right h5 {
      font-size: 14px; }

  .footer {
    padding: 25px 0; }
    .footer h5 {
      font-size: 12px; }
    .footer p {
      font-size: 12px;
      margin-bottom: 15px; }

  .footer_block {
    display: block;
    text-align: center; }

  .payments {
    justify-content: center;
    flex-wrap: wrap; }

  .pay {
    margin: 0 10px 5px;
    max-width: 25%;
    height: 20px;
    display: flex;
    align-items: center; }
    .pay img {
      max-height: 100%; } }

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