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

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light'.woff") format("woff");
  font-weight: 300;
  font-style: "normal";
}

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

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

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

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: #fff;
  line-height: 1.2;
  letter-spacing: 0px;
  -ms-overflow-style: scrollbar;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 4px;
}

body::-webkit-scrollbar-button:vertical:start:decrement,
html::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(240deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(0deg, #fff 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #fff;
}

body::-webkit-scrollbar-button:vertical:end:increment,
html::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(300deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(60deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(180deg, #fff 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #fff;
}

a,
a:hover,
a:active,
a:link,
a:focus {
  text-decoration: none;
  outline: none;
  color: #000;
  transition: 0.2s;
  font-size: 16px;
}

a:hover,
a:hover:hover,
a:active:hover,
a:link:hover,
a:focus:hover {
  transition: 0.2s;
  color: #473ae0;
}

p {
  line-height: 1.5;
  display: block;
}

b {
  display: block;
  line-height: 1.2;
  font-weight: 500;
  font-size: 18px;
}

img {
  max-width: 100%;
  display: block;
  object-fit: contain;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  padding-left: 20px;
}

div,
span,
article,
nav,
section,
main,
header {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  box-shadow: none;
  color: #212121;
  background-color: #F6F8FA;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

input option,
button option,
select option,
textarea option {
  background-color: #F6F8FA;
  color: #212121;
}

input:placeholder,
button:placeholder,
select:placeholder,
textarea:placeholder {
  font-size: 16px;
  color: #84858B;
}

textarea {
  resize: none;
  max-width: 100%;
  width: 100%;
  border: none;
  max-height: 160px;
  padding: 10px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  background: #F6F8FA;
  color: #212121;
  box-shadow: none;
}

input[type=text],
input[type=tel],
input[type=submit],
button,
input[type=password],
input[type=email] {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 15px;
  border: none;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}

input[type=submit],
button {
  cursor: pointer;
}

input[type=number] {
  padding: 10px 15px;
  width: 100%;
  max-width: 440px;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  visibility: hidden;
  position: absolute;
  margin: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
select:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  display: block;
  font-family: "Inter", sans-serif;
}

.container,
.mob-nav .menu_sublist {
  width: 100%;
  max-width: 1210px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

section {
  margin-bottom: 60px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.hidden {
  display: none;
}

.icon {
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon:hover {
  transition: 0.2s;
}

svg {
  transition: 0.2s;
}

svg path,
svg rect {
  transition: 0.2s;
}

svg:hover {
  transition: 0.2s;
}

svg:hover path,
svg:hover rect {
  transition: 0.2s;
}

@keyframes header {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.header .wrap.row {
  min-width: 0;
}

.fixed {
  overflow-y: hidden;
  display: block;
  position: relative;
  background-color: #fff;
  max-width: calc(100% - 10px);
  box-shadow: 0 0 4px 14px rgba(0, 0, 0, 0.05);
}

.fixed .header.scrolled {
  right: auto;
  max-width: calc(100% - 10px);
}

.header.scrolled .logo svg text {
  fill: #473ae0;
  stroke: transparent;
}

.header.scrolled .logo svg * {
  stroke: #473ae0;
}
.mob-header.scrolled .logo svg text {
  fill: #473ae0;
  stroke: transparent;
}

.mob-header.opened .logo svg * {
  stroke: #473ae0;
}
.mob-header.opened .logo svg text {
  fill: #473ae0;
  stroke: transparent;
}

.mob-header.scrolled .logo svg * {
  stroke: #473ae0;
}

.fixed .header::after {
  height: 100%;
  width: 10px;
  right: -10px;
  top: 0;
  position: absolute;
  background-color: #fff;
  content: "";
}

.lang {
  cursor: pointer;
  z-index: 50;
}

.lang .trp-language-switcher > div {
  background-image: none !important;
}

.lang a[title=English],
.lang a[title=Russian],
.lang a[title=French],
.lang a[title=German],
.lang a[title=Italian],
.lang a[title=Spanish],
.lang a[title=Polish],
.lang a[title=Portuguese],
.lang a[title=Ukrainian],
.lang a[title=Turkish],
.lang a[title=Georgian],
.lang a[title=Belarusian],
.lang a[title=Arabic],
.lang a[title=Korean],
.lang a[title=Chinese],
.lang a[title=Japanese],
.lang a[title=Czech],
.lang a[title=Greek] {
  position: relative;
  padding-left: 64px !important;
  height: 46px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lang a[title=English]::after,
.lang a[title=Russian]::after,
.lang a[title=French]::after,
.lang a[title=German]::after,
.lang a[title=Italian]::after,
.lang a[title=Spanish]::after,
.lang a[title=Polish]::after,
.lang a[title=Portuguese]::after,
.lang a[title=Ukrainian]::after,
.lang a[title=Turkish]::after,
.lang a[title=Georgian]::after,
.lang a[title=Belarusian]::after,
.lang a[title=Arabic]::after,
.lang a[title=Korean]::after,
.lang a[title=Chinese]::after,
.lang a[title=Japanese]::after,
.lang a[title=Czech]::after,
.lang a[title=Greek]::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
}

.lang a[title=English] img,
.lang a[title=Russian] img,
.lang a[title=French] img,
.lang a[title=German] img,
.lang a[title=Italian] img,
.lang a[title=Spanish] img,
.lang a[title=Polish] img,
.lang a[title=Portuguese] img,
.lang a[title=Ukrainian] img,
.lang a[title=Turkish] img,
.lang a[title=Georgian] img,
.lang a[title=Belarusian] img,
.lang a[title=Arabic] img,
.lang a[title=Korean] img,
.lang a[title=Chinese] img,
.lang a[title=Japanese] img,
.lang a[title=Czech] img,
.lang a[title=Greek] img {
  display: none !important;
}

.lang a[title=English]:after {
  background-image: url(../img/icons/en.svg);
}

.lang a[title=Russian]:after {
  background-image: url(../img/icons/ru.svg);
}

.lang a[title=Spanish]:after {
  background-image: url(../img/icons/es.svg);
}

.lang a[title=German]:after {
  background-image: url(../img/icons/de.svg);
}

.lang a[title=French]:after {
  background-image: url(../img/icons/fr.svg);
}

.lang a[title=Italian]:after {
  background-image: url(../img/icons/it.svg);
}

.lang a[title=Polish]:after {
  background-image: url(../img/icons/pl.svg);
}

.lang a[title=Ukrainian]:after {
  background-image: url(../img/icons/ua.svg);
}

.lang a[title=Turkish]:after {
  background-image: url(../img/icons/tur.svg);
}

.lang a[title=Georgian]:after {
  background-image: url(../img/icons/ge.svg);
}

.lang a[title=Belarusian]:after {
  background-image: url(../img/icons/be.svg);
}

.lang a[title=Portuguese]:after {
  background-image: url(../img/icons/port.svg);
}

.lang a[title=Czech]:after {
  background-image: url(../img/icons/chez.svg);
}

.lang a[title=Japanese]:after {
  background-image: url(../img/icons/japan.svg);
}

.lang a[title=Chinese]:after {
  background-image: url(../img/icons/china.svg);
}

.lang a[title=Korean]:after {
  background-image: url(../img/icons/korea.svg);
}

.lang a[title=Arabic]:after {
  background-image: url(../img/icons/arab.svg);
}

.lang a[title=Greek]:after {
  background-image: url(../img/icons/grec.svg);
}

.lang .trp_language_switcher_shortcode {
  width: max-content;
  cursor: pointer;
}

.lang .trp_language_switcher_shortcode .trp-language-switcher-container {
  display: flex;
  align-items: center;
  width: max-content;
}

.lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language {
  height: auto !important;
  max-height: unset !important;
  width: 240px !important;
  left: auto !important;
  right: -15px !important;
  top: 42px !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  padding-top: 4px;
  left: 0;
  top: 0;
  background-image: none !important;
  border: none;
  border-radius: 12px;
  padding: 16px;
  background-color: #fff;
  transition: 0;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.05);
}

.lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #000;
  width: 100%;
  padding: 0;
  margin: 0;
  transition: 0;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}

.lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language a:hover {
  background-color: #F2F2F2;
}

.lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language a img {
  display: none !important;
}

.lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language a:last-child {
  margin-bottom: 0;
}

.lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language {
  width: max-content !important;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}

.lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a {
  margin: 0;
  padding: 0;
  display: flex !important;
  align-items: center;
  height: 42px;
  border-radius: 100px;
  padding: 0 20px;
  padding-left: 52px !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #000 !important;
}

.lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a::after {
  left: 20px;
}

.lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a:hover {
  background-color: #F2F2F2;
  color: #473ae0;
}

.offer {
  padding-top: 170px;
  padding-bottom: 90px;
  height: auto;
  aspect-ratio: 1440/620;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.offer .page-title {
    color: #fff;
    font-size: 64px;
    max-width: 700px;
    margin-bottom: 24px;
    line-height: 1;
  }

.offer .wrap .item:hover {
  transition: 0.3s;
  border-color: #000;
}

.offer .subtitle {
  font-weight: 500;
  color: #fff;
  max-width: 500px;
  font-size: 20px;
}

.terms-text {
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
  color: #84858B;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.terms-text a {
  color: #84858B;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.match {
  border-radius: 12px;
  border: 1px solid #DCDDE1;
  background: #FFF;
  padding: 32px;
  width: 460px;
}

.match-btns {
  display: block;
}

.match-btns .button {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

.match .name {
  font-weight: 500;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  display: block;
  line-height: 1.5;
  margin-right: 8px;
}

.match .mini-title {
  text-align: center;
}

.match-select .left {
  padding-right: 24px;
}

.match-select .right {
  padding-left: 32px;
  border-left: 1px solid #E4E5EB;
}

.match-select label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 8px;
  border-radius: 100%;
}

.match-select label svg circle {
  fill: #fff;
  stroke: #000;
}

.match-select label svg path {
  fill: #000;
}

.match-select input:checked + label svg circle {
  fill: #000;
}

.match-select input:checked + label svg path {
  fill: #fff;
}

.mini-title {
  font-size: 24px;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 24px;
}

.only-pc {
  display: block !important;
}

.only-mob {
  display: none !important;
}

.get-banner {
  background-color: #000;
}

.get-banner .wrap {
  padding: 0 !important;
  position: relative;
  width: 100%;
}

.get-banner .wrap a {
  display: block;
  margin: auto;
  width: 100%;
}

.get-banner .wrap a img {
  width: auto;
  margin: auto;
  height: 140px;
}

.get-banner .wrap .close {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  z-index: 1;
  display: flex;
  align-items: center;
  height: max-content;
  cursor: pointer;
}

body.banner-visible {
  padding-top: 140px;
}

@media (min-width: 992px) {
  .mob-header {
    display: none !important;
  }

  .header {
    display: block !important;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
  }

  .header .button {
    min-width: 142px;
    background-color: #473ae0;
    color: #fff;
    border-radius: 60px;
    height: 48px;
    padding: 0 32px!important;
  }

  .header .lang {
    display: flex;
    padding-left: 20px;
    border-left: 1px solid black;
    margin-left: 20px;
  }

  .header nav {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
  }

  .header nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 16px;
  }

  .header nav ul li {
    display: block;
  }

  .header nav ul li.active > a,
  .header nav ul li.active > span {
    background-color: #F2F2F2 !important;
    color: #000 !important;
  }

  .header nav ul li a,
  .header nav ul li span {
    display: block;
    color: #000;
    white-space: nowrap;
    line-height: 1.5;
    transition: 0.3s;
    border-radius: 100px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    white-space: nowrap;
    line-height: 1;
    padding: 0 20px;
    margin-right: 10px;
    cursor: pointer;
  }

  .header nav ul li a.no-bg,
  .header nav ul li span.no-bg {
    background: transparent;
  }

  .header nav ul li a:hover,
  .header nav ul li span:hover {
    background-color: #F2F2F2;
    color: #000;
  }

  .header nav ul li span {
    background-color: #F2F2F2;
  }

  .header nav ul li span.no-bg {
    background: transpanrent;
  }

  .header nav ul li.menu-item-has-children {
    position: relative;
  }

  .header nav ul li.menu-item-has-children ul {
    position: absolute;
    background-color: #fff;
    display: none;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.1);
    top: calc(100% + 20px);
    min-width: max-content;
    width: 200px;
  }

  .header nav ul li.menu-item-has-children ul li:last-child a,
  .header nav ul li.menu-item-has-children ul li:last-child span {
    margin-bottom: 0;
  }

  .header nav ul li.menu-item-has-children ul::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 100%;
    top: -20px;
    left: 0;
    right: 0;
  }

  .header nav ul li.menu-item-has-children ul a,
  .header nav ul li.menu-item-has-children ul span {
    background-color: transparent;
    height: auto;
    color: #000;
    padding: 0;
    margin: 0;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .header nav ul li.menu-item-has-children ul a:hover,
  .header nav ul li.menu-item-has-children ul span:hover {
    color: #473ae0;
  }

  .header .wrap {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 0;
  }

  .header .wrap .lang {
    width: max-content;
  }

  .header.scrolled {
    z-index: 40;
    transition: 0;
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
    transform: translateY(-100%);
    animation-name: header;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    border-bottom: 1px solid #DCDDE1;
  }

  .header.white-header .logo svg path {
    fill: #fff;
  }
  .header.scrolled .wrap {
    padding: 0;
  }

  .header.white-header .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a {
    color: #fff !important;
  }

  .header.white-header .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a:hover {
    color: #000 !important;
  }

  .header.white-header .lang {
    border-color: #fff;
  }

  .header.white-header .login span {
    color: #fff;
  }

  .header.white-header .login svg path {
    fill: #fff;
  }

  .header.white-header nav ul li a,
  .header.white-header nav ul li span {
    color: #fff;
  }

  .header.white-header nav ul li a:hover,
  .header.white-header nav ul li span:hover {
    color: #000;
  }

  .header.white-header.scrolled .logo svg path {
    fill: #000;
  }

  .header.white-header.scrolled .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a {
    color: #000 !important;
  }

  .header.white-header.scrolled .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a:hover {
    color: #000 !important;
  }

  .header.white-header.scrolled .lang {
    border-color: #000;
  }

  .header.white-header.scrolled .login span {
    color: #000;
  }

  .header.white-header.scrolled .login svg path {
    fill: #000;
  }

  .header.white-header.scrolled nav ul li a,
  .header.white-header.scrolled nav ul li span {
    color: #000;
  }

  .header.white-header.scrolled nav ul li a:hover,
  .header.white-header.scrolled nav ul li span:hover {
    color: #000;
  }

  .match-range {
    margin: 20px 0;
    position: relative;
    display: flex;
  }

  .match-range .range-values {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    width: max-content;
    margin-left: 16px;
    display: flex;
    align-items: center;
  }

  .match-range .name {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-right: 15px;
    white-space: nowrap;
    width: max-content;
    display: flex;
    align-items: center;
  }

  .match-range .range {
    width: 100%;
    display: block;
    position: relative;
    top: -9px;
    min-height: 40px;
    max-width: 280px;
  }

  .match-range input#ageRange {
    display: none !important;
  }

  .match-range .irs {
    display: block;
    width: 100%;
  }

  .match-range .irs--flat {
    height: 40px;
  }

  .match-range .irs .irs-handle {
    min-width: 30px;
    min-height: 30px;
    background-color: #000;
    border-radius: 100%;
    font-size: 0;
    top: 13px;
  }

  .match-range .irs .irs-handle i {
    display: none !important;
  }

  .match-range .irs .irs-line {
    height: 6px;
    background: #eaeaea;
    border-radius: 60px;
  }

  .match-range .irs .irs-bar {
    height: 6px;
    background: #000;
    border-radius: 60px;
  }

  .match-range .irs .irs-bar-edge {
    background: #000;
    width: 0;
  }

  .match-range .irs .irs-slider {
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 2000px) {
  html {
    zoom: 1.2;
  }
}

@media (min-width: 2300px) {
  html {
    zoom: 1.3;
  }
}

@media (max-width: 992px) {
  section {
    margin-bottom: 40px;
  }

  .container,
  .mob-nav .menu_sublist {
    max-width: 740px;
  }

  .fixed {
    padding-right: 0;
    max-width: 100%;
  }

  .fixed .header.scrolled {
    max-width: 100%;
  }

  .fixed .header.scrolled::after {
    display: none;
  }

  .mob-header {
    display: block !important;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 30;
    top: 0;
    left: 0;
  }

  .mob-header.page-header .burger span {
    background-color: #000;
  }

  .mob-header.page-header .logo svg path {
    fill: #000;
  }

  .mob-header .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language {
    left: 0 !important;
    top: auto !important;
    bottom: 50px !important;
    z-index: 10;
    max-height: 340px !important;
    overflow-y: auto;
  }

  .mob-header .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language a:hover {
    background-color: #fff !important;
  }

  .mob-header .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language {
    background-color: #F2F2F2 !important;
  }

  .mob-header .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a {
    padding-left: 32px !important;
    background-color: #fff !important;
  }

  .mob-header .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a::after {
    left: 0;
  }

  .mob-header.opened .mob-menu {
    opacity: 1;
    transform: translateX(0);
  }

  .mob-header.opened .logo svg path {
    fill: #000;
  }

  .mob-header.opened .burger span {
    background-color: #000;
  }

  .mob-header .mob-menu {
    position: absolute;
    transform: translateX(-120%);
    transition: 0;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    height: 100dvh;
    padding-top: 78px;
  }

  .mob-header .mob-menu .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language {
    left: 0 !important;
  }

  .mob-header .mob-menu .login {
    color: #000;
    display: block;
    margin-bottom: 8px;
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
  }

  .mob-header .mob-menu nav {
    display: block;
    width: 100%;
  }

  .mob-header .mob-menu nav ul {
    display: block;
    border-bottom: 1px solid #DCDDE1;
    margin-bottom: 8px;
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children > a,
  .mob-header .mob-menu nav ul li.menu-item-has-children > span {
    position: relative;
    width: max-content;
    padding-right: 24px;
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children > a::after,
  .mob-header .mob-menu nav ul li.menu-item-has-children > span::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    right: 0;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icons/arr-down-mob.svg);
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children ul {
    border: none;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    display: none;
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children ul li {
    padding-left: 20px;
    font-size: 14px;
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children ul li a,
  .mob-header .mob-menu nav ul li.menu-item-has-children ul li span {
    margin-bottom: 12px;
    height: auto;
    font-size: 16px;
  }

  .mob-header .mob-menu nav ul a,
  .mob-header .mob-menu nav ul span {
    color: #000;
    display: block;
    margin-bottom: 8px;
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
  }
  
  .mob-header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 6px 0;
  }

  .mob-header .logo {
    display: flex;
    align-items: center;
    position: static;
    transform: none;
  }



  .mob-header .burger {
    position: relative;
    width: 19px;
    height: 14px;
  }

  .mob-header .burger.active span {
    transform: rotate(45deg);
    left: 0;
    top: 6px;
    background: #000;
  }

  .mob-header .burger.active span:nth-child(2) {
    transform: rotate(-45deg);
    left: 0;
    top: 6px;
  }

  .mob-header .burger.active span:nth-child(3) {
    transform: rotate(-135deg);
    left: 0;
    top: 6px;
  }

  .mob-header .burger span {
    width: 19px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
  }

  .mob-header .burger span:nth-child(3) {
    top: 12px;
  }

  .mob-header .burger span:nth-child(2) {
    top: 6px;
  }

  .mob-header .button {
    max-height: 26px;
    font-size: 12px !important;
    padding: 0 8px !important;
    font-weight: 600;
  }

  .mob-header.scrolled {
    z-index: 40;
    transition: 0;
    background-color: #fff;
    position: fixed;
    transform: translateY(-100%);
    animation-name: header;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    border-bottom: 1px solid #DCDDE1;
  }

  .mob-header.scrolled .logo svg path {
    fill: #000;
  }

  .mob-header.scrolled .burger span {
    background-color: #000;
  }
  
  .offer {
    padding-bottom: 0;
    margin-bottom: 80px;
    padding-top: 170px;
    display: block;
    width: 100%;
  }

  .offer .match {
    position: relative;
    border: none;
    box-shadow: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 12px 12px 0 0;
  }

  .match-range {
    position: relative;
    display: block;
    margin-bottom: 24px;
    min-height: 40px;
  }

  .match-range .name,
  .match-range .range-values {
    position: absolute;
    top: 16px;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
  }

  .match-range .name {
    left: 0;
  }

  .match-range .range-values {
    right: 0;
    top: 18px;
  }

  .match-range .range {
    margin: auto;
    max-width: calc(100% - 44px - 56px);
    margin-left: 44px;
  }

  .match-range input#ageRange {
    display: none !important;
  }

  .match-range .irs {
    display: block;
    width: 100%;
  }

  .match-range .irs--flat {
    height: 40px;
  }

  .match-range .irs .irs-handle {
    min-width: 30px;
    min-height: 30px;
    background-color: #000;
    border-radius: 100%;
    font-size: 0;
    top: 13px;
  }

  .match-range .irs .irs-handle i {
    display: none !important;
  }

  .match-range .irs .irs-line {
    height: 6px;
    background: #eaeaea;
    border-radius: 60px;
  }

  .match-range .irs .irs-bar {
    height: 6px;
    background: #000;
    border-radius: 60px;
  }

  .match-range .irs .irs-bar-edge {
    background: #000;
    width: 0;
  }

  .match-range .irs .irs-slider {
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }

  .only-pc {
    display: none !important;
  }

  .only-mob {
    display: block !important;
  }

  body.banner-visible {
    padding-top: 80px;
  }

  body.banner-visible .mob-header.opened .get-banner {
    display: none !important;
  }

  .get-banner {
    padding-top: 0;
  }

  .get-banner .wrap {
    padding: 0 !important;
    position: relative;
    margin: 0;
    width: 100%;
    height: 80px;
  }

  .get-banner .wrap .close {
    right: 0px;
    min-height: 30px;
    height: 30px;
    width: 30px;
  }

  .get-banner .wrap a {
    display: block;
    margin: auto;
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }

  .get-banner .wrap a img {
    width: auto;
    height: 80px;
    margin: auto;
  }
  .offer {
    padding: 120px 0;
    padding-top: 140px;
  }
  .offer .page-title {
    font-size: 42px;
  }
  .offer .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .container,
  .mob-nav .menu_sublist {
    max-width: 540px;
  }
}

@media (max-width: 578px) {
  .offer {
    padding-top: 120px;
    background-size: cover;
    background-position: center top;
    position: relative;
  }

  .offer.story-offer {
    background-image: url(../img/story-mob.jpg) !important;
    margin-bottom: 40px;
  }

  .offer .match {
    margin: 0;
    min-width: 100vw;
    width: 100vw;
    left: -15px;
  }

  .match {
    border-radius: 12px 12px 0 0;
    border: none;
    background: #FFF;
    padding: 40px 20px;
    min-width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding-bottom: 0;
  }

  .match .name {
    white-space: nowrap;
  }

  .match-select .left {
    padding-right: 8px;
  }

  .match-select .right {
    padding-left: 16px;
    border-left: 1px solid #E4E5EB;
  }
}

@media (max-width: 576px) {
  .container,
  .mob-nav .menu_sublist {
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .mob-header .logo svg {
    width: 120px;
  }

  .match .name {
    font-size: 12px;
  }

  .match-select .left {
    padding-right: 0px;
  }

  .match-select .right {
    padding-left: 8px;
  }
}