/*!
Theme Name: sportforma.md
Theme URI: https://sportforma.md/
Author: sportforma.md
Author URI: https://sportforma.md/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sportforma

/* Reset
--------------------------------------------- */
html,
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: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  background-color: #fff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

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

abbr {
  border: none;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

i,
em {
  font-style: inherit;
}

dfn {
  font-style: inherit;
}

mark {
  background-color: transparent;
  color: inherit;
}

small {
  font-size: inherit;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #b3d4fc;
  text-shadow: none;
}

/**
 *  Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 *  Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  display: block;
  border: none;
  -ms-interpolation-mode: bicubic;
  /**vertical-align: middle;**/
}

iframe {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

th {
  font-weight: inherit;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

abbr,
acronym {
  border: 0;
}

/**
* Remove standard display Select
**/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/**
 * Remove default vertical scrollbar in IE 6/7/8/9.
 * Improve readability and alignment in all browsers.
 */
textarea {
  overflow-y: auto;
  overflow-x: hidden;
  vertical-align: top;
  resize: none;
}

/**
*Remove default Placeholder
**/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

#map .mapboxgl-marker svg {
  max-width: 27px;
  max-height: 41px;
}

[class*='icon-']:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/* Remove styles for input. */
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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

::-ms-clear {
  display: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
  display: block;
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  letter-spacing: inherit;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-align: left;
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  border: 0;
  padding: 0;
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* COMMON
--------------------------------------------- */
.hidden {
  display: none;
}

/* Fonts
--------------------------------------------- */
@font-face {
  font-family: 'Onest';
  src: url("/wp-content/themes/sportforma/fonts/Onest/WOFF/OnestRegular1602-hint.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url("/wp-content/themes/sportforma/fonts/Onest/WOFF/OnestBold1602-hint.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* Base
--------------------------------------------- */
.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

body {
  background-color: #f4f4f4;
}

section,
header,
footer {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 750px) {
  section,
  header,
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.post,
.page {
  margin: 0;
}

#toast-container {
  font-family: sans-serif;
}

/* Header
--------------------------------------------- */
.site_header .site_header_wrapper {
  width: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  max-width: 1370px;
}

.site_header .site_header_wrapper .logo_header_container {
  flex-shrink: 0;
  flex-grow: 1;
}

.site_header .site_header_wrapper .logo_header {
  display: block;
  max-width: 80px;
  width: 100%;
  height: auto;
}

.site_header .site_header_wrapper .main_navigation {
  margin-left: 157px;
  margin-right: auto;
  width: 100%;
}

.site_header .site_header_wrapper .main_navigation .menu {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 36px;
}

.site_header .site_header_wrapper .main_navigation .menu .menu-item {
  display: block;
}

.site_header .site_header_wrapper .main_navigation .menu .menu-item a {
  display: block;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.site_header .site_header_wrapper .language-switcher {
  margin-right: 70px;
}

.site_header .site_header_wrapper .language-switcher .widgettitle {
  display: none;
}

.site_header .site_header_wrapper .language-switcher .list {
  display: flex;
  gap: 15px;
}

.site_header .site_header_wrapper .language-switcher .list a {
  display: block;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.site_header .site_header_wrapper .language-switcher .list a:hover {
  color: #0c878e;
}

.site_header .site_header_wrapper .language-switcher .list a img,
.site_header .site_header_wrapper .language-switcher .list a .code {
  display: none;
}

.site_header .site_header_wrapper .language-switcher .list .wpglobus-current-language {
  color: #0c878e;
}

.site_header .site_header_wrapper .lang_items {
  margin-right: 70px;
}

.site_header .site_header_wrapper .lang_items .lang_item_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.site_header .site_header_wrapper .lang_items .lang_item_body .lang_item {
  display: block;
  margin-right: 15px;
}

.site_header .site_header_wrapper .lang_items .lang_item_body .lang_item a {
  display: block;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.site_header .site_header_wrapper .lang_items .lang_item_body .lang_item:last-child {
  margin-right: 0;
}

.site_header .site_header_wrapper .lang_items .lang_item_body .active a {
  color: #0C878E;
}

.site_header .site_header_wrapper .suggest_object {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #0c878e;
  border-radius: 8px;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin-right: 54px;
  max-width: 220px;
  width: 100%;
  height: 40px;
}

.site_header .site_header_wrapper .account_block {
  position: relative;
}

.site_header .site_header_wrapper .account_block .account_block_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.site_header .site_header_wrapper .account_block .account_block_body .account_room {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 4px;
}

.site_header .site_header_wrapper .account_block .account_block_body .account_room svg {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.site_header .site_header_wrapper .account_block .account_block_body .account_arrow {
  display: block;
  width: 24px;
  height: 20px;
  cursor: pointer;
}

.site_header .site_header_wrapper .account_block .account_block_modal {
  display: none;
}

.site_header .site_header_wrapper .account_block .active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 100px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  bottom: -105px;
  padding: 20px;
  right: -15px;
}

.site_header .site_header_wrapper .account_block .active .account_block_modal_item {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}

.site_header .site_header_wrapper .account_block .active .account_block_modal_item:last-child {
  margin-bottom: 0;
}

.site_header .site_header_wrapper .mobile_menu {
  display: none;
}

@media (max-width: 1150px) {
  .site_header .site_header_wrapper {
    padding: 8px 16px;
  }
  .site_header .site_header_wrapper .logo_header {
    max-width: 60px;
  }
  .site_header .site_header_wrapper .main_navigation {
    max-width: 350px;
  }
  .site_header .site_header_wrapper .lang_items {
    margin-right: 40px;
  }
  .site_header .site_header_wrapper .suggest_object {
    margin-right: 40px;
    max-width: 150px;
  }
  .site_header .site_header_wrapper .account_block .account_block_body .account_room {
    width: 30px;
    height: 30px;
  }
  .site_header .site_header_wrapper .account_block .account_block_body .account_room svg {
    width: 30px;
    height: 30px;
  }
  .site_header .site_header_wrapper .account_block .account_block_body .account_arrow {
    width: 20px;
    height: 18px;
  }
  .site_header .site_header_wrapper .account_block .active {
    left: -30px;
  }
}

@media (max-width: 875px) {
  .site_header .site_header_wrapper {
    padding: 8px 16px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .site_header .site_header_wrapper .logo_header {
    max-width: 55px;
  }
  .site_header .site_header_wrapper .main_navigation {
    display: none;
  }
  .site_header .site_header_wrapper .lang_items {
    display: none;
  }
  .site_header .site_header_wrapper .suggest_object {
    display: none;
  }
  .site_header .site_header_wrapper .account_block {
    display: none;
  }
  .site_header .site_header_wrapper .mobile_menu {
    display: block;
    position: relative;
    width: 22px;
    height: 24px;
    margin-right: 14px;
  }
  .site_header .site_header_wrapper .mobile_menu .hamburger {
    position: absolute;
    left: 10px;
    top: 50%;
    display: block;
    width: 22px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site_header .site_header_wrapper .mobile_menu .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 7px;
    background: #0c878e;
    border-radius: 1px;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
  }
  .site_header .site_header_wrapper .mobile_menu .hamburger span:last-child {
    margin-bottom: 0;
  }
  .site_header .site_header_wrapper .active {
    margin-right: 0;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
  }
  .site_header .site_header_wrapper .active .hamburger {
    top: 40%;
  }
  .site_header .site_header_wrapper .active .hamburger span {
    width: 20px !important;
    margin-top: 9px;
    margin-left: 6px;
  }
  .site_header .site_header_wrapper .active .hamburger span:first-child {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(5px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(5px);
    transform: rotate(45deg) translateX(6px) translateY(5px);
  }
  .site_header .site_header_wrapper .active .hamburger span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translateX(3px) translateY(-2px);
    -ms-transform: rotate(-45deg) translateX(3px) translateY(-2px);
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .site_header .site_header_wrapper .active .hamburger span:last-child {
    opacity: 0;
  }
}

.site_header .wrapper_action {
  border-radius: 0;
}

.site_header .hidden_block {
  display: none;
  max-width: 875px;
  width: 100%;
  padding: 0 0 25px 0;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}

.site_header .hidden_block .main_navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  width: -moz-fit-content;
  width: fit-content;
}

.site_header .hidden_block .main_navigation .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site_header .hidden_block .main_navigation .menu .menu-item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.site_header .hidden_block .main_navigation .menu .menu-item a {
  display: block;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.site_header .hidden_block .lang_items {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
}

.site_header .hidden_block .lang_items .lang_item_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.site_header .hidden_block .lang_items .lang_item_body .lang_item {
  display: block;
  margin-right: 15px;
}

.site_header .hidden_block .lang_items .lang_item_body .lang_item a {
  display: block;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.site_header .hidden_block .lang_items .lang_item_body .lang_item:last-child {
  margin-right: 0;
}

.site_header .hidden_block .lang_items .lang_item_body .active a {
  color: #0C878E;
}

.site_header .hidden_block .suggest_object {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #0c878e;
  border-radius: 8px;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  max-width: 220px;
  width: 100%;
  height: 40px;
  margin-bottom: 25px;
}

.site_header .hidden_block .account_block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.site_header .hidden_block .account_block .account_block_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.site_header .hidden_block .account_block .account_block_body .account_room {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 4px;
}

.site_header .hidden_block .account_block .account_block_body .account_room svg {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.site_header .hidden_block .account_block .account_block_body .account_arrow_mob {
  display: block;
  width: 24px;
  height: 20px;
  cursor: pointer;
}

.site_header .hidden_block .account_block .account_block_modal_mob {
  display: none;
}

.site_header .hidden_block .account_block .active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 100px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  bottom: -105px;
  padding: 20px 0;
  left: -20px;
}

.site_header .hidden_block .account_block .active .account_block_modal_item {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}

.site_header .hidden_block .account_block .active .account_block_modal_item:last-child {
  margin-bottom: 0;
}

.site_header .active {
  display: block;
}

/* Footer
--------------------------------------------- */
.site_footer .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: auto;
  background: #FFFFFF;
  border-radius: 6px 6px 0 0;
  max-width: 1350px;
  padding: 40px 25px;
}

.site_footer .wrapper .footer_logos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: start;
  align-items: start;
}

.site_footer .wrapper .footer_logos .footer_logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  width: auto;
  height: 98px;
  margin-right: 20px;
}

.site_footer .wrapper .footer_logos .footer_logo:nth-child(2) {
  width: auto;
  height: 98px;
}

.site_footer .wrapper .footer_logos .footer_logo:last-child {
  margin-right: 0;
  width: auto;
  height: 98px;
}

@media (max-width: 1015px) {
  .site_footer .wrapper .footer_logos .footer_logo {
    width: auto;
    height: 60px;
  }
  .site_footer .wrapper .footer_logos .footer_logo:nth-child(2) {
    width: auto;
    height: 60px;
  }
  .site_footer .wrapper .footer_logos .footer_logo:last-child {
    width: auto;
    height: 60px;
  }
}

.site_footer .wrapper .footer_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.site_footer .wrapper .footer_info .footer_info_items {
  margin-right: 110px;
}

.site_footer .wrapper .footer_info .footer_info_items .footer_info_item,
.site_footer .wrapper .footer_info .footer_info_items .menu-item {
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #202020;
  display: block;
  margin-bottom: 15px;
}

.site_footer .wrapper .footer_info .footer_info_items .footer_info_item:last-child,
.site_footer .wrapper .footer_info .footer_info_items .menu-item:last-child {
  margin-bottom: 0;
}

.site_footer .wrapper .footer_info .footer_info_items .social_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.site_footer .wrapper .footer_info .footer_info_items .social_items .social_item {
  display: block;
  margin-right: 15px;
}

.site_footer .wrapper .footer_info .footer_info_items .social_items .social_item svg {
  display: block;
  width: 22px;
  height: 22px;
}

.site_footer .wrapper .footer_info .footer_info_items .social_items .social_item_logo svg {
  display: block;
  width: 70px;
  height: auto;
}

.site_footer .wrapper .footer_info .footer_info_items:last-child {
  margin-right: 75px;
}

@media (max-width: 915px) {
  .site_footer .wrapper .footer_info .footer_info_items {
    margin-right: 60px;
  }
  .site_footer .wrapper .footer_info .footer_info_items .footer_info_item {
    font-size: 14px;
  }
  .site_footer .wrapper .footer_info .footer_info_items:last-child {
    margin-right: 35px;
  }
}

@media (max-width: 765px) {
  .site_footer .wrapper .footer_info .footer_info_items:last-child {
    margin-right: 0;
  }
}

@media (max-width: 765px) {
  .site_footer .wrapper .footer_info .footer_info_items:last-child {
    margin-right: 0;
  }
}

@media (max-width: 765px) {
  .site_footer .wrapper {
    padding: 16px 24px 40px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site_footer .wrapper .footer_logos {
    margin-bottom: 40px;
  }
  .site_footer .wrapper .footer_info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site_footer .wrapper .footer_info .footer_info_items {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .site_footer .wrapper .footer_info .footer_info_items:last-child {
    margin-bottom: 0;
  }
}

.site_footer .span_description {
  max-width: 1350px;
  padding: 40px 25px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: auto;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: rgba(32, 32, 32, 0.7);
  display: block;
  background: #FFFFFF;
  text-align: center;
}

@media (max-width: 765px) {
  .site_footer .span_description {
    padding: 16px 24px 40px;
    font-size: 16px;
  }
}

/* Keyframes
--------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
