/*
	Theme Name: RoxanMTA
	Author: RoxanGame Development Team
	Author URI: https://www.roxangame.com/
*/
@charset "UTF-8";

* {
  box-sizing: border-box;
  outline: none !important
}

a {
  text-decoration: none;
  color: unset;
  outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Yekan', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  vertical-align: baseline;
  direction: rtl;
  text-align: right;
}

:focus {
  outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical
}

audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

a:focus {
  outline: thin dotted
}

a:active,
a:hover {
  outline: 0
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic
}

figure {
  margin: 0
}

form {
  margin: 0
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
  outline: 0;
  border: 0;
  background: none;
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

html,
button,
input,
select,
textarea {
  color: #222
}

::-moz-selection {
  background: #b95913;
  text-shadow: none
}

::selection {
  background: #b95913;
  text-shadow: none
}

img {
  vertical-align: middle
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}

html {
  scrollbar-gutter: stable
}

*::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px
}

body::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px
}

body::-webkit-scrollbar-track {
  background: #717176
}

body::-webkit-scrollbar-thumb {
  background: #ee731a;
  min-height: 150px
}

body::-webkit-scrollbar-thumb:hover {
  background: #c75c0f;
}

/* Fonts */
@font-face {
  font-family: 'Yekan';
  src: url('../fonts/iranyekanwebregularfanum.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Yekan';
  src: url('../fonts/iranyekanwebboldfanum.woff') format('woff');
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: 'Dana';
  src: url('../fonts/dana-regular.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: 'Dana';
  src: url('../fonts/dana-medium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Dana';
  src: url('../fonts/dana-bold.woff') format('woff');
  font-weight: bold;
}

/* animations */
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

@keyframes arrowLeft {
  0% {
    transform: translate(0)
  }

  20% {
    transform: translate(20px)
  }

  40% {
    transform: translate(0)
  }

  to {
    transform: translate(0)
  }
}

@keyframes showLeft {
  0% {
    transform: translate(-200%);
    opacity: 0
  }

  to {
    transform: translate(-50%);
    opacity: 1
  }
}

@keyframes hideLeft {
  0% {
    transform: translate(-50%);
    opacity: 1
  }

  to {
    transform: translate(-200%);
    opacity: 0
  }
}

@keyframes showRight {
  0% {
    transform: translate(150%);
    opacity: 0
  }

  to {
    transform: translate(-50%);
    opacity: 1
  }
}

@keyframes hideRight {
  0% {
    transform: translate(-50%);
    opacity: 1
  }

  to {
    transform: translate(150%);
    opacity: 0
  }
}

@keyframes topRotate {
  0% {
    rotate: 0deg
  }

  to {
    rotate: 360deg
  }
}

@keyframes textGradient {
  0% {
    background-position: 0%
  }

  to {
    background-position: 200%
  }
}

/* styles */
body {
  background-color: #0e0e0e;
}

main {
  min-height: 130vh;
  display: block;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1312px;
  max-width: calc(100% - 70px);
}

.header {
  height: 112px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

.header .overflow {
  display: none;
  width: 100vw;
  height: 200vh;
  position: fixed;
  background-color: #0000005e;
  opacity: 0;
  transition: opacity .4s;
  z-index: 20;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
}

.header .overflow.active {
  opacity: 1;
}

.header .mobile-hamburger {
  display: none;
  width: 50px;
  height: 50px;
  padding: 14px 12px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff1a;
  border-radius: 15px;
}

.header .mobile-hamburger div {
  width: 100%;
  height: 2px;
  background-color: #89898f;
  border-radius: 2px;
}

.header .logo {
  display: inline-flex;
  align-items: center;
  width: 180px;
  transition: transform .25s;
}

.header .logo img {
  width: 100%;
}

.header .logo:hover {
  transform: scale(1.1);
}

.header .nav-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  line-height: 120%;
  padding-right: 59px;
}

.header .nav-bar_wrapper {
  gap: 30px;
  display: flex;
  align-items: center;
}

.header .nav-bar_buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 46px;
  color: #ffffff61
}

@media (max-width: 1610px) {
  .header .nav-bar_buttons {
    gap: 35px
  }
}

@media (max-width: 1480px) {
  .header .nav-bar_buttons {
    gap: 25px
  }
}

.header .nav-bar_buttons a {
  white-space: nowrap;
  display: block;
  transition: color .25s;
  display: flex;
  align-items: center;
  gap: 12px
}

.header .nav-bar_buttons a path {
  transition: fill-opacity .25s
}

.header .nav-bar_buttons a:hover {
  color: rgba(255, 255, 255, 0.718);
}

.header .nav-bar_buttons a:hover path {
  fill-opacity: 0.7;
}

.header .nav-bar_cabinet-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: box-shadow .2s ease;
  border-radius: 10px;
  background: linear-gradient(90deg, #ee731a, #c25a0e);
  white-space: nowrap;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.header .nav-bar_cabinet-btn .cabinet-btn-text {
  white-space: nowrap;
  font-weight: 600
}

.button {
  padding: 15px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  background-image: linear-gradient(to left, #e97724, #d5600a 33%, #c55b11);
  background-size: 300% auto;
  background-position: 76%;
  transition: all .3s, color .4s;
  color: #fff;
}

.button_black {
  font-size: 16px;
  font-weight: 400;
  color: #fffbef93;
  background-image: linear-gradient(to left, #fff0, #fff0, #ffffff2d)
}

.button:hover {
  background-position: 0%;
  color: #fffbefc9;
  box-shadow: 0 0 20px #ee731a7d;
}

.button_black:hover {
  box-shadow: none;
}

.preview {
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: url(../img/bg-preview.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  position: relative;
}

.preview::after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, #0e0e0e, #0e0e0ea1, #0e0e0e00);
}

.preview .car {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 65%);
  z-index: -1;
  display: none
}

.container_preview {
  position: relative;
  z-index: 1;
}

.preview_slider.grab {
  cursor: grabbing
}

.preview_slider {
  width: 100%;
  height: 41vh;
  min-height: 335px;
  position: relative;
  cursor: grab
}

.preview_slider_container {
  height: 50vh;
  min-height: 400px;
  pointer-events: none;
  position: relative;
  top: 0
}

.preview_slider_slide {
  width: max(48vh, 442px);
  max-width: 100%;
  height: max(48vh, 442px);
  position: absolute;
  top: 0%;
  left: 49%;
  transform: translate(-40%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center
}

.preview_slider_slide img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none
}

.preview_slider_buttons-mobile {
  display: none
}

.preview_slider_buttons {
  position: absolute;
  top: 77px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 4vh;
  z-index: 30;
  direction: ltr;
}

.preview_slider_buttons:nth-child(3) {
  left: unset;
  right: 0
}

.preview_slider_buttons:nth-child(3) button {
  padding-left: 40px;
  padding-right: 24px;
  flex-direction: row-reverse;
  justify-content: end;
  clip-path: polygon(0 50%, 6% 0, 100% 0%, 100% 100%, 6% 100%)
}

.preview_slider_buttons button {
  background: none;
  border: 0;
  padding-left: 24px;
  padding-right: 40px;
  width: 229px;
  height: 64px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  font-weight: 300;
  color: #fff6;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: all .2s
}

.preview_slider_buttons button .role-title {
  font-family: 'Dana';
  font-weight: 500;
}

.preview_slider_buttons button .background {
  position: absolute;
  left: 1%;
  width: 99%;
  height: 100%
}

.preview_slider_buttons button .icon {
  transition: all .2s
}

.preview_slider_buttons button .icon path {
  transition: all .4s
}

.preview_slider_buttons button:hover {
  color: #ffffff8c
}

.preview_slider_buttons button:hover svg:first-child {
  opacity: .3
}

.preview_slider_buttons button.active,
.preview_slider_buttons-mobile button.active {
  color: #fff;
  text-shadow: 0 0 3px #fff
}

.preview_slider_buttons button.active svg:first-child,
.preview_slider_buttons-mobile button.active svg:first-child {
  opacity: 1;
  transition: all .4s
}

.preview_slider_buttons button.active svg:first-child path,
.preview_slider_buttons-mobile button.active svg:first-child path {
  fill: #2e4fff;
  transition: all .2s
}

.preview_slider_buttons #police.active svg path#background,
.preview_slider_buttons-mobile #police.active svg path#background {
  fill: #2756ff;
  fill-opacity: .1
}

.preview_slider_buttons #medic.active .icon>path,
.preview_slider_buttons-mobile #medic.active .icon>path {
  fill: #51ff2e
}

.preview_slider_buttons #medic.active svg path#background,
.preview_slider_buttons-mobile #medic.active svg path#background {
  fill: #51ff2e;
  fill-opacity: .1
}

.preview_slider_buttons #military.active .icon>path,
.preview_slider_buttons-mobile #military.active .icon>path {
  fill: #355009
}

.preview_slider_buttons #military.active path#background,
.preview_slider_buttons-mobile #military.active path#background {
  fill: #355009;
  fill-opacity: .1
}

.preview_slider_buttons #bad.active .icon>path,
.preview_slider_buttons-mobile #bad.active .icon>path {
  fill: #990702
}

.preview_slider_buttons #bad.active path#background,
.preview_slider_buttons-mobile #bad.active path#background {
  fill: #990702;
  fill-opacity: .1
}

.preview_slider_buttons #farmer.active .icon>path,
.preview_slider_buttons-mobile #farmer.active .icon>path {
  fill: #ffbb0c
}

.preview_slider_buttons #farmer.active path#background,
.preview_slider_buttons-mobile #farmer.active path#background {
  fill: #ffbb0c;
  fill-opacity: .1
}

.preview_slider_buttons #business.active .icon>path,
.preview_slider_buttons-mobile #business.active .icon>path {
  fill: #bf57ff
}

.preview_slider_buttons #business.active path#background,
.preview_slider_buttons-mobile #business.active path#background {
  fill: #bf57ff;
  fill-opacity: .1
}

.preview_slider_buttons-mobile #police {
  background-color: #2756ff41
}

.preview_slider_buttons-mobile #medic {
  background-color: #51ff2e44
}

.preview_slider_buttons-mobile #military {
  background-color: #35500941
}

.preview_slider_buttons-mobile #bad {
  background-color: #99070241
}

.preview_slider_buttons-mobile #farmer {
  background-color: #ffbb0c4d
}

.preview_slider_buttons-mobile #business {
  background-color: #bf57ff4d
}

.preview_content {
  margin: 0 auto;
  width: 816px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.preview_content_game {
  width: 370px;
  display: flex;
  position: relative;
  z-index: 11
}

.preview_content_game .info,
.preview_content_game .text {
  display: flex;
  justify-content: center;
  align-items: center
}

.preview_content_game .info {
  padding: 10px 24px;
  background-color: #02884f;
  font-weight: 500;
  border-radius: 20px;
  z-index: 2;
  transition: background-color .3s
}

.preview_content_game .info div {
  padding-left: 4px;
  color: #fff6
}

.preview_content_game .info div .quantity {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  padding-left: 4px;
  color: #fff;
  animation: blinker 0.6s linear infinite;
}

.preview_content_game .text {
  padding: 8px calc(18px + 10%) 10px 10px;
  width: 60%;
  height: calc(100% - 3px);
  position: absolute;
  left: 0;
  bottom: 1px;
  font-weight: 400;
  background-color: #02884e2c;
  border-radius: 20px;
  transition: box-shadow .35s;
  color: #fff;
}

.preview_content_game .text:before,
.preview_content_game .text:after {
  content: "";
  height: 1px;
  width: 200px;
  position: absolute;
  left: 16px;
  top: 100%;
  transform: translateY(-100%);
  bottom: unset;
  background-image: linear-gradient(to right, #02884f 14%, #02884e25 50%);
  background-size: 200%;
  background-position: 0;
  transition: background-position .3s
}

.preview_content_game .text:after {
  top: unset;
  bottom: 100%;
  transform: none
}

.preview_content_game .text .fake-border {
  width: 17px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #02884f;
  border-right: none;
  border-radius: 20px 0 0 20px;
}

.preview_content_game .text span {
  padding-left: 8px
}

.preview_content_game .text:hover {
  box-shadow: 0 0 15px green;
}

.preview_content_big {
  margin-top: 24px;
  width: 100%;
  line-height: 120%;
  display: block;
  font-size: 52px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.preview_content_big h1 {
  text-align: center;
  font-family: 'Dana';
  font-weight: 900;
}

.preview_content_role {
  background: linear-gradient(90deg, #ee731a 30.44%, #c1590e 59.26%, #e96f16 84.27%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200%;
  animation: textGradient 3s infinite;
  font-family: 'Dana';
  font-weight: 900;
}

.preview_content_title {
  margin-top: 32px;
  text-align: center
}

.preview_content .h2,
.preview_content .h1 {
  display: inline;
  font-size: 14px;
  line-height: 20px;
  color: #fff6
}

.preview_content .h1 {
  color: #fff;
}

.preview_content_buttons {
  margin-top: 42px;
  display: flex;
  gap: 10px
}

.preview_content_buttons button {
  transition: all .3s, color .4s, transform 0s
}

.preview_content_buttons.hide {
  opacity: 0;
  pointer-events: none
}

.preview_content_buttons.hide button {
  transform: translateY(70%)
}

.ellipse-container {
  position: absolute;
  width: 70vw;
  min-height: 70vw;
  z-index: -1;
  overflow: hidden;
  pointer-events: none
}

.ellipse {
  position: absolute;
  width: 40vw;
  height: 40vw;
  min-height: 700px;
  min-width: 700px;
  border-radius: 60%;
  z-index: -1
}

.preview .ellipse-container:nth-child(1) {
  top: 0%;
  left: 50%;
  transform: translate(-50%)
}

.preview .ellipse-container:nth-child(1) .ellipse {
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  background-image: radial-gradient(#d8d8d828, #d8d8d800 70%)
}

.preview .ellipse-container:nth-child(2) {
  top: 0;
  left: 0
}

.preview .ellipse-container:nth-child(2) .ellipse {
  width: 40vw;
  height: 65vw;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(#583302c0, #582a0246 50%, #58260200 70%);
}

.preview .ellipse-container:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: translateY(50%)
}

.preview .ellipse-container:nth-child(3) .ellipse {
  width: 55vw;
  height: 55vw;
  bottom: 50%;
  left: 0;
  transform: translate(-50%, 50%);
  background-image: radial-gradient(#583302c0, #582a0246 50%, #58260200 70%);
}

.rate {
  margin-top: 100px;
  position: relative;
  background-image: url(../img/bg-rate.webp);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center 120px;
  z-index: 1;
}

.rate .ellipse-container {
  bottom: 10%;
  transform: translateY(50%);
  right: 0;
}

.rate .ellipse-container .ellipse {
  width: 55vw;
  height: 55vw;
  bottom: 50%;
  right: 0;
  transform: translate(50%, 50%);
  background-image: radial-gradient(#7a72011c, #7a72011f 25%, #7a720100 70%);
}

.rate .container {
  display: flex;
  gap: 90px;
}

.rate_forbes-bg {
  width: 918px;
  height: 718px;
  position: absolute;
  top: -121px;
  right: 0;
  z-index: -1;
}

.rate_forbes-bg img {
  width: 100%;
  height: 100%
}

.rate_content {
  padding-top: 50px;
  width: 60%;
}

.rate_animate-image {
  width: 40%;
  display: inline-block;
}

.rate_content_descr {
  margin-top: 42px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff9;
  display: flex;
  flex-direction: column;
  gap: 30px
}

.rate_rating {
  margin-top: 64px;
  width: 100%;
  display: flex;
  justify-content: space-between
}

.rate_rating_item {
  width: 307px
}

.rate_rating_title {
  font-weight: 500;
  display: flex;
  align-items: center
}

.rate_rating_title .top-wrapper {
  width: 100px;
  height: 38px;
  margin-left: 18px;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  overflow: hidden
}

.rate_rating_title .top-wrapper:after {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left top;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to right, #37b362, #37b362 40%, #69e791, #37b362 60%, #37b362);
  animation: topRotate 2s infinite;
  z-index: -1
}

.rate_rating_title .top {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  top: 1px;
  right: 1px;
  font-size: 16px;
  color: #37b362;
  background-color: #1a2d21;
  border-radius: 10px;
  font-family: 'Dana';
  font-weight: bold;
  text-align: center;
}

.rate_rating_title .orange .top {
  color: #fd8619;
  background-color: #43301f;
  border-radius: 10px
}

.rate_rating_title .orange:after {
  background-image: linear-gradient(0, #fd8619, #fd8619 40%, #dab08b, #fd8619 60%, #fd8619);
  animation-delay: 1s
}

.rate_rating_title span:nth-child(2) {
  font-size: 24px
}

.rate_rating_list {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.rate_rating_list li {
  width: 100%;
  height: 87px;
  position: relative;
  transition: all .5s
}

.rate_rating_list li:before,
.rate_rating_list li:after {
  content: "";
  height: 1px;
  width: calc(100% - 23px);
  position: absolute;
  right: 23px;
  top: 0;
  bottom: unset;
  background-image: linear-gradient(to right, #fff0 14%, #ffffff40 50%);
  background-size: 200%;
  background-position: 0;
  transition: background-position .4s
}

.rate_rating_list li:after {
  top: unset;
  bottom: 0;
  transform: none
}

.rate_rating_list li .fake-border {
  width: 23px;
  height: 100%;
  border-radius: 0;
  border-left: none !important;
  border: 1px solid rgba(255, 255, 255, .2509803922)
}

.rate_rating_list li .wrapper {
  padding: 18px 84px 18px 18px;
  width: calc(100% - 1px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #ffffff0d;
  transition: background-color .3s;
  display: inline-flex;
  align-items: center;
}

.rate_rating_list li .wrapper:before {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60%;
  font-size: 24px;
  font-weight: 500;
  color: #fff9
}

.rate_rating_list li .name {
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.rate_rating_list li .value {
  width: -moz-max-content;
  width: max-content;
  padding-top: 8px;
  display: block;
  font-size: 21px;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-color: #fffbef;
  background-size: 200%;
  background-position: 0%
}

.rate_rating_list li:nth-child(1) {
  border-radius: 10px 10px 0 0
}

.rate_rating_list li:nth-child(1):before,
.rate_rating_list li:nth-child(1):after {
  background-image: linear-gradient(to right, #02884e00 14%, #ffa4064b 50%)
}

.rate_rating_list li:nth-child(1) .fake-border {
  border: 1px solid rgba(255, 164, 6, .2941176471);
  border-radius: 0 10px 0 0
}

.rate_rating_list li:nth-child(1) .wrapper {
  background-color: #ffaa0b11;
  border-radius: 10px 10px 0 0
}

.rate_rating_list li:nth-child(1) .wrapper .value {
  background-image: linear-gradient(to right, #ffa506, #8f5c03, #ffa506);
  animation: textGradient 3s infinite
}

.rate_rating_list li:nth-child(1) .wrapper:before {
  background-color: unset;
  background-image: url(../img/icons-rastr/first.webp);
  background-size: 100%;
  background-repeat: repeat
}

.rate_rating_list li:nth-child(1):hover .wrapper {
  background-color: #ffaa0b30
}

.rate_rating_list li:nth-child(2):before,
.rate_rating_list li:nth-child(2):after {
  background-image: linear-gradient(to right, #fff0 14%, #ffffff4b 50%)
}

.rate_rating_list li:nth-child(2) .fake-border {
  border: 1px solid rgba(255, 255, 255, .2941176471)
}

.rate_rating_list li:nth-child(2) .wrapper {
  background-color: #ffffff1a
}

.rate_rating_list li:nth-child(2) .wrapper .value {
  background-image: linear-gradient(to right, #c7c7c7, #7b7b7b, #c7c7c7);
  animation: textGradient 3s infinite;
  animation-delay: .5s
}

.rate_rating_list li:nth-child(2) .wrapper:before {
  background-color: unset;
  background-image: url(../img/icons-rastr/second.webp);
  background-size: 100%;
  background-repeat: repeat
}

.rate_rating_list li:nth-child(2):hover .wrapper {
  background-color: #ffffff36
}

.rate_rating_list li:nth-child(3):before,
.rate_rating_list li:nth-child(3):after {
  background-image: linear-gradient(to right, #8f570300 14%, #ab670163 50%)
}

.rate_rating_list li:nth-child(3) .fake-border {
  border: 1px solid rgba(171, 103, 1, .3882352941)
}

.rate_rating_list li:nth-child(3) .value {
  background-image: linear-gradient(to right, #fffbef, #888, #fffbef);
  animation: textGradient 3s infinite;
  animation-delay: 1s
}

.rate_rating_list li:nth-child(3) .wrapper {
  background-color: #f97a390d
}

.rate_rating_list li:nth-child(3) .wrapper:before {
  background-color: unset;
  background-image: url(../img/icons-rastr/third.webp);
  background-size: 100%;
  background-repeat: repeat
}

.rate_rating_list li:nth-child(3):hover .wrapper {
  background-color: #f97a3929
}

.rate_rating_list li:hover:after,
.rate_rating_list li:hover:before {
  background-position: 40%
}

.rate_rating_list li:hover .wrapper {
  background-color: #ffffff24
}

.rate_rating_list.second li:nth-child(1) .value {
  animation: textGradient 3s infinite;
  animation-delay: 1.5s
}

.rate_rating_list.second li:nth-child(2) .value {
  animation: textGradient 3s infinite;
  animation-delay: 2s
}

.rate_rating_list.second li:nth-child(3) .value {
  animation: textGradient 3s infinite;
  animation-delay: 2.5s
}

.rate_rating_list li:last-child .wrapper {
  border-radius: 0 0 10px 10px;
}

.rate_rating_list li:last-child .fake-border {
  border-radius: 0 0 10px;
}

.rate .ellipse-container {
  bottom: 10%;
  transform: translateY(50%);
  right: 0
}

.rate .ellipse-container .ellipse {
  width: 55vw;
  height: 55vw;
  bottom: 50%;
  right: 0;
  transform: translate(50%, 50%);
  background-image: radial-gradient(#7a72011c, #7a72011f 25%, #7a720100 70%)
}

.rate .ellipse-container:nth-child(2) {
  bottom: 100%;
  left: 0;
  transform: translateY(50%);
  right: unset;
  width: 55vw;
}

.rate .ellipse-container:nth-child(2) .ellipse {
  width: 55vw;
  height: 55vw;
  bottom: 50%;
  left: 0;
  transform: translate(-50%, 50%);
  background-image: radial-gradient(#583302c0, #582a0246 50%, #58260200 70%);
}

.rate_content h2,
.start h2,
.modal h2 {
  display: block;
  font-size: 32px;
  font-weight: 900;
  font-family: 'Dana';
  color: #fff;
}

.rate_content h2 span,
.start h2 span,
.modal h2 span {
  font-weight: 900;
  width: 100%;
  display: block;
  font-family: 'Dana';
}

.rate_content h2 span:last-child,
.start h2 span:last-child,
.modal h2 span:last-child {
  font-weight: 900;
  width: 100%;
  display: block;
  color: #ee731a;
  margin-top: 5px;
}

.section_title {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.section_title .section_title_descr {
  padding-top: 10px;
  width: 523px;
  text-align: right;
  color: #fff9;
  text-align: left;
  line-height: 22px;
  font-size: 14px;
}

.gallery-images {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 20px;
  gap: 25px;
  direction: ltr;
}

.gallery-images a {
  width: 25%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.gallery-images img {
  width: 100%;
}

.start {
  margin-top: 40px;
  padding-top: 50px;
  position: relative;
  background-image: url(../img/start-bg.webp);
  z-index: 1;
  scroll-margin: 50px
}

.start .ellipse-container {
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.start .ellipse-container .ellipse {
  top: 50%;
  left: 0;
  right: unset;
  height: 60vw;
  transform: translate(-70%, -50%);
  background-image: radial-gradient(#ee731a57, #ee731a00 70%);
}

.start_cards {
  margin-top: 86px;
  display: flex;
  gap: 35px
}

.start_item {
  padding: 40px 35px 35px;
  width: 617px;
  height: 555px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff0d;
  border: 1px solid rgba(255, 255, 255, .0549019608);
  background-repeat: no-repeat;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.start_item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/icons-rastr/what.webp);
  background-repeat: no-repeat;
  background-size: 47%;
  background-position: right top;
  opacity: .05;
  z-index: -1;
  transition: background-size .3s
}

.start_item_img {
  width: 84px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ee731a29;
  border-radius: 10px
}

.start_item_img img {
  width: 58px;
  height: 58px
}

.start_item_title {
  padding-right: 50px;
  width: 317px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  color: #fff;
  font-family: 'Dana';
  font-weight: 900;
}

.start_item_title span {
  font-family: 'Dana';
  font-weight: 900;
}

.start_item_title .red {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.start_item_title .red:before,
.start_item_title .red:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff181840;
  border-radius: 50%;
  animation: iconAnimation 1s infinite
}

.start_item_title .red:after {
  width: 43%;
  height: 43%;
  background-color: #ff1818;
  animation: none
}

.start_item_descr {
  width: 442px;
  font-size: 15px;
  line-height: 24px;
  color: #fff9;
}

.start_item_video {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border: 0;
  background-color: #000;
  height: 308px;
}

.start_item_buttons {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.start_item_buttons button {
  padding: 21px 60px 21px 24px;
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-radius: 4px;
  background-image: linear-gradient(to right, #ee731a, #df7a30, #c35b0f 66%);
  background-size: 300%;
  transition: background-position .3s;
  color: #fff;
}

.start_item_buttons button svg {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%)
}

.start_item_buttons button svg path {
  transition: fill .2s
}

.start_item_buttons button.outline {
  background-image: linear-gradient(to right, #ee731a1f, #df7a302e, #ee731a75 66%);
  background-size: 300%;
  border: 1px solid #ee731a;
  transition: background-position .3s;
}

.start_item_buttons button:hover {
  background-position: 100%
}

.start_item_buttons button.active svg path {
  fill: #29f101
}

.start_item:first-child {
  width: 660px;
  background-image: url(../img/some-mta.webp);
  background-position: center center;
  background-color: unset;
  background-size: 100.5%;
  transition: background-size .3s
}

.start_item:first-child:before {
  background-color: #ee731a0f;
  background-image: url(../img/abrakadabra.webp);
  background-size: cover;
  opacity: 1
}

.start_item:first-child .start_item_title {
  padding-right: 0
}

.start_item:first-child .start_item_descr {
  width: 427px
}

.start_item:first-child:hover {
  background-size: 110%
}

.start_item .fake-border {
  position: absolute;
  width: 30px;
  height: 100%;
  left: unset;
  right: 0;
  border: 1px solid #ee731a;
  border-left: none;
  border-radius: 0 20px 20px 0;
  bottom: 0;
  pointer-events: none;
}

.start_item .fake-border:before,
.start_item .fake-border:after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  top: 100%;
  right: 100%;
  background-image: linear-gradient(to left, #ee731a, #ee731a00);
}

.start_item .fake-border:after {
  width: 500px;
  top: unset;
  bottom: 100%
}

.start_item:last-child {
  scroll-margin: 30vh
}

.start .ellipse-container:nth-child(2) {
  right: 0;
  left: unset;
  top: 100%;
  transform: translateY(-50%);
}

.start .ellipse-container:nth-child(2) .ellipse {
  height: 50vw;
  width: 50vw;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background-image: radial-gradient(#ee731a45, #ee731a00 70%);
}

.modal-overflow.active {
  opacity: 1
}

.modal-overflow.active img {
  transform: translate(0) rotate(0)
}

.modal-overflow.active img:last-child {
  transform: translate(0) rotate(0)
}

.modal.active {
  transform: translate(-50%)
}

.modal-overflow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0e0e0ede;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(5px);
  z-index: 30;
  opacity: 0;
  display: none;
  transition: all .5s;
}

.modal-overflow img {
  height: 90vh;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transform: translate(-50%, 20%) rotate(-45deg);
  transition: transform .5s;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.modal-overflow img:last-child {
  right: 0;
  left: unset;
  transform-origin: right bottom;
  transform: translate(50%, 20%) rotate(45deg)
}

.modal {
  padding-top: 53px;
  width: 1024px;
  max-width: calc(100% - 70px);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 31;
  display: none;
  transition: transform .5s;
}

.modal h2,
.modal h2 span {
  text-align: center
}

.modal_content {
  margin-top: 27px;
  width: 100%;
  overflow: auto;
  height: calc(100% - 300px);
}

.modal_content_top {
  padding: 12px 85px 12px 12px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff0d;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-bottom: 20px;
}

.modal_content_top_icon {
  width: 54px;
  height: 54px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 14px;
  background-color: #ffffff0d;
}

.modal_content_top_icon:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/modal/play-squar.svg)
}

.modal_content_top_title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-family: 'Dana';
}

.modal_content_top_descr {
  margin-top: 7px;
  font-size: 16px;
  color: #fff9;
  font-weight: 500;
  font-family: 'Dana';
}

.modal_content_top_link {
  padding: 21px 55px 21px 25px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-radius: 14px;
  background-color: #ffffff0d;
  transition: background-color .25s;
  color: #fff;
  font-family: 'Dana';
  font-weight: 500;
}

.modal_content_top_link:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icons/link-fff.svg)
}

.modal_content_top_link:hover {
  background-color: #ffffff26
}

@keyframes iconAnimation {
  0% {
    width: 100%;
    height: 100%
  }

  45% {
    width: 75%;
    height: 75%
  }

  90% {
    width: 100%;
    height: 100%
  }

  to {
    width: 100%;
    height: 100%
  }
}

.steps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.modal_content .fake-border {
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  border: solid 1px rgba(56, 124, 255, .5);
  border-top: none;
  position: absolute;
  pointer-events: none;
}

.modal_content .fake-border:before,
.modal_content .fake-border:after {
  content: "";
  width: 1.5px;
  height: 200px;
  position: absolute;
  bottom: 100%;
  left: 100%;
  background-image: linear-gradient(0deg, #387cff80, #387cff00)
}

.modal_content .fake-border:after {
  left: unset;
  right: 100%
}

.modal_content .fake-border.yellow {
  border: solid 1px rgba(247, 225, 28, .5);
  border-top: none
}

.modal_content .fake-border.yellow:before,
.modal_content .fake-border.yellow:after {
  background-image: linear-gradient(0deg, #f7e11c80, #f7e11c00)
}

.modal_content .fake-border.orange {
  border: solid 1px #ee730280;
  border-top: none
}

.modal_content .fake-border.orange:before,
.modal_content .fake-border.orange:after {
  background-image: linear-gradient(0deg, #ee730280, #ee730200)
}

.modal_content .fake-border.white {
  border: solid 1px #ffffff80;
  border-top: none
}

.modal_content .fake-border.white:before,
.modal_content .fake-border.white:after {
  background-image: linear-gradient(0deg, #ffffff80, #ffffff00)
}

.steps .arrow {
  fill: #fff;
  width: 32px;
  height: 32px;
  animation: blinker 0.6s linear infinite;
}

.steps .item {
  width: 33.33%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  color: #fff;
}

.steps .item .headline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.steps .item .headline .title {
  font-family: 'Dana';
  font-weight: bold;
  display: inline-block;
}

.steps .item .headline img {
  width: 60px;
  height: 60px;
  display: inline-block;
}

.steps .item .text {
  color: #fff9;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 32px;
  margin-top: 10px;
  height: 95px;
  overflow: hidden;
  margin-bottom: 20px;
}

.steps .item .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, .2);
  border-bottom: 3px rgba(0, 0, 0, .2) solid;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 8px;
  transition: opacity 0.3s ease;
}

.steps .item .btn:last-child {
  margin-bottom: 0;
}

.steps .item .btn.primary {
  background-color: #ee731a;
}

.steps .item .btn.secondary {
  background-color: #977e0e;
}

.steps .item .btn.finally {
  background-color: #fff;
  color: #444;
}

.steps .item .btn.finally svg {
  fill: #444;
}

.steps .item .btn:hover,
.steps .item .buttons>div .glass-btn:hover {
  opacity: 0.7;
}

.steps .item .buttons {
  width: 100%;
  display: flex;
  height: 100px;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
}

.steps .item .buttons>div {
  text-align: center;
}

.steps .item .buttons>div p {
  text-align: center;
  color: #fff9;
  opacity: 0.8;
  font-size: 12px;
  font-family: 'Dana';
  font-weight: 500;
}

.steps .item .buttons>div .glass-btn {
  letter-spacing: 4px;
  margin-top: 7px;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  background-color: #ffffff1a;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.steps .item svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-left: 8px;
}

.fixed-alert-box {
  right: 0;
  bottom: 20px;
  z-index: 55;
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fixed-alert-box .alert-item {
  left: 0;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 1s all;
  -webkit-transition: 1s all;
  position: relative;
  margin-top: 10px;
  min-width: 400px;
  text-align: right;
  visibility: hidden;
  opacity: 0
}

.fixed-alert-box .alert-item.warning {
  background-color: #ff8e2a
}

.fixed-alert-box .alert-item.success {
  background-color: #10d876
}

.fixed-alert-box .alert-item.error {
  background-color: #b2102f
}

.fixed-alert-box .alert-item svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-left: 9px;
}

.fixed-alert-box .alert-item>.content {
  width: 100%;
  display: flex;
  padding: 10px 15px;
  align-items: center;
  position: relative;
}


.fixed-alert-box .alert-item .desc {
  font-size: 14px;
  font-family: 'Dana';
  font-weight: bold;
}

.fixed-alert-box .alert-item>.progress-alert {
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, .2)
}

.fixed-alert-box .alert-item>.progress-alert .inner-progress {
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, .3)
}

.close-modal {
  display: none
}

.our-family {
  margin-top: 141px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../img/bg-family.webp);
  background-repeat: no-repeat
}

.our-family .container {
  text-align: center;
  position: relative
}

.our-family_flex {
  margin-top: 120px;
  display: flex
}

.our-family_content {
  min-width: 734px;
  width: 734px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px
}

.our-family_content_img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.our-family_content-wrapper {
  padding-bottom: 15px
}

.our-family_item {
  padding: 44px 35px 43px;
  width: 350px;
  height: 307px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 55px;
  border-radius: 12px;
  overflow: hidden;
  font-size: 24px;
  cursor: pointer;
  background-size: 115%;
  background-position: center center;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.our-family_item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.our-family_item img {
  height: 42px;
  width: -moz-max-content;
  width: max-content
}

.our-family_item_value {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Dana';
  font-weight: bold;
  color: #fff;
}

.our-family_item_value span {
  font-size: 16px;
  color: #fff9;
  font-family: 'Dana';
  font-weight: 500;
  margin-top: -5px;
}

.our-family_item_button {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  font-family: 'Dana';
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}

.our-family_item_button:after {
  content: "";
  width: 23px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%) rotate(180deg);
  background-image: url(../img/icons/arrow-light.svg);
  transition: transform cubic-bezier(.15, .87, .35, .95) .5s;
}

.our-family_item:hover {
  background-size: 125%
}

.our-family_item:hover .our-family_item_button:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.our-family .disc {
  background-image: url(../img/family/dic-bg.webp)
}

.our-family .disc:before {
  background-image: url(../img/family/dark-blue.svg)
}

.our-family .disc:hover {
  box-shadow: 0 0 30px #2e2eff
}

.our-family .tg {
  background-image: url(../img/family/tg-bg.webp)
}

.our-family .tg:before {
  background-image: url(../img/family/blue.svg)
}

.our-family .tg:hover {
  box-shadow: 0 0 30px #2e8fff
}

.our-family .you {
  background-image: url(../img/family/you-bg.webp)
}

.our-family .you:before {
  background-image: url(../img/family/pink.svg)
}

.our-family .you:hover {
  box-shadow: 0 0 30px #ed145b
}

.our-family .inst {
  background-image: url(../img/family/inst-bg.webp)
}

.our-family .inst:before {
  background-image: url(../img/family/gradient.svg)
}

.our-family .inst:hover {
  box-shadow: 0 0 25px #b22eff
}

.our-family .ellipse-container {
  top: 0;
  transform: translateY(-30%)
}

.our-family .ellipse-container .ellipse {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background-image: radial-gradient(#ee731a45, #ee731a00 70%)
}

.blog-posts {
  width: 100%;
  display: block;
  overflow: hidden;
}

.blog-posts .swiper {
  overflow: visible;
}

.blog-posts .swiper-slide {
  filter: blur(6px);
  opacity: 0.1;
  transition: 0.3s;
}

.blog-posts .swiper-slide.swiper-slide-active,
.blog-posts .swiper-slide.swiper-slide-active+.swiper-slide,
.blog-posts .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
  filter: blur(0);
  opacity: 1;
}

.blog-posts .item {
  width: 100%;
  display: block;
  padding: 35px 45px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.blog-posts .item .fake-border {
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  border-radius: 0 0 30px 30px;
  border: solid 1px #ffffff40;
  border-top: none;
  position: absolute;
  pointer-events: none;
}

.blog-posts .item .fake-border:before,
.blog-posts .item .fake-border:after {
  content: "";
  width: 1.5px;
  height: 380px;
  position: absolute;
  bottom: 100%;
  left: 100%;
  background-image: linear-gradient(0deg, #ffffff40, #ffffff00);
}

.blog-posts .item .fake-border:after {
  left: unset;
  right: 100%;
}

.blog-posts .item .thumbnail {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 230px;
}

.blog-posts .item .thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-posts .item .thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-posts .item .top-side {
  width: 100%;
  height: 155px;
  display: block;
  overflow: hidden;
}

.blog-posts .item .top-side .title {
  font-size: 17px;
  line-height: 33px;
  font-family: 'Dana';
  font-weight: 900;
  width: 100%;
  display: block;
  color: #fff;
}

.blog-posts .item .top-side .excerpt {
  color: #a7a7a7;
  font-size: 14px;
  margin-top: 12px;
  line-height: 26px;
  width: 100%;
  display: block;
  font-family: 'Dana';
  font-weight: 500;
}

.blog-posts .item .bottom-side {
  border-top: 1px solid rgb(255 255 255 / 8%);
  margin-top: 12px;
  padding-top: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-posts .item .bottom-side .author img {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-left: 7px;
  border-radius: 50%;
}

.blog-posts .item .bottom-side .author span {
  color: #a7a7a7;
  font-size: 13px;
}

.blog-posts .item .bottom-side .post-info .items .inner-item {
  direction: ltr;
  color: #a7a7a7;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Dana';
  font-weight: 500;
}

.blog-posts .item .bottom-side .post-info .items .inner-item svg {
  fill: #a7a7a7;
  margin-right: 7px;
  width: 18px;
  height: 18px;
  margin-top: -3px;
}

footer {
  width: 100%;
  background: #1e1e1e;
  margin-top: 140px;
}

footer .up-side {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

footer .up-side .footer-top {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ee731a;
  border-radius: 50%;
  transition: opacity .5s
}

footer .up-side .footer-top:hover {
  opacity: 0.7;
}

footer .up-side .footer-top svg {
  width: 43px;
  height: 43px;
  display: block;
}

footer .up-side .main-up {
  position: absolute;
  top: 0;
  background-image: url(../img/upcurve-dark.svg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 195px;
  height: 80px;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 33px;
  z-index: 29;
}

footer .sides {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .sides .foot-image {
  width: 40%;
  margin-top: -50px;
  object-fit: cover;
}

footer .sides .side-right {
  width: 60%;
  display: inline-block;
}

footer .footer-head {
  margin-top: 35px;
  color: #fff9;
  width: 70%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 25px;
}

footer .side-right .socials {
  width: 100%;
  display: flex;
  margin-top: 20px;
  gap: 20px;
}

footer .side-right .socials .social-item {
  width: 25%;
  display: inline-flex;
  background: linear-gradient(to right, rgb(255 255 255 / 0%), rgba(255, 255, 255, 0.05));
  background-size: 200%;
  border-radius: 10px;
  padding: 15px;
  align-items: center;
  font-size: 14px;
  color: #fff;
  transition: background-position .3s;
}

footer .side-right .socials .social-item span {
  margin-right: 10px;
  opacity: .4;
  font-weight: 700;
  transition: opacity .3s;
}

footer .side-right .socials .social-item:hover {
  background-position: 75%;
  color: #fff;
}

footer .side-right .socials .social-item:hover span {
  opacity: 1;
}

footer .side-right .sub-pages {
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05));
  border-radius: 10px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  margin-top: 45px;
}

footer .side-right .sub-pages .item {
  display: inline-flex;
  align-items: center;
  padding: 10px 10px 10px 35px;
  margin-left: 7px;
}

footer .side-right .sub-pages .item:hover .name {
  color: #ee731a;
}

footer .side-right .sub-pages .item:hover .icon {
  opacity: 0.8;
}

footer .side-right .sub-pages .item:hover .inside svg {
  left: -30px;
}

footer .side-right .sub-pages .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffc10729;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
}

footer .side-right .sub-pages .icon svg {
  width: 30px;
  height: 30px;
  fill: #ffc107;
}

footer .side-right .sub-pages .item.green .icon {
  background-color: #89d64f26;
}

footer .side-right .sub-pages .item.green .icon svg {
  fill: #89d64f;
}

footer .side-right .sub-pages .item.blue .icon {
  background-color: #6898f824;
}

footer .side-right .sub-pages .item.blue .icon svg {
  fill: #6898f8;
}

footer .side-right .sub-pages .inside {
  margin-right: 15px;
}

footer .side-right .sub-pages .info {
  color: #fff9;
  font-size: 14px;
  width: 100%;
  display: block;
}

footer .side-right .sub-pages .name {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  display: inline-flex;
  position: relative;
  transition: color .3s;
}

footer .side-right .sub-pages .inside svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #fff;
  margin-right: 7px;
  position: absolute;
  left: -25px;
  transition: left .3s;
}

.footer-copyright {
  width: 100%;
  color: #fff9;
  font-size: 14px;
  display: block;
  margin: 35px 0;
  line-height: 25px;
}

.footer-copyright .year {
  width: 100%;
  display: block;
  margin-top: 10px;
}

.footer-copyright a {
  color: #ee731a;
  font-weight: 700;
  transition: opacity .2s;
}

.footer-copyright a:hover {
  opacity: 0.8;
}

.main-page {
  display: block;
  padding-top: 120px;
}

.main-blog {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main-blog .blog-container {
  width: 45%;
  display: inline-block;
}

.main-blog .blog-sidebar {
  width: calc(27.5% - 40px);
  display: inline-block;
  margin-left: 40px;
}

.main-blog .blog-sidebar .inner-side {
  width: 100%;
  display: inline-block;
  position: sticky;
  top: 15px;
}

.main-blog .blog-sidebar:last-child {
  margin-right: 40px;
  margin-left: unset;
}

.main-blog .post-head .post-title {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 21px;
  font-family: 'Dana';
  font-weight: 900;
  line-height: 35px;
  text-align: center;
}

.main-blog .post-head .thumb {
  border-radius: 15px;
  filter: drop-shadow(0 15px 30px rgb(255 255 255 / 15%));
  margin: 20px 0 0 0;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}

.main-blog .post-head .thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.main-blog .post-head .readtime {
  top: 10px;
  right: 10px;
  background-color: #ee731a;
  border-radius: 30px;
  width: 37px;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  overflow: hidden;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.main-blog .post-head .readtime .number {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
}

.main-blog .post-head .readtime .text {
  font-size: 9px;
  font-weight: 300;
  line-height: 13px;
  text-align: center;
}

.main-blog .post-head .post-info {
  margin-top: 15px;
  display: flex;
  width: 100%;
}

.main-blog .post-head .post-info .info-item {
  width: 100%;
  margin-left: 15px;
  background-color: #1e1e1e;
  color: #fff9;
  border-radius: 15px;
  overflow: hidden;
  padding: 25px;
  border-bottom: 2px solid rgba(255, 255, 255, .08);
  align-items: center;
  justify-content: space-between;
  display: inline-flex;
}

.main-blog .post-head .post-info .info-item:last-child {
  margin-left: 0;
}

.main-blog .post-head .post-info .info-item .right {
  width: calc(100% - 35px);
}

.main-blog .post-head .post-info .info-item .left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-blog .post-head .post-info .info-item .right .title {
  font-size: 12px;
  color: #b5b5b5;
  font-family: 'Dana';
  font-weight: 500;
}

.main-blog .post-head .post-info .info-item .right .desc {
  font-size: 12px;
  font-weight: 900;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  color: #fff;
  font-family: 'Dana';
}

.main-blog .post-head .post-info .info-item .left img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}

.main-blog .post-head .post-info .info-item .right .desc.links a {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  transition: .3s color;
  font-family: 'Dana';
}

.main-blog .post-head .post-info .info-item .right .desc.links a::after {
  content: ",";
  margin: 0 2px;
  color: #fff9 !important;
  cursor: default;
}

.main-blog .post-head .post-info .info-item .right .desc.links a:hover {
  color: #ee731a;
}

.main-blog .post-head .post-info .info-item .right .desc.links a:last-child:after {
  display: none;
}

.main-blog .post-head .post-info .info-item .left svg {
  fill: #fff;
  width: 23px;
  height: 23px;
}

.main-blog .post-body,
.main-blog .share-post,
.comments-box {
  background-color: #1e1e1e;
  border-bottom: 2px solid rgba(255, 255, 255, .08);
  color: #b5b5b5;
  padding: 35px;
  border-radius: 15px;
  margin-top: 15px;
}

.main-blog .post-body * {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  font-weight: 500;
}

.main-blog .post-body p {
  margin-bottom: 20px;
  width: 100%;
  display: block;
}

.main-blog .post-body p a {
  color: #ee731a;
  font-weight: 700;
  transition: opacity .2s;
}

.main-blog .post-body p a:hover {
  opacity: 0.8;
}

.main-blog .share-post .post-shortlink {
  align-items: center;
  display: flex;
}

.main-blog .share-post .post-shortlink .copy-link {
  margin-left: 10px;
  cursor: pointer;
}

.main-blog .share-post .post-shortlink .copy-link svg {
  fill: #ee731a;
  width: 24px;
  height: 24px;
  display: block;
}

.main-blog .share-post .post-shortlink .content {
  color: #fff;
}

.main-blog .share-post .post-shortlink .content .text {
  font-size: 14px;
  width: 100%;
  display: block;
  font-weight: 700;
}

.main-blog .share-post .post-shortlink .content .link {
  font-size: 14px;
  width: 100%;
  display: block;
  color: #fff9;
  font-weight: 700;
  margin-top: 12px;
}

.main-blog .share-post .social {
  margin-top: 17px;
  display: flex;
}

.main-blog .share-post .social .link {
  color: #b5b5b5;
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}

.main-blog .share-post .social .link svg {
  fill: #b5b5b5;
  width: 18px;
  height: 18px;
}

.main-blog .share-post .social .link .text {
  font-size: 11px;
  font-weight: 900;
  margin-right: 5px;
  top: 1px;
  transition: .3s all;
  -webkit-transition: .3s all;
  position: absolute;
  right: -25px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
}

.main-blog .share-post .social .link.active svg {
  fill: #ee731a;
}

.main-blog .share-post .social .link.active .text {
  position: relative;
  right: 0;
  visibility: visible;
  opacity: 1;
  color: #ee731a;
}

.comments-box .comment-form {
  margin-top: 20px;
  width: 100%;
  display: block;
}

.comments-box .comment-form .inputs {
  display: flex;
}

.comments-box .comment-form .inputs .input {
  background-color: #0e0e0e4a;
  border-bottom: 2px solid #333333;
  padding: 10px;
  border-radius: 10px;
  width: 33.33%;
  margin-left: 10px;
  color: #b5b5b5;
  font-family: 'Dana';
  font-weight: 500;
  font-size: 14px;
}

.comments-box .comment-form .inputs .input:last-child {
  margin-left: 0;
}

.comments-box .comment-form .bodyform {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.comments-box .comment-form textarea {
  background-color: #0e0e0e4a;
  border-bottom: 2px solid #333333;
  padding: 10px;
  border-radius: 10px;
  width: 80%;
  margin-left: 10px;
  color: #b5b5b5;
  height: 100px;
  min-height: 100px;
  min-width: 80%;
  max-height: 80%;
  resize: vertical;
  font-family: 'Dana';
  font-weight: 500;
  font-size: 14px;
}

.comments-box .comment-form .sendform {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: end;
}

.comments-box .comment-form .sendform button {
  background-color: #ee731a;
  color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  border-bottom: 3px rgba(0, 0, 0, 0.2) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: opacity .3s;
  font-size: 14px;
}

.comments-box .comment-form .sendform button svg {
  fill: #a94f0e;
  width: 15px;
  height: 15px;
}

.comments-box .comment-form .sendform button:hover {
  opacity: 0.8;
}

.comments-box .comment-form .sendform .cancel-reply {
  color: #ee731a;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px dashed #ee731a;
  cursor: pointer;
  transition: .3s opacity;
  -webkit-transition: .3s opacity;
}

.comments-box .comment-form .sendform .cancel-reply.none {
  display: none;
}

.comments-box .box .title {
  font-size: 14px;
  font-weight: 300;
}

.comments-box .box {
  margin-bottom: 20px;
}

.comments-box .box:last-child {
  margin-bottom: 0;
}

.comments-box .comment-list {
  margin-top: 15px;
}

.comments-box .comment-list .cm-item {
  width: 100%;
  display: block;
  box-shadow: 0 1px 9px rgb(255 255 255 / 15%);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
}

.comments-box .comment-list .cm-item:last-child {
  margin-bottom: 0;
}

.comments-box .comment-list .cm-item .headline {
  color: #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.comments-box .comment-list .cm-item .headline .author {
  font-size: 14px;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
}

.comments-box .comment-list .cm-item .headline .time {
  font-size: 11px;
  font-weight: 300;
}

.comments-box .comment-list .cm-item .content {
  margin-top: 12px;
  font-size: 13px;
  line-height: 28px;
}

.comments-box .comment-list .cm-item .bottom {
  margin-top: 12px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.comments-box .comment-list .cm-item .bottom .like-cm {
  font-size: 13px;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}

.comments-box .comment-list .cm-item .bottom .reply {
  font-size: 13px;
  text-decoration: underline;
  font-weight: 300;
  cursor: pointer;
}

.comments-box .comment-list .cm-item .bottom .like-cm .icon-like {
  width: 38px;
  height: 38px;
  background-color: #e6293f;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
}

.comments-box .comment-list .cm-item .bottom .like-cm .icon-like svg {
  fill: #fff;
  width: 18px;
  height: 18px;
}

.comments-box .comment-list .cm-item .bottom .like-cm .count-str {
  font-weight: 300;
  margin-right: 8px;
  color: #8b8b8b;
}

.main-blog .post-tags {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
}

.main-blog .post-tags a {
  background-color: rgb(101 101 101 / 10%);
  border-radius: 30px;
  font-size: 12px;
  color: #454545;
  font-weight: 300;
  padding: 6px 10px;
  margin-left: 5px;
  margin-top: 8px;
  opacity: .7;
  transition: .3s opacity;
}

.main-blog .post-tags a:hover {
  opacity: 1;
}

.blog-sidebar .box {
  background-color: #1e1e1e;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  color: #b5b5b5;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.blog-sidebar .box:last-child {
  margin-bottom: 0;
}

.blog-sidebar .box .headline {
  width: 100%;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 10px;
  font-size: 14px;
  align-items: center;
}

.blog-sidebar .box .headline svg {
  fill: #b5b5b5;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.blog-sidebar .box .bodybox {
  width: 100%;
  display: block;
}

.blog-sidebar .posts .item,
.blog-sidebar .comments .item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.blog-sidebar .posts .item:last-child,
.blog-sidebar .comments .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-sidebar .posts .item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-sidebar .posts .item .thumb {
  width: 95px;
  border-radius: 5px;
  display: inline-block;
  object-fit: cover;
  max-width: 100%;
}

.blog-sidebar .posts .item .contents {
  width: calc(100% - 110px);
  color: #ddd;
  display: inline-block;
}

.blog-sidebar .posts .item .contents .title {
  font-size: 12px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog-sidebar .posts .item .contents span {
  font-size: 10px;
  color: #b5b5b5;
  margin-top: 12px;
  display: block;
}

.blog-sidebar .comments {
  width: 100%;
  display: block;
}

.blog-sidebar .comments .item a {
  width: 100%;
  display: block;
}

.blog-sidebar .comments .item .cm-head {
  display: flex;
  align-items: center;
  width: 100%;
}

.blog-sidebar .comments .item .cm-head .profile {
  width: 30px;
  height: 30px;
  margin: 0 0 0 7px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-sidebar .comments .item .cm-head .profile img {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-sidebar .comments .item .cm-head .author {
  color: #ddd;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}

.blog-sidebar .comments .item .cm-head .author svg {
  display: block;
  margin-right: 6px;
  fill: #42a5f5;
  width: 16px;
  height: 16px;
}

.blog-sidebar .comments .item .cm-excerpt {
  font-size: 12px;
  margin-top: 15px;
  color: #b5b5b5;
  max-height: 45px;
  overflow: hidden;
}

.blog-sidebar .comments .item .bottom {
  margin-top: 15px;
  display: flex;
  align-items: center;
  width: 100%;
}

.blog-sidebar .comments .item .bottom svg {
  fill: #ddd;
  transform: rotateX(180deg);
  margin-left: 5px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.blog-sidebar .comments .item .bottom .title {
  font-size: 14px;
  font-weight: 500;
  color: #ddd;
  line-height: 25px;
}

.blog-sidebar .search-form {
  background-color: #1e1e1e;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
}

.blog-sidebar .search-form input {
  width: calc(100% - 60px);
  padding: 10px 25px;
  font-family: 'Dana';
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.blog-sidebar .search-form button {
  width: 60px;
  height: 60px;
  background-color: #ee731a;
}

.blog-sidebar .search-form button svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}

.main-page>.bg {
  background-image: url(../img/bg-single.webp);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  background-position: bottom;
  user-select: none;
  overflow: hidden;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.main-page>.bg::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 250px;
  background: linear-gradient(to top, #0e0e0e, #0e0e0e, #0e0e0e00);
}

.main-page>.container {
  position: relative;
  z-index: 1;
}

.main-page>.ellipse-container:nth-child(1) {
  top: 0;
  left: 0;
}

.main-page>.ellipse-container:nth-child(1) .ellipse {
  width: 40vw;
  height: 65vw;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(#583302c0, #582a0246 50%, #58260200 70%);
}

.blog-container>.headline-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.blog-container>.headline-title h1 {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  font-family: 'Dana';
}

.blog-view {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-view .post-item {
  width: calc(50% - 10px);
  display: inline-block;
  margin-bottom: 20px;
}

.blog-view .post-item .link {
  width: 100%;
  display: block;
  background-color: #1e1e1e;
  padding: 20px;
  border-radius: 15px;
}

.blog-view .post-item .link .thumb {
  width: 100%;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  height: 145px;
  margin: 0 0 10px 0;
}

.blog-view .post-item .link .thumb img {
  width: 100%;
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.blog-view .post-item .link .title {
  color: #ddd;
  font-weight: 900;
  font-size: 14px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  line-height: 20px;
  font-family: 'Dana';
  height: 40px;
  overflow: hidden;
}

.blog-view .post-item .link .excerpt {
  font-size: 12px;
  font-weight: 500;
  color: #b5b5b5;
  height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 20px;
}

.blog-view .post-item .link .bottom-post {
  color: #b5b5b5;
  font-size: 12px;
  padding-top: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.blog-view .post-item .link .bottom-post .cm {
  display: inline-flex;
  align-items: center;
}

.blog-view .post-item .link .bottom-post svg {
  fill: #b5b5b5;
  margin: 0 7px;
  width: 18px;
  height: 18px;
}

.blog-view .post-item .link .bottom-post .readtime {
  display: inline-flex;
  align-items: center;
}

.blog-view .post-item .link .bottom-post .readtime svg {
  fill: #e6293f;
}

.about-us {
  margin: 0 auto;
  width: 70%;
  display: flex;
  background-color: #000;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
}

.about-us .video {
  width: calc(60% - 30px);
  border: 0;
  background-color: #000;
  display: block;
  margin-left: 30px;
}

.about-us .details {
  width: 40%;
  position: relative;
  z-index: 99;
  background-color: rgb(41 45 64 / 50%);
  border-radius: 15px;
  overflow: hidden;
  padding: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.about-us .details * {
  text-align: center;
}

.about-us .details .title {
  font-size: 24px;
  font-family: 'Dana';
  font-weight: 900;
}

.about-us .details .desc {
  color: #fff9;
  font-family: 'Dana';
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.about-us .details .desc p {
  font-family: 'Dana';
  font-weight: 500;
  margin-top: 15px;
}

.about-us .details .desc * {}

@media (max-width: 1700px) {
  .our-family_content-wrapper {
    overflow: hidden
  }
}

@media (max-width: 1500px) {
  .our-family_content_img {
    top: 25%;
    height: 80%
  }

  .start_item {
    padding: 30px 24px 24px
  }

  .start_item:first-child {
    background-size: auto 100%
  }

  .start_item:first-child:hover {
    background-size: auto 110%
  }
}

@media (max-width: 1200px) {
  .our-family {
    margin-top: 100px;
    background-size: contain
  }

  .our-family_flex {
    margin-top: 70px;
    justify-content: center
  }

  .our-family_content_img {
    display: none
  }

  .section_title {
    flex-wrap: wrap;
    text-align: right;
  }

  .section_title * {
    text-align: right !important;
  }

  .start_item {
    height: 440px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 30px
  }

  .start_item_img {
    width: 64px;
    height: 64px
  }

  .start_item_img img {
    width: 45px;
    height: 45px;
  }

  .start_item_title {
    width: 238px;
    display: inline-block
  }

  .start_item_descr {
    margin-top: 0;
    width: 93%
  }

  .start_item_buttons {
    width: 100%
  }

  .start_item_buttons button,
  .start_item_buttons a {
    font-size: 16px
  }

  .start_item:first-child {
    background-size: 80%;
    background-position: bottom left;
  }

  .start_item:first-child .start_item_title {
    margin-top: 1px;
    margin-right: 20px;
    font-size: 22px
  }

  .start_item:first-child .start_item_descr {
    width: 93%
  }

  .start_item:first-child:hover {
    background-size: 80%
  }

  .start_item .fake-border:after {
    width: 200px
  }

  .start_item .fake-border:before {
    width: 70px
  }

  .start_item_video {
    height: 208px;
  }

  footer .sides .foot-image {
    display: none;
  }

  footer .sides .side-right {
    width: 100%;
  }

  footer .footer-head {
    width: 40%;
  }

  footer .side-right .sub-pages {
    margin-top: 25px;
  }

  .main-blog .blog-sidebar {
    width: calc(27.5% - 20px);
    margin-left: 20px;
  }

  .main-blog .blog-sidebar:last-child {
    margin-right: 20px;
    margin-left: unset;
  }

  .blog-sidebar .box {
    padding: 15px;
  }

  .blog-sidebar .search-form button {
    width: 45px;
    height: 45px;
  }

  .blog-sidebar .search-form input {
    width: calc(100% - 45px);
    padding: 10px 15px;
  }

  .blog-sidebar .search-form button svg {
    width: 20px;
    height: 20px;
  }

  .blog-sidebar .posts .item .thumb {
    width: 70px;
  }

  .blog-sidebar .posts .item .contents {
    width: calc(100% - 85px);
  }

  .main-blog .post-head .post-info .info-item {
    padding: 15px;
  }
}

@media (max-width: 1050px) {
  .main-blog .post-head .post-info {
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .main-blog .post-head .post-info .info-item {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-top: 10px;
  }

  .main-blog .post-head .post-info .info-item:nth-child(even) {
    margin-left: 0;
    width: 50%;
  }

  .main-blog .post-head .post-info .info-item:last-child:nth-child(odd) {
    width: 100%;
    margin-left: 0;
  }

  .main-blog .post-body,
  .main-blog .share-post,
  .comments-box {
    padding: 15px;
  }

  .comments-box .comment-list .cm-item .bottom .like-cm .icon-like {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    margin-left: 7px;
  }

  .comments-box .comment-list .cm-item .bottom .like-cm .icon-like svg {
    width: 16px;
    height: 16px;
  }

  .comments-box .comment-list .cm-item .bottom .like-cm .count-str {
    margin-right: 5px;
  }

  .comments-box .comment-list .cm-item .bottom .like-cm,
  .comments-box .comment-list .cm-item .content,
  .comments-box .comment-list .cm-item .headline .author {
    font-size: 12px;
  }

  .comments-box .comment-list .cm-item .bottom .reply {
    font-size: 11px;
  }

  .comments-box .comment-list .cm-item {
    padding: 15px;
  }

  .main-blog .post-head .post-title {
    font-size: 18px;
    line-height: 30px;
  }

  .blog-view .post-item .link .thumb {
    height: 90px;
  }
}

@media (max-width: 900px) {
  .our-family h2 {
    text-align: center
  }

  .our-family .container {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .our-family_content {
    width: 100%;
    justify-content: center
  }

  .our-family_item {
    width: 300px;
    height: 280px
  }

  .start_cards {
    flex-wrap: wrap;
    gap: unset;
    margin-top: 30px;
  }

  .start_item {
    width: 100% !important;
    margin-bottom: 25px !important;
  }

  .start_item:last-child {
    margin-bottom: 0 !important;
  }

  footer .side-right .sub-pages .icon {
    width: 40px;
    height: 40px;
  }

  footer .side-right .sub-pages .icon svg {
    width: 20px;
    height: 20px;
  }

  footer .side-right .sub-pages .name,
  footer .side-right .sub-pages .info {
    font-size: 13px;
  }

  footer .side-right .sub-pages .inside svg {
    width: 17px;
    height: 17px;
    left: -20px;
  }

  footer .side-right .sub-pages .inside {
    margin-right: 12px;
  }

  footer .side-right .sub-pages {
    flex-wrap: wrap;
  }

  .steps {
    flex-wrap: wrap;
    justify-content: center;
  }

  .steps .item {
    width: 100%;
  }

  .steps .arrow {
    transform: rotate(-90deg);
  }

  .modal_content {
    height: calc(100% - 250px);
    overflow: auto;
  }

  .modal_content_top {
    display: none;
  }

  .main-blog {
    flex-wrap: wrap;
  }

  .main-blog .blog-sidebar,
  .main-blog .blog-container {
    width: 100%;
    margin: 0 !important;
  }

  .main-blog .blog-container {
    margin: 15px 0 !important;
    order: 2;
  }

  .main-blog .blog-sidebar:last-child {
    order: 1;
  }

  .main-blog .blog-sidebar:first-child {
    order: 3;
  }

  .blog-view .post-item {
    width: calc(33.33% - 10px);
  }

  .blog-view .post-item .link .thumb {
    height: 130px;
  }
}

@media (max-width: 750px) {
  .our-family {
    background-position: 0 100px;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .our-family_flex {
    width: 100%;
    margin-top: 30px;
  }

  .our-family_content {
    min-width: unset
  }

  .our-family_item {
    padding: 18px;
    width: calc(50% - 10px);
    height: 156px;
    gap: 25px
  }

  .our-family_item img {
    width: 70px;
    height: -moz-max-content;
    height: max-content
  }

  .our-family_item_value {
    font-size: 18px;
    flex-wrap: wrap;
    gap: 3px
  }

  .our-family_item_value span {
    font-size: 12px
  }

  .our-family_item_button {
    font-size: 14px
  }

  .our-family_item_button:after {
    width: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: calc(100% + 12px)
  }

  .blog-view .post-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 460px) {
  .our-family_content {
    gap: 15px
  }

  .comments-box .comment-list .cm-item .bottom,
  .comments-box .comment-form .bodyform {
    flex-wrap: wrap;
  }

  .comments-box .comment-list .cm-item .bottom .like-cm {
    width: 100%;
  }

  .comments-box .comment-list .cm-item .bottom .reply {
    margin-top: 15px;
  }

  .comments-box .comment-list .cm-item .bottom .like-cm .count-str .str {
    display: none;
  }

  .comments-box .comment-form .bodyform textarea {
    width: 100%;
    margin-left: 0;
  }

  .comments-box .comment-form .bodyform .sendform {
    width: 100%;
    margin-top: 10px;
    align-items: unset;
  }

  .comments-box .comment-form .bodyform .sendform button {
    justify-content: center;
  }

  .comments-box .comment-form .bodyform .sendform button svg {
    margin-right: 10px;
  }

  .blog-view .post-item {
    width: calc(50% - 5px);
  }

  .blog-view .post-item .link {
    padding: 10px;
    border-radius: 10px;
  }

  .blog-view .post-item .link .thumb {
    height: 85px;
    border-radius: 10px;
  }

  .blog-view .post-item .link .bottom-post span {
    font-size: 10px;
  }
}

@media (max-width: 650px) {
  .close-modal {
    display: none;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 70px;
    right: 20px;
    border-radius: 10px;
    background-color: #1b1b1b8c;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 50;
    opacity: 0;
    transition: opacity .5s
  }

  .close-modal:before,
  .close-modal:after {
    content: "";
    width: 50%;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ff27277a;
    transform: translate(-50%, -50%) rotate(45deg)
  }

  .close-modal:after {
    transform: translate(-50%, -50%) rotate(-45deg)
  }

  footer .side-right .socials {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  footer .side-right .socials .social-item {
    width: calc(50% - 10px);
  }

  .footer-copyright {
    font-size: 13px;
    text-align: center;
  }

  .footer-copyright *,
  footer .footer-head * {
    text-align: center !important;
  }

  footer .footer-head {
    width: 100%;
    margin-top: 100px;
    text-align: center;
  }

  footer .footer-head * {
    width: 100%;
  }
}

@media (max-width: 1610px) {
  .header .nav-bar_buttons {
    gap: 35px
  }
}

@media (max-width: 1480px) {
  .header .nav-bar_buttons {
    gap: 25px
  }

  .rate_animate-image {
    width: 35%;
  }

  .rate_content {
    width: 65%;
  }
}

@media (max-width: 1230px) {
  .header .mobile-hamburger {
    position: relative;
    display: flex;
    z-index: 21
  }

  .header .mobile-hamburger div {
    width: 26.5px;
    position: relative
  }

  .header .mobile-hamburger div:nth-child(1) {
    top: 0%;
    transform: translateY(0);
    transition: all .3s .3s, rotate .3s
  }

  .header .mobile-hamburger div:nth-child(2) {
    opacity: 1;
    transition: opacity .3s;
    transition-delay: 0s
  }

  .header .mobile-hamburger div:nth-child(3) {
    bottom: 0;
    transform: translateY(0);
    transition: all .3s .3s, rotate .3s
  }

  .header .mobile-hamburger.active div:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
    rotate: 45deg;
    transition: all .3s, rotate .3s .3s
  }

  .header .mobile-hamburger.active div:nth-child(2) {
    opacity: 0;
    transition-delay: .3s
  }

  .header .mobile-hamburger.active div:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%);
    rotate: -45deg;
    transition: all .3s, rotate .3s .3s
  }

  .header .nav-bar {
    position: fixed;
    flex-wrap: wrap;
    height: 100vh;
    width: max(30%, 350px);
    right: 0;
    top: 0;
    transform: translate(100%);
    transition: transform .4s .4s;
    background-color: #1e1e1e;
    z-index: 21;
    padding: 15px;
    overflow: auto;
  }

  .header .nav-bar_buttons {
    margin-top: 130px;
    margin-bottom: 30px;
    flex-direction: column;
    gap: 0;
    align-items: start
  }

  .header .nav-bar_buttons a {
    transform: translate(100vw);
    transition: transform .35s
  }

  .header .nav-bar .nav-bar_cabinet-btn {
    bottom: 100px;
    transition: .5s;
    transform: translate(150vw);
    left: 50%;
  }

  .header .nav-bar_buttons a:nth-child(1) {
    transition-delay: .25s
  }

  .header .nav-bar_buttons a:nth-child(2) {
    transition-delay: .2s
  }

  .header .nav-bar_buttons a:nth-child(3) {
    transition-delay: .15s
  }

  .header .nav-bar_buttons a:nth-child(4) {
    transition-delay: .1s
  }

  .header .nav-bar_buttons a:nth-child(5) {
    transition-delay: .05s
  }

  .header .nav-bar.active {
    transform: translate(0)
  }

  .header .nav-bar .nav-bar_buttons a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    margin: 8px 0;
    border: 1px solid #ffffff1a;
    border-radius: 10px;
    background-color: #ffffff03;
  }

  .header .nav-bar.active .nav-bar_buttons a {
    transform: translate(0);
  }

  .header .nav-bar.active .nav-bar_buttons a:nth-child(1) {
    transition-delay: .3s
  }

  .header .nav-bar.active .nav-bar_buttons a:nth-child(2) {
    transition-delay: .35s
  }

  .header .nav-bar.active .nav-bar_buttons a:nth-child(3) {
    transition-delay: .4s
  }

  .header .nav-bar.active .nav-bar_buttons a:nth-child(4) {
    transition-delay: .45s
  }

  .header .nav-bar.active .nav-bar_buttons a:nth-child(5) {
    transition-delay: .5s
  }

  .header .nav-bar.active .nav-bar_buttons a:nth-child(6) {
    transition-delay: .55s
  }

  .header .nav-bar_wrapper {
    gap: 0px;
    justify-content: center;
    width: 100%;
  }

  .header .nav-bar.active .nav-bar_cabinet-btn {
    transform: translate(0%);
    transition-delay: .5s;
  }

  .blog-posts .item {
    padding: 30px;
  }

  .blog-posts .item .thumbnail {
    height: 160px;
  }

  .about-us {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .blog-posts .item .thumbnail {
    height: 200px;
  }
}

@media (max-width: 1200px) {
  .ellipse-container {
    min-width: 100%;
    min-height: 100%
  }

  .rate_animate-image {
    display: none;
  }

  .rate_rating_item {
    width: 50%;
  }

  .rate_rating {
    gap: 20px;
  }

  .rate_content {
    width: 100%;
  }

  .rate_forbes-bg {
    width: 100%;
    height: unset;
  }
}

@media (max-width: 719px) {
  .button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px
  }
}

@media (max-height: 820px) {
  .preview_content {
    width: 816px
  }

  .preview_content_big {
    width: 65%
  }

  .preview_slider_container {
    top: 10%
  }

  .preview_slider_slide {
    width: max(50vh, 350px);
    max-width: 100%;
    height: max(52vh, 350px)
  }
}

@media (max-height: 820px) {
  .preview {
    padding-top: 60px
  }

  .preview_content {
    width: 900px
  }

  .preview_content_big {
    width: 100%
  }
}

@media (max-height: 705px) {
  .preview {
    padding-top: 60px
  }

  .preview_content {
    width: 816px
  }

  .preview_content_big {
    width: 65%
  }
}

@media (max-height: 680px) {
  .preview {
    padding-top: 60px
  }

  .preview_content {
    width: 900px
  }

  .preview_content_title {
    margin-top: 20px
  }

  .preview_content_big {
    width: 100%
  }

  .preview_content_buttons {
    margin-top: 30px
  }
}

@media (max-width: 1200px) {
  .preview_content {
    width: 660px
  }

  .preview_content_big {
    margin-top: 34px;
    font-size: 48px
  }
}

@media (max-width: 1000px) {
  .preview_slider {
    padding-top: 30px
  }

  .preview_slider_buttons {
    display: none
  }

  .preview_slider_buttons-mobile {
    width: 200px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 17%;
    transform: translate(-50%);
    z-index: 15
  }

  .preview_slider_buttons-mobile button.active {
    width: -moz-max-content;
    width: max-content;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 14px;
    text-shadow: none;
    background-color: #9c9c9c31;
    border-radius: 30px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    opacity: 0;
    -webkit-backdrop-filter: blur(3px) saturate(.7);
    backdrop-filter: blur(3px) saturate(.7)
  }

  .preview_slider_buttons-mobile button.active svg {
    width: 25px;
    height: 25px
  }

  .preview_slider_buttons-mobile button.show-left {
    transform: translate(-200%);
    opacity: 0;
    animation: showLeft cubic-bezier(.15, .87, .35, .95) .5s forwards
  }

  .preview_slider_buttons-mobile button.show-right {
    transform: translate(150%);
    opacity: 0;
    animation: showRight cubic-bezier(.15, .87, .35, .95) .5s forwards
  }

  .preview_slider_buttons-mobile button.hide-left {
    transform: translate(-50%);
    opacity: 1;
    animation: hideLeft .4s forwards
  }

  .preview_slider_buttons-mobile button.hide-right {
    transform: translate(-50%);
    opacity: 1;
    animation: hideRight .4s forwards
  }

  .preview_slider_buttons-mobile img {
    width: 10px;
    position: absolute;
    top: 14px;
    right: -20px;
    animation: arrowLeft 2s cubic-bezier(.15, .87, .35, .95) infinite;
    transition: opacity .4s
  }

  .preview_slider_buttons-mobile img:nth-child(2) {
    right: unset;
    left: -20px;
    rotate: 180deg
  }

  .preview_slider_buttons-mobile img.hide {
    opacity: 0
  }

  .preview_slider_container {
    top: 0
  }

  .modal-overflow img {
    height: 65vh;
  }
}

@media (max-width: 900px) {

  .preview_content {
    width: 100%
  }

  .preview_content_title {
    display: none
  }

  .rate_rating_list li {
    height: 75px;
  }

  .rate_rating_list li .name {
    font-size: 14px;
  }

  .rate_content h2,
  .start h2,
  .modal h2 {
    font-size: 25px;
  }
}

@media (max-width: 719px) {
  .preview_content {
    padding: 0 16px
  }

  .preview_content_big {
    font-size: 36px
  }

  .preview_content_buttons {
    flex-wrap: wrap;
    justify-content: center
  }

  .preview_slider {
    height: 36vh
  }

  .preview_slider_slide {
    width: 42vh;
    height: unset;
    left: 45%
  }

  .about-us {
    flex-wrap: wrap;
    padding: 20px;
  }

  .about-us .details,
  .about-us .video {
    width: 100%;
    margin: 0;
  }

  .about-us .details {
    padding: 20px;
  }
}

@media (max-width: 560px) {
  .preview {
    border-bottom: 1px solid transparent;
    padding-bottom: 25px;
    -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4039215686), rgba(255, 255, 255, 0)) 30;
    border-image: linear-gradient(to right, #fff0, #ffffff67, #fff0) 30
  }

  .preview_content_big {
    width: 100%
  }

  .preview_content_game {
    width: 304px;
    font-size: 12px
  }

  .preview .button_black {
    margin: 0 10px;
    padding: 21px 19px
  }

  .rate_rating {
    flex-wrap: wrap;
    gap: unset;
    margin-top: 40px;
  }

  .rate_rating_item {
    width: 100%;
    margin-bottom: 25px;
  }

  .rate_rating_item:last-child {
    margin-bottom: 0;
  }

  .rate_content_descr {
    margin-top: 14px;
    gap: 20px;
  }

  .rate_forbes-bg {
    top: 0;
  }

  .rate_content {
    padding-top: 30px;
  }

  .rate {
    margin-top: 45px;
  }

  footer {
    margin-top: 70px;
  }

  .modal-overflow.active img:last-child {
    transform: translate(20%);
  }

  .gallery-images {
    flex-wrap: wrap;
    gap: 10px;
  }

  .gallery-images a {
    width: calc(50% - 5px);
  }

  .modal_content {
    height: calc(100% - 330px);
  }
}

@media (max-width: 530px) {
  .start {
    margin-top: 60px;
    max-width: 100%
  }

  .start .start_item {
    height: -moz-max-content;
    height: max-content
  }

  .start .start_item .start_item_buttons button,
  .start .start_item .start_item_buttons a {
    padding: 21px 30px 21px 15px
  }

  .start .start_item_video {
    margin-top: 0
  }

  .start_item:first-child .start_item_title {
    font-size: 18px;
    margin-right: 15px;
    width: calc(100% - 72px);
  }

  .start_item_img {
    width: 57px;
    height: 57px;
  }

  .start_item_descr {
    font-size: 14px;
  }

  .start_item_buttons button svg {
    right: 5px;
  }

  .blog-posts .item .thumbnail {
    height: 125px;
  }

  .blog-posts .item {
    padding: 25px;
  }

  .blog-posts .item .top-side .title {
    font-size: 14px;
    line-height: 27px;
  }

  .blog-posts .item .top-side .excerpt {
    font-size: 13px;
    line-height: 23px;
  }

  .blog-posts .item .top-side {
    height: 140px;
  }

  .rate_rating_list li {
    height: 60px;
  }

  .rate_rating_list li .name {
    font-size: 13px;
  }

  .rate_rating_title .top-wrapper {
    width: 85px;
    border-radius: 5px;
  }

  .rate_rating_title .orange .top {
    border-radius: 5px;
  }

  .rate_rating_title .top {
    padding: 12px 15px;
    font-size: 13px;
    border-radius: 5px;
  }

  .rate_rating_list {
    margin-top: 15px;
  }

  .rate_rating {
    margin-top: 25px;
  }
}

@media (max-width: 383px) {
  .preview_content_big {
    font-size: 31px
  }
}