/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }






/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
    background: #000000;
    color: #ffffff;
}
/**
* Render the `main` element consistently in IE.
*/

html {
scroll-behavior: smooth;
}

  main {
    display: block;
  }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    margin: 0.67em 0;
    font-size: 2em;
    color: #fff;
}
/* Grouping content
  ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

  pre {
    font-size: 1em;
    /* 2 */
    font-family: monospace, monospace;
    /* 1 */
  }

/* Text-level semantics
  ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

  a {
    background-color: transparent;
    transition: 1s;
  }

  a:hover {
    opacity: 0.7;
    transition: 1s;
  }


/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

  abbr[title] {
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
    border-bottom: none;
    /* 1 */
  }

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

  b,
  strong {
    font-weight: bolder;
  }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

  code,
  kbd,
  samp {
    font-size: 1em;
    /* 2 */
    font-family: monospace, monospace;
    /* 1 */
  }

/**
* Add the correct font size in all browsers.
*/

  small {
    font-size: 80%;
  }

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

/* Embedded content
  ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

  img {
    border-style: none;
  }

/* Forms
  ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    /* 2 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    font-family: inherit;
    /* 1 */
  }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

  button,
  input {
    /* 1 */
    overflow: visible;
  }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

  button,
  select {
    /* 1 */
    text-transform: none;
  }

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }

/**
* Remove the inner border and padding in Firefox.
*/

  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }

/**
* Restore the focus styles unset by the previous rule.
*/

  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

/**
* Correct the padding in Firefox.
*/

  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

  legend {
    display: table;
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
  }

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

  progress {
    vertical-align: baseline;
  }

/**
* Remove the default vertical scrollbar in IE 10+.
*/

  textarea {
    overflow: auto;
  }

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

  [type=checkbox],
  [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

  [type=search] {
    outline-offset: -2px;
    /* 2 */
    -webkit-appearance: textfield;
    /* 1 */
  }

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

  ::-webkit-file-upload-button {
    font: inherit;
    /* 2 */
    -webkit-appearance: button;
    /* 1 */
  }

/* Interactive
  ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

  details {
    display: block;
  }

/*
* Add the correct display in all browsers.
*/

  summary {
    display: list-item;
  }

/* Misc
  ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

  template {
    display: none;
  }

/**
* Add the correct display in IE 10.
*/

  [hidden] {
    display: none;
  }

   *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  html,
  body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
  }

  html {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    font-family: "Raleway", sans-serif;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  body {
    width: 100%;
    height: 100%;
color: rgba(255, 255, 255, 0.60);
font-size: 16px;
font-style: normal;
font-weight: 400;  
  }

  a {
    color: #ffffff;
    text-decoration: none;
  }

  .button:hover {
    transition: 1s;
    transform: scale(1.1);
  }
  
  .button {
    transition: 1s;
  }

  img,
  video {
    display: block;
    height: auto;
  }

.wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 128rem;
    margin: 0 auto;
    margin-top: 26px;
    border-bottom: 1px solid #E9EFF2;
    padding-bottom: 26px;
    margin-bottom: 60px;
}

  .wrapper .header,
  .wrapper .footer {
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .wrapper main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
  }

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
  }

  
.container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}

/* @media screen and (min-width: 1024px) {
	.container {
		padding: 0 4rem;
	}
} */

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.container {
		padding: 0 2rem;
	}
}

@media screen and (max-width: 639px) {
	.container {
		padding: 0 0.8rem
	}
}

.main-nav {
    padding: 18px;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.main-nav__item a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    gap: 12px;
    align-items: center;
	justify-content: center;
}

.main-nav__item a:hover {
	color: #3D22CF;
}

.container--wide {
    display: flex;
    justify-content: space-between;
	max-width: 1440px;
	border-bottom: 1px solid #E6E6E6;
    margin-bottom: 28px;
}

.header__button, .sharing-box__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 34px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: fit-content;
    color: #000000;
    border-radius: 3px;
    background: #ffffff;
}

.hero-wrapper {
    border-radius: 6px;
    background: #713DFF;
    max-width: 790px;
	position: relative;
	min-height: 540px;
}

.hero-wrapper--image {
    background-image: url(/wp-content/uploads/2024/06/money-mask.webp);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 30px 40px;
	min-height: 540px;
	display: flex;
	flex-direction: column;
}

.hero__title {
    margin: 0;
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    line-height: 52px;
	max-width: 470px;
	margin-bottom: auto;
}

.hero__desc {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	max-width: 470px;
}

.sharing-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
	max-width: 470px;
	gap: 16px;
	align-items: center;
}

.hero__main-img {
    position: absolute;
    right: -20%;
    top: 120px;
}

.sharing-box__media {
    width: 62px;
    height: 62px;
    display: block;
}

.sharing-box__media--vk {
	background: url(/wp-content/uploads/2024/06/vk-icon.svg)
}

.sharing-box__media--tg {
	background: url(/wp-content/uploads/2024/06/tg-icon.svg)
}

.hero .sharing-box__button {
	padding: 20px 30px;
}

.about-section {
    background: #F7F7F7;
    padding: 70px 0;
}

.hero-section {
    margin-bottom: 80px;
}

.about-section__title {
    margin: 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 60px;
}

.about-slider__item--img {
    border-radius: 10px 10px 0 0;
}

.about-slider__item {
    max-width: 310px;
	margin-bottom: 60px;
}

.about-slider__item-desc-wrapper {
    background: #FFF;
    padding: 40px 40px 30px 30px;
    position: relative;
    min-height: 141px;
    border-radius: 0 0 10px 10px;
}

.about-slider__item-desc {
    margin: 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.about-slider__item-icon {
    position: absolute;
    top: -25px;
}

.about-slider {
    display: flex;
    justify-content: space-between;
}

.about-section__content {
    margin: 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.48px;
}

.history__title {
    margin: 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
	margin-bottom: 60px;
}

.history {
    padding: 70px 0;
}

.history-gallery__img:first-child {
    grid-row: span 2;
	height: 100%;
}

.history-gallery__wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
	gap: 0 15px;
}

.how-it-work__wrapper--color {
    border-radius: 6px;
    background: #713DFF;
    position: relative;
    min-height: 540px;
}

.how-it-work__wrapper--image {
    background-image: url(/wp-content/uploads/2024/06/money-mask-2.webp);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 80px 0;
    min-height: 540px;
    display: flex;
    flex-direction: column;
}

.how-it-work__title {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
	margin-bottom: 30px;
}

.how-it-work__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 30px 18px 30px;
    background: #000;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
	max-width: 470px;
	margin: 0 auto;
}

.how-it-work__item {
    border-radius: 6px;
    background: #FFF;
    display: flex;
    padding: 30px;
    width: 470px;
    box-sizing: border-box;
    gap: 24px;
}

.how-it-work__item-desc {
	margin: 0;
	color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.how-it-work__items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
	margin-bottom: 40px;
}

.students__title {
    margin: 0;
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
	margin-bottom: 40px;
}

.students {
    padding: 80px 0;
}

.students-gallery {
	margin-bottom: 80px;
}

.students__desc {
    margin: 0;
    border-radius: 6px;
    background: #B6DBB5;
    padding: 40px 50px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.48px;
    max-width: 890px;
    box-sizing: border-box;
}

.students__main-image {
    border-radius: 8px;
    max-width: 900px;
    margin-left: auto;
    position: relative;
    z-index: -1;
    top: -40px;
}

.wpcf7-response-output {
	line-height: 1;
    font-size: 13px;
    text-align: center;
}

.contact__wrapper--color {
    border-radius: 6px;
    background: #713DFF;
    position: relative;
    min-height: 540px;
}

.contact__wrapper--image {
    background-image: url(/wp-content/uploads/2024/06/money-mask-2.webp);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 80px 0;
    min-height: 540px;
    display: flex;
    flex-direction: column;
}

.contact__title {
    margin: 0;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 16px;
}

.contact__disc {
    margin: 0;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}



footer .sharing-box {
   margin-bottom: 36px;	
}

.copywrite {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.footer-wrapper__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .sharing-box__media--tg {
    background: url(/wp-content/uploads/2024/06/tg-icon-fill.svg);
    background-size: contain;
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

footer .sharing-box__media--vk {
    background: url(/wp-content/uploads/2024/06/ko-icon-fill.svg);
    background-size: contain;
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

footer .sharing-box__button {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	border-radius: 24px;
	background: #F1F1F1;
	padding: 13px 20px;
}


.wpcf7 {
    border-radius: 6px;
    background: #FFF;
    width: 100%;
    padding: 20px;
}

.wpcf7 p {
	margin: 0;
	position: relative;
}

form .wpcf7-submit {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 30px 18px 30px;
    background: #000;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin: 0 auto;
	min-width: 100%;
	position: relative;
}

.wpcf7-spinner {
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
}

.wpcf7-form-control {
    color: #999;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 13px 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
	margin-bottom: 12px;
}

@media screen and (max-width: 1240px) {
.about-section__content {
    max-width: 802px;
}}


@media screen and (max-width: 991px) {
main {
    display: block;
	}
}

@media screen and (max-width: 1080px) {
.about-slider {
    overflow-x: scroll;
	gap: 10px;
	}
}

@media screen and (max-width: 991px) {
.hero__main-img {
	position: inherit;
}}

@media screen and (max-width: 991px) {
.hero__main-img {
	margin-bottom: 16px;
	}
}

@media screen and (max-width: 991px) {
.sharing-box ul li:first-child {
	min-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.sharing-box ul {
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
.hero-wrapper--image {
	background-position: -150% top;
	}
}

@media screen and (max-width: 991px) {
.hero__title {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
	}
}

@media screen and (max-width: 991px) {
.hero__desc {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	}
}

@media screen and (max-width: 991px) {
.hero-wrapper--image {
	padding: 16px;
	background-image: url(/wp-content/uploads/2024/06/money-mask-3.webp);
    background-position: right top;
	}
}

@media screen and (max-width: 991px) {
.about-section__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
	}
}

@media screen and (max-width: 991px) {
.about-slider__item {
	min-width: 250px;
	}
}

@media screen and (max-width: 991px) {
.about-slider__item--img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	}
}

@media screen and (max-width: 991px) {
.about-slider__item-desc-wrapper {
	padding: 40px 20px 20px 20px;
	}
}

@media screen and (max-width: 991px) {
.about-section__content {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	}
}

@media screen and (max-width: 991px) {
.history-gallery__wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
	}
}

@media screen and (max-width: 991px) {
.container--wide {
     margin-bottom: 16px;
     padding-top: 16px;
     padding-bottom: 16px;
	align-items: center;
	}
}

@media screen and (max-width: 991px) {
    .header-logo__img {
        margin-left: 0;
    }
}


@media screen and (max-width: 991px) {
.history__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
	margin-bottom: 30px;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__wrapper--image {
	padding: 30px 0 40px 0;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__item {
	gap: 16px;
	padding: 20px;
	width: 100%;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__items-wrapper {
	margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__title {
	text-align: left;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
	}
}

@media screen and (max-width: 991px) {
.history {
    padding: 30px 0 40px 0;
	}
}

@media screen and (max-width: 991px) {
.about-section {
    padding: 30px 0;
	}
}

@media screen and (max-width: 991px) {
.hero-section {
    margin-bottom: 30px;
	}
}


.burger {
    width: 24px;
    height: 24px;
    border: none;
	background: url(/wp-content/uploads/2024/06/burger.svg);
	background-repeat: no-repeat;
    background-size: contain;
}

.close {
    width: 24px;
    height: 24px;
    border: none;
	background: url(/wp-content/uploads/2024/06/close-2.svg);
	background-repeat: no-repeat;
    background-size: contain;
	margin-left: auto;
    display: block;
	margin-bottom: 16px;
}

@media screen and (min-width: 991px) {
.burger, .close {
	display: none;
	}
}

@media screen and (max-width: 991px) {
.students__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
	margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
.students__desc {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    padding: 40px 24px;
	}
}

@media screen and (max-width: 991px) {
.students__main-image {
    border-radius: 0;
    min-width: 108%;
	width: 100%;
	height: auto;
    margin-left: auto;
    position: relative;
    z-index: -1;
    top: -15px;
    left: -4%;
	}
}

@media screen and (max-width: 991px) {
.students-gallery {
	margin-bottom: 30px;
	}
}

@media screen and (max-width: 991px) {
.students {
    padding: 30px 0 0 0;
    margin-bottom: -20px;
	}
}

@media screen and (max-width: 991px) {
.contact__wrapper--image {
    background-image: url(/wp-content/uploads/2024/06/money-mask-3.webp);
    background-position: right top;
    background-repeat: no-repeat;
	padding: 30px 0;
	}
}

@media screen and (max-width: 991px) {
.about-slider__item {
    margin-bottom: 30px;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__wrapper--image {
    background-image: url(/wp-content/uploads/2024/06/money-mask-3.webp);
    background-position: right top;
	background-repeat: no-repeat;
	}
}

@media screen and (max-width: 991px) {
.footer-column {
    width: 100%;
	}
}

@media screen and (max-width: 991px) {
    footer .sharing-box ul li:first-child {
        min-width: inherit;
    }
}

@media screen and (max-width: 991px) {
footer .sharing-box__media--tg, footer .sharing-box__media--vk {
    width: 40px;
    height: 40px;
	}
}

@media screen and (max-width: 991px) {
.copywrite {
    order: 2;
    margin-top: 30px;
	}
}

.wpcf7-not-valid-tip {
    font-size: 10px;
}

#slider-students .owl-item img {
    height: 295px;
	object-fit: cover;
}

@media screen and (max-width: 991px) {
#slider-students .owl-item img {
    height: 200px;
	object-fit: cover;
	}
}

#slider-students button.owl-prev span {
    background: url(/wp-content/uploads/2024/06/arrow-right.svg);
    display: block;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

#slider-students button.owl-next span {
    background: url(/wp-content/uploads/2024/06/arrow-left.svg);
    display: block;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
}

#slider-students .owl-nav [class*=owl-]:hover {
    background: none;
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

#slider-students  .owl-nav {
    position: absolute;
    right: 25%;
    top: -110px;
}

@media screen and (max-width: 1440px) {
	#slider-students  .owl-nav {
		right: 16%;
	}
}

@media screen and (max-width: 1080px) {
    #slider-students .owl-nav {
        position: relative;
        left: 0;
        top: auto;
        margin-right: auto;
        text-align: left;
        padding: 0 0.6rem;
		order: -1;
		margin-top: 0;
		margin-bottom: 32px;
    }
}

@media screen and (max-width: 1080px) {
#slider-students {
    display: flex;
    flex-direction: column;
	}
}

@media screen and (max-width: 991px) {
.main-nav {
    flex-direction: column;
	}
}

@media screen and (max-width: 991px) {
.main-nav__item {
    min-width: 110px;
	}
}

@media screen and (max-width: 991px) {
.menu-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    left: -100%;
    top: 0;
    background: #0000008c;
    width: 100%;
    height: 100%;
    z-index: 0;
	}
}

.switch-none {
	display: block;
}

@media screen and (max-width: 991px) {
	.menu-wrapper {
	right: 0;
	}
}

@media screen and (max-width: 991px) {
.switch-none.menu-wrapper {
  	animation: ani 1.5s forwards;
	
	}
}

@keyframes ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


.hero-wrapper--image {
	animation: ani 1.5s forwards;
}



.hide-pc {
	display: none;
	transition: 1s;
}

.open-menu .hide-pc {
	display: block;
	transition: 1s;
}



@media screen and (max-width: 991px) {
	.hide-mob {
		display: none;
	}
}

.hero__banner-img {
    width: 100%;
    height: auto;
	border-radius: 6px;
}

.hero-section__category-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
	min-width: 1340px;
    overflow-x: scroll;
}

.hero-section__category-list a {
    display: flex;
    width: 117px;
    height: 136px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    border-radius: 6px;
    background: linear-gradient(45deg, #101115, #f90c05);
    border: 1px solid #f90c05;
}

.hero {
    margin-bottom: 100px;
	position: relative;
}

a.header__button.header__button--secondary {
    color: #fff;
    background: #ff0c04;
}
.header .container {
    display: flex;
    justify-content: space-between;
	padding: 26px 0;
}

span.hero-section__category-list-item-img-name {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hero-section__category-list a:hover {
    background: #f4d483;
}

.header__butons-wrapper {
    display: flex;
    gap: 12px;
}

.hero a.header__button.header__button--secondary {
position: absolute;
right: 20px;
bottom: 20px;
}

ul.live-game__nav {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    display: flex;
    gap: 60px;
}

li.live-game__nav-item:first-child {
    font-weight: 600;
    color: #ffffff;
}

li.live-game__nav-item:not(:last-child):after {
    content: url(/wp-content/uploads/2024/07/separator.svg);
    position: absolute;
    right: -31px;
}

li.live-game__nav-item {
    position: relative;
}

.table-players {
    background: rgba(255, 255, 255, 0.02);
    padding: 0 20px;
}

.table-players__row {
    display: flex;
    width: 100%;
    height: 87px;
    align-items: center;
    justify-content: space-between;
}

.table-players__row-cell--1 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #f4d483;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	min-width: 230px;
}

.table-players__row-image {
    border-radius: 6px;
}

.table-players__row.table-players__row--second {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
}

.table-players__row {
    border-radius: 6px;
    padding: 0 10px;
}

.table-players__row div {
    width: 124px;
    text-align: left;
}

.info-icon {
    position: relative;
}

.info-icon::after {
	content: url(/wp-content/uploads/2024/07/info-payment.svg);
    position: absolute;
    top: -3px;
    right: -30px;
}

.live-game {
    margin-bottom: 100px;
}

.container h2 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 36px;
}

.container h3 {
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}

.popular-slots__wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.popular-slots__item-img {
	border-radius: 6px;
    width: 320px;
    height: 204px;
	object-fit: cover;
}

.popular-slots__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
    background: #252528;
    border-radius: 10px;
    box-shadow: 0px 2px 7px rgb(255 255 255);
}

.popular-slots__title {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 0px 12px;
}

.popular-slots__desc {
    color: #ff0c04;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 0px 12px 22px;
}

.new-slots__wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.new-slots__item-img {
    border-radius: 6px;
	width: 320px;
    height: 204px;
	object-fit: cover;
}

.new-slots__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
    background: #252528;
    border-radius: 10px;
    box-shadow: 0px 2px 7px rgb(255 255 255);
}

.new-slots__title {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    line-height: normal;
    padding: 0 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
}

.new-slots__desc {
    color: #f90c05;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 0px 12px 22px;
}

.jeckpot-slots__wrapper {
    display: flex;
    justify-content: space-between;
	gap: 20px;
	overflow-x: scroll;
}

.jeckpot-slots__item-img {
    border-radius: 6px;
	width: 207px;
    height: 132px;
}

.jeckpot-slots__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
    max-width: 207px;
    background: #232525;
    border-radius: 10px;
    box-shadow: 0px 2px 7px #ffffff;
}
.jeckpot-slots__title {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 12px;
}

.jeckpot-slots__desc {
    color: #f90c05;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 0 12px 12px;
}

.popular-slots {
    margin-bottom: 100px;
    background: #121215;
    padding: 40px 0;
}

.new-slots {
    margin-bottom: 100px;
}

.container p {
    margin: 0;
    color: rgba(255, 255, 255, 0.60);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 30px;
}

.main-content {
    margin-bottom: 100px;
}

.banner {
    margin-bottom: 100px;
    min-height: 480px;
    background: linear-gradient(45deg, #f9020263, transparent), url(/wp-content/uploads/2024/07/header-banner.webp);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner .container {
	text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
	align-items: center;
	gap: 40px;
}

.banner__title {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 133.082px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.banner__title {
    display: flex;
    gap: 15px;
}

#value {
    display: flex;
	min-width: 280px;
}

.jeckpot-slots {
    margin-bottom: 70px;
}

.live-slots__wrapper {
    display: flex;
    justify-content: flex-start;
	gap: 20px;
	overflow-x: scroll;
}

.live-slots__item-img {
    border-radius: 6px;
	width: 207px;
    height: 132px;
}

.live-slots__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
    max-width: 207px;
    border-radius: 10px;
    box-shadow: 0px 2px 7px rgb(255 255 255);
    background: #252528;
}

.live-slots__title {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 12px;
}

.live-slots__desc {
    color: #EAE7D6;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 12px 12px;
}

.additional-content {
    margin-bottom: 70px;
}

.live-slots {
    margin-bottom: 70px;
}

h2.providers__title, h2.payments__title {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.providers {
    margin-bottom: 100px;
}

.providers__wrapper, .payments__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.6;
    flex-wrap: wrap;
}

.providers, .payments {
    margin-bottom: 100px;
}

.footer__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.footer__buttons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 34px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: fit-content;
    color: #111;
    border-radius: 3px;
    background: #ffffff;
}

a.footer__buttons--secondary {
    color: #fff;
    background: #ff0c04;
}

.footer__buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer .container {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer__nav a {
    color: #EAE7D6;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

footer {
    border-top: 1px solid #51555A;
    padding-top: 40px;
}

.main-menu__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.main-menu__wrapper {
    border-right: 1px solid #51555A;
    background: #121215;
    position: fixed;
    min-width: 88px;
    height: 100%;
}

.menu-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(45deg, #242930, transparent), url(/wp-content/uploads/2024/07/Menu-1.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
	padding: 50px;
	transition: 0.5s;
}

.menu-icon__wrapper {
	cursor: pointer;
	display: flex;
    align-items: center;
}

.main-nav__item {
    padding: 10px 20px;
}

.main-menu__wrapper.open-menu {
    align-items: self-start;
}

.main-menu__wrapper {
	z-index: 5;
}

.open-menu .main-nav__item {
    padding-left: 33px;
}

.menu-icon__wrapper span {
    position: relative;
    left: -18px;
    color: #EAE7D6;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}


.open-menu .menu-icon {
    width: 32px;
    height: 32px;
	background: url(/wp-content/uploads/2024/07/menu-open.svg);
	background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
	padding: 50px;
	transition: 0.5s;
}

.categories-section {
    margin-bottom: 100px;
    overflow: hidden;
    overflow-x: scroll;
}

@media screen and (max-width: 991px) {
.banner__title {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 42.546px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
	}}

@media screen and (max-width: 991px) {
.popular-slots__item {
   width: 46%;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .header .container {
       padding: 26px 2rem;
	}
}

.live-game .container {
    overflow-x: scroll;
}



.live-game .container::-webkit-scrollbar {
  width: 8px;
}

.live-game .container::-webkit-scrollbar-track {
  background: #51555A; /* Цвет дорожки */
}

.live-game .container::-webkit-scrollbar-thumb {
  background-color: #f4d483; /* Цвет бегунка */
  border-radius: 20px; /* Округление бегунка */
  border: 1px solid #050c26; /* Оформление границ бегунка */
}

.live-game__nav {
    min-width: 720px;
}

.table-players {
    min-width: 1340px;
}

@media screen and (max-width: 991px) {
#value {
    min-width: auto;
	}
}

section::-webkit-scrollbar { width: 0 !important; height: 0 !important }

.hero-section__category-list::-webkit-scrollbar { width: 0 !important; height: 0 !important }

.table-players::-webkit-scrollbar { width: 0 !important; height: 0 !important }

.popular-slots__wrapper::-webkit-scrollbar { width: 0 !important; height: 0 !important }

.new-slots__wrapper::-webkit-scrollbar { width: 0 !important; height: 0 !important }

.jeckpot-slots__wrapper::-webkit-scrollbar { width: 0 !important; height: 0 !important }

.live-slots__wrapper::-webkit-scrollbar { width: 0 !important; height: 0 !important }



@media screen and (max-width: 991px) {
.providers__wrapper {
    gap: 0 40px;
	justify-content: flex-start;
	}
}

@media screen and (max-width: 991px) {
	.payments__wrapper {
    gap: 0 40px;
	justify-content: flex-start;	
	}
}

@media screen and (max-width: 991px) {
.footer .container {
    flex-direction: column;
	justify-content: center;
    align-items: center;
	}
}

@media screen and (max-width: 991px) {
	.header__butons-wrapper {
display: none;		
	}
}


@media screen and (max-width: 1560px) {
	main {
        margin-left: 100px;
        padding: 0 12px;	
}}


@media screen and (max-width: 576px) {
	main {
        margin-left: 40px;
}}

@media screen and (max-width: 576px) {
footer {
    border-top: 1px solid #51555A;
    padding: 40px 12px 0;
}}

@media screen and (max-width: 1560px) {
footer {
        margin-left: 100px;
}}

@media screen and (max-width: 576px) {
footer {
        margin-left: 40px;
}}



@media screen and (max-width: 1560px) {
header {
        margin-left: 100px;
        padding: 0 12px;	
}}


@media screen and (max-width: 576px) {
	header {
        margin-left: 40px;
}}

@media screen and (max-width: 1440px) {
.header .container {
    display: flex;
    justify-content: space-between;
    padding: 26px 0;
    padding-left: 112px;
}}

/*menu*/

@media screen and (max-width: 576px) {
.main-nav__item {
    padding: 10px 4px;
}}


@media screen and (max-width: 576px) {
.main-menu__wrapper {
    min-width: 35px;
    border: none;
}}

@media screen and (max-width: 991px) {
.menu-icon {
    padding: 38px;
        background: linear-gradient(45deg, #24293000, transparent), url(/wp-content/uploads/2024/07/Menu-1.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        transition: 0.5s;
}}


@media screen and (max-width: 576px) {
.main-nav__item {
        min-width: 50px;
}}


@media screen and (max-width: 576px) {
.open-menu .main-nav__item {
   padding: 8px 35px;
}}



table {
	width: 100%;
	border: none;
	margin-bottom: 30px;
}

table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d85e;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
table tbody td {
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
table thead tr th:first-child, .table tbody tr td:first-child {
	border-left: none;
}
table thead tr th:last-child, .table tbody tr td:last-child {
	border-right: none;
}
table tbody tr:nth-child(even) {
    background: #252528;
}

.expert-review {
	background: #f5f1f81c;
}

.expert-review-expert-bio-name {
    color: #f90c05;
}

.expert-review-expert-header, .expert-review-pluses-minuses-header, .expert-review-qa-header, .expert-review-score-header {
    color: #5c52ae;
}

.wpcf7 {
    border-radius: 6px;
    background: #3a3e47;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
}

.wpcf7-textarea {
    height: 125px;
}

.wpcf7-form-control {
    background: #f4d48300;
}


iframe#iframe {
    width: 100%;
    height: 450px;
    border: 0;
    margin-bottom: 30px;
}

.table-players img {
    width: 62px;
    height: 41px;
    object-fit: cover;
}

.additional-content img, .main-content img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 991px) {
.popular-slots__item-img {
    border-radius: 6px;
    width: 100%;
    height: 120px;
    object-fit: cover;
	}
}

@media screen and (max-width: 991px) {
	.categories-section {
	display: none;
	}
}

@media screen and (max-width: 991px) {
    .new-slots__item {
        width: 46%;
    }
}

@media screen and (max-width: 991px) {
.new-slots__item-img {
    height: 120px;
    width: 100%;
	}
}

@media screen and (max-width: 620px) {
	.header .container {
	justify-content: end;
    position: relative;
    right: 15px;
	}
}

.button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 34px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: fit-content;
    color: #485162;
    border-radius: 6px;
    color: #000000;
    background: #f4d483;
    margin: 0 auto;
}

.header-img__go-home {
    width: 35px;
    height: 35px;
}

.main-nav__item-link svg {
    width: 35px;
    height: 35px;
}

.current_link.main-nav__item-link svg path {
	fill: #f4d483;
}

@media screen and (max-width: 991px) {
.hero, .live-game {
	margin-bottom: 50px;
	}
}

@media screen and (max-width: 991px) {
	.main-menu__wrapper {
	height: auto;	
	background: none;	
	}}

@media screen and (max-width: 991px) {
	.main-menu__wrapper.open-menu {
background: #252528;
 height: 100%;
	}}

@media screen and (max-width: 991px) {
.main-nav {
	display: none;
	}
}
@media screen and (max-width: 991px) {
.open-menu .main-nav {
	display: flex;
	}
}


@media screen and (max-width: 991px) {
    main, header, footer {
        margin-left: 0!important;
    }
}

.top-content img, .bottom-content img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


.white_btn {
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0px 4px 16px rgb(249 12 5);
}


@media screen and (max-width: 576px) {
    .white_btn {
        background: #f90c05 !important;
        color: #fff !important;
        box-shadow: 0px 4px 16px rgb(249 12 5);
        right: inherit !important;
        bottom: 9px !important;
        left: 12px;
    }}


.hero__banner-img .title-slide {
    max-width: 400px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
}


@media screen and (max-width: 576px) {
    .hero__banner-img .title-slide {
        font-size: 20px;
        margin-bottom: 60px;
    }}


    img.m-l {
        width: 60px;
        display: block;
        margin: 0 auto;
        position: relative;
        left: -12px;
    }



.expert-review-faq--color-blue-1.expert-review-faq--style-simple-1 .expert-review-faq-item:after, .expert-review-faq--color-blue-1.expert-review-faq--style-simple-1 .expert-review-faq-item:before {
    background: #f4d483;
}

.expert-review-faq-item__question.js-expert-review-faq-item-question {
    color: #fff;
    font-size: 20px;
}

.expert-review-faq--style-style-2 .expert-review-faq-item {
    background: #252528;
    border: 1px solid #f90c05;
    margin-bottom: -1px;
}


.expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item:after, .expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item:before {
    background: #f90c05;
}

.expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item.expand, .expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item.expand .expert-review-faq-item__answer {
    border-color: #f90c05;
}