@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

html {
  scroll-behavior: smooth;
}


body{
  direction: ltr;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

* {
  box-sizing: border-box;
}

body >div{
    direction: initial;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.list {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding-inline-start: 0;
}

img {
    display: block;
}

.link {
    text-decoration: none;
}

.link:hover,
.link:focus {
    cursor: pointer;
}

.container-g18 {
  padding-left: 14px;
  padding-right: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px !important;
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .container-g18 {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.flex {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .flex {
    flex-direction: row-reverse;
  }
}

.column {
  flex-direction: column;
}

:root {
  --white: #ffffff;
  --srez: 46px;
  --main-color: #2a5a3e;
  --main-opacity: #2a5a3e8c;
}

.title-g18 {
  left: 22px;
  font-family: 'Lobster', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: var(--white);
  text-transform: capitalize;
  word-break: break-word;
  display: inline-flex;
  gap: 22px;
  align-items: center;  
  z-index: 1;
  position: relative;
  margin-bottom: 26px;
}

.title-g18::after {
  display: none;
  content: '';
  background-image: url('imagevault/other/magic-balls-068d531e3361c6.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 19px;
  width: 19px;
}


@media screen and (min-width: 576px) {
  .title-g18 {
    font-size: 28px;
  }
  .title-g18::after {
    height: 28px;
    width: 28px;
  }  
}

@media screen and (min-width: 991px) {
  .title-g18 {
    font-size: 30px;
  }
  .title-g18::after {
    height: 28px;
    width: 28px;
  }  
}


.dark {
  color: var(--main-color);
}

.cut {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-g18 {
  background-color: var(--main-color);
  flex-direction: column;
  gap: 34px;
}

.hero-g18-grapic {
  background-image: linear-gradient(to bottom, var(--main-color), var(--main-color)), linear-gradient(to bottom, #06d655, #034117);
  background-size: 40% 40%, 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  z-index: 1;
}

.hero-g18-img {
  clip-path: polygon(70% 0, 100% 27%, 100% 100%, 0 100%, 0 0);
  height: 81%;
  width: 305px;
}

.hero-g18-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 352px;
}

.hero-g18-part {
  width: 100%;
}

.hero-g18-content {
  display: flex;
  align-items: center;
  padding: 46px 25px;
  flex-direction:   row;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .hero-g18-grapic {
    width: 40%;
  }
  .hero-g18-part {
    width: 60%;
  }  
  .hero-g18 {
    gap: 0;

    flex-direction: row-reverse;
  }
  .hero-g18-content {
    min-height: 555px;
    padding: 94px 25px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-g18-content {
    max-width: 720px;
  }
}
@media screen and (min-width: 1500px) {
  .hero-g18-content {
    margin: 0 auto;
  }
}

.hero-g18-content  h1 {
  color: var(--white);
  text-shadow: 5px 0px 3px #59b359;
  font-size: clamp(28px, 8vw, 35px);
}

header {
  display: flex;
    gap: 34px;
    flex-direction: column;
    padding-top: 22px;
}

.logo-g18 {
  align-items: center;
}
.logo-g18 a, .logo-g18 h2  {
  color: var(--white);
  font-size: 28px;
  align-items: center;
  gap: 17px;
}
.logo-g18 img {
  max-width: 134px;
  max-height: 134px;
}

.burger-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .burger-container {
    display: none;
  }
}

.burger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60px;
    width: 80px;
    margin: 5px;
    flex-shrink: 0;
    cursor: pointer;
}

.burger  .bar {
    display: flex;
    width: 40px;
    height: 5px;
    background-color: rgb(255, 255, 255);
    margin: 3px 0;
    transition: 0.1s;
}
  
.bar:nth-child(1) {
    animation: a7-1-out 0.2s forwards;
}
.bar:nth-child(2) {
    animation: a7-2-out 0.2s forwards;
}
.bar:nth-child(3) {
    animation: a7-3-out 0.2s forwards;
}
.burger-container.is-open .burger .bar:nth-child(1) {
    animation: a7-1-in 0.5s forwards 0.6s;
}
.burger-container.is-open .burger .bar:nth-child(2) {
    animation: a7-2-in 0.5s forwards 0.4s;
}
.burger-container.is-open .burger .bar:nth-child(3) {
    animation: a7-3-in 0.5s forwards 0.2s;
}

@keyframes a7-1-in {
    0% {
        transform: translateY(0px);
    }
    20% {
        transform: translateY(31px);
    }
    50% {
        transform: translateY(22px);
    }
    70% {
        transform: translateY(31px);
    }
    90% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(31px);
    }
}

@keyframes a7-2-in {
    0% {
        transform: translateY(0px);
    }
    20% {
        transform: translateY(24px);
    }
    50% {
        transform: translateY(17px);
    }
    70% {
        transform: translateY(24px);
    }
    90% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(24px);
    }
}

@keyframes a7-3-in {
    0% {
        transform: translateY(0px);
    }
    20% {
        transform: translateY(18px);
    }
    50% {
        transform: translateY(13px);
    }
    70% {
        transform: translateY(18px);
    }
    90% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(18px);
    }
}

@keyframes a7-1-out {
    0% {
        transform: translateY(31px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes a7-2-out {
    0% {
        transform: translateY(24px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes a7-3-out {
    0% {
        transform: translateY(18px);
    }
    100% {
        transform: translateY(0px);
    }
}

nav {
	width: 100%;
}
.menu-g18 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
  flex-wrap: wrap;
  gap: 22px;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  nav {
    display: none;
  }
  .burger-container.is-open ~ nav {
    display: block;
  }
  .menu-g18 {
    opacity: 0;
  }
  .burger-container.is-open ~ nav .menu-g18 {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 100px);
    background: radial-gradient(black, transparent), var(--main-color);
    padding: 26px;
  }
}
.menu-g18 li {
	position: relative;
	padding: 0 17px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu-g18 li a {
	z-index: 1;
	color: white;
	text-decoration: none;
	font-weight: 400;
	font-size: 19px;
	padding: 9px 14px;
}
.menu-g18 li:before {
	content: "";
	position: absolute;
	height: 35%;
	width: 0;
	background-color: #06d455;
	right: 0;
	z-index: 0;
	top: 35%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-g18 li:after {
	content: "";
	position: absolute;
	height: 35%;
	width: 0;
	background-color: #06d455;
	left: 0;
	z-index: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-g18 li a:before {
	position: absolute;
	content: "";
	height: 35%;
	width: 0;
	background-color: #06d455;
	bottom: 64%;
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
  z-index: -1;
}
.menu-g18 li:hover:before,
.menu-g18 li:hover:after,
.menu-g18 li:hover a:before {
	width: 100%;
}
@media screen and (max-width: 750px) {
	.menu-g18  {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.menu-g18 li {
		margin-bottom: 1.8vmin;
	}
	.menu-g18 li a {
		font-size: 5vmin;
	}
}

.all-game-g18 {
  background: var(--main-color);
  padding: 90px 0;
}

.all-game-g18__list {
  flex-wrap: wrap;
}

.all-game-g18__item {
  align-items: center;
  color: var(--white);
}

@media screen and (min-width: 576px) {
  .all-game-g18__item {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .all-game-g18__item:nth-child(even) {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .all-game-g18__item {
    flex: calc((100% - 22px) / 2);
  }
  .all-game-g18__item:nth-child(3),
  .all-game-g18__item:nth-child(4) {
    flex-direction: row;
  }
}

.all-game-g18__img {
  flex: 1;
  align-content: center;
  background-image: linear-gradient(to bottom, #06d655, #034117);
  padding: 20% 22px;
  box-shadow: 8px 0 5px -2px rgba(0,0,0,0.62);
-webkit-box-shadow: 8px 0 5px -2px rgba(0,0,0,0.62);
-moz-box-shadow: 8px 0 5px -2px rgba(0,0,0,0.62);
}

.all-game-g18__img div {
  aspect-ratio: 1 / 1.5;
  max-height: 450px;
}

.all-game-g18__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: -5px 5px 5px -2px rgba(0,0,0,0.41);
-webkit-box-shadow: -5px 5px 5px -2px rgba(0,0,0,0.41);
-moz-box-shadow: -5px 5px 5px -2px rgba(0,0,0,0.41);
}

.all-game-g18__content {
  flex: 1;
  padding: 22px;
}

.all-game-g18__content a {
  color: var(--white);
}

.all-game-g18__content a:hover,
.all-game-g18__content a:focus {
  color: #06d655;
}

.read-more {
  gap: 26px;
}

.read-more a {
  display: flex;
  align-items: center;
  gap: 9px;
}
.read-more a::before {
  content: '';
  height: 1px;
  background-color: var(--white);
  flex: 1;
}

.benefits-g18 {
  overflow: hidden;
  padding: 94px 0;
  background-color: var(--main-color);
  background-image: linear-gradient(to bottom, #06d655, #034117), linear-gradient(to right, var(--white), var(--white));
  background-repeat: no-repeat;
  background-size: 5% 100%, 90% 100%;
  background-position: 0 0, 100% 0;
}

.benefits-g18 .container-g18 >div {
  display: flex;
  gap: 55px;
  flex-direction: column;
}

.benefits-g18-graph {
  flex: 1;
  align-content: end;
  position: relative;
}

.benefits-g18-graph div {
  clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0 100%, 0% 35%);
  margin: 0 auto 55px auto;
  aspect-ratio: 1 / 1.5;
  width: 66%;
  max-height: 74%;
}

.benefits-g18-graph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits-g18-graph::before {
  content: '';
  background: linear-gradient(to bottom, #06d656b0, #034117);
  clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0 100%, 0% 35%);
  height: 50%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  aspect-ratio: 1 / 2;
}

.benefits-g18-content {
  flex: 1;
  margin-left: 10%;
}

.benefits-g18-content ul {
  gap: 22px;
}

@media screen and (min-width: 576px) {
  .benefits-g18 {
    background-size: 30% 100%, 65% 100%;
  }
  .benefits-g18 .container-g18 >div {
    flex-direction: row;
  }
  .benefits-g18-content {
    margin-left: unset;
    padding: 55px 0;
  }
  .benefits-g18-graph {
    align-content: unset;
  }  
  .benefits-g18-graph div {
    width: unset;
  }
}

@media screen and (min-width: 768px) {
  .benefits-g18-graph {
    align-content: end;
  }  
  .benefits-g18-graph div {
    width: 66%;
  }
  .benefits-g18 .container-g18 >div {
    display: flex;
    gap: unset;
  }  
}

.benefits-g18__item div {
  float: left;
  margin: 0 26px;
}

.benefits-g18__item p {
  color: var(--main-color);
}

.benefits-g18__item svg {
  width: 65px;
  fill: var(--main-color);
}

.comments-g18 {
  background: linear-gradient(to bottom, var(--main-color) 40%, var(--white) 40%);
  padding: 90px 0;
}

.comments-g18 ul {
  justify-content: space-between;
}

.comments-g18__item {
  flex: 25%;
}

.comments-g18__item img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  margin: 0 auto;
  box-shadow: -5px 5px 5px -2px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: -5px 5px 5px -2px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: -5px 5px 5px -2px rgba(0, 0, 0, 0.41);
  max-width: 243px;
}

.comments-g18__item .flex {
  gap: 17px;
  margin-top: 22px;
}

.comments-g18__item h3 {
  color: var(--main-color);
}

.comments-g18__item p {
  margin: 0;
}

.comments-g18-deco {
  flex: 15%;
}
.comments-g18-deco img{
  box-shadow: none;
  height: 305px;
  object-fit: contain;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .comments-g18 {
    background: unset;
  }
  .comments-g18 .title-g18 {
    color: var(--main-color);
  }
  .comments-g18 ul {
    gap: 26px;
  }
  .comments-g18-deco {
    display: none;
  }
}





/* liaders */
.liaders-g18 {
  background-image: linear-gradient(to bottom, #06d655, #034117), linear-gradient(to bottom, var(--main-color), var(--main-color)), linear-gradient(to bottom, var(--main-opacity), var(--main-opacity)), url('imagevault/back/bg-dark-068d531e335f04.jpg');
  background-repeat: no-repeat;
  background-size: 10% 100%, 75% 100%, cover, cover;
  background-position: 20% 0, 100% 0, 0 0, 0 0;
}

.liaders-g18 .container-g18 > div {
  margin-left: 30%;
  background-image: linear-gradient(to top, var(--main-opacity), var(--main-opacity)), url('imagevault/other/badge-068d531e336112.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 90px 0;
  color: var(--white);
}

.liaders-g18 ol {
  columns: 1;
  margin: 0;
  margin-top: 46px;
}

.liaders-g18 ol li {
  margin-bottom: 9px;
}

@media screen and (min-width: 576px) {
  .liaders-g18 ol {
    columns: 2;
  }
}

@media screen and (min-width: 768px) {
  .comments-g18 {
    background-size: 10% 100%, 75% 100%, cover, contain;
  }
  .liaders-g18 ol {
    columns: 3;
  }
}

/* form */
.form-section {
  background: linear-gradient(to bottom, var(--main-color), var(--main-color));
}

.form-graph {
  flex: 1;
  gap: 9px;
  overflow: hidden;
}

.form-after {
  flex-direction: column;
  height: 110%;
  flex: 1;
  gap: 9px;
  margin-top: -9%;
}

.form-after div {
  background: linear-gradient(to bottom, #06d655, #034117);
  clip-path: polygon(var(--srez) 0%, 100% 0, 100% 100%, 0 100%, 0% var(--srez));
  height: calc((100% - 9px) / 2);
}

.form-after div:first-child {
  background: linear-gradient(to bottom, #06d655, var(--main-color));
  clip-path: unset;
}

.form-img-wrap {
  flex: 2;
  padding: 22px 22px 0 0;
  gap: 9px;
  
}

.form-img {
  height: calc((100% - 9px) / 2);

}

.form-img:last-child {
  clip-path: polygon(var(--srez) 0%, 100% 0, 100% 100%, 0 100%, 0% var(--srez));
}

.form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-wrapper {
  flex: 1;
  max-width: 600px;
  padding: 34px;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .form-after {
    display: none;
  }
  .form-img:first-child {
    display: none;
  }
  .form-img-wrap {
    padding: 0;
  }
  .form-wrapper {
    padding: 34px 0;
  }
  .form-img:last-child {
    margin: 0 auto;
    max-width: 431px;
  }
}

.form-g18 {  
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: start;
  padding: 22px 0;
}

.input-btn--panel--section,
.textarea-btn--panel--section,
.input-g18 {
  font-size: 17px;
  font-weight: 400;
  transition: all .5s;
  line-height: 1.4;
  margin: 9px 0;
  outline: none;
  width: 100%;
  padding: 9px;
  border: none;
  background: linear-gradient(to top, transparent, var(--white));
  clip-path: polygon(14px 0%, 100% 0, 100% 100%, 0 100%, 0% 14px);
  color: #000000;
}

.input-btn--panel--section:focus,
.textarea-btn--panel--section:focus,
.input-g18:focus {
  background-color: #06d253;
}

.form-g18 label {
  font-size: 17px;
  color: var(--white);
}

.input-btn--panel--section::placeholder,
.textarea-btn--panel--section::placeholder,
.input-g18::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.form-g18-check {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  margin: 24px 0;
}

.form-g18-check a {
  color: #e692f5;
}

/* disclamer */
.disclamer-g18 {
  background-image: linear-gradient(to bottom, var(--main-opacity), var(--main-opacity)), url('imagevault/back/bg-dark-168d531e335f39.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 34px 0;
  gap: 70px;
}

.disclamer-g18-wrapper {
  background: linear-gradient(+50deg, #06d354, #03511e, #06d354);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
  clip-path: polygon(var(--srez) 0%, 100% 0, 100% 100%, 0 100%, 0% var(--srez));
  padding: var(--srez);
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.disclamer-g18-wrapper > div.flex {
  clip-path: polygon(var(--srez) 0%, 100% 0, 100% 100%, 0 100%, 0% var(--srez));
  padding: var(--srez);
  background-color: var(--white);
  padding: 34px;
  gap: 26px;
}

.disclamer-g18-img {
  flex: 1;
}

.disclamer-g18-content {
  flex: 2;
  color: var(--main-color);
}

.disclamer-g18-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 134px;
  max-width: 134px;
  margin: 0 auto;
  object-fit: contain;
}

@media screen and (max-width: 575px) {
  .disclamer-g18-wrapper {
    padding: 17px;
  }
  .disclamer-g18-img:last-child {
    display: none;
  }
  .disclamer-g18-wrapper > div.flex {
    padding: 22px;
  }
}

/* footer */
.footer-g18 {
  background-image: linear-gradient(to bottom, transparent, var(--main-color), transparent);
}

.foot-bot {
  margin-top: 34px;
}

.foot-polit-g18 {
  flex-wrap: wrap;
}

.foot-polit-g18 div {
	position: relative;
	padding: 0 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.foot-polit-g18 div a {
	z-index: 1;
	color: white;
	text-decoration: none;
	font-weight: 400;
	padding: 14px 9px;
}
.foot-polit-g18 div:before {
	content: "";
	position: absolute;
	height: 35%;
	width: 0;
	background-color: #06d455;
	right: 0;
	z-index: 0;
	top: 35%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.foot-polit-g18 div:after {
	content: "";
	position: absolute;
	height: 35%;
	width: 0;
	background-color: #06d455;
	left: 0;
	z-index: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.foot-polit-g18 div a:before {
	position: absolute;
	content: "";
	height: 35%;
	width: 0;
	background-color: #06d455;
	bottom: 64%;
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
  z-index: -1;
}
.foot-polit-g18 div:hover:before,
.foot-polit-g18 div:hover:after,
.foot-polit-g18 div:hover a:before {
	width: 100%;
}

.adult-g18 img {
  width: 65px;
}

/* avout us */
.about-us-g18 {
  position: relative;
  padding-bottom: 352px;
}

.about-us-g18-title {
  background-image: linear-gradient(to bottom, var(--main-color) 30%, #06d655 30%, #06d655 40%, var(--main-color) 40%);
  padding: 195px 0 70px 0;
}

.about-us-g18-content {
  background-color: var(--white);
  padding: 70px 0;
}

.about-us-g18-title .container-g18 div,
.about-us-g18-content .cont {
  margin-right: auto;
}

.cont {
  color: var(--main-color);
}

.about-us-g18-graphic {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
}

.about-us-g18-graphic .container-g18 {
  height: 100%;
  align-content: end;
}

.about-us-g18-graphic .container-g18::after {
  content: '';
  background: linear-gradient(to bottom, #06d65596, var(--main-color));
  height: 352px;
  width: 15%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 30%;
}

.about-us-g18-graphic__img {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  max-height: 352px;
  max-width: 352px;
}

.about-us-g18-graphic__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 352px;
}

@media screen and (min-width: 576px) {
  .about-us-g18 {
    padding-bottom: unset;
  }
  .about-us-g18-title .container-g18 div,
  .about-us-g18-content .cont {
    width: 50%;
  }
  .about-us-g18-graphic__img {
    height: 70%;
    max-height: unset;
    max-width: unset;
  }
  .about-us-g18-graphic__img img {
    object-fit: contain;
    max-height: unset;
  }  
  .about-us-g18-graphic {
    max-width: 50%;
  }
  .about-us-g18-graphic .container-g18::after {
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .about-us-g18-graphic__img {
    margin-right: 34px;
  }
}

@media screen and (min-width: 1500px) {
  .about-us-g18-graphic {
    right: 15%;
  }
}

/* page */
.game-g18 {
  background-image: linear-gradient(to bottom,  #06d655, var(--main-color));
}

.game-g18-discription {
  background-color: var(--white);
  padding: 34px

}

.game-g18-discription-wr {
  max-width: 600px;
}

.game-g18-graph {
  max-width: 600px;
  position: relative;
  padding: 17px;
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 0;
}

.game-g18-graph::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 30%;
  height: 50%;
  background-image: linear-gradient(to bottom,  #06d65696, var(--main-opacity));
  clip-path: polygon(0 0, calc(100% - var(--srez)) 0, 100% var(--srez), 100% 100%, 0% 100%);
}

.game-g18-graph-wr {
  background-color: var(--main-color);
  padding: 17px;
  clip-path: polygon(0 0, calc(100% - var(--srez)) 0, 100% var(--srez), 100% 100%, 0% 100%);
}

@media screen and (min-width: 576px) {
  .game-g18 {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .game-g18 {
    justify-content: center;
    flex-direction: row;
  }
  .game-g18-graph {
    padding: 34px;
  }
  .game-g18-graph-wr {
    padding: 34px;
  }  
}

.game-g18-graph-wr div {
  clip-path: polygon(0 0, calc(100% - var(--srez)) 0, 100% var(--srez), 100% 100%, 0% 100%);
}

.game-g18-graph-wr img {
  width: 100%;
  height: 431px;
  object-fit: contain;
}

.game-frame-g18 {
  background-color: var(--main-color);
  padding: 80px 0 90px;
}

.game-frame-g18 iframe {
  width: 100%;
  height: 100vh;
}
 
.contacts-page-g18 {
  background-color: var(--main-color);
  padding: 90px 0;
}

.contacts-page-g18-content {
  align-items: center;
}

.contacts-page-g18-content .form-wrapper {
  max-width: unset;
  width: 100%
}

.cont-wrap {
  max-width: 440px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 26px;
  margin: 0 auto;
}

.cont-list {
  align-items: start;
  justify-content: center;
  gap: 55px;
}

.cont-list p,
.cont-list a {
  color: var(--white);
  text-align: center;
}

.cont-wrap div {
  position: relative;
}

.cont-wrap > div > div {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  text-align: center;
  padding: 22px;
  background-color: var(--main-color);
  border: solid 1px var(--white);
  border-radius: 50%;
}

.cont-wrap > div::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  right: 0;
  height: 200%;
  background-image: linear-gradient(to top,  #06d655, var(--main-color));
  z-index: 0;
}

.cont-wrap svg {
  fill: var(--white);
  width: 65px;
}

@media screen and (max-width: 767px) {
  .cont-list {
    flex-direction: column;
  }
  .cont-wrap > div::after {
    display: none;
  }
}

.privacy-g18 {
  position: relative;
  background-color: var(--main-color);
  padding: 90px 0;
}

.privacy-g18-txt {
  word-break: break-all;
  color: var(--white);
}

.privacy-g18-txt li {
  margin-left: 39px;
  padding: 14px 0;
  list-style: disc;
}

.privacy-g18-txt a {
  color: var(--white);
}

.btn-1 {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #3d3a4e;
  background-size: 400%;
  color: var(--white);
  border: none;
  cursor: pointer;
}

.btn-1:hover::before {
  transform: scaleX(1);
}

.btn-1 span {
  position: relative;
  z-index: 1;
}

.btn-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(150, 93, 233, 1) 10.8%,
    rgba(99, 88, 238, 1) 94.3%
  );
  transition: all 0.475s;
}

.btn-2 {
  border: none;
  color: var(--white);
  z-index: 1;
  display: flex;
  background: #000;
  position: relative;
  cursor: pointer;
}

.btn-2 span {
  margin: 0 auto;
  align-self: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 9px 14px;
}

.btn-2::after {
  position: absolute;
  content: "";
  width: 100%;
  z-index: -1;
  height: 10%;
  bottom: 0;
  clip-path: polygon(
    0% 74%,
    4% 75%,
    8% 76%,
    11% 77%,
    15% 78%,
    20% 78%,
    25% 77%,
    32% 77%,
    37% 75%,
    40% 74%,
    43% 74%,
    46% 73%,
    52% 72%,
    57% 72%,
    65% 74%,
    66% 75%,
    71% 78%,
    75% 82%,
    81% 86%,
    83% 88%,
    88% 91%,
    90% 94%,
    94% 96%,
    98% 98%,
    100% 100%,
    82% 100%,
    0 100%
  );
  background: #8792eb;
  transition: 0.2s ease;
  left: 0;
}

.btn-2::before {
  position: absolute;
  content: "";
  transform: rotate(180deg);
  width: 100%;
  height: 10%;
  transition: 0.2s ease;
  z-index: -1;
  clip-path: polygon(
    0% 74%,
    4% 75%,
    8% 76%,
    11% 77%,
    15% 78%,
    20% 78%,
    25% 77%,
    32% 77%,
    37% 75%,
    40% 74%,
    43% 74%,
    46% 73%,
    52% 72%,
    57% 72%,
    65% 74%,
    66% 75%,
    71% 78%,
    75% 82%,
    81% 86%,
    83% 88%,
    88% 91%,
    90% 94%,
    94% 96%,
    98% 98%,
    100% 100%,
    82% 100%,
    0 100%
  );
  background: #8792eb;
  left: 0;
}

.btn-2:hover::after {
  clip-path: polygon(
    0 30%,
    9% 34%,
    7% 39%,
    11% 43%,
    13% 33%,
    17% 30%,
    24% 34%,
    25% 35%,
    30% 31%,
    30% 38%,
    39% 33%,
    35% 43%,
    43% 45%,
    55% 46%,
    65% 74%,
    67% 66%,
    81% 57%,
    75% 82%,
    81% 86%,
    83% 88%,
    88% 91%,
    90% 94%,
    94% 96%,
    98% 98%,
    100% 100%,
    82% 100%,
    0 100%
  );
  height: 80%;
}

.btn-2:hover::before {
  clip-path: polygon(
    0 30%,
    9% 34%,
    7% 39%,
    11% 43%,
    13% 33%,
    17% 30%,
    24% 34%,
    25% 35%,
    30% 31%,
    30% 38%,
    39% 33%,
    35% 43%,
    43% 45%,
    55% 46%,
    65% 74%,
    67% 66%,
    81% 57%,
    75% 82%,
    81% 86%,
    83% 88%,
    88% 91%,
    90% 94%,
    94% 96%,
    98% 98%,
    100% 100%,
    82% 100%,
    0 100%
  );
  height: 80%;
}


.btn-3 {
  align-items: center;
  background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: var(--white);
  display: flex;
  font-size: 400;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 150px;
  padding: 2px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-3:active,
.btn-3:hover {
  outline: 0;
}

.btn-3 span {
  background-color: rgb(5, 6, 45);
  padding: 17px 22px;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.btn-3:hover span {
  background: none;
}

.btn-3:active {
  transform: scale(0.9);
}

.btn-4 {
  display: flex;
  align-items: center;
  font-family: inherit;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  padding: 0.7em 1.4em 0.7em 1.1em;
  color: white;
  background: #ad5389;
  background: linear-gradient(
    0deg,
    rgba(20, 167, 62, 1) 0%,
    rgba(102, 247, 113, 1) 100%
  );
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
  letter-spacing: 0.05em;
  border-radius: 20em;
}

.btn-4 svg {
  margin-right: 9px;
}

.btn-4:hover {
  box-shadow: 0 0.5em 1.5em -0.5em #14a73e98;
}

.btn-4:active {
  box-shadow: 0 0.3em 1em -0.5em #14a73e98;
}


.btn-5 {
  background: var(--color-back);
  border-radius: 0.5em;
  box-shadow:
    inset 0px -6px 18px -6px rgba(3, 15, 20, 0),
    inset rgba(54, 69, 75, 1) -1px -1px 6px 0px,
    inset 12px 0px 12px -6px rgba(3, 15, 20, 0),
    inset -12px 0px 12px -6px rgba(3, 15, 20, 0),
    rgba(54, 69, 75, 1) -1px -1px 6px 0px;
  border: solid 2px #030f14;
  cursor: pointer;
  font-size: 19px;
  padding: 0.7em 1.7em;
  outline: none;
  transition: all 0.3s;
  user-select: none;
}

.btn-5:hover {
  box-shadow:
    inset 0px -6px 18px -6px rgba(3, 15, 20, 1),
    inset 0px 6px 18px -6px rgba(3, 15, 20, 1),
    inset 12px 0px 12px -6px rgba(3, 15, 20, 0),
    inset -12px 0px 12px -6px rgba(3, 15, 20, 0),
    -1px -1px 6px 0px rgba(54, 69, 75, 1);
}

.btn-5:active {
  box-shadow:
    inset 0px -12px 12px -6px rgba(3, 15, 20, 1),
    inset 0px 12px 12px -6px rgba(3, 15, 20, 1),
    inset 12px 0px 12px -6px rgba(3, 15, 20, 1),
    inset -12px 0px 12px -6px rgba(3, 15, 20, 1),
    -1px -1px 6px 0px rgba(54, 69, 75, 1);
}

.btn-5 span {
  color: #d0a756;
  font-weight: 800;
  margin: auto;
  transition: all 0.3s;
  width: fit-content;
}

.btn-5:hover span {
  transform: scale(0.9);
}

.btn-5:active span {
  transform: scale(0.8);
}

@media (max-width: 576px) {
  .logo-g18 a, .logo-g18 h2 {
    text-align: center;
    font-size: 20px;
  }
  .title-g18 {
    left: 0;
  }
  
}

.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}
