html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

html,
body {
  height: 100%;
  width: 100%; }

body {
  line-height: 1;
  -webkit-text-size-adjust: none; }

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

ol, ul, nav, menu {
  list-style: none; }

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

img {
  vertical-align: bottom; }

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0; }

a:hover, button:hover {
  cursor: pointer; }

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

button {
  border: none;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th, td {
  vertical-align: middle; }

iframe {
  width: 100%; }

/* Montserrat */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat-Italic"), url("../fonts/Montserrat-Italic.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat-MediumItalic"), url("../fonts/Montserrat-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat-SemiBoldItalic"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat-BoldItalic"), url("../fonts/Montserrat-BoldItalic.woff") format("woff"); }

/* ============================ mixin */
/* =========================== polyfills focus-visible */
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.focus-visible {
  outline: 1px solid #5b8ba3;
  outline-offset: 1px;
  transition: none; }

/* =========================== all */
body {
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  background: #fafafa;
  line-height: 1.5; }

.body_scroll {
  overflow: hidden; }

h1, h2, h3, h4 {
  color: #165C7D;
  margin-bottom: 17px; }

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 30px;
      line-height: 34px; } }

h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 28px;
      line-height: 32px; } }

h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #154902; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 24px;
      line-height: 28px; } }

h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 18px;
      line-height: 22px; } }

p + h2, p + h3, p + h4, p + div {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    p + h2, p + h3, p + h4, p + div {
      margin-top: 30px; } }

ol:not([class]), ul:not([class]) {
  margin-bottom: 20px; }

ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative; }

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block; }

ol:not([class]) {
  counter-reset: number; }

ol:not([class]) li::before {
  counter-increment: number;
  content: counter(number) "." " "; }

ul:not([class]) li {
  padding-left: 25px; }

ul:not([class]) li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #165C7D;
  top: 9px;
  left: 10px; }

ol ol, ul ul {
  margin-left: 30px; }

a, p, ol:not([class]) li, ul:not([class]) li {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 768px) {
    a, p, ol:not([class]) li, ul:not([class]) li {
      font-size: 16px;
      line-height: 25px; } }

p {
  margin-bottom: 20px; }

a {
  color: #5b8ba3;
  text-decoration: underline; }
  a:hover {
    color: #154902; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; }

section {
  padding: 50px 0; }

.float_right {
  float: right;
  margin-left: 20px; }

.float_left {
  float: left;
  margin-right: 20px; }

.float_right, .float_left {
  margin-bottom: 20px; }

.float_right img, .float_left img {
  margin-bottom: 0px; }

@media screen and (max-width: 768px) {
  .float_right, .float_left {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

* {
  transition: all .3s; }

.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 auto; }

.overly {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); }

.clear::after {
  content: "";
  display: block;
  clear: both; }

/* flexbox */
.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* gridbox */
.gridbox {
  display: grid;
  justify-content: space-between; }

/* breadcrumbs */
.breadcrumbs {
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 30px; }
  .breadcrumbs li, .breadcrumbs a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-transform: uppercase; }
  .breadcrumbs li {
    color: rgba(0, 0, 0, 0.9);
    margin-right: 15px; }
    .breadcrumbs li:last-child {
      margin-right: 0px; }
  .breadcrumbs a {
    position: relative;
    color: #737373;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
    .breadcrumbs a::after {
      position: absolute;
      content: "";
      width: 10px;
      height: 6px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#more");
      top: 6px;
      right: -14px;
      transform: rotate(-90deg); }

/* scroll vertical */
.scroll {
  overflow-y: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent; }

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%; }

.scroll::-webkit-scrollbar-track {
  background-color: transparent; }

.scroll::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px; }

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9; }

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9; }

.scroll::-webkit-scrollbar-thumb:vertical {
  min-height: 50%; }

.scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: 4px; }

/* scroll horizontal */
.scroll_horizontal {
  overflow-x: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent; }

.scroll_horizontal::-webkit-scrollbar {
  width: 50%;
  height: 4px; }

.scroll_horizontal::-webkit-scrollbar-track {
  background-color: transparent; }

.scroll_horizontal::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px; }

.scroll_horizontal::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9; }

.scroll_horizontal::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9; }

.scroll_horizontal::-webkit-scrollbar-thumb:horizontal {
  min-width: 50%; }

.scroll_horizontal::-webkit-scrollbar-thumb:vertical {
  min-height: 4px; }

/* table */
table {
  border-collapse: collapse;
  background: rgba(193, 209, 225, 0.2);
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin: 60px 0; }
  table th, table td {
    width: 1%;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    border: 1px solid rgba(193, 209, 225, 0.75);
    padding: 10px 22px; }
  table tr td {
    border-left: none;
    border-top: none; }
    table tr td:last-child {
      border-right: none; }
    table tr td:first-child {
      text-align: left; }
  table tr:last-child td {
    border-bottom: none; }
  table a, table b {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px; }
  table a {
    color: #165C7D;
    text-decoration: none; }
  table img {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  table b {
    color: #154902; }
  @media screen and (max-width: 768px) {
    table {
      margin: 30px 0; }
      table th, table td, table a, table b {
        font-size: 14px;
        line-height: 20px; } }

.table {
  display: table;
  border-collapse: collapse;
  border-spacing: 20px 0; }
  .table .tr {
    display: table-row; }
  .table .th, .table .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

/* form */
form input, form textarea {
  background: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 30px; }

form input {
  height: 56px;
  line-height: 54px;
  padding-left: 17px; }

form textarea {
  resize: none;
  padding: 18px 17px; }

button {
  font-family: "Montserrat"; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em; }

input::placeholder, textarea::placeholder {
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em; }

input:focus, input .focus-visible, textarea:focus, textarea .focus-visible {
  outline: none;
  border-color: #5b8ba3; }
  input:focus::-moz-placeholder, input .focus-visible::-moz-placeholder, textarea:focus::-moz-placeholder, textarea .focus-visible::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9); }
  input:focus:-ms-input-placeholder, input .focus-visible:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, textarea .focus-visible:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9); }
  input:focus::placeholder, input .focus-visible::placeholder, textarea:focus::placeholder, textarea .focus-visible::placeholder {
    color: rgba(0, 0, 0, 0.9); }
  input:focus::-webkit-input-placeholder, input .focus-visible::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea .focus-visible::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9); }
  input:focus:-moz-placeholder, input .focus-visible:-moz-placeholder, textarea:focus:-moz-placeholder, textarea .focus-visible:-moz-placeholder {
    color: rgba(0, 0, 0, 0.9); }
  input:focus::-moz-placeholder, input .focus-visible::-moz-placeholder, textarea:focus::-moz-placeholder, textarea .focus-visible::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9); }
  input:focus:-ms-input-placeholder, input .focus-visible:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, textarea .focus-visible:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9); }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none; }

/* ============================ container */
.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 10px; } }

.main {
  padding-top: 60px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .main {
      padding-top: 30px;
      margin-bottom: 30px; } }

/* ================ header footer */
/* header */
.header {
  position: relative;
  z-index: 102;
  background: rgba(40, 40, 40, 0.9);
  padding: 20px 0; }
  .header .container {
    justify-content: flex-start; }

.header-navigation {
  gap: 40px;
  align-items: center;
  margin-left: auto; }

.logo img {
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .logo img {
    width: 200px; } }

/* form search */
.form-search .formgroup {
  position: relative; }

.form-search input {
  width: 17px;
  height: 33px;
  line-height: 31px;
  background: transparent;
  border-radius: 10px;
  font-weight: 400;
  border-color: transparent;
  color: transparent;
  padding-left: 10px;
  margin-bottom: 0; }
  .form-search input::-moz-placeholder {
    font-weight: 400;
    color: transparent; }
  .form-search input:-ms-input-placeholder {
    font-weight: 400;
    color: transparent; }
  .form-search input::placeholder {
    font-weight: 400;
    color: transparent; }
  .form-search input::-webkit-input-placeholder {
    font-weight: 400;
    color: transparent; }
  .form-search input:-moz-placeholder {
    font-weight: 400;
    color: transparent; }
  .form-search input::-moz-placeholder {
    font-weight: 400;
    color: transparent; }
  .form-search input:-ms-input-placeholder {
    font-weight: 400;
    color: transparent; }

.form-search button {
  position: absolute; }

.form-search.active input, .form-search.mobile-form-search input {
  width: 197px;
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.6); }
  .form-search.active input::-moz-placeholder, .form-search.mobile-form-search input::-moz-placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }
  .form-search.active input:-ms-input-placeholder, .form-search.mobile-form-search input:-ms-input-placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }
  .form-search.active input::placeholder, .form-search.mobile-form-search input::placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }
  .form-search.active input::-webkit-input-placeholder, .form-search.mobile-form-search input::-webkit-input-placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }
  .form-search.active input:-moz-placeholder, .form-search.mobile-form-search input:-moz-placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }
  .form-search.active input::-moz-placeholder, .form-search.mobile-form-search input::-moz-placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }
  .form-search.active input:-ms-input-placeholder, .form-search.mobile-form-search input:-ms-input-placeholder {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }

.form-search.active .search-action, .form-search.mobile-form-search .search-action {
  display: none; }

.form-search.active .search-close, .form-search.mobile-form-search .search-close {
  display: block; }

.form-search.mobile-form-search .search-close {
  display: none; }

.form-search.mobile-form-search input {
  width: 100%;
  background: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.search-action {
  right: 0;
  top: calc(50% - 8.5px);
  width: 17px;
  height: 17px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#search"); }
  .search-action:hover {
    opacity: .5; }

.search-close {
  display: none;
  right: 10px;
  top: calc(50% - 6px);
  opacity: .6;
  width: 12px;
  height: 12px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#close"); }
  .search-close::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    top: calc(50% - 12px);
    left: -10px; }
  .search-close:hover {
    opacity: .5; }

/* lang */
.lang {
  position: relative; }
  .lang.active .langdown {
    display: block;
    background: #fff; }

.btn-lang {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 24px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#earth"); }
  .btn-lang:hover {
    opacity: .5; }

.langdown {
  display: none;
  position: absolute;
  width: 664px;
  height: 608px;
  right: 0;
  top: 58px;
  padding: 34px 60px;
  padding-bottom: 18px; }
  .langdown .heading {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 27px; }
  .langdown .current {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 27px; }
  .langdown li, .langdown a {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px; }
  .langdown a {
    color: #165C7D;
    text-decoration: none; }
  .langdown li {
    width: 50%;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 17px; }
  .langdown .close {
    position: absolute;
    width: 12px;
    height: 12px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#close");
    top: 16px;
    right: 16px; }
  @media screen and (max-width: 1110px) {
    .langdown {
      right: -65px; } }
  @media screen and (max-width: 768px) {
    .langdown {
      top: 53px;
      width: 320px;
      padding: 30px; }
      .langdown .heading {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px; }
      .langdown .scroll {
        height: 400px; }
      .langdown .language {
        display: block; }
      .langdown li {
        width: 100%; } }

/* menu */
.header .menu {
  gap: 40px; }

.menu-link {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  text-decoration: none; }
  .menu-link:hover {
    color: rgba(250, 250, 250, 0.5); }

/* hamburger */
.hamburger {
  display: none;
  width: 25px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  margin: 0; }

.hamburger:hover, .hamburger.is_active:hover {
  opacity: 0.7; }

.hamburger.is_active .hamburger-box {
  width: 25px; }

.hamburger.is_active .hamburger-inner {
  background-color: #fff; }

.hamburger.is_active .hamburger-inner::before,
.hamburger.is_active .hamburger-inner::after {
  background-color: #fff; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px; }

.hamburger-inner {
  display: block;
  top: 50%; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1.5px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner {
  background-color: #fff; }

.hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff;
  right: 0; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  width: 25px;
  top: 8px; }

.hamburger-inner::after {
  width: 25px;
  bottom: 8px; }

.hamburger_spin .hamburger-inner {
  width: 25px;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger_spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, 
 opacity 0.1s ease-in; }

.hamburger_spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger_spin.is_active .hamburger-inner {
  width: 25px;
  height: 2px;
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger_spin.is_active .hamburger-inner::before {
  height: 2px;
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger_spin.is_active .hamburger-inner::after {
  height: 2px;
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* navigation mob */
.mobile-navigation {
  position: fixed;
  z-index: 101;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  padding-top: 120px; }
  .mobile-navigation .menu {
    text-align: center;
    margin-bottom: 30px; }
  .mobile-navigation .menu__item {
    padding: 10px 0; }
  .mobile-navigation .menu-link {
    color: rgba(0, 0, 0, 0.9); }

.mobile-navigation_open {
  width: 100%;
  transition: width .3s;
  padding: 30px;
  padding-top: 120px; }

@media screen and (max-width: 1110px) {
  .header-navigation .menu, .header-navigation .header-form-search {
    display: none; }
  .hamburger {
    display: block; } }

/* ========= footer */
.footer {
  background: rgba(18, 18, 18, 0.9);
  padding: 47px 0 65px; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 30px 0 40px; } }

.footer_top {
  align-items: center;
  gap: 30px;
  padding-bottom: 24px; }
  @media screen and (max-width: 992px) {
    .footer_top .logo {
      margin: 0 auto; } }

.payment-block {
  align-items: center;
  gap: 20px 46px;
  margin-left: auto; }
  .payment-block img {
    margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    .payment-block {
      min-width: 100%;
      justify-content: center;
      margin-left: 0; } }

.footer_bottom {
  align-items: start; }
  .footer_bottom .soc {
    margin-bottom: 20px; }
  .footer_bottom .menu {
    gap: 40px; }
  .footer_bottom a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }
    .footer_bottom a:hover {
      color: #fff; }
  @media screen and (max-width: 768px) {
    .footer_bottom .footer-info {
      order: 2;
      min-width: 100%; }
    .footer_bottom .menu {
      order: 1;
      min-width: 100%;
      justify-content: center;
      margin-bottom: 20px; } }

.copy {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.8);
  text-align: center; }

.soc {
  justify-content: center;
  gap: 10px; }

.soc-link {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .soc-link::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .soc-link:hover {
    border-color: #fff; }

.soc-border .soc-link:hover {
  border-color: rgba(0, 0, 0, 0.9); }

.soc-facebook::before {
  width: 10px;
  height: 23px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#facebook"); }

.soc-inst::before {
  width: 18px;
  height: 18px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#inst"); }

.soc-twitter::before {
  width: 20px;
  height: 20px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#twitter"); }

.soc-youtube::before {
  width: 20px;
  height: 18px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#youtube"); }

.soc-f::before {
  width: 12px;
  height: 20px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#f"); }

.soc-i::before {
  width: 19px;
  height: 19px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#i"); }

/* ========= promo */
.promo {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .promo {
      margin-bottom: 30px; } }

/*  ======== author blockquote */
.author-blockquote {
  border-top: 1px solid rgba(193, 209, 225, 0.75);
  border-bottom: 1px solid rgba(193, 209, 225, 0.75);
  gap: 25px;
  padding: 20px 0;
  margin-bottom: 60px; }
  .author-blockquote .author {
    width: 280px;
    align-items: start; }
  .author-blockquote .text {
    flex: 1; }
    .author-blockquote .text p {
      font-size: 16px;
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .author-blockquote {
      margin-bottom: 30px; }
      .author-blockquote .text {
        min-width: 100%; } }

.author-img {
  width: 76px;
  height: 76px;
  border-radius: 5px;
  margin-right: 30px; }
  .author-img img {
    width: 76px;
    height: 76px;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0; }

.author-info {
  flex: 1;
  align-items: start; }
  .author-info .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px; }
  .author-info .total, .author-info time {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; }
  .author-info time {
    font-size: 14px; }
  @media screen and (max-width: 768px) {
    .author-info .total {
      font-size: 16px;
      line-height: 25px; } }

/* ========== offer */
.offers {
  margin-bottom: 60px; }
  .offers h2 {
    margin-bottom: 5px; }
  .offers time {
    display: block;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000;
    margin-bottom: 5px; }
  @media screen and (max-width: 768px) {
    .offers {
      margin-bottom: 30px; } }

.offer-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 17px; }
  .offer-table .tr {
    background: #F5F5F5;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px; }
  .offer-table .td {
    padding: 30px 19px; }
    .offer-table .td:first-child {
      padding-left: 30px; }
    .offer-table .td:last-child {
      padding-right: 30px; }
  .offer-table img {
    margin-bottom: 0; }
  .offer-table .title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px; }
  .offer-table .bonus, .offer-table .payout {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #165C7D; }
  .offer-table .ocena {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px; }
  .offer-table .btn-play {
    margin-bottom: 15px; }
  @media screen and (max-width: 992px) {
    .offer-table {
      display: block; }
      .offer-table .tr, .offer-table .td {
        display: block; }
      .offer-table .tr {
        padding: 10px;
        margin-bottom: 20px; }
      .offer-table .td {
        padding: 10px; }
        .offer-table .td:first-child {
          padding-left: 10px; }
        .offer-table .td:last-child {
          padding-right: 10px; }
      .offer-table .td-logo {
        width: 100%; } }

.td-logo {
  width: 235px; }

.offer-logo img {
  width: 186px;
  height: 100px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover; }

.td-payment {
  max-width: 223px; }
  @media screen and (max-width: 992px) {
    .td-payment {
      margin: 0 auto; } }

.payment-swiper {
  padding: 0 20px;
  margin-top: 5px; }
  .payment-swiper .item {
    width: 46px;
    margin: 0 auto; }
    .payment-swiper .item img {
      margin: 0; }
  .payment-swiper .swiper-slide {
    opacity: 0; }
  .payment-swiper .swiper-slide-next, .payment-swiper .swiper-slide-active, .payment-swiper .swiper-slide-next + .swiper-slide {
    opacity: 1; }

.swiper-btn {
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: center center / cover no-repeat;
  background-image: url("../img/sprite.svg#swiper");
  top: calc(50% - 12px);
  cursor: pointer;
  margin-top: auto; }
  .swiper-btn::after {
    display: none; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0;
  transform: scale(-1, -1); }

.btn-play {
  background: #4BE9FF;
  border: 3px solid #4BE9FF;
  color: #000000;
  line-height: 59px; }
  .btn-play:hover {
    background: #3095a3;
    border: 3px solid #2b8693;
    color: #fff; }

.review {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.9); }
  .review:hover {
    color: rgba(0, 0, 0, 0.5); }

.offer-table-hidden {
  height: 1780px;
  overflow: hidden;
  margin-bottom: 30px; }
  .offer-table-hidden.open {
    height: auto; }
  @media screen and (max-width: 992px) {
    .offer-table-hidden {
      height: 5250px; } }

.offer-table_small {
  border-spacing: 0;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .offer-table_small {
      margin-bottom: 30px; } }

.btn-more {
  width: 235px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  line-height: 56px;
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9); }
  .btn-more .svg-icon {
    display: inline-block;
    vertical-align: middle; }
  .btn-more:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(193, 209, 225, 0.75);
    color: #fff; }
    .btn-more:hover .svg-icon {
      fill: #fff; }

/* licencia */
.licenca {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .licenca {
      margin-bottom: 30px; } }

.licenca-list {
  border: 1px solid rgba(193, 209, 225, 0.75); }
  .licenca-list li {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(193, 209, 225, 0.75);
    padding: 10px 0;
    padding-left: 45px; }
    .licenca-list li:last-child {
      border-bottom: none; }
    .licenca-list li::before {
      position: absolute;
      content: "";
      width: 16px;
      height: 11px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#check");
      left: 17px;
      top: calc(50% - 5.5px); }
  @media screen and (max-width: 768px) {
    .licenca-list li {
      font-size: 16px;
      line-height: 25px; } }

/* prednosti */
.prednosti {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .prednosti {
      margin-bottom: 30px; } }

.features {
  margin-bottom: 30px; }

.feature {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 30px; }
  .feature:last-child {
    margin-bottom: 0; }
  .feature .img {
    width: 100px;
    margin-bottom: 0; }
  .feature img {
    margin-bottom: 0; }
  .feature .text {
    flex: 1; }
    .feature .text p {
      margin-bottom: 0; }
  .feature p + table {
    margin-top: 20px; }
  .feature table {
    margin: 0; }
    .feature table td, .feature table a {
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.01em; }
    .feature table img {
      margin-right: 10px; }
  @media screen and (max-width: 768px) {
    .feature {
      text-align: center;
      padding: 20px; }
      .feature .img {
        margin: 0 auto; }
      .feature .text {
        min-width: 100%; }
      .feature table img {
        display: block;
        margin-right: 0;
        margin-bottom: 10px; } }

.feature-block {
  gap: 30px; }

/* faq */
.faq {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .faq {
      margin-bottom: 30px;
      margin-top: 30px; } }

.faq-container {
  flex: 1;
  counter-reset: number;
  overflow-anchor: none;
  margin-right: 55px; }
  @media screen and (max-width: 992px) {
    .faq-container {
      min-width: 100%;
      margin-right: 0;
      margin-bottom: 40px; } }

.faq-block {
  position: relative;
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px; }
  .faq-block:last-child {
    margin-bottom: 0; }
  .faq-block .heading {
    position: relative;
    z-index: 20;
    width: 100%;
    text-align: left;
    color: #154902;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 37px;
    cursor: pointer;
    padding: 20px 50px 20px 17px; }
    .faq-block .heading:hover {
      color: rgba(0, 0, 0, 0.9); }
    .faq-block .heading::before {
      counter-increment: number;
      content: counter(number) ". "; }
    .faq-block .heading::after {
      position: absolute;
      content: "";
      width: 17px;
      height: 10px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#faq");
      right: 34px;
      top: 33px; }
  @media screen and (max-width: 768px) {
    .faq-block .heading {
      font-size: 16px;
      line-height: 20px; } }

.faq-text {
  position: relative;
  z-index: 10;
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s linear;
  padding: 0 40px 0 50px; }
  .faq-text p {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #000; }
  @media screen and (max-width: 768px) {
    .faq-text {
      padding: 0 20px; }
      .faq-text p {
        font-size: 14px;
        line-height: 22px; } }

.faq_open .heading {
  color: rgba(0, 0, 0, 0.9); }
  .faq_open .heading::after {
    transform: rotate(-180deg); }

.faq_open .faq-text {
  max-height: 500px; }

/* ================== index two */
/* table content */
.table-content_small {
  width: 317px;
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px 17px;
  padding-bottom: 5px;
  margin: 0 auto; }

 


/*   .table-content_small ol {
    height: 285px;
    overflow: hidden;
    margin-bottom: 5px; } */
.table-content_small ol {
    margin-bottom: 5px; }


    .table-content_small ol li {
      line-height: 21px;
      margin-bottom: 10px; }
      .table-content_small ol li:last-child {
        margin-bottom: 0; }
      .table-content_small ol li::before {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.01em;
        color: #154902; }
    .table-content_small ol a {
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.01em;
      color: #154902;
      text-decoration: none; }
      .table-content_small ol a:hover {
        color: #5b8ba3; }


/*     .table-content_small ol ul {
      margin-top: 12px;
      margin-bottom: 0; } */
.table-content_small ol ul {
      height: 0;
      overflow: hidden;
      margin-bottom: 0; }




      .table-content_small ol ul li, .table-content_small ol ul a {
        font-weight: 400;
        font-size: 12px;
        line-height: 21px; }
/* table content new */

.table-content_small ol {
    margin-bottom: 5px; }

.table-content_small ol ul {
      height: 0;
      overflow: hidden;
      margin-bottom: 0; }
      .table-content_small ol ul li::before {
        counter-increment: none; }

 .table-content_small.open ol ul {
    height: auto;
    margin-top: 12px; }

/* table content end */

  .table-content_small .more {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto; }
    .table-content_small .more::before {
      position: absolute;
      content: "";
      width: 11px;
      height: 6px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#more");
      top: calc(50% - 3px);
      left: calc(50% - 5.5px); }
    .table-content_small .more:hover {
      opacity: .5; }
  .table-content_small.open ol {
    height: auto; }
  .table-content_small.open .more::before {
    transform: rotate(-180deg); }

.table-content_full {
  background: rgba(193, 209, 225, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 60px; }
  .table-content_full .heading {
    width: 100%;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #154902;
    padding: 22px 17px; }
    .table-content_full .heading span {
      position: relative;
      color: rgba(0, 0, 0, 0.5);
      text-transform: none;
      padding-right: 15px; }
      .table-content_full .heading span::after {
        position: absolute;
        content: "";
        width: 11px;
        height: 6px;
        background: center center / cover no-repeat;
        background-image: url("../img/sprite.svg#more");
        right: 0;
        top: calc(50% - 3px); }
    .table-content_full .heading:hover {
      color: #5b8ba3; }
  .table-content_full ol {
    -moz-columns: 2;
         columns: 2;
    height: 0;
    overflow: hidden;
    padding: 0 22px;
    margin-bottom: 0; }
    .table-content_full ol li {
      margin-bottom: 20px; }
    .table-content_full ol a {
      color: rgba(0, 0, 0, 0.9);
      text-decoration: none; }
      .table-content_full ol a:hover {
        color: #5b8ba3; }
  .table-content_full.open ol {
    height: auto; }
  .table-content_full.open .heading span:after {
    transform: rotate(-180deg); }
  @media screen and (max-width: 992px) {
    .table-content_full ol {
      -moz-columns: 1;
           columns: 1; } }
  @media screen and (max-width: 768px) {
    .table-content_full {
      overflow: hidden;
      margin-bottom: 30px; } }

/* =================== casino igre */
/* game */
.game-free {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .game-free {
      padding: 20px;
      margin-bottom: 30px; } }

.game-free__item {
  gap: 30px;
  align-items: center;
  margin-bottom: 30px; }
  .game-free__item .img {
    width: 150px; }
  .game-free__item .name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #165C7D;
    text-align: center;
    margin-bottom: 5px; }
  .game-free__item img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0; }
  .game-free__item h3 {
    text-transform: uppercase; }
  .game-free__item .text {
    flex: 1; }
    .game-free__item .text p:last-child {
      margin-bottom: 0; }
  .game-free__item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .game-free__item .img {
      margin: 0 auto; }
    .game-free__item .text {
      min-width: 100%; } }

/* develop */
.develop-block {
  margin-bottom: 30px; }

.develop__item {
  gap: 30px;
  align-items: center;
  margin-bottom: 30px; }
  .develop__item .img {
    width: 200px; }
    .develop__item .img img {
      margin-bottom: 0; }
  .develop__item h3 {
    text-transform: uppercase; }
  .develop__item .text {
    flex: 1; }
  .develop__item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .develop__item .img {
      margin: 0 auto; }
    .develop__item .text {
      min-width: 100%; } }

/* =================== casino ruleta */
.game-links {
  grid-template-columns: repeat(auto-fit, minmax(228px, 228px));
  grid-gap: 30px;
  margin-bottom: 60px; }
  @media screen and (max-width: 992px) {
    .game-links {
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .game-links {
      margin-bottom: 30px; } }

.game-links__item {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-decoration: none;
  padding: 15px; }
  .game-links__item img {
    margin-bottom: 15px; }
  .game-links__item figcaption {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.9);
    letter-spacing: 0; }
  .game-links__item:hover figcaption {
    color: #154902; }

/* ==================== casino page */
/* casino information */
.casino-information {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 30px; }
  .casino-information .offer-table .tr {
    box-shadow: none; }
  .casino-information .offer-table .td {
    padding: 0 20px; }
    .casino-information .offer-table .td:first-child {
      padding-left: 0; }
    .casino-information .offer-table .td:last-child {
      padding-right: 0;
      text-align: right; }
  .casino-information .offer-table .btn {
    display: inline-block;
    margin: 0; }
  .casino-information .offer-logo img {
    margin: 0; }
  @media screen and (max-width: 992px) {
    .casino-information .offer-table .tr {
      padding: 0;
      margin-bottom: 0; }
    .casino-information .offer-table .td {
      padding: 0;
      padding-bottom: 20px; }
      .casino-information .offer-table .td:last-child {
        text-align: center;
        padding-bottom: 0; }
    .casino-information .offer-logo img {
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .casino-information {
      padding: 20px; } }

.character__item {
  padding-left: 67px;
  margin-bottom: 30px; }
  .character__item .heading {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #165C7D;
    margin-bottom: 17px; }
    .character__item .heading img {
      position: absolute;
      left: -67px;
      top: 0; }
  .character__item .text p:last-child {
    margin-bottom: 0; }
  .character__item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .character__item {
      padding-left: 0; }
      .character__item .heading {
        padding-left: 67px; }
        .character__item .heading img {
          left: 0; } }

/* game links */
.review-block {
  margin-bottom: 40px; }

.game-links-block .heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 17px; }

/* review block */
.review-header {
  align-items: center;
  gap: 20px;
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 16px;
  padding-right: 30px;
  margin-bottom: 70px; }
  @media screen and (max-width: 780px) {
    .review-header {
      justify-content: center;
      padding-right: 16px;
      margin-bottom: 30px; } }

.review-header-user {
  align-items: center;
  gap: 20px 16px; }
  .review-header-user .img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .review-header-user img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0; }
  @media screen and (max-width: 550px) {
    .review-header-user {
      text-align: center; }
      .review-header-user .img {
        min-width: 100%; }
      .review-header-user img {
        margin: 0 auto; } }

.user-info .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 8px; }

@media screen and (max-width: 550px) {
  .user-info {
    min-width: 100%; } }

.rating {
  gap: 10px;
  justify-content: flex-start; }
  .rating .star {
    width: 29px;
    height: 29px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#star"); }
    .rating .star.active {
      background-image: url("../img/sprite.svg#star-active"); }
  @media screen and (max-width: 550px) {
    .rating {
      justify-content: center;
      gap: 0; }
      .rating .star {
        transform: scale(0.7); } }

.btn-write, .btn-submit {
  width: 235px;
  line-height: 54px;
  background: #4aa9ef;
  border: 3px solid #4aa9ef;
  color: #000000;
  font-size: 20px;
  margin: 0; }
  .btn-write:hover, .btn-submit:hover {
    background: #3b87bf;
    border-color: #2f78ab;
    color: #fff; }

.comment-block {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 30px; }

.comment-header {
  justify-content: flex-start;
  gap: 20px 40px;
  border-bottom: 1px solid rgba(193, 209, 225, 0.75);
  padding: 21px 26px 22px; }

.sort {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.9); }

.list-date {
  position: relative;
  padding-right: 15px; }
  .list-date::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 6px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#more");
    right: 0;
    top: calc(50% - 3px); }
  .list-date.open::after {
    transform: rotate(-180deg); }

.comment {
  border-bottom: 1px solid rgba(193, 209, 225, 0.75);
  gap: 30px;
  padding: 30px 30px 20px 26px; }
  .comment .text {
    flex: 1; }
    .comment .text p:last-child {
      margin-bottom: 0; }
  .comment .text-body {
    position: relative;
    padding-left: 64px; }
    .comment .text-body::before {
      position: absolute;
      content: "";
      top: 4px;
      left: 0;
      width: 34px;
      height: 34px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#like"); }
  .comment .title {
    margin-bottom: 30px; }
  .comment time {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 15px; }
  @media screen and (max-width: 660px) {
    .comment {
      justify-content: center; }
      .comment .text {
        min-width: 100%; }
      .comment .text-body {
        padding-left: 40px; }
        .comment .text-body::before {
          transform: scale(0.7);
          top: 0; } }

.comment-like .text-body::before {
  background-image: url("../img/sprite.svg#like"); }

.comment-unlike .text-body::before {
  background-image: url("../img/sprite.svg#unlike"); }

.user-img {
  width: 160px; }
  .user-img .img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .user-img .img img {
      width: 133px;
      height: 133px;
      border-radius: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      margin: 0; }
  .user-img .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 10px; }
  .user-img .country {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.9);
    letter-spacing: 0.01em;
    text-align: center; }

.comment-answer {
  padding-left: 22%; }
  .comment-answer .user-img {
    width: 80px; }
    .comment-answer .user-img .img {
      margin-bottom: 0; }
    .comment-answer .user-img img {
      width: 67px;
      height: 67px; }
  .comment-answer .text-body {
    padding-left: 0; }
    .comment-answer .text-body::before {
      display: none; }
  .comment-answer .country-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    margin-bottom: 5px; }

.comment-footer {
  padding: 20px 26px; }
  .comment-footer .review-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.9); }
  @media screen and (max-width: 768px) {
    .comment-footer {
      text-align: center; } }

.form-comment {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 16px 26px 30px 13px; }
  @media screen and (max-width: 768px) {
    .form-comment {
      padding: 20px; } }

.form-body {
  gap: 20px 16px; }
  .form-body .img {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: start; }
    .form-body .img img {
      width: 67px;
      height: 67px;
      border-radius: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      margin: 0; }
  .form-body .text {
    flex: 1; }
  .form-body .heading {
    margin-bottom: 40px; }
    .form-body .heading .title {
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 0.01em;
      color: rgba(0, 0, 0, 0.9); }
  .form-body .formtextarea-block {
    margin-bottom: 30px; }
  .form-body .formtextarea {
    position: relative; }
    .form-body .formtextarea textarea {
      display: block;
      min-height: 146px;
      background: #FAFAFA;
      border: 1px solid rgba(193, 209, 225, 0.75);
      outline: none;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.02em;
      padding: 20px;
      padding-left: 71px;
      margin: 0; }
      .form-body .formtextarea textarea.focus-visible {
        outline: none; }
      .form-body .formtextarea textarea::-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.02em; }
      .form-body .formtextarea textarea:-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.02em; }
      .form-body .formtextarea textarea::placeholder {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.02em; }
      .form-body .formtextarea textarea::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.02em; }
      .form-body .formtextarea textarea:-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.02em; }
      .form-body .formtextarea textarea::-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.02em; }
      .form-body .formtextarea textarea:-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.02em; }
    .form-body .formtextarea:first-child textarea {
      border-radius: 5px 5px 0 0; }
    .form-body .formtextarea:last-child textarea {
      border-top: none;
      border-radius: 0 0 5px 5px; }
    .form-body .formtextarea .icon {
      position: absolute;
      top: 20px;
      left: 17px; }
    .form-body .formtextarea .icon-like {
      width: 34px;
      height: 34px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#like"); }
    .form-body .formtextarea .icon-unlike {
      width: 34px;
      height: 34px;
      background: center center / cover no-repeat;
      background-image: url("../img/sprite.svg#unlike"); }
  @media screen and (max-width: 550px) {
    .form-body .img {
      margin: 0 auto; }
    .form-body .text {
      text-align: center;
      min-width: 100%; }
    .form-body .btn-submit {
      margin: 0 auto; } }

.btn-submit {
  width: 226px; }

/* ==================== slots page */
.slots {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 50px 30px;
  margin-bottom: 60px; }
  .slots .swiper_hidden {
    position: relative;
    max-width: 1050px;
    padding: 0 60px;
    margin: 0 auto; }

.slots-swiper {
  position: static; }
  .slots-swiper .btn-slots {
    display: block;
    width: 30px;
    height: 30px;
    background: center center / cover no-repeat;
    background-image: url("../img/sprite.svg#slots");
    transform: scale(-1, -1); }
    .slots-swiper .btn-slots::after {
      display: none; }
  .slots-swiper .swiper-button-next {
    right: 0; }
  .slots-swiper .swiper-button-prev {
    left: 0;
    transform: scale(1, 1); }
  .slots-swiper .item {
    display: block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto; }
  .slots-swiper .img {
    margin-bottom: 17px; }
  .slots-swiper img {
    width: 200px;
    height: 200px;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0; }
  .slots-swiper .heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000; }
  .slots-swiper .swiper-pagination {
    display: none; }

.slot-info-block {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 60px; }
  .slot-info-block p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .slot-info-block {
      padding: 20px;
      margin-bottom: 30px; }
      .slot-info-block h3 {
        text-align: center; } }

/* ================= slot page */
.demo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 63%;
  margin-bottom: 60px; }
  .demo iframe, .demo img, .demo .slot-rating, .demo .btn-block {
    position: absolute; }
  .demo .slot-rating, .demo .btn-block {
    z-index: 3; }
  .demo .slot-rating {
    width: 111px;
    background: #FAFAFA;
    border-radius: 5px;
    top: 60px;
    left: 60px;
    padding: 25px; }
    .demo .slot-rating .title {
      text-align: center;
      font-weight: 700;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.1em;
      color: rgba(0, 0, 0, 0.9);
      margin-bottom: 5px; }
    .demo .slot-rating .total {
      font-weight: 700;
      font-size: 22px;
      line-height: 27px;
      color: #165C7D; }
  .demo .btn-block {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .demo iframe, .demo img {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .demo iframe {
    z-index: 1; }
  .demo img {
    z-index: 2; }
  .demo::before {
    position: absolute;
    z-index: 3;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(80, 89, 98, 0.65);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 20px; }
  .demo .btn-play {
    width: 285px; }
  .demo.open iframe {
    z-index: 4; }
  @media screen and (max-width: 768px) {
    .demo .slot-rating {
      width: 80px;
      top: 20px;
      left: 20px;
      padding: 10px; } }
  @media screen and (max-width: 500px) {
    .demo .btn-block {
      transform: translate(-50%, 0);
      top: auto;
      bottom: 20px; } }

.btn-slot {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .btn-slot:hover {
    color: #fff;
    text-decoration: underline; }

/* slot block */
.slot-block {
  grid-template-columns: repeat(auto-fit, minmax(246px, 246px));
  grid-gap: 31px;
  margin-bottom: 60px; }
  @media screen and (max-width: 1100px) {
    .slot-block {
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .slot-block {
      margin-bottom: 30px; } }

.slot__item {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  padding: 30px; }
  .slot__item .img {
    width: 186px;
    height: 100px;
    margin-bottom: 30px; }
  .slot__item img {
    width: 186px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    margin: 0; }
  .slot__item .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 5px; }
  .slot__item .bonus-block, .slot__item .ocena-block {
    margin-bottom: 30px; }
  .slot__item .bonus, .slot__item .ocena {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px; }
  .slot__item .bonus {
    color: #165C7D; }
  .slot__item .ocena {
    color: rgba(0, 0, 0, 0.9); }

/* ================== blog page */
.blog_top {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .blog_top {
      margin-bottom: 30px; } }

.blog-block {
  grid-template-columns: repeat(auto-fit, minmax(350px, 350px));
  grid-gap: 30px; }
  @media screen and (max-width: 1100px) {
    .blog-block {
      justify-content: center; } }

.post .img {
  width: 350px;
  height: 350px;
  margin-bottom: 20px; }

.post img {
  width: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin: 0; }

.post .heading {
  display: inline-block;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #154902;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 17px; }
  .post .heading:hover {
    color: #165C7D; }

.post time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 17px; }

.post .text-body {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 17px; }
  .post .text-body p:last-child {
    margin-bottom: 0; }

.post .link {
  text-transform: uppercase;
  color: #000000; }
  .post .link:hover {
    color: #165C7D; }

.blog {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .blog {
      margin-bottom: 30px; } }

.post.flexbox {
  align-items: center;
  gap: 30px;
  margin-bottom: 33px; }
  .post.flexbox:last-child {
    margin-bottom: 0; }
  .post.flexbox .img {
    width: 200px;
    height: 173px;
    margin-bottom: 0; }
  .post.flexbox img {
    width: 200px;
    height: 173px; }
  .post.flexbox .text {
    flex: 1; }
  .post.flexbox .text-body {
    -webkit-line-clamp: 2; }
  .post.flexbox .link {
    font-size: 20px; }
  @media screen and (max-width: 768px) {
    .post.flexbox {
      justify-content: center;
      text-align: center; }
      .post.flexbox .text {
        min-width: 100%; } }

/* ================= post page */
article {
  margin-bottom: 60px; }
  article h1 {
    margin-bottom: 30px; }
  article img {
    margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    article {
      margin-bottom: 30px; } }

.comment-post {
  margin-bottom: 60px; }
  .comment-post .comment {
    gap: 30px 60px;
    align-items: start;
    padding: 30px; }
  .comment-post .user-img {
    width: 255px;
    align-items: center;
    gap: 30px; }
    .comment-post .user-img .title {
      flex: 1;
      margin-bottom: 0; }
    .comment-post .user-img .name, .comment-post .user-img time {
      text-align: left;
      margin-bottom: 0; }
    .comment-post .user-img time {
      font-weight: 400;
      line-height: 26px; }
  .comment-post .img {
    width: 76px;
    height: 76px;
    margin-bottom: 0; }
    .comment-post .img img {
      width: 76px;
      height: 76px; }
  .comment-post .text-body {
    padding-left: 0; }
    .comment-post .text-body::before {
      display: none; }
  @media screen and (max-width: 768px) {
    .comment-post {
      margin-bottom: 30px; }
      .comment-post .comment {
        padding: 20px; } }
  @media screen and (max-width: 600px) {
    .comment-post .user-img {
      width: 100%; } }

.form-post {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 60px; }
  .form-post .heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 17px; }
  .form-post .formgroup {
    gap: 30px; }
    .form-post .formgroup input {
      flex: 1; }
  .form-post .btn {
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .form-post {
      padding: 20px;
      margin-bottom: 30px; }
      .form-post .formgroup {
        margin-bottom: 30px; }
        .form-post .formgroup input {
          min-width: 100%;
          margin-bottom: 0; } }

/* =================== contact page */
.contact {
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  gap: 30px;
  padding: 30px;
  margin-bottom: 30px; }
  .contact .text {
    order: 2;
    flex: 1; }
  .contact p + .contact-links {
    margin-top: 30px; }
  .contact p, .contact span {
    color: #000000; }
  @media screen and (max-width: 992px) {
    .contact {
      display: block; }
      .contact .text {
        margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .contact {
      padding: 20px; } }

.contact-links {
  margin-bottom: 30px; }
  .contact-links span {
    display: block; }

.form-contact {
  order: 1;
  width: 445px; }
  .form-contact .btn {
    margin: 0 auto; }
  @media screen and (max-width: 992px) {
    .form-contact {
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    .form-contact {
      max-width: 445px;
      width: 100%; } }

/* ==================== about page */
p + .author-block {
  margin-top: 30px; }

.author-block {
  grid-template-columns: repeat(auto-fit, minmax(215px, 215px));
  grid-gap: 45px 30px;
  background: #F5F5F5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 45px;
  margin-bottom: 60px; }
  .author-block.flexbox {
    gap: 30px 40px;
    padding: 30px; }
    .author-block.flexbox .author__item .position {
      margin-bottom: 20px; }
  .author-block .text {
    flex: 1; }
    .author-block .text p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 1100px) {
    .author-block {
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .author-block {
      gap: 30px;
      padding: 20px;
      margin-bottom: 30px; }
      .author-block .text {
        min-width: 100%; } }

.author__item {
  width: 215px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0; }
  .author__item .img {
    width: 185px;
    height: 185px;
    margin: 0 auto;
    margin-bottom: 20px; }
    .author__item .img img {
      width: 185px;
      height: 185px;
      border-radius: 5px;
      margin: 0; }
  .author__item .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 5px; }
  .author__item .position {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #000000; }
  .author__item:hover .name {
    color: #5b8ba3; }
