

/* Start:/local/templates/jetour/css/main.css?178069663453145*/
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("/local/templates/jetour/css/../fonts/Manrope-Regular/Manrope-Regular.woff2") format("woff2");
  src: url("/local/templates/jetour/css/../fonts/Manrope-Regular/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("/local/templates/jetour/css/../fonts/Manrope-Medium/Manrope-Medium.woff2") format("woff2");
  src: url("/local/templates/jetour/css/../fonts/Manrope-Medium/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("/local/templates/jetour/css/../fonts/Manrope-SemiBold/Manrope-SemiBold.woff2") format("woff2");
  src: url("/local/templates/jetour/css/../fonts/Manrope-SemiBold/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("/local/templates/jetour/css/../fonts/Manrope-Bold/Manrope-Bold.woff2") format("woff2");
  src: url("/local/templates/jetour/css/../fonts/Manrope-Bold/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("/local/templates/jetour/css/../fonts/Manrope-ExtraBold/Manrope-ExtraBold.woff2") format("woff2");
  src: url("/local/templates/jetour/css/../fonts/Manrope-ExtraBold/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
*::-webkit-input-placeholder {
  color: #438185;
  opacity: 0.8;
}

*:-moz-placeholder {
  color: #438185;
  opacity: 0.8;
}

*::-moz-placeholder {
  color: #438185;
  opacity: 0.8;
}

*:-ms-input-placeholder {
  color: #438185;
  opacity: 0.8;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #438185;
}

body input:required:valid,
body textarea:required:valid {
  color: #438185;
}

html {
  font-size: 10px;
}

:root {
  --text-size: 10px;
  --padding-header: clamp(5em,calc(1vw + 1vh) * 5.5, 15em);
  --border-radius: 2em;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.3;
  overflow-x: hidden;
  color: #333333;
  display: flex;
  font-family: Manrope, sans-serif;
  background-color: #1C2D34;
}
body._noScrollPopup {
  overflow: hidden;
  width: 100%;
}
body._noScrollBurger {
  overflow: hidden;
}

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

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

p, ul {
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
}

img {
  max-width: 100%;
}

.contain {
  max-width: 147em;
  padding: 0 50px;
  margin: 0 auto;
}

.contain_2 {
  max-width: 157em;
  padding: 0 50px;
  margin: 0 auto;
}

.wrapper {
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  min-width: 100%;
}

.body_content {
  flex: 1 0 auto;
}

._pt10 {
  padding-top: 10px;
}

._pb10 {
  padding-bottom: 10px;
}

._pt15 {
  padding-top: 15px;
}

._pb15 {
  padding-bottom: 15px;
}

._pt20 {
  padding-top: 20px;
}

._pb20 {
  padding-bottom: 20px;
}

._pt30 {
  padding-top: 3em;
}

._pb30 {
  padding-bottom: 3em;
}

._pt40 {
  padding-top: 4em;
}

._pb40 {
  padding-bottom: 4em;
}

._pt50 {
  padding-top: 5em;
}

._pb50 {
  padding-bottom: 5em;
}

._pt60 {
  padding-top: 6em;
}

._pb60 {
  padding-bottom: 6em;
}

._pt70 {
  padding-top: 7em;
}

._pb70 {
  padding-bottom: 7em;
}

._pt80 {
  padding-top: 8em;
}

._pb80 {
  padding-bottom: 8em;
}

._pt90 {
  padding-top: 9em;
}

._pb90 {
  padding-bottom: 9em;
}

._pt100 {
  padding-top: 10em;
}

._pb100 {
  padding-bottom: 10em;
}

._mt5 {
  margin-top: 0.5em;
}

._mb5 {
  margin-bottom: 0.5em;
}

._mt10 {
  margin-top: 1em;
}

._mb10 {
  margin-bottom: 1em;
}

._mt15 {
  margin-top: 15px;
}

._mb15 {
  margin-bottom: 15px;
}

._mt20 {
  margin-top: 2em;
}

._mb20 {
  margin-bottom: 2em;
}

._mt30 {
  margin-top: 3em;
}

._mb30 {
  margin-bottom: 3em;
}

._mt40 {
  margin-top: 4em;
}

._mb40 {
  margin-bottom: 4em;
}

._mt50 {
  margin-top: 5em;
}

._mb50 {
  margin-bottom: 5em;
}

._mt60 {
  margin-top: 6em;
}

._mb60 {
  margin-bottom: 6em;
}

._mt70 {
  margin-top: 7em;
}

._mb70 {
  margin-bottom: 7em;
}

._mt80 {
  margin-top: 8em;
}

._mb80 {
  margin-bottom: 8em;
}

._mt90 {
  margin-top: 9em;
}

._mb90 {
  margin-bottom: 9em;
}

._mt100 {
  margin-top: 10em;
}

._mb100 {
  margin-bottom: 10em;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

.lazyImg {
  opacity: 0;
  transition: all 0.7s;
}

._lazyAnimation {
  transform: translate(0, 30px);
  opacity: 0;
}

._animGo {
  transition: transform 1s, opacity 1s;
  transform: translate(0, 0);
  opacity: 1;
}

.button_1 {
  display: inline-block;
  padding: 1.2em 2em;
  cursor: pointer;
  border: none;
  background-color: #5DACB1;
  font-size: clamp(1.4em, (1vw + 1vh) * 0.9, 2.2em);
  color: #fff !important;
  transition: background 0.15s, color 0.15s;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  border-radius: 50px;
  text-transform: uppercase;
}
@media (hover: hover) {
  .button_1:hover {
    background-color: rgb(70.2, 141.3, 145.8);
  }
}
.button_1:active {
  top: 3px;
}
.button_1._disabled {
  pointer-events: none;
  opacity: 0.4;
}
.button_1._small {
  font-size: 1.4em;
  border-width: 1px !important;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
.button_1._t2 {
  background-color: #fff;
  border: 2px solid #5DACB1;
  color: #5DACB1 !important;
}
@media (hover: hover) {
  .button_1._t2:hover {
    background-color: #5DACB1;
    color: #fff !important;
  }
}

.button_2 {
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  border: none;
  background-color: #5DACB1;
  font-size: clamp(3em, (1vw + 1vh) * 1.5, 3.9em);
  color: #fff !important;
  transition: background 0.15s, color 0.15s;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: 1.2;
}
.button_2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
  border-top: clamp(2px, (1vw + 1vh) * 0.1, 0.1em) solid #fff;
  border-radius: 50px;
}
@media (hover: hover) {
  .button_2:hover {
    background-color: rgb(70.2, 141.3, 145.8);
  }
}
.button_2:active {

}
.button_2._double {
  padding: 0.45em 0.7em;
  font-size: clamp(2.5em, (1vw + 1vh) * 1.3, 3em);
  white-space: nowrap;
}
.button_2._double span {
  font-size: clamp(0.6em, (1vw + 1vh) * 1.3, 0.8em);
  display: block;
  text-transform: none;
  font-weight: 400;
  line-height: 1;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  -webkit-text-fill-color: #438185;
  border: 1px solid #5DACB1 !important;
}

.inputWrap_1 {
  text-align: left;
  width: 100%;
}
.inputWrap_1 .help-block {
  font-size: 1.2em;
  margin-top: 5px;
}
.inputWrap_1 .help-block-error, .inputWrap_1 .invalid-feedback {
  color: red;
  font-size: 1.3em;
  margin-top: 3px;
}

.input_1 {
  font-size: clamp(1.5em, (1vw + 1vh) * 1.1, 2em);
  font-family: Manrope, sans-serif;
  color: #333333 !important;
  border-radius: 5px;
  padding: clamp(1em, (1vw + 1vh) * 1, 1.5em) clamp(1.4em, (1vw + 1vh) * 1, 2em);
  transition: border 0.15s;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border-radius: 12px;
  outline: none;
  font-weight: 400;
  border: 2px solid #5DACB1;
  box-shadow: 0 0 0 0 transparent;
}
.input_1:focus {
  box-shadow: 0 0 10px 0 rgba(93, 172, 177, 0.5);
}

textarea.input_1 {
  resize: none;
  height: 180px;
}

.checkboxElem {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.checkboxElem .invalid-feedback {
  position: absolute;
  white-space: nowrap;
  color: red;
  font-size: 13px;
  top: calc(100% + 3px);
}

.checkboxElem__text {
  text-align: left;
  order: 2;
}
.checkboxElem__text a {
  text-decoration: underline;
}
@media (hover: hover) {
  .checkboxElem__text:hover + .checkboxInput label {
    background: #FFE8E0;
  }
}

.checkboxElem__input {
  position: relative;
  line-height: 0.8;
  margin-right: 10px;
  z-index: 0;
  order: 1;
}
.checkboxElem__input:active {
  top: 3px;
}
.checkboxElem__input label {
  width: clamp(2.5em, (1vw + 1vh) * 1.5, 3em);
  height: clamp(2.5em, (1vw + 1vh) * 1.5, 3em);
  top: -0.3em;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #5DACB1;
}
.checkboxElem__input input:checked + svg {
  opacity: 1;
}
.checkboxElem__input input:checked + svg + label {
  border-color: #fff;
  background: #5DACB1;
}
.checkboxElem__input svg {
  width: 70%;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 5%;
  opacity: 0;
  transition: opacity 0.15s;
  transform: translateX(-50%);
  z-index: 1;
  fill: #fff;
  pointer-events: none;
}
@media (hover: hover) {
  .checkboxElem__input:hover label {
    background: rgba(93, 172, 177, 0.1);
  }
}

.ref_1 {
  display: inline;
  color: #438185;
  text-decoration-line: underline !important;
  text-decoration-color: #438185;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
  transition: text-decoration-color 0.15s;
}
.ref_1:hover {
  text-decoration-color: transparent;
}

.ref_2 {
  display: inline;
  color: inherit;
  text-decoration-line: underline !important;
  text-decoration-color: inherit;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
  transition: text-decoration-color 0.15s;
}
.ref_2:hover {
  text-decoration-color: transparent;
}

._img100 {
  position: relative;
}
._img100 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  color: #fff;
  font-size: 10px;
  width: 100%;
  padding: 1.5em 0;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
#header._lazyAnimation {
  transform: translate(0, -30px);
}
#header._animGo {
  transform: translate(0, 0);
}
#header .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logoMatch {
  width: 14.3em;
  min-width: 14.3em;
  height: 5.2em;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.menu_1 ul {
  display: flex;
  color: #333333;
  list-style-type: none;
  gap: 4em;
}
.menu_1 a {
  font-size: 16px;
  transition: color 0.15s;
}
@media (hover: hover) {
  .menu_1 a:hover {
    color: #438185;
  }
}

.headerRight {
  display: flex;
  align-items: center;
  gap: 2em;
}

.userItem {
  width: 4em;
  height: 4em;
  display: block;
  cursor: pointer;
  position: relative;
}
@media (hover: hover) {
  .userItem:hover svg {
    fill: #438185;
  }
}
.userItem:active {
  top: 3px;
}
.userItem svg {
  width: 100%;
  height: 100%;
  fill: #333333;
  transition: fill 0.15s;
}

.logoJetour {
  width: 20em;
  min-width: 20em;
  height: 2.2em;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.sectionPage {
  position: relative;
  min-height: 100vh;
  z-index: 0;
}

.backgoundElem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
.backgoundElem img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.backgoundElem._main img {
  height: 100%;
  -o-object-position: center bottom !important;
     object-position: center bottom !important;
}
.backgoundElem._other img {
  height: 100%;
}

.popupBlock {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: opacity 0.25s;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 10px 15px;
  overflow: auto;
  text-align: center;
  font-size: var(--text-size);
}
.popupBlock:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.popupItem {
  vertical-align: middle;
  margin-left: -5px;
  background-color: #FFF;
  display: inline-block;
  position: relative;
  border-radius: var(--border-radius);
  padding: 25px 5em 35px;
  width: 100%;
  transform: translate3d(0, -200px, 0);
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
  font-size: 0.8em;
}
.popupItem._show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.popupItem._t1 {
  max-width: clamp(30em, (1vw + 1vh) * 50, 92em);
  padding: clamp(3.5em, (1vw + 1vh) * 2, 5.5em) clamp(3em, (1vw + 1vh) * 2, 6em);
}
.popupItem._t2 {
  max-width: clamp(30em, (1vw + 1vh) * 30, 60em);
  padding: clamp(5em, (1vw + 1vh) * 4, 8em) clamp(2em, (1vw + 1vh) * 2, 4em);
}
.popupItem._t3 {
  max-width: clamp(30em, (1vw + 1vh) * 30, 90em);
  padding: 0 clamp(2em, (1vw + 1vh) * 2, 4em) clamp(5em, (1vw + 1vh) * 4, 8em);
  overflow: hidden;
}
.popupItem._t3 .closeIcon {
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
}
.popupItem .closeIcon {
  top: 28px;
  right: 28px;
}
.popupItem .form_1 {
  margin-top: 4em;
}
.popupItem .button_1 {
  min-width: 15.5em;
}

.closeIcon {
  position: absolute;
  cursor: pointer;
  width: 23px;
  height: 23px;
  stroke: #438185;
  stroke-width: 2.5px;
  transition: stroke 0.15s;
}
@media (hover: hover) {
  .closeIcon:hover {
    stroke: rgb(53.6, 103.2, 106.4);
  }
}

.form_1 .inputWrap_1 {
  margin-bottom: clamp(1.5em, (1vw + 1vh) * 1, 3em);
}
.form_1 .title_3 {
  margin-top: 20px;
}

.bottomForm {
  margin-top: 4em;
  gap: 20px;
}
.bottomForm .ref_1 {
  margin-top: 1em;
  display: inline-block;
}

.title_1 {
  text-transform: uppercase;
  color: #333333;
  font-size: clamp(2em, (1vw + 1vh) * 2, 3.6em);
  font-weight: 500;
}

.subtitle_1 {
  margin-top: 1em;
}

.checkboxWrap {
  display: grid;
  gap: 20px;
  margin-top: 3em;
}

._fz12 {
  font-size: 1.4em;
}

._fz16 {
  font-size: 1.6em;
}

._fz20 {
  font-size: clamp(1.5em, (1vw + 1vh) * 1, 2em);
}

._fz24 {
  font-size: clamp(1.6em, (1vw + 1vh) * 1.1, 2.4em);
}

._fz28 {
  font-size: clamp(1.8em, (1vw + 1vh) * 1.4, 2.8em);
}

.codeLetter {
  margin-top: 2em;
}
.codeLetter .inputWrap_1 {
  margin-top: 1.5em;
}

.codeLetter__text {
  text-align: left;
  color: #438185;
}

.codeProfile {
  margin-top: 5em;
}

.thanksTitle {
  font-weight: 700;
  margin-top: 1em;
}

.thanksImg {
  width: calc(100% + clamp(30px, (1vw + 1vh) * 2, 6em) * 2);
  right: clamp(3em, (1vw + 1vh) * 2, 6em);
  padding-bottom: 60%;
  position: relative;
  margin-top: 2em;
  z-index: -1;
}

.thanksButtons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 16px;
}
.thanksButtons._first {
  margin-top: -15%;
}

.inputFile_1 input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.inputFile_1__delete {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  stroke: #438185;
  z-index: 2;
  transition: stroke 0.15s;
  cursor: pointer;
  display: none;
}
.inputFile_1__delete._show {
  display: block;
}

.inputFile_1__upload {
  position: relative;
  background: none;
  padding: 3em 2em 2em;
  min-height: 250px;
  display: flex;
  align-items: center;
  border: 2px dashed #5DACB1;
  transition: border 0.25s;
  border-radius: 18px;
}
@media (hover: hover) {
  .inputFile_1__upload:hover {
    border-color: #438185;
  }
}
.inputFile_1__upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.inputFile_1__info {
  text-align: center;
  width: 100%;
}
.inputFile_1__info._hide {
  display: none;
}
.inputFile_1__info .button_1 {
  background-color: rgba(93, 172, 177, 0.2);
  margin: 1em 0;
}

.inputFile_1__info_icon {
  width: 35px;
  height: 42px;
  fill: #438185;
}

.inputFile_1__info_text {
  text-align: center;
  color: #438185;
  margin-top: 5px;
}

.inputFile_1__info_alert {
  color: #438185;
}

.inputFile_1__fileMin {
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  color: #fff;
  max-height: 100%;
  font-size: 2em;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.inputFile_1__fileMin._show {
  display: block;
}
.inputFile_1__fileMin span {
  display: block;
}
.inputFile_1__fileMin._upload {
  width: calc(100% - 20px);
  height: 100%;
}

.fileMin {
  width: 200px;
  padding: 5px;
  position: relative;
  z-index: 1;
  margin: 5px;
  background-color: #438185;
  border-radius: 10px;
}

.fileMin__img {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #438185;
}
.fileMin__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
.fileMin__img svg {
  position: absolute;
  fill: #438185;
  max-width: 50%;
  max-height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fileMin__name {
  font-size: 1.2em;
  word-break: break-all;
  color: #fff;
  margin-top: 5px;
}

.fileMin__remove {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background-color: #DC2D50;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transform: translate(45%, -45%);
  cursor: pointer;
  z-index: 1;
}
.fileMin__remove svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -50%);
  max-width: 65%;
  max-height: 65%;
  fill: #fff;
  stroke: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.buttonFile {
  color: #98A0A1;
  margin-top: 15px;
  background-color: red;
  font-size: 20px;
  padding: 12px 25px;
  border-radius: 8px;
  border: none;
}

.title_3 {
  text-align: center;
}

.sectionLk {
  position: relative;
  font-size: var(--text-size);
  padding: var(--padding-header) 0 8em;
}

._green {
  color: #438185;
}

.figureTitle {
  width: 50.3em;
  height: 30em;
  position: relative;
  z-index: 0;
  padding: 3.8em 3.8em;
  font-size: clamp(1px, (1vw + 1vh) * 0.5, 1em);
}
.figureTitle img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.figureTitle a {
  color: #fff;
  font-size: clamp(12px, (1vw + 1vh) * 0.8, 1.6em);
}
.figureTitle p {
  font-size: clamp(12px, (1vw + 1vh) * 0.8, 1.6em);
  color: #fff;
  margin-top: 0.7em;
}

.title_2 {
  color: #fff;
  font-weight: 500;
  font-size: clamp(3em, (1vw + 1vh) * 2.5, 6.4em);
  text-transform: uppercase;
  line-height: 1;
}

.lkBlock {
  margin-top: clamp(1em, (1vw + 1vh) * 2, 5em);
}

:root {
  --lk-main-padding: 3em 5em;
  --lk-main-padding-t2: 3em 5em;
  --lk-main-padding-t3: 4em 5em;
}

.lkMain {
  background-color: #fff;
  padding: var(--lk-main-padding);
  text-align: center;
  border-radius: var(--border-radius);
  position: relative;
  padding-bottom: 5em;
}

.lkExit {
  float: right;
  margin-left: 2em;
  font-size: 16px;
}

.lkData {
  display: flex;
  align-items: center;
  gap: 2em;
  justify-content: center;
  margin-top: 2em;
  flex-wrap: wrap;
  clear: both;
}

.lkData__item {
  color: #000;
  opacity: 0.3;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.lkData__item._active {
  opacity: 1;
}

.lkMain__buttons {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  gap: 1em;
  margin-top: 4em;
  flex-wrap: wrap;
}
.lkMain__buttons ._active {
  background-color: #5DACB1;
  color: #fff !important;
  pointer-events: none;
}

.lkPoints {
  margin-top: 7em;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.lkPoints .title_1 {
  margin-bottom: 1em;
}

.lkCalendar {
  margin-top: 7em;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.lkCalendar .title_1 {
  margin-bottom: 1em;
}
.lkCalendar .button_1 {
  margin-top: 2em;
}

.lkPoints__form {
  margin-top: 4em;
}
.lkPoints__form .button_1 {
  margin-top: 2em;
}

.lkPoints__text {
  margin-top: 1.5em;
}

.lkEvents {
  margin-top: 1.7em;
}

.lkEventItem {
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: var(--lk-main-padding);
  justify-content: space-between;
}
.lkEventItem .button_1 {
  border-radius: 16px;
  font-size: 16px;
  white-space: nowrap;
}
.lkEventItem._t2 {
  align-items: center;
  padding: var(--lk-main-padding-t2);
}
.lkEventItem._t3 {
  padding: var(--lk-main-padding-t3);
}

.lkEventItem {
  display: flex;
  gap: 2em;
  margin-top: 1.7em;
}

.lkEventItem__info {
  font-weight: 500;
  display: flex;
  gap: 0.5em;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.lkEventItem__info span {
  opacity: 0.3;
}

.lkEventItem__points {
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  gap: 0.3em;
}
.lkEventItem__points span {
  opacity: 0.3;
}

.lkBottom {
  padding: var(--lk-main-padding);
  background-color: #fff;
  margin-top: 1.7em;
  text-align: center;
  border-radius: var(--border-radius);
}
.lkBottom .title_1 {
  margin-bottom: 0.5em;
}
.lkBottom .lkMain__buttons {
  margin-top: 3em;
}

.lkBottom__bottom {
  margin-top: 3em;
}
.lkBottom__bottom .button_1 {
  margin-top: 2em;
}

._popupTop {
  padding-left: 50px;
  padding-right: 50px;
}

.burgerButton {
  cursor: pointer;
  width: 30px;
  position: relative;
  display: none;
}
.burgerButton span {
  width: 100%;
  height: 4px;
  background: #438185;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
}
.burgerButton:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #438185;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  top: 0;
  position: relative;
}
.burgerButton:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #438185;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  position: relative;
  bottom: 0;
}
.burgerButton.active:before {
  transform: rotate(45deg);
  transform-origin: 5px 3px;
}
.burgerButton.active:after {
  transform: rotate(-45deg);
  transform-origin: 4px 1px;
}
.burgerButton.active span {
  opacity: 0;
}

.burgerMenu {
  position: fixed;
  z-index: 21;
  background-color: #fff;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  height: 100%;
  min-height: 100vh;
  transform: translate3d(100%, 0, 0);
  max-width: 400px;
  padding: 2em 3em;
}
.burgerMenu._addTransition {
  transition: transform 0.5s;
}
.burgerMenu._show {
  transform: translate3d(0, 0, 0);
}
.burgerMenu .closeIcon {
  position: absolute;
  right: 2em;
  top: 20px;
}

.burgerBg {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: opacity 0.5s, visibility 0.5s;
}
.burgerBg._active {
  opacity: 1;
  visibility: visible;
}

.burgerUl {
  list-style-type: none;
  margin-top: 3em;
  text-transform: uppercase;
}
.burgerUl li {
  margin-bottom: 1.2em;
}
.burgerUl a {
  font-weight: 500;
  font-size: 18px;
}

.buttonTitle {
  text-align: center;
  margin-top: 2em;
}
.buttonTitle .button_1 {
  max-width: 20em;
  width: 100%;
}

.faqWrap {
  margin-top: 5em;
}
.faqWrap .faqItem {
  margin-top: 2em;
}
.faqWrap .faqItem:first-child {
  margin-top: 0;
}

.faqItem {
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 2.4em;
}

.faqItem__question {
  cursor: pointer;
}
@media (hover: hover) {
  .faqItem__question:hover .faqItem__question_icon {
    background-color: #438185;
  }
}
.faqItem__question._active .faqItem__question_icon span:first-child {
  display: none;
}
.faqItem__question:not(._active) .faqItem__question_icon span:last-child {
  display: none;
}

.faqItem__question_name {
  display: flex;
  align-items: center;
}
.faqItem__question_name p {
  font-size: clamp(1.4em, (1vw + 1vh) * 1.2, 2em);
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
}

.faqItem__question_icon {
  width: 6.2em;
  height: 6.2em;
  min-width: 6.2em;
  background-color: #5DACB1;
  border-radius: 1.6em;
  position: relative;
  margin-right: 1.5em;
  transition: background-color 0.15s;
}
.faqItem__question_icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.6em;
}

.faqItem__answer {
  padding: 1em 4.8em;
  display: none;
}
.faqItem__answer p {
  margin-top: 1em;
}
.faqItem__answer p:first-child {
  margin-top: 0;
}
.faqItem__answer ul {
  list-style-type: none;
  margin-top: 1em;
}
.faqItem__answer ul:first-child {
  margin-top: 0;
}
.faqItem__answer ul li {
  padding-left: 1em;
  position: relative;
}
.faqItem__answer ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background-color: #5DACB1;
  border-radius: 50%;
}

.ratingBlock {
  margin-top: 4em;
}

.ratingItem {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-top: 1.5em;
  justify-content: space-between;
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 2em;
  margin-top: 0;
}
.ratingItem._my {
  background-color: #E8F2F4;
}

.ratingItem__left {
  display: flex;
  align-items: center;
  gap: 2em;
}

.ratingItem__num {
  width: 6.2em;
  height: 6.2em;
  min-width: 6.2em;
  background-color: #5DACB1;
  position: relative;
  border-radius: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ratingItem__num span {
  font-size: 2.4em;
  font-weight: 500;
}

.ratingItem__name {
  font-size: clamp(1.4em, (1vw + 1vh) * 0.8, 2em);
  font-weight: 500;
  text-transform: uppercase;
  word-break: break-word;
}

.ratingItem__points {
  display: flex;
  gap: 0.3em;
  color: #8E8BBA;
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(1.4em, (1vw + 1vh) * 0.8, 2em);
}
.ratingItem__points span {
  color: #438185;
}

.ratingBlock__double {
  margin-top: 2em;
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.ratingBlock__double .ratingItem {
  width: calc(50% - 1em);
}

.ratingSteps {
  display: flex;
  gap: 1.3em;
  justify-content: center;
  margin-top: 5em;
  overflow: auto;
}

.ratingStepItem {
  background-color: #fff;
  border-radius: 50px;
  padding: 1em 2em;
  font-size: 1.4em;
  color: #5DACB1 !important;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
.ratingStepItem:active {
  top: 3px;
}
.ratingStepItem span {
  text-transform: uppercase;
}
.ratingStepItem._active {
  background-color: #5DACB1;
  color: #fff !important;
  pointer-events: none;
}

.votingButtons {
  margin-top: 3em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.votingButtons .button_1 {
  margin-top: 1em;
}
.votingButtons .button_1:first-child {
  margin-top: 0;
}

.stadiumImg {
  width: 116%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -1%);
  z-index: -1;
  margin-bottom: -5%;
}
.stadiumImg::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, #fff 0, transparent 100%);
}

.matchesList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  margin-top: 2em;
}

.matchesItem {
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 2em;
  display: flex;
  gap: 2em;
  flex-direction: column;
}
.matchesItem .button_1 {
  border-radius: 16px;
  font-size: 16px;
}

.matchesItem__after {
  display: flex;
  gap: 2em;
  flex-direction: column;
  flex: 1;
}

.matchesItem__top {
  display: flex;
  gap: 2em;
  justify-content: space-between;
}
.matchesItem__top p {
  font-size: 14px;
  font-weight: 700;
}
.matchesItem__top span {
  font-size: 14px;
  color: #438185;
  font-weight: 500;
}

.matchesItem__versus {
  display: flex;
  max-width: 400px;
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

.matchesItem__count {
  text-align: center;
  width: 50%;
}
.matchesItem__count p {
  font-weight: 700;
  margin-top: 0.5em;
  line-height: 1;
  font-size: 1.8em;
}

.matchesItem__count_flag {
  width: 6.5em;
  padding-bottom: 3.5em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.matchesItem__count_flag img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.matchesItem__vs {
  font-weight: 700;
  color: #438185;
  font-size: 2.2em;
  margin: 0 0.5em;
  align-self: center;
}

.matchesItem__date {
  display: flex;
  justify-content: space-between;
  background-color: rgba(93, 172, 177, 0.2);
  border-radius: 15px;
  gap: 2em;
  padding: 15px;
}

.matchesItem__date_item .city {
  font-weight: 700;
  color: #438185;
  text-transform: uppercase;
  font-size: 14px;
}
.matchesItem__date_item .date {
  font-size: 14px;
}

._bold {
  font-weight: 700;
}

.matchesItem__location {
  font-size: 16px;
  font-weight: 700;
}
.matchesItem__location p:nth-child(2) {
  color: #438185;
  font-weight: 500;
}

.sectionMain {
  font-size: var(--text-size);
  padding-top: 13em;
  padding-bottom: 5em;
  position: relative;
}

.mainTitle {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.mainTitle::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: blur(20px);
  z-index: -1;
}
.mainTitle h1 {
  font-size: clamp(3em, (1vw + 1vh) * 2.7, 7em);
  line-height: 1;
}
.mainTitle h1 br {
  display: none;
}
.mainTitle p {
  color: #fff;
  font-size: clamp(2em, (1vw + 1vh) * 1.4, 3.7em);
}

.mainCenter {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5em;
  gap: 4em;
}

.figureItem {
  width: 77.1em;
  height: 29.5em;
  position: relative;
  font-size: 0.72em;
  z-index: 0;
  color: #fff;
  padding: 2.5em 3em;
}
.figureItem._t2 {
  font-size: 0.8em;
}
.figureItem._t2 .figureItem__text {
  text-transform: none;
  font-size: 3em;
}
.figureItem._t3 {
  font-size: 0.8em;
}
.figureItem._t3 .figureItem__text {
  font-size: 4.9em;
}

.figureItem__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.figureItem__logo {
  position: absolute;
  width: 16.9em;
  height: 1.7em;
  font-size: 1.4em;
  left: 2em;
  bottom: 2em;
}

.figureItem__text {
  text-transform: uppercase;
  font-size: 3.4em;
}

.mainButtons {
  display: flex;
  flex-direction: column;
  gap: 3.5em;
  margin-right: 5%;
}

.mainImg {
  position: relative;
  margin-top: 5em;
  z-index: -1;
}

.mainImg__cup {
  width: 30em;
  height: 54.5em;
  position: absolute;
  bottom: 23%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1em;
}

.mainImg__cars {
  width: 157.2em;
  height: 47.4em;
  font-size: 0.9em;
  position: relative;
  left: 50%;
  transform: translateX(-47.5%);
  z-index: 0;
}

.mainImg__ball {
  position: absolute;
  width: 14.6em;
  height: 12.2em;
  font-size: 0.9em;
  z-index: 0;
}
.mainImg__ball._ball1 {
  left: 35%;
  bottom: 0%;
}
.mainImg__ball._ball2 {
  left: -5%;
  bottom: 25%;
  font-size: 0.6em;
  z-index: -1;
}
.mainImg__ball._ball3 {
  left: 100%;
  bottom: 45%;
  font-size: 0.5em;
  filter: blur(1px);
  z-index: -1;
}

.sectionWork {
  padding-top: 5em;
  position: relative;
  font-size: var(--text-size);
}

.tabletBlock {
  width: 110%;
  left: -5%;
  padding-bottom: 70%;
  position: relative;
}
.tabletBlock ._tablet {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.tabletBlock__inner {
  padding: 13em 5em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  text-align: center;
}

.title_4 {
  font-size: clamp(2em, (1vw + 1vh) * 2.5, 8em);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
}

.tabletRoute {
  display: inline-block;
  margin-top: 8em;
  position: relative;
}

.tabletRoute__img {
  width: 126em;
  height: 25.3em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 0.85em;
}

.tabletRoute__location {
  text-transform: uppercase;
  position: absolute;
}
.tabletRoute__location._tl1 {
  left: -13.5%;
  top: -12%;
}
.tabletRoute__location._tl2 {
  left: 13.5%;
  top: 40%;
}
.tabletRoute__location._tl3 {
  left: 37%;
  top: -11%;
}
.tabletRoute__location._tl4 {
  left: 64%;
  top: 40%;
}
.tabletRoute__location._tl5 {
  left: 86%;
  top: -9%;
}

.tabletRoute__location_img {
  width: 10em;
  height: 15.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
}

.tabletRoute__location_text {
  margin-top: 1.5em;
}
.tabletRoute__location_text p {
  font-size: 3.2em;
  font-weight: 700;
  white-space: nowrap;
}
.tabletRoute__location_text span {
  font-size: 2.2em;
  font-weight: 500;
}

._topLine {
  position: relative;
}
._topLine:before {
  content: "";
  height: 10px;
  border-top: 3px solid #fff;
  background-color: #5DACB1;
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}

.tabletRoute__stilus {
  width: 80em;
  height: 68em;
  position: absolute;
  left: 99.5%;
  top: -255%;
}

.marginMap {
  margin-top: -33em;
}

.sectionMap {
  height: 100vh;
  background-color: green;
  font-size: var(--text-size);
}

.sectionPlay {
  padding-top: 10em;
  position: relative;
  font-size: var(--text-size);
  padding-bottom: clamp(0px, 20%, 25em);
}
.sectionPlay .contain_2 {
  position: relative;
}
.sectionPlay .figureItem {
  margin-top: 8em;
}
.sectionPlay > .button_2 {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
}

.bgText {
  position: relative;
  background-color: rgba(93, 172, 177, 0.8);
  padding: 2.5em 5em;
  color: #fff;
  border-radius: 100px;
}
.bgText::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
  border-top: clamp(2px, (1vw + 1vh) * 0.1, 0.1em) solid #fff;
  border-radius: 100px;
}
.bgText._blue {
  background-color: rgba(79, 65, 186, 0.8);
}
.bgText._t2 {
  padding: 1.5em 5em;
}
.bgText._t2 p {
  font-size: clamp(3em, (1vw + 1vh) * 2.5, 6.9em);
}
.bgText._t3 {
  padding: 2.2em 5em;
}
.bgText._t3 p {
  font-size: clamp(3em, (1vw + 1vh) * 2, 4.8em);
}
.bgText p {
  font-size: clamp(3em, (1vw + 1vh) * 2.8, 7.5em);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: 1;
}

._fz47 {
  font-size: clamp(3em, (1vw + 1vh) * 3, 4.7em);
}

.playTop {
  display: flex;
  align-items: center;
  gap: 5em;
  justify-content: space-between;
}
.playTop h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  position: relative;
}
.playTop h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
  filter: blur(50px);
  opacity: 0.5;
}
.playTop .bgText p {
  font-size: clamp(3em, (1vw + 1vh) * 1.9, 6em);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.coinsItem {
  position: relative;
}

.coinElem {
  width: 27.2em;
  height: 25.8em;
}
.coinElem._ce1 {
  left: -15%;
  top: 0;
  margin-top: 7em;
  position: relative;
}
.coinElem._ce2 {
  left: 25%;
  top: 0;
  transform: translateY(-30%);
  position: absolute;
  font-size: 0.8em;
}

.sectionPrizes {
  padding: 10em 0 15em;
  position: relative;
  font-size: var(--text-size);
  z-index: 1;
  background: #112D0C;
}

.certificatesList {
  display: flex;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  margin-top: 7em;
  margin-bottom: 10em;
}

.certificateElem {
  width: 86em;
  height: 76.9em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 15%);
  font-size: 0.8em;
}
.certificateElem._ce1 {
  z-index: 2;
  transform: translate(-95%, 27%);
}
.certificateElem._ce2 {
  z-index: 1;
}
.certificateElem._ce3 {
  transform: translate(-5%, 3%);
}

.prizesList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7em;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10em;
  margin-bottom: 12em;
}

.prizeItem {
  padding-bottom: 100%;
  position: relative;
}

.prizeItem__decore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prizeItem__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.prizeBottom {
  text-align: center;
  margin-top: 5em;
}

.sectionTestDrive {
  font-size: var(--text-size);
  padding: 10em 0 0;
  position: relative;
}
.sectionTestDrive .figureItem {
  z-index: 1;
}

.testDriveTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6em;
}
.testDriveTop h2 {
  font-size: 9.2em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 0.2em;
  line-height: 1;
  white-space: nowrap;
}
.testDriveTop .bgText p {
  font-size: clamp(3em, (1vw + 1vh) * 3.3, 9.2em);
}

.tabletItem {
  width: 100%;
  padding-bottom: 68%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -12em;
  z-index: 0;
}

.tabletItem__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tabletItem__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90em;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.tabletItem__content .button_2 {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.2em;
}

.tableItem__p {
  color: #fff;
  font-size: clamp(16px, (1vw + 1vh) * 2, 3.3em);
  text-transform: uppercase;
  font-weight: 700;
  width: 11em;
  text-align: left;
  line-height: 1.1;
}
.tableItem__p ._small {
  font-size: 0.7em;
}
.tableItem__p._tip1 {
  align-self: end;
}
.tableItem__p._tip2 {
  margin-top: 2em;
}
.tableItem__p._tip3 {
  align-self: end;
  width: 11em;
}

._nowrap {
  white-space: nowrap;
}

.tableItem__line {
  position: absolute;
}
.tableItem__line._tal1 {
  width: 34.9em;
  height: 25.3em;
  font-size: 0.8em;
  left: 25%;
  top: -9%;
}
.tableItem__line._tal2 {
  width: 34.9em;
  height: 25.3em;
  font-size: 0.8em;
  left: 40%;
  top: 13%;
  transform: scale(-1, 1);
}

.tabletCarWrap {
  display: flex;
  justify-content: end;
  margin-top: -9em;
  position: relative;
  left: 12em;
}

.tabletCar {
  width: 117.6em;
  min-width: 117.6em;
  height: 46.1em;
  font-size: clamp(1px, (1vw + 1vh) * 0.4, 1em);
}

.stickerFixed {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 20px;
  text-align: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 22.3em;
  height: 20.6em;
  font-size: clamp(0.5em, (1vw + 1vh) * 0.6, 1em);
}
.stickerFixed::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
}
.stickerFixed._hideEl {
  opacity: 0 !important;
  transform: translateY(calc(-50% - 30px));
  pointer-events: none;
}
.stickerFixed._show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.stickerFixed .button_2 {
  font-size: 1.3em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 500;
}
.stickerFixed .closeIcon {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%, 0);
  width: 2em;
  height: 2em;
}

.stickerFixed__img {
  width: 80%;
  padding-bottom: 40%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#footer {
  flex: 0 0 auto;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 4em 0;
  font-size: var(--text-size);
}
#footer .contain_2 {
  display: flex;
  align-items: center;
  gap: 5em;
}

.logoJetour_2 {
  width: 34.7em;
  min-width: 34.7em;
  height: 3.6em;
  font-size: clamp(0.1em, (1vw + 1vh) * 0.3, 1em);
}

.footerText {
  color: #fff;
  color: #000;
  font-size: 16px;
}
.footerText p {
  margin-top: 1em;
}

.age18 {
  width: 8.7em;
  min-width: 8.7em;
  height: 8.7em;
  font-size: clamp(0.6em, (1vw + 1vh) * 0.3, 1em);
}

.footerRefs {
  display: flex;
  letter-spacing: normal;
  list-style-type: none;
  gap: 2em;
  margin-top: 1em;
  flex-wrap: wrap;
}
.footerRefs li {
  white-space: nowrap;
}

.push {
  height: 1000px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1568.98px) {
  .contain_2 {
    max-width: 147em;
  }
  .mainImg__cars {
    font-size: 0.8em;
  }
  .tabletBlock {
    font-size: 0.9em;
  }
  .certificatesList {
    font-size: 0.9em;
  }
  .testDriveTop {
    font-size: 0.9em;
  }
  .tabletCarWrap {
    left: 5em;
  }
}
@media only screen and (max-width: 1469.98px) {
  .contain, .contain_2 {
    max-width: 140em;
  }
  .menu_1 ul {
    gap: 3em;
  }
  .tabletBlock {
    font-size: 0.8em;
  }
  .certificatesList {
    font-size: 0.8em;
  }
  .sectionTestDrive .figureItem {
    font-size: 0.7em;
  }
  .tabletItem {
    font-size: 0.9em;
  }
  .testDriveTop {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1399.98px) {
  .contain, .contain_2 {
    max-width: 130em;
  }
  .menu_1 ul {
    gap: 1.8em;
  }
  .logoMatch {
    font-size: clamp(1px, (1vw + 1vh) * 0.3, 10px);
  }
  .logoJetour {
    font-size: clamp(1px, (1vw + 1vh) * 0.3, 10px);
  }
  .userItem {
    font-size: 0.8em;
  }
  .mainTitle h1 br {
    display: block;
  }
  .mainImg {
    font-size: 0.8em;
  }
  .marginMap {
    margin-top: -28em;
  }
  .testDriveTop {
    font-size: 0.7em;
  }
  .tabletCarWrap {
    margin-top: -6em;
  }
  .tableItem__p._tip2 {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 1299.98px) {
  .contain, .contain_2 {
    max-width: 120em;
  }
  .backgoundElem:not(._main, ._other) img {
    -o-object-position: 0 3em !important;
       object-position: 0 3em !important;
  }
  .mainImg__cars {
    font-size: 0.7em;
  }
  .mainImg__cup {
    font-size: 0.8em;
  }
  .tabletBlock {
    font-size: 0.7em;
  }
  .mainImg {
    font-size: 0.8em;
  }
  .marginMap {
    margin-top: -28em;
  }
  .certificatesList {
    padding-bottom: 55%;
  }
  .tabletItem {
    margin-top: -8em;
    font-size: 0.8em;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199.98px) {
  .contain, .contain_2 {
    max-width: 99.2em;
  }
  #header {
    padding: 10px 0;
  }
  .menu_1 {
    display: none;
  }
  .burgerButton {
    display: block;
  }
  .lkExit {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
    display: block;
    text-align: right;
  }
  .ratingItem__num {
    font-size: 0.8em;
  }
  .lkEventItem._t2 {
    padding: 3em 3em;
  }
  .lkEventItem .button_1 {
    font-size: 14px;
  }
  .matchesList {
    grid-template-columns: repeat(2, 1fr);
  }
  .mainImg {
    font-size: 0.8em;
  }
  .mainCenter .figureItem {
    font-size: 0.6em;
  }
  .marginMap {
    margin-top: -20em;
  }
  .tabletBlock {
    font-size: 0.6em;
  }
  .certificatesList {
    font-size: 0.7em;
    padding-bottom: 60%;
  }
  .sectionTestDrive .figureItem {
    font-size: 0.6em;
  }
  .tabletItem {
    margin-top: -8em;
    font-size: 0.65em;
  }
  .testDriveTop {
    font-size: 0.6em;
  }
  .tabletCarWrap {
    margin-top: -3em;
  }
  .tabletCar {
    font-size: 0.6em;
  }
  #footer .contain_2 {
    flex-wrap: wrap;
    gap: 2em;
  }
  .age18 {
    margin-top: 3em;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991.98px) {
  .contain, .contain_2 {
    max-width: 76.8em;
  }
  .lkEventItem:not(._t3) .lkEventItem__info span {
    display: block;
    width: 100%;
  }
  .ratingBlock__double {
    flex-wrap: wrap;
  }
  .ratingBlock__double .ratingItem {
    width: 100%;
  }
  .matchesItem .button_1 {
    font-size: 1.4em;
  }
  .ratingSteps {
    justify-content: flex-start;
  }
  .logoMatch {
    font-size: clamp(1px, (1vw + 1vh) * 0.4, 10px);
  }
  .logoJetour {
    font-size: clamp(1px, (1vw + 1vh) * 0.4, 10px);
  }
  .mainImg {
    font-size: 0.7em;
    margin-top: 23em;
  }
  .mainButtons {
    margin-right: 0;
    gap: 2em;
  }
  .mainCenter {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3em;
    gap: 3em;
  }
  .marginMap {
    margin-top: 0;
  }
  .tabletBlock {
    padding-bottom: 5em;
  }
  .tabletBlock ._tablet {
    min-width: 120em;
    left: 50%;
    transform: translateX(-50%);
  }
  .tabletBlock__inner {
    position: relative;
    padding: 17em 5em;
  }
  .tabletRoute__img {
    transform: translate(-50%, 0%) rotate(90deg);
    top: 48em;
    left: 50%;
    position: absolute;
  }
  .tabletRoute {
    position: relative;
    width: 100%;
    margin-top: 5em;
  }
  .tabletRoute__location {
    position: relative;
  }
  .tabletRoute__location._tl1 {
    left: 0;
    top: 0;
    transform: translate(-10%, 0%);
  }
  .tabletRoute__location._tl2 {
    left: 0;
    top: 0;
    transform: translate(10%, 0%);
  }
  .tabletRoute__location._tl3 {
    left: 0;
    top: 0;
    transform: translate(-10%, 0%);
  }
  .tabletRoute__location._tl4 {
    left: 0;
    top: 0;
    transform: translate(10%, 0%);
  }
  .tabletRoute__location._tl5 {
    left: 0;
    top: 0;
    transform: translate(-10%, 0%);
  }
  .tabletRoute__location_text {
    display: inline-block;
    background-color: #F3F3F3;
  }
  .tabletRoute__location_img {
    font-size: 0.7em;
  }
  .tabletRoute__stilus {
    display: none;
  }
  .certificatesList {
    font-size: 0.55em;
    padding-bottom: 60%;
  }
  .prizesList {
    gap: 2em;
    margin-bottom: 7em;
  }
  .sectionWork {
    padding-bottom: 5em;
  }
  .sectionPrizes {
    padding-bottom: 10em;
  }
  .bgText {
    padding: 2em 2em;
  }
  .bgText p {
    font-size: clamp(2em, 5.5vw, 6em);
  }
  .bgText._t2 {
    padding: 1em 2em;
  }
  .bgText._t2 p {
    font-size: clamp(1.8em, 4.5vw, 6em);
  }
  .bgText._t3 {
    padding: 1em 2em;
  }
  .bgText._t3 p {
    font-size: clamp(1.8em, 4vw, 6em);
  }
  .tabletCar {
    font-size: 0.5em;
  }
  .tabletCarWrap {
    margin-top: 0;
  }
  .testDriveTop {
    font-size: 0.5em;
  }
  .tabletItem {
    padding-bottom: 0;
    padding-top: 2em;
    margin-top: -15em;
  }
  .tabletItem__content {
    position: relative;
    top: 0;
    transform: translate(-50%, 0);
    margin-top: clamp(20em, 2vw, 32em);
    padding-bottom: 15em;
  }
  .tabletItem__content .button_2 {
    margin-top: 2em;
  }
  .tableItem__p {
    margin-top: 7em;
    width: 9em;
  }
  .tableItem__p._tip1 {
    margin-top: 0;
    margin-right: 2.5em;
  }
  .tableItem__p._tip2 {
    margin-top: 3em;
    margin-left: 4em;
  }
  .tableItem__p._tip3 {
    margin-top: 3em;
    margin-right: 1.5em;
  }
  .tabletItem__bg {
    min-width: 110em;
    left: 50%;
    transform: translateX(-50%);
  }
  .tableItem__line._tal1 {
    top: -5%;
  }
  .tableItem__line._tal2 {
    left: 45%;
    top: 16%;
  }
  .footerRefs {
    gap: 1em;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767.98px) {
  .contain, .contain_2 {
    max-width: 65em;
  }
  .popupItem .closeIcon {
    top: 15px;
    right: 15px;
  }
  .bottomForm {
    margin-top: 3em;
  }
  .faqItem {
    padding: 1.5em;
  }
  .faqItem__question_icon {
    font-size: 0.8em;
  }
  .faqItem__answer {
    padding-right: 0;
    padding-left: 4em;
  }
  .lkEventItem .button_1 {
    font-size: 12px;
  }
  .matchesItem__count p {
    font-size: 16px;
  }
  .matchesItem__vs {
    font-size: 18px;
  }
  .matchesList {
    grid-template-columns: repeat(1, 1fr);
  }
  .mainImg {
    font-size: 0.6em;
  }
  .certificatesList {
    font-size: 0.45em;
    padding-bottom: 63%;
  }
  .bgText {
    padding: 2em 3em;
  }
  .tabletCar {
    font-size: 0.4em;
  }
  .testDriveTop {
    flex-wrap: wrap;
    gap: 4em;
  }
  .sectionTestDrive {
    padding: 7em 0;
  }
  .figureItem._t3 {
    font-size: clamp(0.35em, 1vw, 0.6em);
  }
  .tableItem__p._tip3 {
    margin-right: 0.8em;
  }
}
@media only screen and (max-width: 649.98px) {
  .contain, .contain_2 {
    max-width: 55em;
  }
  .thanksButtons {
    flex-wrap: wrap;
  }
  .thanksButtons .button_1 {
    width: 100%;
  }
  .faqItem__answer {
    padding-left: 0;
  }
  :root {
    --lk-main-padding: 3em 3em;
    --lk-main-padding-t2: 3em 2em;
    --lk-main-padding-t3: 4em 2em;
  }
  .figureTitle._text {
    font-size: clamp(7px, (1vw + 1vh) * 0.5, 10px);
  }
  .ratingItem {
    padding: 1.5em;
  }
  .ratingItem__num {
    font-size: 0.7em;
    border-radius: 1.3em;
  }
  .lkEventItem._t2 {
    flex-wrap: wrap;
  }
  .sectionMain {
    padding-top: 10em;
  }
  .mainImg {
    font-size: 0.5em;
  }
  .certificatesList {
    font-size: 0.4em;
    padding-bottom: 70%;
  }
  .prizesList {
    gap: 0;
    grid-template-columns: 1fr;
    max-width: 35em;
  }
  .prizesList .prizeItem {
    margin-top: 5em;
  }
  .prizesList {
    margin-top: 4em;
  }
  .testDriveTop {
    font-size: clamp(0.4em, 0.8vw, 1em);
  }
  .tableItem__line._tal1 {
    left: 10%;
    top: -7%;
  }
  .tableItem__p._tip1 {
    margin-right: 0;
  }
  .tableItem__p._tip2 {
    margin-left: 0;
  }
  .tableItem__p._tip3 {
    margin-right: -1.5em;
  }
}
@media only screen and (max-width: 576.98px) {
  .contain, .contain_2 {
    max-width: 480px;
  }
  .lkPoints, .lkCalendar {
    margin-top: 5em;
  }
  .popupItem._t1 {
    padding-top: 5em;
  }
  ._popupTop {
    padding-left: inherit;
    padding-right: inherit;
  }
  :root {
    --border-radius: 1em;
  }
  .ratingItem {
    flex-wrap: wrap;
    gap: 1em;
  }
  .ratingItem__left {
    width: 100%;
    gap: 1em;
  }
  .ratingItem__num {
    font-size: 0.5em;
  }
  .userItem {
    font-size: 0.7em;
  }
  .headerRight {
    gap: 1em;
  }
  .mainCenter .figureItem {
    font-size: 0.5em;
  }
  .certificatesList {
    padding-bottom: 110vw;
  }
  .certificateElem {
    transform: translate(-50%, 0%) rotate(-60deg);
    font-size: 0.75vw;
  }
  .certificateElem._ce1 {
    z-index: 2;
    transform: translate(-50%, 50%) rotate(-60deg);
  }
  .certificateElem._ce2 {
    z-index: 1;
  }
  .certificateElem._ce3 {
    transform: translate(-50%, 100%) rotate(-60deg);
    z-index: 3;
  }
  .tableItem__line {
    display: none;
  }
  .tableItem__p {
    width: 100% !important;
    align-self: start !important;
    margin-top: 2em !important;
    font-size: clamp(18px, 4.5vw, 5em);
  }
  .tableItem__p._tip1 {
    margin-top: 0 !important;
  }
  .mainImg {
    font-size: 0.4em;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479.98px) {
  .contain, .contain_2 {
    padding: 0 30px;
  }
  .thanksButtons._first {
    margin-top: -10%;
  }
  .lkEventItem {
    flex-wrap: wrap;
  }
  ._fz16 {
    font-size: 14px;
  }
  .button_2 {
    font-size: clamp(2.4em, (1vw + 1vh) * 1.5, 3.9em);
  }
  .button_2._double {
    font-size: clamp(2em, (1vw + 1vh) * 1.3, 3em);
  }
  .mainCenter {
    gap: 2em;
    margin-top: 2em;
  }
  .tabletCarWrap {
    left: 2em;
  }
  .tabletCar {
    font-size: 0.8vw;
  }
}
@media only screen and (max-width: 449.98px) {
  .mainCenter .figureItem {
    font-size: 0.45em;
  }
  .mainImg {
    font-size: 0.3em;
  }
}
@media only screen and (max-width: 399.98px) {
  :root {
    --lk-main-padding: 3em 20px;
  }
  .lkBlock {
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
  }
  .figureTitle {
    left: -20px;
    font-size: clamp(1px, 1.87vw, 7.55px);
  }
  .faqItem {
    padding: 1.2em;
  }
  .faqItem__question_icon {
    font-size: 0.7em;
  }
  .figureTitle._text {
    padding-top: 3em;
    font-size: clamp(1px, 1.88vw, 10px);
  }
  .figureItem__logo {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 349.98px) {
  .figureTitle._text {
    padding-top: 2em;
  }
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media (min-resolution: 288dpi), (min-resolution: 3dppx) {
  html {
    font-size: 10px;
  }
  :root {
    --text-size: 10px;
  }
}
@media (min-resolution: 384dpi), (min-resolution: 4dppx) {
  html {
    font-size: 12px;
  }
  :root {
    --text-size: 12px;
  }
}

/* End */


/* Start:/local/templates/jetour/css/jetour-overrides.css?17806966313432*/
:root {
  --bitrix-panel-height: 0px;
}

body.has-bitrix-panel {
  display: block;
  --bitrix-panel-height: 39px;
  padding-top: var(--bitrix-panel-height);
}

#panel,
#panel #bx-panel,
#bx-panel {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 11000;
  width: 100% !important;
  max-width: 100% !important;
}

body.has-bitrix-panel #header {
  top: 0;
}

body.has-bitrix-panel > .wrapper {
  width: 100%;
  min-width: 100%;
}

.inputError {
  color: #d92828;
  font-size: calc(1.3em + 3px);
  margin-top: 5px;
}

._hidden {
  display: none !important;
}

.matchesItem__location {
  display: flex;
  align-items: center;
  gap: 12px;
}

.matchesItem__location_img {
  flex: 0 0 72px;
  width: 72px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(67, 129, 133, 0.12);
}

.matchesItem__location_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matchesItem__location_img--empty {
  background-color: rgba(67, 129, 133, 0.12);
  border: 1px dashed rgba(67, 129, 133, 0.35);
}

.matchesItem__location_text {
  min-width: 0;
}

.tabletItem__content .button_2 {
  align-self: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 20em;
  height: auto;
  min-height: 0;
}

.tabletItem__content .button_2:active {
  top: auto;
  transform: translateY(3px);
}

.jetour-cookie {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 25;
  max-width: 305px;
  width: calc(100% - 32px);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.jetour-cookie.jetour-cookie_show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.jetour-cookie__panel {
  background: #fff;
  border: 2px solid #5DACB1;
  border-radius: 12px;
  padding: 14px 18px 16px;
  box-shadow: 0 8px 24px rgba(67, 129, 133, 0.18);
  font-family: Manrope, sans-serif;
  color: #333;
}

.jetour-cookie__text {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
  color: #333;
}

.jetour-cookie__text .ref_2 {
  color: #438185;
  font-size: inherit;
}

.jetour-cookie__buttons {
  display: flex;
  gap: 8px;
}

.jetour-cookie__btn {
  flex: 1 1 calc(50% - 4px);
  min-width: 0;
  padding: 8px 12px;
  border-radius: 50px;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.jetour-cookie__btn_accept {
  border: none;
  background-color: #5DACB1;
  color: #fff;
}

@media (hover: hover) {
  .jetour-cookie__btn_accept:hover {
    background-color: rgb(70.2, 141.3, 145.8);
  }
}

.jetour-cookie__btn_decline {
  border: 2px solid #5DACB1;
  background: #fff;
  color: #438185;
}

@media (hover: hover) {
  .jetour-cookie__btn_decline:hover {
    background-color: #5DACB1;
    color: #fff;
  }
}

@media (max-width: 600px) {
  .jetour-cookie {
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(16px);
    max-width: 88%;
    width: 88%;
  }

  .jetour-cookie.jetour-cookie_show {
    transform: translateX(-50%) translateY(0);
  }

  .jetour-cookie__text {
    font-size: 13px;
  }

  .jetour-cookie__buttons {
    flex-direction: column;
  }

  .jetour-cookie__btn {
    flex: 1 1 auto;
    width: 100%;
    padding: 10px 12px;
  }
}

/* End */
/* /local/templates/jetour/css/main.css?178069663453145 */
/* /local/templates/jetour/css/jetour-overrides.css?17806966313432 */
