/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

h2{
  color: #F9F9F9;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 63px;
}
h3{
  color: #FFFFFF;
  font-family: "Manrope", Sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
h4{
  color: #e0e0e0;
  font-family: "Manrope", Sans-serif;
  font-weight: 400;
}
.button{
  width: 150px;
  height: 38px;
  text-decoration: none;
  outline: none;
  border-radius: 23px;
  background: #fff;
  border: 1px solid transparent;
  color: #070D1C;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0 0;
}
.button:hover{
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
body, html {
  overflow-x: hidden;
}
body{
  overflow: hidden;
  font-family: Cambay, sans-serif;
  position: relative;
  background: linear-gradient(180deg, #2B5F5E 20%, #000000 100%);
}
.login__content:before{
  content: '';
  left: -70px;
  position: absolute;
  top: -46px;
  width: 1033px;
  height: 481px;
  background: url("https://thegameoffire.com/images/login-cards.webp") no-repeat top left;
  background-size: contain;
  pointer-events: none;
}
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color:#69727d;color:#fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{
  color:#69727d;border:3px solid;background-color:transparent
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}
.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}
.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: #69727d;
  color: #fff;
}
.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
  color: #69727d;
  border: 3px solid;
  background-color: transparent;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
  margin-top: 8px;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
  width: 1em;
  height: 1em;
}
.elementor-widget-text-editor .elementor-drop-cap {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
}
.elementor-widget-text-editor .elementor-drop-cap-letter {
  display: inline-block;
}
.abouts-container {
  color: white;
}
.abouts-container2 {
  text-align: center;
  padding: 20px;
}
.abouts__text2 {
  display: inline-flex;
  margin: 20px 0;
  padding: 0 10px;
}
.about-h2 {
  color: #F9F9F9;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
.about li {
  margin-bottom: 10px;
}
.text {
  font-size: 17px;
}
.elementor-element-populated {
  font-family: "Manrope", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}
.text h3 {
  color: white;
  font-family: "Montserrat", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.text p {
  margin-bottom: 1.5em;
  font-size: 17px;
}
.text h2 {
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-weight: bold;
  font-size: 38px;
  text-transform: capitalize;
  line-height: 1.25em;
  letter-spacing: 0px;
}
.wrapper{
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.modal__overlay{
  position: fixed;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.game-popup{
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 400;
  width: 100%;
  height: 100%;
}

.game-popup__content{
  background: #000;
  position: relative;
  border-radius: 20px;
  z-index: 10;
  width: 90%;
  height: 94vh;
  margin: 3vh auto;
  overflow: hidden;
}

.game-popup__close{
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
}
.login{
  padding: 181px 0 50px 0;
}
.login.register{
  padding: 137px 0 50px 0;
}
.login.register .login__content:before{
  display: none;
}
.login::-webkit-scrollbar{
  display: none;
}
.login__content{
  padding: 0 15px;
  z-index: 10;
  width: 100%;
  max-width: 974px;
  position: relative;
  margin: 0 auto;
}
.login__form{
  width: 100%;
  max-width: 402px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.login.register
.login__form{
  max-width: 717px;;
}
.login__form h2{
  margin: 0 0 23px;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 63px;
  width: 100%;
}
.login.register
.login__form h2{
  margin: 0 0 6px;
}
.login__input{
  margin: 0 0 17px;
  width: 100%;
}
.login.register
.login__input{
  width: calc(50% - 8px);
  margin: 0 0 14px;
}
.login__input p{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 2px;
}
.login__input input{
  display: block;
  width: 100%;
  height: 40px;
  background: transparent;
  border-radius: 13px;
  border: 1px solid #9B5F5F;
  padding: 0 25px;
  outline: none;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.login.register
.login__input input{
  height: 34px;
}
.login__input input::placeholder{
  color: #9B5F5F;
}
.login__bottom{
  padding: 4px 0 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.login.register
.login__bottom{
  padding-top: 23px;
  align-items: flex-end;
  position: relative;
}
.login__bottom .button{
  margin: 28px auto 0 auto;
}
.login.register
.login__bottom .button{
  margin: 0 0 27px;
  position: relative;
  z-index: 10;
}
.login__bottom p{
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.login.register
.login__bottom p{
  color: #FFF;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px
}
.login__bottom p a{
  color: #FFF;
  text-decoration: underline;
  cursor: pointer;
}

.login__check{
  width: 100%;
  display: flex;
  text-align: left;
  position: absolute;
  left: 0;
  top: 23px;
 }
.login.register .login__bottom .login__check p{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.login__check a{
  color: #FFF;
}
.login__check input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.login__check span{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #fff;
  margin: 0 9px 0 0;
}
.login__check input:checked ~ span::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
}
.popup-cookies{
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  background: rgba(7, 13, 28, 0.8);
  backdrop-filter: blur(15px);
}
.popup-cookies::-webkit-scrollbar{
  display: none;
}
.popup-cookies__content{
  padding: 150px 20px;
  z-index: 10;
  width: 95%;
  max-width: 678px;
  position: relative;
  margin: 5vh auto;
}
.popup-cookies__logo{
  margin: 0 auto 48px auto;
  width: 93px;
}
.popup-cookies__logo img{
  width: 100%;
}
.popup-cookies__content h2{
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.popup-cookies__content p{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 auto 26px auto;
}
.popup-cookies__content p a{
  color: #FFF;
}
.popup-cookies__answers{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.popup-cookies__answers .button{
  margin: 0 8px;
}
.popup-cookies__answers .popup-cookies__no{
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.popup-cookies__answers .popup-cookies__no.button:hover{
  color: #070D1C;
  background: #fff;
  border-color: transparent;
}
.header{
  position: absolute;
  width: 100%;
  z-index: 60;
  background-color: #2B5F5E;
}
.header .wrapper{
  max-width: 1230px;
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.text-page .wrapper{
  max-width: 1230px;
}
.header__left{
  width: 198px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__logo{
  width: 100%;
  display: block;
}
.header__logo img{
  width: 100%;
}
.header__right{
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  border-radius: 18px;
  align-items: center;
  position: relative;
}
.header__nav{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.header__nav img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.header__link{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  z-index: 5;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.header__link:hover {
  opacity: 0.8;
  color: #746BD8;
}

.header .button{
  width: auto;
  height: auto;
  background: transparent;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
.header .button:hover{
  color: #C8E2A5;
}
.header .button.header__sign{
  margin-left: 30px;
}
.header__burger, .header__mobile-menu{
  display: none;
}
.landing-section{
  background-color: transparent;
}
.first{
  position: relative;
  padding: 280px 0 180px 0;
  background-color: #1C5F5E;
}
.first .wrapper{
  position: relative;
}
h1{
  color: #F9F9F9;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat", Sans-serif;
}
.first p{
  color: #1F4220;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.first-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.first-text-container {
  padding: 0px 20px 0px 20px;
  max-width: 55%; /* Adjust the maximum width of the text container */
}
.first__img {
  max-width: 45%; /* Adjust the maximum width of the image container */
}
.first-image img {
  width: 100%;
  height: auto;
}
.first__text2 {
  margin-bottom: 50px;
}
.first__text {
  margin-bottom: 50px;
}
.first__buttons {
  display: flex;
}

.first-button a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Manrope", Sans-serif;
  font-weight: 800;
  font-size: 16px;
  font-style: italic;
  line-height: 1em;
  padding: 15px 15px 15px 15px;
  line-height: 1.6em;
}
.play-button {
  margin-right: 8px; /* Adjust the spacing between play button and text */
}
.first-button,
.first-button2 {
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
  background-color: transparent;
}
.first-button,
.first-button2 {
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1em;
  fill: #FFFFFF;
  color: #FFFFFF;
  padding: 15px 30px 15px 30px;
  border: solid 1px white;
}
.first-button {
  background-color:  #0C172D;
}
.first-button2 {
  background-color: transparent;
}
.first-button:hover,
.first-button2:hover {
  background-color: #746BD8;
}
.disclaimer-container {
  padding: 100px 20px 100px 20px;
}
.disclaimer {
  background-color: #0C172D;
}
.disclaimer__text {
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
.disclaimer__text2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .first-container {
    flex-direction: column-reverse; /* Stack the items in reverse order for smaller screens */
    align-items: stretch;
  }
  .first-text-container,
  .first__img {
    max-width: 100%; /* Allow both text and image to take up full width */
  }
  .first__buttons {
    flex-direction: column;
  }
  .first-button {
    margin-bottom: 20px;
  }
  .first-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .first__text {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.games-landing {
  background-color: #1C5F5E;
}
.games-first{
  display: flex;
  padding-top: 60px;
}
.games-container{
  box-sizing: border-box;
  width: fit-content;
  margin: 10px 10px 10px 10px;
  padding: 20px 20px 20px 20px;
  background-color: #fdfcff21;
  border-radius: 20px;
  max-height: 425px;
}
.games-container{
  display: grid;
}
.games-image-text h4{
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.games-image-text {
  padding-top: 10px;
  max-width: 230px;
  text-align: center;
  justify-content: center;
}
.games__list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 16px 50px;
  width: 75%;
  justify-content: center;
}
.games__item {
  text-decoration: none;
  color: inherit;
}
.games__image {
  width: 230px;
  height: 327px;
  overflow: hidden;
  border-radius: 8px;
}
.games__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.games__text {
  width: 25%;
  padding: 30px 0 0 30px;
}
.games__text1 {
  margin-bottom: 20px;
}
.games__text2 {
  margin-bottom: 20px;
}
.games__text3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1219px) {
  .games-first{
    display: block;
  }
  .games__text {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .games__list {
    width: fit-content;
  }
}
.features-image img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
a.feature__item.game-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.features-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features-image-container {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.features-text{
  max-width: 60%;
}
.features__text {
  padding: 0px 130px 0px 10px;
}
.features__text1 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: "Manrope", Sans-serif;;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}
.features__text2 {
  color: white;
  font-family: "Montserrat", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25em;
  letter-spacing: 0px;
}
.features-image {
  width: fit-content;
}
.feature__image img {
  width: 60px;
  height: auto;
}
.features{
  position: relative;
  padding: 98px 0 0 0;
  background-color: #1C5F5E;
}
.feature-item {
  border: rgb(255, 255, 255, 0.5) 2px solid;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 20px 20px;
}
.feature-containers {
  display: flex;
  align-items: baseline;
}
.feature-container-left,
.feature-container-right {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 1219px) {
  .features-container{
    display: block;
  }
  .features-image-container {
    width: 100%;
  }
  .features-text {
    max-width: 100%;
    padding: 20px;
  }
}
.about-image img {
  border-radius: 170px 170px 0px 0px;
}
.about{
  position: relative;
  padding: 190px 0 0 0;
  background-color: #1C5F5E;
}
.about .wrapper{
  position: relative;
}

.about p{
  color: #FFFFFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.about-text-container {
  padding: 0px 20px 0px 0px;
  max-width: 55%;
}
.about__img {
  max-width: 45%;
}
.about-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.about__text2 {
  margin-bottom: 50px;
}
.about__text {
  margin-bottom: 50px;
}
.about__buttons {
  display: flex;
  padding-top: 40px;
}

.about-button a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Manrope", Sans-serif;
  font-weight: 800;
  font-size: 16px;
  font-style: italic;
  line-height: 1em;
  padding: 15px 15px 15px 15px;
  line-height: 1.6em;
}
.about-button,
.about-button2 {
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
  border: solid 1px white;
}

.about-button {
  background-color:  #0C172D;
}
.about-button:hover {
  background-color: transparent;
}
@media (max-width: 768px) {
  .feature-containers {
    align-items: center;
    flex-direction: column;
  }
  .feature-container-left,
  .feature-container-right {
    width: 90%;
  }
  .about-container {
    flex-direction: column-reverse; /* Stack the items in reverse order for smaller screens */
    align-items: stretch;
  }
  .about-text-container,
  .about__img {
    max-width: 100%;
  }
  .about__buttons {
    flex-direction: column;
  }
  .about-button {
    margin-bottom: 20px;
  }
  .about__img {
    padding: 100px 20% 10px 20%;
  }
  .about{
    position: relative;
    z-index: 20;
    padding: 40px 0 0 0;
  }
  .about .wrapper{
    border-radius: 22px;
    background-blend-mode: hard-light;
  }
  .about .wrapper{
    position: relative;
  }
  .disclaimer-container {
    padding: 100px 20px 130px 20px;
  }
}

.reviews-image img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
a.review__item.game-link {
  display: flex;
  align-items: center;
}
.reviews-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-image-container {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.reviews-text{
  max-width: 60%;
}
.reviews__text {
  display: flex;
  justify-content: center;
}
.reviews__text1 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: "Manrope", Sans-serif;;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
}
.reviews__text2 {
  color: white;
  font-family: "Montserrat", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25em;
  letter-spacing: 0px;
}
.reviews-image {
  width: fit-content;
}
.review__image {
  text-align: -webkit-center;
}
.review__image img {
  width: 60px;
  height: auto;
}
.reviews{
  position: relative;
  padding: 30px 0 40px 0;
  background-color: #1C5F5E;
}
.review__image h3 {
  color: #000000;
}
.review-image-text {
  color: #e0e0e0;
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}
.reviews__text1 h3 {
  color: #000000;
}
.review-image-text h4 {
  color: #000000;
}
.review-item {
  border: rgb(255, 255, 255, 0.5) 2px solid;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 20px 20px;
  background-color: #fdfcff21;
}
.review-containers {
  display: flex;
  align-items: baseline;
}
.review-container-left,
.review-container-right {
  width: 50%;
  padding: 50px 20px 0 0;
}
@media only screen and (max-width: 1219px) {
  .reviews-container{
    display: block;
  }
  .reviews-image-container {
    width: 100%;
  }
  .reviews-text {
    max-width: 100%;
    padding: 20px;
  }
}
.footer{
  margin: 0;
  position: relative;
  z-index: 5;
  background-color: #0C172D;
  padding: 20px;
}
.footer h3{
  color: #F9F9F9;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 63px;
  margin: 0 0 33px;
}
.footer p{
  color: #F9F9F9;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.footer p a{
  color: #F9F9F9;
  text-decoration: underline;
}
.footer__bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 44px auto 0 auto;
}
.footer__aware{
  display: flex;
  align-items: center;
}
.footer__aware img:first-child{
  margin: 0 72px 0 0;
  width: 90px;
}
.footer__aware img:last-child{
  width: 251px;
}
.footer__care{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 65px;
  width: 285px;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.footer__therapy{
  width: 121px;
}
.footer-item{
  text-decoration: none;
  background: transparent;
  font-family: Sans-serif;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s, text-decoration 0.3s;
  padding: 13px 20px;
  color: #e0e0e0;
}
.footer-item:hover {
  color: #746BD8;
  text-decoration: underline;
}
.text-page .footer{
  padding-top: 91px;
}
.text{
  padding: 200px 50px 50px 50px;
  position: relative;
  color: white;
}
.text .wrapper{
  position: relative;
  z-index: 5;
}
.text__top{
  width: 100%;
  margin: 0 0 5px;
  display: flex;
  justify-content: center;
}
.text__top h2{
  line-height: 63px;
}
.text .button{
  margin: 26px auto 0;
}
.text__content p{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0px 0px 10px 0;
}
.text-terms
.text__content p{
  margin: 13px 0 0;
}
.text__content h3{
  margin: 30px 0 0px;
}
.text__content h3{
  color: #9B5F5F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin: 0px 0 10px;
}
.text__content h3:first-child{
  margin: 20px 0 0;
}
.decor{
  position: absolute;
  z-index: 0;
  width: 1004px;
  max-width: 1004px;
  top: 30px;
  left: calc(50% - 502px);
}
@media (max-width: 968px){
  .header .wrapper{
    padding: 0;
  }
  .login__content:before{
    display: none;
  }
  .wrapper{
    padding: 0 15px;
  }
  .login.register .login__input {
    width: 100%;
    max-width: 100%;
  }
  .login.register .login__bottom {
     padding-top: 83px;
     align-items: flex-end;
     position: relative;
   }
  h2{
    font-size: 40px;
  }
  .about-h2 {
    font-size: 30px;
    line-height: 33px;
  }
  .header{
    width: 100%;
    left: 0;
  }
  .header__left{
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .header__right{
    display: none;
  }
  .header__logo{
    margin: 0 auto;
    width: 154px;
  }
  .header__burger{
    display: block;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 5;
  }
  .header__mobile-menu{
    position: fixed;
    background: linear-gradient(180deg, #2B5F5E 20%, #000000 100%);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
    display: block;
    transition: .2s;
    padding: 88px 25px 50px 25px;
    background-size: cover;
    transform: translateX(100%);
  }
  .header__mobile-menu.active{
    transform: translateX(0%);
  }
  .header__mobile-close{
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 25px;
  }
  .header__mobile-nav{
    display: flex;
    flex-direction: column;
    height: 400px;
    align-items: flex-end;
    justify-content: space-around;
  }
  .header__mobile-nav .header__link {
    font-size: 30px;
  }
  .header__mobile-content{
    position: relative;
    z-index: 5;
  }
  .header__mobile-link{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
  }
  .header__mobile-link:last-child{
    margin: 0;
    color: #7197b7;
  }
  .text {
    padding: 75px 0 0;
    position: relative;
  }
  .login__content{
    margin: 0 auto;
    width: calc(100% - 50px);
  }
  .login.register .login__bottom{

    align-items: center;
  }
  .login.register .login__bottom p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }.login.register .login__bottom .login__check p {
     font-size: 14px;
   }
  .login.register, .login {
    padding: 175px 0 50px 0;
  }
  .text .wrapper, .login__content{
    border: 1px solid #9B5F5F;
    padding: 80px 15px 45px;
    overflow: hidden;
  }
  .text__top{
    margin: 0 0  20px;
  }
  .text__top h2{
    margin-bottom: 6px;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }
  .decor{
    display: none;
  }

  .first{
    position: relative;
    z-index: 20;
    padding: 73px 0 20px 0;
  }
  .first .wrapper{
    padding: 90px 0px 90px 0px;
    border-radius: 22px;
    background-blend-mode: hard-light;
  }
  .first .wrapper{
    position: relative;
  }
  .footer{
    margin: 0;
    position: relative;
    z-index: 5;
  }
  .footer .wrapper{
    border-radius: 22px;
    padding: 20px 15px;
  }
  .footer h3{
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px; /* 102.5% */
    margin: 0 0 23px;
  }
  .footer__bottom{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 27px auto 0 auto;
  }
  .footer__aware{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px;
  }
  .footer__aware img:first-child{
    margin: 0 26px 0 0;
    width: 55px;
  }
  .footer__aware img:last-child{
    width: 183px;
  }
  .footer__care{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 23px 0 0 ;
    width: 140px;
    border-left: 0px solid transparent;
    border-right: 2px solid #FFF;
  }
  .footer__therapy{
    width: 95px;
    margin: 0 0 0 22px;
  }
}
