@charset "UTF-8";
.loaded {
  margin-left: -1000px;
  margin-top: -1px;
  width: 10px;
  height: 1px;
  opacity: 0;
}

i[class*="-ic"] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.comment-ic {
  width: 25px;
  min-width: 25px;
  height: 25px;
  background-image: url("../img/_style/_svg/comment.svg");
}

/* Required formats .TTF, .EOT и .WOFF2 */
@font-face {
  font-family: "Gilroy-Black";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Gilroy-Black/Gilroy-Black.otf") format("opentype");
}

@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Compacta-Bd-BT-Bold-Italic";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Compacta-Bd-BT-Bold-Italic.ttf") format("opentype");
}

/* Title */
h1, .h1-title, h2, .h2-title, h3, .h3-title, h4, .h4-title, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.25;
  font-family: 'Gilroy-Black', sans-serif;
}

h1, .h1-title {
  font-size: 60px;
}

h2, .h2-title {
  font-size: 36px;
  margin-bottom: 40px;
}

h3, .h3-title {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Clearfix */
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.before,
.after {
  position: absolute;
  content: "";
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}

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

ol,
ul,
li,
form {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

header ol,
header ul,
header li,
footer ol,
footer ul,
footer li,
nav ol,
nav ul,
nav li {
  list-style: none;
}

.btn-wrap, .comments .form-submit {
  margin-top: 60px;
}

.btn, .btn-invert, .btn.active, html.touch .btn-invert, html.touch .btn.active, .comments .form-submit input[type="submit"] {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 16px;
  padding: 12px 12px;
  border: 1px solid #503D32;
  border: 1px solid var(--main, #503D32);
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
  background-color: #503D32;
  background-color: var(--main, #503D32);
  color: #FFFFFF;
  color: var(--accent, #FFFFFF);
  min-width: 160px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.btn:hover, .btn-invert:hover, html.touch .btn-invert:hover, html.touch .btn.active:hover, .comments .form-submit input:hover[type="submit"] {
  color: #503D32;
  color: var(--main, #503D32);
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
}

.btn:active, .btn-invert:active, html.touch .btn-invert:active, html.touch .btn.active:active, .comments .form-submit input:active[type="submit"] {
  opacity: .8;
}

.btn-invert, .btn.active, .comments .form-submit input.active[type="submit"] {
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
  color: #503D32;
  color: var(--main, #503D32);
}

.btn-invert:hover, .btn.active:hover, .comments .form-submit input.active:hover[type="submit"] {
  color: #FFFFFF;
  color: var(--accent, #FFFFFF);
  background-color: #503D32;
  background-color: var(--main, #503D32);
}

html.touch .btn-invert, html.touch .btn.active, html.touch .comments .form-submit input.active[type="submit"], .comments .form-submit html.touch input.active[type="submit"] {
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
  color: #503D32;
  color: var(--main, #503D32);
}

html.touch .btn-invert:hover, html.touch .btn.active:hover, html.touch .comments .form-submit input.active:hover[type="submit"], .comments .form-submit html.touch input.active:hover[type="submit"] {
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
  color: #503D32;
  color: var(--main, #503D32);
}

.btn-top {
  position: fixed;
  z-index: 555;
  left: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  background-color: #503D32;
  background-color: var(--main, #503D32);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-image: url("../img/_style/_svg/btn-top.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
     -moz-box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
  opacity: 0;
}

.btn-top.on {
  opacity: 1;
}

.toggle-btn {
  display: block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 25px;
  z-index: inherit;
  cursor: pointer;
  margin-right: 10px;
}

.toggle-btn span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  margin-top: -2px;
  height: 5px;
  background-color: #503D32;
  background-color: var(--main, #503D32);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.toggle-btn span::after, .toggle-btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  height: 5px;
  background-color: #503D32;
  background-color: var(--main, #503D32);
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  -moz-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.toggle-btn span:after {
  top: 9px;
}

.toggle-btn.on span {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
}

.toggle-btn.on span::before {
  width: 30px;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
     -moz-transform: rotate(45deg) translate(7px, 7px);
      -ms-transform: rotate(45deg) translate(7px, 7px);
       -o-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}

.toggle-btn.on span::after {
  width: 30px;
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
     -moz-transform: rotate(-45deg) translate(6px, -6px);
      -ms-transform: rotate(-45deg) translate(6px, -6px);
       -o-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

.hidden {
  display: none !important;
}

.loaded {
  margin-left: -1000px;
  margin-top: -1px;
  width: 10px;
  height: 1px;
  opacity: 0;
}

i[class*="-ic"] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.comment-ic {
  width: 25px;
  min-width: 25px;
  height: 25px;
  background-image: url("../img/_style/_svg/comment.svg");
}

/* Required formats .TTF, .EOT и .WOFF2 */
@font-face {
  font-family: "Gilroy-Black";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Gilroy-Black/Gilroy-Black.otf") format("opentype");
}

@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Compacta-Bd-BT-Bold-Italic";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Compacta-Bd-BT-Bold-Italic.ttf") format("opentype");
}

/* Title */
h1, .h1-title, h2, .h2-title, h3, .h3-title, h4, .h4-title, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.25;
  font-family: 'Gilroy-Black', sans-serif;
}

h1, .h1-title {
  font-size: 60px;
}

h2, .h2-title {
  font-size: 36px;
  margin-bottom: 40px;
}

h3, .h3-title {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Clearfix */
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.before,
.after {
  position: absolute;
  content: "";
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}

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

ol,
ul,
li,
form {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

header ol,
header ul,
header li,
footer ol,
footer ul,
footer li,
nav ol,
nav ul,
nav li {
  list-style: none;
}

.btn-wrap, .comments .form-submit {
  margin-top: 60px;
}

.btn, .btn-invert, .btn.active, html.touch .btn-invert, html.touch .btn.active, .comments .form-submit input[type="submit"] {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 16px;
  padding: 12px 12px;
  border: 1px solid #503D32;
  border: 1px solid var(--main, #503D32);
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
  background-color: #503D32;
  background-color: var(--main, #503D32);
  color: #FFFFFF;
  color: var(--accent, #FFFFFF);
  min-width: 160px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.btn:hover, .btn-invert:hover, html.touch .btn-invert:hover, html.touch .btn.active:hover, .comments .form-submit input:hover[type="submit"] {
  color: #503D32;
  color: var(--main, #503D32);
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
}

.btn:active, .btn-invert:active, html.touch .btn-invert:active, html.touch .btn.active:active, .comments .form-submit input:active[type="submit"] {
  opacity: .8;
}

.btn-invert, .btn.active, .comments .form-submit input.active[type="submit"] {
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
  color: #503D32;
  color: var(--main, #503D32);
}

.btn-invert:hover, .btn.active:hover, .comments .form-submit input.active:hover[type="submit"] {
  color: #FFFFFF;
  color: var(--accent, #FFFFFF);
  background-color: #503D32;
  background-color: var(--main, #503D32);
}

html.touch .btn-invert, html.touch .btn.active, html.touch .comments .form-submit input.active[type="submit"], .comments .form-submit html.touch input.active[type="submit"] {
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
  color: #503D32;
  color: var(--main, #503D32);
}

html.touch .btn-invert:hover, html.touch .btn.active:hover, html.touch .comments .form-submit input.active:hover[type="submit"], .comments .form-submit html.touch input.active:hover[type="submit"] {
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
  color: #503D32;
  color: var(--main, #503D32);
}

.btn-top {
  position: fixed;
  z-index: 555;
  left: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  background-color: #503D32;
  background-color: var(--main, #503D32);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-image: url("../img/_style/_svg/btn-top.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
     -moz-box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
  opacity: 0;
}

.btn-top.on {
  opacity: 1;
}

.toggle-btn {
  display: block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 25px;
  z-index: inherit;
  cursor: pointer;
  margin-right: 10px;
}

.toggle-btn span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  margin-top: -2px;
  height: 5px;
  background-color: #503D32;
  background-color: var(--main, #503D32);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.toggle-btn span::after, .toggle-btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  height: 5px;
  background-color: #503D32;
  background-color: var(--main, #503D32);
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  -moz-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.toggle-btn span:after {
  top: 9px;
}

.toggle-btn.on span {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
}

.toggle-btn.on span::before {
  width: 30px;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
     -moz-transform: rotate(45deg) translate(7px, 7px);
      -ms-transform: rotate(45deg) translate(7px, 7px);
       -o-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}

.toggle-btn.on span::after {
  width: 30px;
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
     -moz-transform: rotate(-45deg) translate(6px, -6px);
      -ms-transform: rotate(-45deg) translate(6px, -6px);
       -o-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

.hidden {
  display: none !important;
}

.img-wrap {
  display: block;
}

.img-wrap img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-img {
  position: relative;
  display: block;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
  background-color: #eee;
}

.cover-img img {
  margin: 0 !important;
}

.cover-img .base-img {
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  opacity: 0;
}

.cover-img .main-img {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  position: relative;
  min-width: 320px;
  font-family: 'Gilroy-Black', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #503D32;
  color: var(--main, #503D32);
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.modal-open, body.mnu-open {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.layout {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 200px;
}

.int-expl .wrapper {
  display: block;
}

p {
  margin: 0;
}

p + p {
  margin-top: 25px;
}

.txt-box {
  font-family: 'Gilroy-Medium', sans-serif;
}

.txt-box p,
.txt-box ul,
.txt-box ol,
.txt-box img,
.txt-box table {
  margin-bottom: 20px;
  margin-bottom: 1em;
}

.txt-box p + p {
  margin-top: 0;
}

.txt-box img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.txt-box ol {
  padding-left: 20px;
}

.txt-box ol li {
  list-style-type: decimal;
  margin-bottom: 15px;
}

.txt-box ul {
  padding-left: 20px;
}

.txt-box ul li {
  position: relative;
  list-style-type: disc;
  margin-bottom: 15px;
}

.txt-box h1:not([class]), .txt-box .h1-title:not([class]),
.txt-box h2:not([class]),
.txt-box .h2-title:not([class]),
.txt-box h3:not([class]),
.txt-box .h3-title:not([class]),
.txt-box h4:not([class]),
.txt-box .h4-title:not([class]),
.txt-box h5:not([class]),
.txt-box h6:not([class]) {
  display: block;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 20px;
}

.txt-box h1, .txt-box .h1-title {
  font-size: 40px;
}

.txt-box h2, .txt-box .h2-title {
  font-size: 35px;
}

.txt-box h3, .txt-box .h3-title {
  font-size: 25px;
}

.txt-box h4, .txt-box .h4-title {
  font-size: 22px;
}

.txt-box h5 {
  font-size: 20px;
}

.txt-box h6 {
  font-size: 20px;
}

.txt-box a:not([class]) {
  text-decoration: underline;
  color: #503D32;
  color: var(--main, #503D32);
}

.modal {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.modal .modal-dialog {
  margin-left: auto !important;
  margin-right: auto !important;
}

.modal-top {
  height: 25px;
}

.modal-top .close {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/_style/_svg/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  cursor: pointer;
  outline: none !important;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
}

.modal-top .close:hover {
  opacity: .75;
}

.modal-body {
  text-align: center;
}

.modal-title {
  margin-bottom: 25px;
}

/* ================= Header ================= */
.main-head, .inner-head {
  color: inherit;
}

.main-head .head-top, .inner-head .head-top {
  background-color: transparent;
}

.main-head:not(.inner-head) .head-cell:not(.logo-big-wrap) .logo-wrap:nth-child(2) .logo, .inner-head:not(.inner-head) .head-cell:not(.logo-big-wrap) .logo-wrap:nth-child(2) .logo,
.main-head:not(.inner-head) .head-cell:not(.logo-big-wrap) .logo-wrap:nth-child(2) .logo-white,
.inner-head:not(.inner-head) .head-cell:not(.logo-big-wrap) .logo-wrap:nth-child(2) .logo-white {
  width: 120px;
}

.inner-head .head-top {
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
}

.head-top {
  position: fixed;
  z-index: 250;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
}

.head-top.scroll .head-line {
  padding: 18px 0 18px 45px;
}

.main-head:not(.inner-head) .head-top.scroll.white-bgc, .inner-head:not(.inner-head) .head-top.scroll.white-bgc {
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
}

.main-head:not(.inner-head) .head-top.scroll.white-bgc .logo, .inner-head:not(.inner-head) .head-top.scroll.white-bgc .logo {
  display: block;
}

.main-head:not(.inner-head) .head-top.scroll.white-bgc .logo-white, .inner-head:not(.inner-head) .head-top.scroll.white-bgc .logo-white {
  display: none;
}

.main-head:not(.inner-head) .head-top.scroll .logo-big-wrap, .inner-head:not(.inner-head) .head-top.scroll .logo-big-wrap {
  right: 0;
  top: 75px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.head-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 35px 0 35px 45px;
  position: relative;
  z-index: 300;
  -webkit-transition: padding .7s;
  -o-transition: padding .7s;
  -moz-transition: padding .7s;
  transition: padding .7s;
}

.head-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.head-cell:not(.logo-big-wrap) {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 50vw;
}

.head-cell:not(.logo-big-wrap) .logo-wrap {
  margin-right: 20px;
  margin-bottom: 5px;
}

.head-cell:not(.logo-big-wrap) .logo-wrap:nth-child(2) .logo,
.head-cell:not(.logo-big-wrap) .logo-wrap:nth-child(2) .logo-white {
  width: 170px;
}

.head-cell:not(.logo-big-wrap) .logo-wrap:last-child {
  margin-right: 0;
}

.logo,
.logo-white {
  display: block;
}

.logo img,
.logo-white img {
  display: block;
  width: 100%;
}

.logo,
.logo-white {
  width: 190px;
}

.logo {
  display: none;
}

.logo-big {
  display: block;
  width: 330px;
}

.logo-big-wrap {
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 55px;
  right: 50%;
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}

.inner-head .logo {
  display: block;
}

.inner-head .logo-white {
  display: none;
}

.inner-head .logo-big-wrap {
  right: 0;
  top: 75px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

.erlebe-logo {
  display: block;
  position: absolute;
  width: 90px;
  bottom: -25px;
}

.trailtrophy-logo {
  display: block;
  width: 100%;
}

.start-page {
  position: relative;
  height: 60vh;
  min-height: 580px;
  overflow: hidden;
}

.start-bg-desk, .start-bg-mobile {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.start-bg-desk img, .start-bg-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.start-bg-mobile {
  display: none;
}

.logo-small {
  position: absolute;
  width: 83px;
  bottom: 70px;
  left: 25px;
}

.home-wrap .content-wrap {
  margin-top: 60px;
}

.home-wrap h2, .home-wrap .h2-title {
  margin-bottom: 30px;
}

.home-wrap .btn-wrap, .home-wrap .comments .form-submit, .comments .home-wrap .form-submit {
  position: relative;
  margin-top: 30px;
  z-index: 60;
}

.home-wrap .btn, .home-wrap .btn-invert, .home-wrap html.touch .btn-invert, html.touch .home-wrap .btn-invert, .home-wrap html.touch .btn.active, html.touch .home-wrap .btn.active, .home-wrap .comments .form-submit input[type="submit"], .comments .form-submit .home-wrap input[type="submit"] {
  min-width: 130px;
}

.content-wrap {
  position: relative;
  margin: 150px 0 150px 10%;
  width: 60%;
}

.content-wrap h2, .content-wrap .h2-title {
  text-transform: uppercase;
}

.prizes-wrapper {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.prizes-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46%;
}

.prizes-cell {
  width: 100%;
}

.prizes-cell .cover-img {
  margin-bottom: 15px;
}

.prize-descr {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}

.prize-descr p + p {
  margin-top: 15px;
}

.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px -8px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.filter-wrapper:not(:first-child) {
  margin-top: 50px;
}

.filter {
  margin: 5px 8px;
}

.btn.filter, .filter.btn-invert, html.touch .filter.btn-invert, html.touch .filter.btn.active, .comments .form-submit input.filter[type="submit"] {
  min-width: 220px;
}

.info-table {
  margin-top: 40px;
  max-width: 900px;
}

.info-table a {
  text-decoration: none;
}

.info-table a:hover {
  text-decoration: underline;
}

.info-table .height-cell {
  white-space: nowrap;
}

.table-header {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 12px;
}

.table-row {
  display: grid;
  grid-template-columns: 50px minmax(150px, 1fr) minmax(70px, 80px) minmax(80px, 95px) minmax(115px, 125px);
  grid-column-gap: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.table-row.table-header {
  grid-template-columns: minmax(225px, 1fr) minmax(70px, 80px) minmax(80px, 95px) minmax(115px, 125px);
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 0;
  margin-bottom: 30px;
}

.leaderboard .table-header {
  grid-template-columns: minmax(30px, 50px) minmax(250px, 370px) minmax(80px, 185px) minmax(80px, 185px) minmax(80px, 120px);
}

.leaderboard .table-row {
  grid-template-columns: minmax(30px, 50px) minmax(250px, 370px) minmax(80px, 185px) minmax(80px, 185px) minmax(80px, 120px);
  margin-top: 30px;
}

.leaderboard .table-cell {
  padding-right: 10px;
}

.athlete-name-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.athlete-name-cell .athlete-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  cursor: pointer;
}

.athlete-number {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 18px;
}

.athlete-icon {
  background-color: #D6D2CF;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 50px;
  height: 50px;
}

.athlete-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.athlete-name-cell {
  position: relative;
  width: 100%;
}

.athlete-name {
  text-decoration: underline;
  cursor: pointer;
}

.athlete-name:hover + .trophies-list {
  opacity: 1;
  padding: 10px;
}

.athlete-name:hover + .trophies-list .trophies-icon {
  height: 20px;
  margin: 3px 3px;
}

.athlete-name:hover + .trophies-list .trophies-icon-wrapper {
  margin: 10px -3px 0;
}

.athlete-name:hover + .trophies-list .trophies-title {
  display: block;
}

.athlete-modal .modal-dialog {
  max-width: 1220px;
}

.athlete-modal .modal-content {
  border: none;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
}

.athlete-modal .modal-header {
  padding: 0;
  border: none;
}

.athlete-modal .btn-close {
  position: absolute;
  z-index: 10;
  top: 35px;
  right: 35px;
  width: 37px;
  height: 37px;
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  opacity: 1;
  margin: 0;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.athlete-modal .modal-body {
  padding: 35px 45px;
}

.athlete-modal-content .athlete-table {
  margin-top: 60px;
  max-width: 610px;
  text-align: left;
}

.athlete-modal-content .athlete-table .table-cell {
  padding-right: 10px;
}

.athlete-modal-content .athlete-table .table-cell.trophies-leader span {
  margin-left: 20px;
}

.athlete-modal-content .athlete-table .table-row {
  grid-template-columns: minmax(70px, 175px) minmax(70px, 150px) minmax(70px, 165px) minmax(70px, 120px);
  font-size: 20px;
}

.athlete-modal-content .athlete-table .table-row.table-header {
  margin-bottom: 25px;
  font-size: 18px;
}

.athlete-modal-content .athlete-table .athlete-number {
  font-size: inherit;
}

.trophies-collect {
  border-top: 3px solid #503D32;
  padding-top: 35px;
  margin-top: 45px;
}

.trophies-collect h3, .trophies-collect .h3-title {
  font-size: 30px;
  margin-bottom: 35px;
  text-align: left;
}

.trophies-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.trophies-itm {
  width: 33.33%;
  min-width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.trophies-itm .route-name-cell span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.trophies-itm .route-name-cell .route-name {
  font-size: 20px;
}

.trophies-itm .route-number-figure {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.trophies-itm .route-number-figure .route-number-text {
  font-size: 40px;
}

.athlete-modal-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
}

.athlete-modal-name .athlete-icon {
  width: 80px;
  height: 80px;
  margin-right: 35px;
}

.athlete-modal-name .athlete-name {
  text-decoration: none;
}

.trophies-list {
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 100%;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 12px;
  top: 40px;
  left: 0;
  z-index: 150;
  border: 1px solid #503D32;
  border: 1px solid var(--main, #503D32);
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
}

.trophies-list::before {
  content: '';
  position: absolute;
  z-index: 10;
  width: 15px;
  height: 15px;
  border-top: 1px solid #503D32;
  border-top: 1px solid var(--main, #503D32);
  border-left: 1px solid #503D32;
  border-left: 1px solid var(--main, #503D32);
  top: -8px;
  left: 20px;
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.trophies-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -3px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}

.trophies-icon {
  width: 20px;
  height: 0;
  margin: 0 3px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}

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

.trophies-title {
  display: none;
}

.trophies-count span {
  display: block;
  position: relative;
  text-decoration: underline;
}

.trophies-count span::before {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 15px;
  background: url(../img/_style/_svg/trophie.svg) center no-repeat;
}

.trophies-count.trophies-leader {
  color: #E5A626;
}

.trophies-count.trophies-leader span {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.trophies-count.trophies-leader span::before {
  display: none;
}

.trophies-count.trophies-leader span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -35%);
     -moz-transform: translate(-50%, -35%);
      -ms-transform: translate(-50%, -35%);
       -o-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  width: 50px;
  height: 40px;
  background: url(../img/_style/_svg/wreath.svg) center no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.trophies-count.trophies-present span {
  display: inline-block;
  position: relative;
}

.trophies-count.trophies-present .present-ic {
  position: absolute;
  left: -webkit-calc(100% + 25px);
  left: -moz-calc(100% + 25px);
  left: calc(100% + 25px);
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.present-ic {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../img/_style/_svg/socks.svg) center no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.map-mobile {
  display: none;
}

.map-desk {
  width: 80%;
}

.routes-table {
  max-width: 1000px;
  margin-right: -150px;
}

.routes-table .table-row {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(150px, 1fr) minmax(60px, 130px) minmax(60px, 130px) minmax(120px, 200px);
}

.routes-table .table-row .comments-count {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
}

.routes-table .table-row.table-header {
  grid-template-columns: minmax(225px, 1fr) minmax(60px, 130px) minmax(60px, 130px) minmax(120px, 200px);
}

.routes-table .table-row.table-header .table-cell:first-child {
  font-family: 'Gilroy-Black', sans-serif;
  font-size: 20px;
}

.routes-table a {
  text-decoration: underline;
}

.routes-table .table-header h3, .routes-table .table-header .h3-title {
  margin: 0 0 -5px;
}

.routes-table .route-name-cell span {
  display: block;
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.routes-table .length-cell,
.routes-table .height-cell {
  white-space: nowrap;
}

.routes-table .height-cell {
  text-transform: uppercase;
}

.route-number,
.route-number-figure {
  width: 50px;
  height: 50px;
}

.route-number img,
.route-number-figure img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.route-number-figure {
  position: relative;
  display: block;
}

.route-number-figure .route-number-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Compacta-Bd-BT-Bold-Italic", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #fff;
}

.route-number-figure .route-number-text span {
  display: block;
}

.route-number-figure + .sub-title, .route-number-figure + .sub-title-accent {
  margin-top: 15px;
  margin-bottom: 10px;
}

.route-number-bg {
  width: 100%;
  height: 100%;
  display: block;
}

.route-number-bg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.route-gpx-desk label,
.route-gpx-mobile label {
  cursor: pointer;
}

.route-gpx-desk input,
.route-gpx-mobile input {
  display: none;
}

.route-info-number {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.route-info-table a,
.route-info-table label {
  text-decoration: underline;
}

.route-gpx-mobile {
  display: none;
}

.route-info-table {
  max-width: 650px;
  min-width: 520px;
  margin-bottom: 50px;
}

.route-info-table .table-row {
  display: grid;
  grid-template-columns: minmax(60px, 80px) minmax(75px, 80px) minmax(80px, 110px) minmax(110px, 170px) minmax(85px, 150px);
}

.route-info-table .table-row.table-header {
  margin-bottom: 15px;
  grid-template-columns: minmax(60px, 80px) minmax(75px, 80px) minmax(80px, 110px) minmax(110px, 170px) minmax(85px, 150px);
}

.route-descr {
  font-family: 'Gilroy-Medium', sans-serif;
}

.route-slider-wrap {
  margin-top: 55px;
}

.route-slider-wrap + .btn-wrap, .comments .route-slider-wrap + .form-submit {
  margin-top: 40px;
}

.route-slider-wrap {
  position: relative;
}

.route-slider-wrap .prev-arrow,
.route-slider-wrap .next-arrow {
  display: block;
  width: 18px;
  height: 30px;
  cursor: pointer;
  background: url(../img/_style/_svg/arrow-left.svg) center no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.route-slider-wrap .prev-arrow.slick-hidden,
.route-slider-wrap .next-arrow.slick-hidden {
  display: none;
}

.route-slider-wrap .next-arrow {
  background: url(../img/_style/_svg/arrow-right.svg) center no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.route-slider-wrap .slider-nav {
  position: absolute;
  padding: 0 15px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-webkit-calc(-50% - 25px));
     -moz-transform: translateY(-moz-calc(-50% - 25px));
      -ms-transform: translateY(calc(-50% - 25px));
       -o-transform: translateY(calc(-50% - 25px));
          transform: translateY(calc(-50% - 25px));
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.route-slider-wrap .slide-controls {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.route-slider-wrap .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}

.route-slider-wrap .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.route-slider-wrap .slick-dots li.slick-active button {
  background-color: #503D32;
  background-color: var(--main, #503D32);
}

.route-slider-wrap .slick-dots button {
  cursor: pointer;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: 1px solid #503D32;
  border: 1px solid var(--main, #503D32);
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

label {
  margin: 0;
}

.contact-form {
  margin-top: 20px;
}

#reply-title {
  font-size: 18px;
}

#reply-title small {
  margin-left: 15px;
}

#respond {
  margin: 25px 0;
}

#respond p + p:not(.form-submit) {
  margin-top: 10px;
}

h3 + #respond, .h3-title + #respond {
  margin-top: 0;
}

.comments {
  margin-top: 80px;
  color: #503D32;
  color: var(--main, #503D32);
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 14px;
}

.comments input,
.comments textarea {
  width: 100%;
  padding: 15px 10px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: none;
  background-color: #F8F7F7;
  background-color: var(--bgc, #F8F7F7);
}

.comments input::-webkit-input-placeholder, .comments textarea::-webkit-input-placeholder {
  color: #503D32;
  color: var(--main, #503D32);
}

.comments input:-moz-placeholder, .comments textarea:-moz-placeholder {
  color: #503D32;
  color: var(--main, #503D32);
}

.comments input::-moz-placeholder, .comments textarea::-moz-placeholder {
  color: #503D32;
  color: var(--main, #503D32);
}

.comments input:-ms-input-placeholder, .comments textarea:-ms-input-placeholder {
  color: #503D32;
  color: var(--main, #503D32);
}

.comments input::-ms-input-placeholder, .comments textarea::-ms-input-placeholder {
  color: #503D32;
  color: var(--main, #503D32);
}

.comments input::placeholder,
.comments textarea::placeholder {
  color: #503D32;
  color: var(--main, #503D32);
}

.comments input[type="checkbox"] {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid #503D32;
  border: 1px solid var(--main, #503D32);
  padding: 0;
  margin-right: 10px;
  outline: none;
}

.comments input[type="checkbox"]:checked {
  background: url(../img/_style/_svg/check-form.svg) center no-repeat;
  -webkit-background-size: 11px 11px;
     -moz-background-size: 11px;
       -o-background-size: 11px;
          background-size: 11px;
}

.comments .comment-form-email label,
.comments .comment-form-author label,
.comments .comment-form-comment label {
  font-size: 14px;
  margin-bottom: 8px;
}

.comments .comment-form-cookies-consent,
.comments .comment-form-comment-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments .comment-form-cookies-consent label,
.comments .comment-form-comment-subscribe label {
  font-size: 10px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 15px;
}

.comments .comment-form-comment-subscribe {
  margin-top: 10px;
}

.comments .form-submit {
  text-align: right;
  margin-top: 50px;
}

.comments .form-submit input[type="submit"] {
  width: auto;
}

.comments label[for="send-mail-check"],
.comments label[for="save-check"] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-left: 15px;
  font-size: 12px;
}

.comments .check-lst {
  margin-top: 20px;
}

.comments textarea {
  border: none;
  resize: none;
  min-height: 180px;
  overflow-y: auto;
}

.cust-inp,
.cust-sel {
  width: 100%;
}

.cust-inp span.wpcf7-form-control-wrap,
.cust-sel span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-top: 10px;
}

.comment .children {
  padding-left: 40px;
}

.comment-body {
  position: relative;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 20px;
  padding: 30px 0;
  border-bottom: 3px solid #F8F7F7;
  border-bottom: 3px solid var(--bgc, #F8F7F7);
}

.comment-body .fn {
  font-family: 'Gilroy-Black', sans-serif;
  font-style: normal;
}

.comment-body .fn a {
  text-decoration: none;
}

.comment-body .fn a:hover {
  text-decoration: underline;
}

.comment-body .comment-author.vcard img {
  display: none;
}

.comment-body .comment-author.vcard .says {
  display: none;
}

.comment-body .comment-meta.commentmetadata {
  font-size: 12px;
  margin-bottom: 15px;
}

.comment-body .comment-meta.commentmetadata a {
  text-decoration: none;
}

.comment-body .comment-meta.commentmetadata a:hover {
  text-decoration: underline;
}

.reply {
  position: absolute;
  top: 30px;
  right: 0;
}

.reply a {
  text-decoration: none;
}

.reply a:hover {
  text-decoration: underline;
}

.commentlist li.comment {
  list-style: none;
}

.last-trophies-wrap, .statistic-count-box, .comments-last-box {
  margin-top: 100px;
}

.last-trophies-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.last-trophies-row:first-child {
  margin-top: 0;
}

.last-trophies-row .athlete-icon {
  margin-right: 20px;
  min-width: 50px;
}

.last-trophies-row .athlete-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.last-trophies-row .athlete-name {
  margin-right: 5px;
}

.last-trophies-row .route-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.last-trophies-row .route-number {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  min-width: 30px;
}

.last-trophies-row span {
  margin-right: 10px;
}

.last-trophies-row span:last-child {
  margin-right: 0;
}

.top-participant-wrap {
  margin-top: 100px;
}

.top-participant .table-header {
  display: none;
}

.sect-404 {
  margin-top: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-sect {
  margin-bottom: 30px;
}

.fluid-box {
  width: 100vw;
  margin-top: 50px;
  margin-left: -10vw;
}

.map-interactive {
  width: 100%;
}

.map-interactive .map,
.map-interactive iframe {
  display: block !important;
  width: 100% !important;
  height: 760px !important;
  min-height: 400px;
}

.map-interactive .gmnoprint.gm-bundled-control-on-bottom {
  right: auto !important;
  left: 0;
}

.map-interactive .gm-style-iw.gm-style-iw-c {
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  min-width: 310px !important;
  max-width: 310px !important;
  max-height: 518px !important;
}

.map-interactive .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  width: 100%;
  max-height: 500px !important;
  overflow-y: auto !important;
}

.map-interactive .gm-style-iw.gm-style-iw-c > .gm-ui-hover-effect {
  z-index: 10;
  top: 0 !important;
  right: 0 !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.map-interactive .gm-style-iw.gm-style-iw-c > .gm-ui-hover-effect span {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

.map-interactive .hotel-card {
  width: 100%;
  padding: 0;
}

.hotel-card {
  max-width: 350px;
}

.hotel-card-txt {
  padding: 15px;
  background-color: #fff;
  font-family: "Gilroy-Black", sans-serif;
}

.hotel-card-txt h3, .hotel-card-txt .h3-title {
  font-size: 25px;
  line-height: 1.15;
}

.hotel-card-txt .btns-line {
  margin-top: 6px;
  margin-left: -7px;
  margin-right: -7px;
}

.hotel-card-txt .btns-line .btn, .hotel-card-txt .btns-line .btn-invert, .hotel-card-txt .btns-line .comments .form-submit input[type="submit"], .comments .form-submit .hotel-card-txt .btns-line input[type="submit"] {
  margin: 14px 7px 0;
  padding: 8px 15px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  min-width: 130px;
  font-size: 15px;
}

.hotel-card-txt .title-route {
  font-size: 18px;
}

.hotel-card-txt .sub-title-accent + .sub-title, .hotel-card-txt .sub-title-accent + .sub-title-accent {
  margin-top: 27px;
}

.sub-title, .sub-title-accent {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.statistic-count {
  max-width: 600px;
  margin-top: 25px;
}

.statistic-count-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.count-itm {
  padding: 8px;
  color: #fff;
  text-align: center;
  width: 33.33%;
  min-width: 33.33%;
}

.count-itm .count-ic,
.count-itm .count-number {
  margin-bottom: 15px;
}

.count-itm-inner {
  background-color: #503D32;
  padding: 15px;
  -webkit-border-radius: 17px;
     -moz-border-radius: 17px;
          border-radius: 17px;
  height: 100%;
}

.count-ic {
  width: 30px;
  height: 30px;
}

.count-number {
  font-size: 36px;
  line-height: 1;
}

.count-text {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 15px;
}

.comments-count {
  display: block;
  position: relative;
  margin-right: 10px;
  padding-left: 10px;
}

.comments-count > span {
  display: block;
  position: absolute;
  left: 0;
  top: -7px;
  width: 19px;
  height: 19px;
  background-color: #9A1919;
  color: #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 2px 0 0;
}

.comments-lst-itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}

.comments-lst-itm > div:not(.comments-count) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.comments-lst-itm > div:not(.comments-count) > a,
.comments-lst-itm > div:not(.comments-count) > span {
  display: block;
  padding-right: 10px;
}

.comments-lst-itm > div:not(.comments-count) > a {
  position: relative;
  min-height: 25px;
  margin-top: -1px;
}

.comments-lst-itm > div:not(.comments-count) > a:hover {
  text-decoration: none;
}

.comments-lst-itm > div:not(.comments-count) > a > span {
  display: block;
}

.comments-lst-itm > div:not(.comments-count) > a .route-number-figure {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -4px;
}

.comments-lst-itm > div:not(.comments-count) > a .route-number-figure + span {
  padding-left: 40px;
}

.comments-lst-itm > div:not(.comments-count) > a .route-number-figure .route-number-text {
  font-size: 22px;
}

.main-foot, .inner-foot {
  color: inherit;
}

.foot-menu {
  position: fixed;
  right: 0;
  top: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  padding-top: 1px;
  z-index: 50;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-125px);
     -moz-transform: translateY(-125px);
      -ms-transform: translateY(-125px);
       -o-transform: translateY(-125px);
          transform: translateY(-125px);
}

.foot-menu .img-wrap {
  width: 1920px;
  height: 1920px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #503D32;
  top: 15px;
  right: -webkit-calc(100% - 5px);
  right: -moz-calc(100% - 5px);
  right: calc(100% - 5px);
  -webkit-transform: rotate(-27deg);
     -moz-transform: rotate(-27deg);
      -ms-transform: rotate(-27deg);
       -o-transform: rotate(-27deg);
          transform: rotate(-27deg);
  -webkit-transform-origin: 100% 0;
     -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.foot-menu .img-wrap .mnu-bg-inner {
  position: absolute;
  left: -webkit-calc(100% - 1px);
  left: -moz-calc(100% - 1px);
  left: calc(100% - 1px);
  top: -1px;
  height: 100%;
  -webkit-border-top-right-radius: 100%;
     -moz-border-radius-topright: 100%;
          border-top-right-radius: 100%;
  overflow: hidden;
}

.foot-menu .img-wrap .mnu-bg-inner img {
  display: block;
  width: auto;
  height: 100%;
}

.foot-menu .main-mnu,
.foot-menu .mnu-bottom-link {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.foot-menu.open {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1000;
}

.foot-menu.open .main-mnu,
.foot-menu.open .mnu-bottom-link {
  opacity: 1;
}

.foot-menu:not(.open) .img-wrap {
  z-index: -1;
}

.mnu-wrap {
  margin-top: 75px;
  width: 315px;
  z-index: 110;
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FFFFFF;
  color: var(--accent, #FFFFFF);
}

.mnu-wrap .toggle-btn span {
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
}

.mnu-wrap .toggle-btn span::after, .mnu-wrap .toggle-btn span::before {
  background-color: #FFFFFF;
  background-color: var(--accent, #FFFFFF);
}

.mnu-wrap a {
  text-decoration: none;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.mnu-wrap a:hover {
  text-decoration: underline;
  color: inherit;
}

.main-mnu {
  font-size: 22px;
  text-transform: uppercase;
}

.main-mnu li {
  margin: 25px 0;
}

.main-mnu li.active > a {
  text-decoration: underline;
  cursor: default;
}

.mnu-bottom-link {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mnu-bottom-link li:first-child {
  margin-right: 50px;
}

.toggle-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mnu-title {
  font-size: 22px;
  margin-top: 2px;
  cursor: pointer;
  text-transform: uppercase;
}

/* ========================== Media Queries ========================== */
@media only screen and (max-width: 1441px) {
  .content-wrap {
    width: 52%;
  }
  .logo-big {
    width: 290px;
  }
  .main-head:not(.inner-head) .erlebe-logo, .inner-head:not(.inner-head) .erlebe-logo {
    width: 60px;
    bottom: -15px;
  }
  .inner-head .logo-big {
    width: 310px;
  }
  .btn, .btn-invert, .btn.active, html.touch .btn-invert, html.touch .btn.active, .comments .form-submit input[type="submit"] {
    font-size: 12px;
  }
  .btn.filter, .filter.btn-invert, html.touch .filter.btn-invert, html.touch .filter.btn.active, .comments .form-submit input.filter[type="submit"] {
    min-width: 163px;
  }
  .comments label[for="send-mail-check"],
  .comments label[for="save-check"] {
    font-size: 10px;
  }
  .start-bg-desk img, .start-bg-mobile img {
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }
  .map-interactive .map,
  .map-interactive iframe {
    height: 600px !important;
  }
  .map-interactive .gm-style-iw.gm-style-iw-c {
    max-height: 482px !important;
  }
  .map-interactive .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    max-height: 500px !important;
  }
  .map-interactive .hotel-card-image .cover-img {
    max-height: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .toggle-btn {
    margin-left: 10%;
  }
  .leaderboard .table-row:not(.table-header) {
    font-size: 18px;
  }
  .route-gpx-mobile {
    display: block;
  }
  .route-gpx-desk {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .main-head:not(.inner-head) .logo-big, .inner-head:not(.inner-head) .logo-big {
    width: 225px;
  }
  .inner-head .logo-big {
    width: 225px;
  }
  .inner-head .erlebe-logo {
    display: none;
  }
  .content-wrap {
    z-index: 10;
  }
  .table-row {
    grid-template-columns: 50px 1fr minmax(80px, 1fr) minmax(115px, 1fr);
    grid-column-gap: 20px;
    font-family: 'Gilroy-Medium', sans-serif;
    justify-items: center;
  }
  .routes-table {
    margin-right: 0;
  }
  .routes-table .table-row {
    grid-template-columns: 50px 1fr minmax(115px, 150px);
    grid-template-columns: 50px .75fr .75fr 1.5fr;
    justify-items: start;
    margin-top: 35px;
    font-size: 16px;
  }
  .routes-table .table-row .table-cell {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .routes-table .table-row .table-cell.route-number {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .table-header {
    display: none;
  }
  .routes-table .table-header {
    display: none;
  }
  .athlete-icon,
  .route-number {
    grid-row: 1/3;
  }
  .athlete-name-cell,
  .route-name-cell {
    grid-column: 3/6;
    font-family: 'Gilroy-Black', sans-serif;
    justify-self: start;
  }
  .route-name-cell {
    grid-column: 2/5;
    margin-bottom: 10px;
  }
  .athlete-number {
    grid-row: 1/3;
    justify-self: end;
  }
  .trophies-count span {
    padding-left: 15px;
  }
  .trophies-count span::before {
    display: block;
  }
  .trophies-count.trophies-leader span {
    padding-left: 0;
  }
  .trophies-count.trophies-leader span::after {
    width: 40px;
    height: 30px;
  }
  .route-info-table {
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .route-info-table .table-row {
    justify-items: normal;
    margin-top: 0;
    font-family: 'Gilroy-Black', sans-serif;
  }
  .route-info-table .table-row.table-header {
    margin-bottom: 10px;
    font-family: 'Gilroy-Medium', sans-serif;
  }
  .comment .children {
    padding-left: 30px;
  }
  .comment-body {
    font-size: 18px;
    padding: 20px 0;
  }
  .comment-body p {
    font-size: 16px;
  }
  .reply {
    top: 20px;
  }
  .athlete-name-cell .athlete-icon {
    margin-right: 20px;
  }
  .leaderboard {
    margin-right: -5px;
  }
  .leaderboard .table-row:not(.table-header) {
    grid-column-gap: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .leaderboard .table-cell {
    width: -webkit-calc(33% - 19px);
    width: -moz-calc(33% - 19px);
    width: calc(33% - 19px);
    padding-right: 5px;
  }
  .leaderboard .table-cell.trophies-count {
    margin-left: 100px;
    width: 15%;
  }
  .leaderboard .table-cell.athlete-number {
    width: 30px;
  }
  .leaderboard .table-cell.athlete-name-cell {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .leaderboard .athlete-name {
    font-size: 18px;
  }
  .athlete-modal-content .athlete-table {
    margin-top: 40px;
  }
  .athlete-modal-content .athlete-table .table-cell {
    grid-row: auto;
    justify-self: start;
  }
  .athlete-modal-content .athlete-table .table-row {
    grid-template-columns: minmax(70px, 175px) minmax(70px, 150px) minmax(70px, 165px) minmax(70px, 120px);
  }
  .athlete-modal-content .athlete-table .table-row.table-header {
    display: grid;
  }
  .trophies-itm {
    width: 50%;
    min-width: 50%;
  }
  .filter-wrapper:not(:first-child) {
    margin-top: 30px;
  }
  .statistic-count-line {
    margin-left: -5px;
    margin-right: -5px;
  }
  .count-itm {
    padding: 5px;
  }
  .count-itm .count-ic,
  .count-itm .count-number {
    margin-bottom: 12px;
  }
  .count-itm-inner {
    padding: 15px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
  }
  .count-ic {
    width: 26px;
    height: 26px;
  }
  .count-number {
    font-size: 28px;
  }
  .count-text {
    font-size: 14px;
  }
  .routes-table .route-name-cell {
    position: relative;
    padding-right: 50px;
  }
  .routes-table .table-row .comments-count {
    left: auto;
    right: 0;
  }
  .trophies-count .present-ic {
    width: 18px;
    height: 18px;
  }
  .trophies-count.trophies-present .present-ic {
    left: -webkit-calc(100% + 10px);
    left: -moz-calc(100% + 10px);
    left: calc(100% + 10px);
  }
  .trophies-count.trophies-leader .present-ic {
    left: -webkit-calc(100% + 20px);
    left: -moz-calc(100% + 20px);
    left: calc(100% + 20px);
  }
}

@media only screen and (max-width: 768px) {
  .head-top {
    position: static;
  }
  .head-line {
    padding: 18px 0 0 18px;
  }
  .logo,
  .logo-white {
    width: 105px;
  }
  .head-cell:not(.logo-big-wrap) .logo-wrap {
    margin-right: 15px;
  }
  .head-cell:not(.logo-big-wrap) .logo-wrap:nth-child(2) .logo,
  .head-cell:not(.logo-big-wrap) .logo-wrap:nth-child(2) .logo-white {
    width: 85px;
  }
  .logo-big-wrap {
    position: static;
    margin: 0;
    margin-left: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .logo-small {
    width: 83px;
    bottom: 50px;
    left: 18px;
  }
  .home-wrap {
    margin-top: -150px;
  }
  .content-wrap {
    width: 100%;
    z-index: 10;
    margin: 35px 0 150px;
    margin-top: 0;
    padding: 0 50px;
  }
  .sect-404 {
    margin-top: 100px;
  }
  .title-sect h1, .title-sect .h1-title {
    font-size: 50px;
  }
  .prizes-column {
    width: 100%;
  }
  .trophies-list {
    top: 30px;
  }
  h2, .h2-title {
    margin-bottom: 20px;
  }
  .route-slider-wrap {
    margin-top: 30px;
  }
  .route-slider-wrap .slider-nav {
    -webkit-transform: translateY(-webkit-calc(-50% - 15px));
       -moz-transform: translateY(-moz-calc(-50% - 15px));
        -ms-transform: translateY(calc(-50% - 15px));
         -o-transform: translateY(calc(-50% - 15px));
            transform: translateY(calc(-50% - 15px));
  }
  .route-slider-wrap .slide-controls {
    margin-top: 15px;
  }
  .comments {
    margin-top: 60px;
  }
  .comments .btn-wrap, .comments .form-submit {
    margin-top: 25px;
  }
  .comments label[for="send-mail-check"],
  .comments label[for="save-check"] {
    margin-left: 0;
  }
  .fluid-box {
    margin-top: 30px;
    margin-left: -50px;
  }
  .athlete-modal .modal-dialog {
    max-width: 450px;
  }
  .athlete-modal .btn-close {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
  }
  .athlete-modal .modal-body {
    padding: 13px 15px 5px;
  }
  .athlete-modal-content .athlete-table {
    margin-top: 20px;
  }
  .athlete-modal-content .athlete-table .table-row {
    font-size: 16px;
  }
  .athlete-modal-content .athlete-table .table-row.table-header {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .trophies-collect {
    margin-top: 30px;
    padding-top: 20px;
    border-width: 1px;
  }
  .trophies-collect h3, .trophies-collect .h3-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .trophies-itm {
    width: 100%;
    min-width: 100%;
  }
  .athlete-modal-name {
    font-size: 20px;
    padding-right: 30px;
  }
  .athlete-modal-name .athlete-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .athlete-modal-content .athlete-table .table-cell.trophies-leader span {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .logo-small {
    display: none;
  }
  .head-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
       -moz-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .home-wrap {
    margin-top: -200px;
  }
  .start-page {
    height: 100vh;
  }
  .content-wrap {
    width: 100%;
    z-index: 10;
    padding: 0 25px;
    margin-top: 30px;
  }
  .btn-top {
    left: auto;
    right: 5px;
    bottom: 75px;
  }
  h2, .h2-title {
    margin-bottom: 20px;
  }
  .last-trophies-wrap, .statistic-count-box, .comments-last-box,
  .top-participant-wrap {
    margin-top: 80px;
  }
  .last-trophies-wrap h2, .statistic-count-box h2, .comments-last-box h2, .last-trophies-wrap .h2-title, .statistic-count-box .h2-title, .comments-last-box .h2-title,
  .top-participant-wrap h2,
  .top-participant-wrap .h2-title {
    font-size: 28px;
  }
  .last-trophies-wrap, .statistic-count-box, .comments-last-box {
    font-size: 17px;
  }
  .last-trophies-row .athlete-icon {
    margin-right: 15px;
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .last-trophies-row .route-number {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .filter-wrapper {
    margin: -5px -5px 0;
  }
  .filter {
    margin: 5px 5px;
  }
  .table-row {
    grid-column-gap: 15px;
    grid-template-columns: 50px 1fr minmax(80px, 85px) minmax(115px, 130px);
  }
  .map-mobile {
    display: block;
  }
  .map-desk {
    display: none;
  }
  .route-slider-wrap .slider-nav {
    -webkit-transform: translateY(-webkit-calc(-50% - 10px));
       -moz-transform: translateY(-moz-calc(-50% - 10px));
        -ms-transform: translateY(calc(-50% - 10px));
         -o-transform: translateY(calc(-50% - 10px));
            transform: translateY(calc(-50% - 10px));
  }
  .route-slider-wrap .slide-controls {
    margin-top: 10px;
  }
  .comment .children {
    padding-left: 20px;
  }
  .route-info-table {
    grid-column-gap: 12px;
    min-width: 0;
  }
  .route-info-table .table-row {
    font-size: 14px;
    grid-template-columns: minmax(45px, 80px) minmax(50px, 80px) minmax(75px, 90px) minmax(55px, 80px) minmax(60px, 80px);
  }
  .route-info-table .table-row.table-header {
    font-size: 12px;
    grid-template-columns: minmax(45px, 80px) minmax(50px, 80px) minmax(75px, 90px) minmax(55px, 80px) minmax(60px, 80px);
  }
  .start-bg-desk, .start-bg-mobile {
    display: none;
  }
  .start-bg-mobile {
    display: block;
  }
  .start-bg-mobile img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
  .head-cell:not(.logo-big-wrap) {
    max-width: 90vw;
  }
  .head-cell:not(.logo-big-wrap) .logo-wrap {
    margin-bottom: 10px;
  }
  .fluid-box {
    margin-left: -25px;
  }
  .leaderboard {
    margin-right: -15px;
  }
  .leaderboard .table-row:not(.table-header) {
    font-size: 14px;
  }
  .leaderboard .table-cell {
    width: -webkit-calc(30% - 15px);
    width: -moz-calc(30% - 15px);
    width: calc(30% - 15px);
  }
  .leaderboard .table-cell:last-child {
    padding-right: 0;
  }
  .athlete-modal-content .athlete-table {
    margin-right: -5px;
  }
  .athlete-modal-content .athlete-table .table-cell {
    padding-right: 5px;
  }
  .athlete-modal-content .athlete-table .table-row {
    font-size: 14px;
    grid-template-columns: minmax(50px, 175px) minmax(50px, 150px) minmax(50px, 165px) minmax(50px, 120px);
  }
  .athlete-modal-content .athlete-table .table-row.table-header {
    font-size: 12px;
  }
  .statistic-count-line {
    margin-left: -2px;
    margin-right: -2px;
  }
  .count-itm {
    padding: 2px;
  }
  .count-itm .count-ic {
    margin-bottom: 10px;
  }
  .count-itm .count-number {
    margin-bottom: 8px;
  }
  .count-itm-inner {
    padding: 10px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
  }
  .count-ic {
    width: 22px;
    height: 22px;
  }
  .count-number {
    font-size: 22px;
  }
  .count-text {
    font-size: 12px;
  }
  .comments-lst-itm > div:not(.comments-count) {
    display: block;
  }
  .comments-lst-itm > div:not(.comments-count) > a,
  .comments-lst-itm > div:not(.comments-count) > span {
    padding-right: 0;
  }
  .comments-lst-itm > div:not(.comments-count) > span {
    margin-bottom: 15px;
  }
  .routes-table .route-name-cell {
    position: static;
    padding-right: 50px;
  }
  .routes-table .table-row .comments-count {
    top: 8px;
    right: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 389px) {
  .btn.filter, .filter.btn-invert, html.touch .filter.btn-invert, html.touch .filter.btn.active, .comments .form-submit input.filter[type="submit"] {
    font-size: 11px;
    min-width: 155px;
  }
}

@media only screen and (max-width: 350px) {
  /*  */
}

@media only screen and (min-width: 351px) {
  /*  */
}

@media only screen and (min-width: 577px) {
  /*  */
}

@media only screen and (min-width: 992px) {
  .leaderboard .table-row {
    font-size: 18px;
  }
  .leaderboard .table-header {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .leaderboard {
    max-width: none;
    margin-right: -230px;
  }
  .leaderboard .table-row {
    font-size: 20px;
  }
  .leaderboard .table-header {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1500px) {
  .table-header {
    font-size: 14px;
  }
  .comments .comment-form-cookies-consent label,
  .comments .comment-form-comment-subscribe label {
    font-size: 12px;
  }
  .routes-table {
    font-size: 25px;
  }
  .routes-table .table-row {
    margin-top: 40px;
  }
  .routes-table .table-header {
    font-size: 18px;
  }
  .routes-table .table-header h3, .routes-table .table-header .h3-title {
    font-size: 25px;
  }
  .routes-table .route-name-cell span {
    margin-bottom: 10px;
  }
  .route-number,
  .route-number-figure {
    width: 60px;
    height: 60px;
  }
  .route-number-figure .route-number-text {
    font-size: 49px;
  }
}

@media screen and (orientation: portrait) {
  /*  */
}

@media screen and (orientation: landscape) {
  /*  */
}

@media print {
  body {
    font-family: "Arial", sans-serif;
    background-color: #fff;
  }
  * {
    color: #000;
  }
  .main-head, .inner-head, .main-foot, .inner-foot,
  .sidebar,
  .inner-pages {
    display: none;
  }
}
