.price {
  font-family: var(--font-accent) !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 26px !important;
  line-height: 31px !important;
  color: var(--primary) !important;
}

.ebalnik {
  vertical-align: baseline !important;
  display: inline-block !important;
  position: relative !important;
  left: -3px !important;
  display: inline-block !important;
  vertical-align: baseline !important;
}

.discountishe1 {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.14);
  border-radius: 5px !important;
  font-family: var(--font-primary) !important;
  padding: 0 10px !important;
  font-style: normal;
  font-weight: 500;
  padding: 0px 2px !important;
  font-size: 14px !important;
  color: #fff !important;
  z-index: 1;
}

.discountishe2 {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
  border-radius: 5px !important;
  font-family: var(--font-primary) !important;
  padding: 0 10px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  color: #fff !important;
  line-height: 21px !important;
  z-index: 1;
  position: absolute;
  top: 240px;
  right: 5%;
}

@media (min-width: 900px) {
  .discountishe2 {
    top: 85% !important;
  }
}

@media (max-width: 420px) {
  .discountishe2 {
    top: 270px !important;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

.arrivals .slide .preview {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.25s;
  height: 90%;
  backdrop-filter: blur(3px);
}

@media screen and (min-width: 900px) {
  .main__screen {
    height: 850px;
    background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/main.webp");
    background-size: cover;
    position: relative;
  }

  .main__screen .wrapper__content {
    transform: translate(0, 45vh);
  }
}

.main__screen h5 {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 9px;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.77);
}

.main__screen h1 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 120px;
  line-height: 116px;
  letter-spacing: 0.05em;
  color: #ffffff;
  max-width: 800px;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.main__screen a {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 30px;
  width: 330px;
  padding: 15px 0;
  font-family: var(--font-primary);
  font-style: normal;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff !important;
  text-decoration: none;
}

/*SECTION 2*/

.quick__guide {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
}

.quick__guide ul {
  padding: 0;
  margin-top: 30px;
}

.quick__guide ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
  position: relative;
}

.quick__guide ul li p {
  text-transform: uppercase;
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 126%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #252426;
  max-width: 50%;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.quick__guide ul li p span {
  color: var(--primary);
}

.quick__guide ul li:not(:last-child):after {
  content: "";
  position: absolute;
  background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/quick__guide/r.svg");
  height: 20px;
  width: 15px;
  background-size: cover;
  display: block;
  top: 35%;
  left: 100%;
}

.shop__categories {
  width: 100%;
  display: block;
  margin-top: 80px;
}

.shop__categories .winter {
  height: 730px;
  background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/collections/winter.png");
  position: relative;
  background-size: cover;
}

.shop__categories .summer {
  height: 730px;
  background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/collections/summer.png");
  position: relative;
  background-size: cover;
}

.shop__categories .men {
  height: 730px;
  background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/collections/men.png");
  position: relative;
  background-size: cover;
}

.shop__categories .women {
  height: 730px;
  background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/collections/women.png");
  position: relative;
  background-size: cover;
}

.shop__categories .content_categories {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.shop__categories .content_categories h4 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 112.5%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f7f7fc;
  position: relative;
}

.shop__categories .content_categories a {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 30px;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff !important;
  text-decoration: none;
  padding: 10px;
  width: 150px;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  transition: 0.25s;
}

.shop__categories .row {
  margin: 0 !important;
}

.shop__categories .col-lg-3:first-child {
  padding-right: 2px !important;
  padding-left: 0;
  padding-bottom: 2px !important;
}

.shop__categories .col-lg-3:nth-child(2) {
  padding-right: 0 !important;
  padding-left: 0;
  padding-bottom: 2px !important;
}

.shop__categories .col-lg-3:not(:last-child) {
  padding-right: 2px;
  padding-left: 0;
}

.shop__categories .col-lg-3:last-child {
  padding-right: 0;
  padding-left: 0;
}

.shop__categories .col-lg-3 .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--primary-lighter) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
  transition: 0.25s;
}

@media (min-width: 900px) {
  .shop__categories .col-lg-3:hover .gradient {
    opacity: 1;
    transition: 0.25s;
  }

  .shop__categories .col-lg-3:not(:last-child) {
    padding-right: 2px !important;
  }

  .ambassadors .slide .avatar {
    position: absolute;
    bottom: 10% !important;
    right: 40px !important;
    max-width: 100px !important;
  }
}

.size__guide {
  position: fixed;
  background: #ffffff;
  border: solid;
  z-index: 999;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none !important;
  padding: 70px 100px;
  width: 560px;
  background: #fff;
  border-radius: 20px;
  z-index: 10000;
  width: 1140px !important;
  max-width: 1140px !important;
  padding: 70px 120px !important;
  display: none;
}

.size__guide__activated {
  display: block;
}

.size__guide .women__tab,
.size__guide .men__tab {
  display: none;
}

.size__guide .tab__active {
  display: block;
}

.size__guide .sizes__board,
.size__guide .info__board {
  border: 1.5px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
}

.size__guide .sizes__board ul,
.size__guide .info__board ul,
.size__guide .info__board__orange ul {
  margin-bottom: 0;
  padding: 0;
}

.size__guide .sizes__board ul li,
.size__guide .info__board ul li,
.size__guide .info__board__orange ul li {
  display: inline-block;
}

.size__guide {
  width: 1140px !important;
  max-width: 1140px !important;
}

.size__guide ul.tab__selector {
  padding: 0;
}

.size__guide ul.tab__selector li {
  display: inline-block;
}

.size__guide .sizes__board ul li.title__b {
  color: #2c2c2c;
}

.size__guide .sizes__board ul li.title__b,
.size__guide .info__board ul li.title__b,
.size__guide .info__board__orange ul li.title__b {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  width: 140px;
  padding: 5px 15px;
  text-align: left;
}

.size__guide .info__board li.title__b {
  background: #2c2c2c;
  color: #fff;
  width: 140px;
}

.size__guide .info__board__orange li.title__b {
  background: linear-gradient(93.52deg, var(--primary-darkest) 0.1%, var(--primary) 99.8%);
  color: #fff;
  width: 140px;
}

.centimentr__tab,
.inches__tab {
  display: none !important;
}

.sizes__scroll {
  display: inline-block;
}

.active__tabulka {
  display: inline-block !important;
}

.toggler__cent__inch {
  padding-left: 15px;
}

.toggler__cent__inch a {
  margin-right: 10px;
}

.toggler__cent__inch .active__tabulka {
  font-family: var(--font-primary);
  font-weight: 700;
  color: #2c2c2c;
}

.size__guide .info__board ul li,
.size__guide .info__board__orange ul li {
  width: 84px;
  text-align: center;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #2c2c2c;
  padding: 6px;
  background: #fbfbfb;
}

.size__guide .sizes__board ul li {
  width: 84px;
  text-align: center;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #2c2c2c;
  padding: 6px;
}

.size__guide .sizes__board ul li.second,
.size__guide .info__board ul li.second,
.size__guide .info__board__orange ul li.second {
  background: #f7f7f7;
}

.size__guide .info__block {
  width: 65%;
  display: inline-block;
}

.size__guide .info__block h5 {
  margin-top: 25px;
}

.size__guide .info__block {
  vertical-align: bottom;
}

.size__guide .photo__block {
  width: 34%;
  text-align: right;
  display: inline-block;
}

.size__guide {
  padding: 70px 120px !important;
}

.suize__guide_title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #2c2c2c;
  text-align: center;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 15px;
}

.size__guide .tab__selector {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.size__guide .tab__selector li {
  font-family:var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #c0c0c0;
  cursor: pointer;
}

.size__guide .tab__selector li.select__tab__active {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #2c2c2c;
  border-bottom: 1.5px solid #ff4c01;
  cursor: default;
}

.size__guide ul.tab__selector li {
  margin: 0 20px;
}

.shop__categories .col-lg-3:hover a {
  background: #fff;
  color: var(--primary);
  transition: 0.25s;
}

.preview__mode .slider {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

.preview__mode {
  position: relative;
  margin-top: 60px;
}

.preview__mode .docas {
  max-width: 88px;
  position: absolute;
  top: -20px;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

.preview__mode .slider .slide {
  text-align: right;
  outline: none;
}

.preview__mode .slider .slick-slide img {
  display: inline-block;
}

.preview__mode .content {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 7.5%;
}

.preview__mode .content h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #252426;
}

.preview__mode .content h2 span {
  color: #f63506;
}

.preview__mode .content p {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #7f7f83;
}

.preview__mode .row {
  margin: 0;
}

.preview__mode .arrows {
  margin-top: 20px;
  text-align: right;
  padding-right: 15%;
}

.preview__mode .arrows div {
  display: inline-block;
  cursor: pointer;
}

.preview__mode .content p.whats__app {
  color: #47db69;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #47db69;
}

.preview__mode .content p.coming__soon {
  margin-top: 5px;
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  background: #adaec5;
  padding: 2.5px 15px;
}

.preview__mode .content p.coming__soon img {
  display: inline-block;
  height: 12px;
  width: 12px;
  vertical-align: middle;
}

.preview__mode .content p.whats__app img {
  margin-right: 10px;
  vertical-align: middle;
}

.slick-next {
  position: absolute;
  bottom: -25%;
  right: 10%;
  width: 50px;
  height: 50px;
  background: url("/img/main/arrow_prev.svg");
  background-size: cover;
  z-index: 1;
  cursor: pointer;
}

.slick-prev {
  position: absolute;
  bottom: -25%;
  right: 5%;
  width: 50px;
  height: 50px;
  background: url("/img/main/arrow_next.svg");
  background-size: cover;
  z-index: 1;
  cursor: pointer;
}

.get__character {
  margin-top: 80px;
}

.get__character .row {
  margin: 0;
}

.get__character h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #252426;
}

.get__character h2 span {
  color: #f63506;
}

.get__character p {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #7f7f83;
  max-width: 75%;
}

.get__character .content {
  vertical-align: middle;
  transform: translate(0, 5vh);
}

br.mobile__showed {
  display: none;
}

.get__character .content a {
  display: block;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 30px;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff !important;
  text-decoration: none;
  padding: 10px;
  width: 330px;
  margin-top: 10px;
  position: relative;
  transition: 0.25s;
  margin-bottom: 10px;
}

.get__character h5 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #252426;
}

.get__character h5 span {
  color: #f63506;
}

.get__character .content p.smaller {
  font-size: 14px;
}

.get__character .content .col-lg-6 {
  padding: 0;
}

.video__block {
  margin-top: 80px;
  height: 800px;
  background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/video.jpg");
  background-size: cover;
  cursor: pointer;
}

.video__block .content {
  text-align: center;
  transform: translate(0, 30vh);
  width: 100%;
}

.video__block .content h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #ffffff;
  max-width: 20%;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.arrivals {
  margin-top: 60px;
}

.arrivals h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #252426;
  text-align: center;
  margin-bottom: 20px;
}

.arrivals h2 span {
  color: var(--primary);
}

.arrivals .slick-slide,
.arrivals .slide {
  outline: none;
  user-select: none;
  position: relative;
}

.arrivals .slide .label {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  left: 5%;
  top: 5%;
  z-index: 5;
}

.arrivals .slide h5:first-of-type {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 31px;
  color: #252426;
  margin-top: 10px;
}

.arrivals .slide h5 span {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 31px;
  color: var(--primary);
  margin-top: 10px;
}

.slick-slide div {
  outline: none;
}

.arrivals a {
  text-decoration: none;
}

.arrivals .slide {
  position: relative;
}

/* .video-js {
    margin-top: 70px;
} */

.vjs-hidden {
  visibility: hidden !important;
}

.arrivals .slide .preview {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.25s;
}

.arrivals .slide:hover .preview {
  transition: 0.25s;
  opacity: 1;
  z-index: 0;
}

.ambassadors {
  margin-top: 80px;
}

.ambassadors h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #252426;
  text-align: center;
  margin-bottom: 20px;
}

.ambassadors h2 span {
  color: var(--primary);
}

.ambassadors .slide {
  position: relative;
}

.ambassadors .slide .avatar {
  position: absolute;
  bottom: -2%;
  right: 0;
}

.ambassadors .slide p {
  display: block;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-left: 15%;
  margin-top: 25px;
  letter-spacing: 0.1px;
  color: #5a5a5c;
}

.ambassadors .slide p img {
  display: inline-block;
}

.wrapper__content__flex {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}

.fashion {
  margin-top: 150px;
}

.fashion h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  max-width: 80%;
  color: #252426;
}

.fashion h2 span {
  color: #f63506;
}

.fashion p {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  max-width: 70%;
  line-height: 1.5;
  color: #7f7f83;
}

.how__we__can__help {
  margin-top: 60px;
}

.how__we__can__help h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #252426;
}

.how__we__can__help h2 span {
  color: #f63506;
}

.how__we__can__help ul {
  padding: 0;
  max-width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}

.how__we__can__help ul li {
  display: inline-block;
  border: 1.8px solid #adaec5;
  border-radius: 30px;
  width: 45%;
  padding: 15px;
  margin: 0 10px;
  margin-bottom: 15px;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #adadaf;
}

.how__we__can__help ul li:hover {
  transition: 0.2s;
  color: #f63506;
  border: 1.8px solid #f63506;
}

.saving__together {
  background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/map.webp");
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

.saving__together h2 {
  font-family: var(--font-accent);
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #252426;
}

.saving__together h2 span {
  color: #f63506;
}

.saving__together .subtitlich {
  font-family: var(--font-primary);
  max-width: 35%;
  display: block;
  margin: 0 auto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #7f7f83;
  margin-bottom: 30px;
}

.saving__together .timer p {
  font-family: var(--font-primary);
  width: 70px;
  height: 100px;
  display: inline-block;
  background: -webkit-linear-gradient(
    285.9deg,
    rgba(255, 209, 199, 0.48) 20.38%,
    rgba(253, 187, 158, 0.48) 83.37%
  );
  background: linear-gradient(
    164.1deg,
    rgba(255, 209, 199, 0.48) 20.38%,
    rgba(253, 187, 158, 0.48) 83.37%
  );
  -webkit-box-shadow: inset 0 2px 4px rgb(230 42 0 / 16%);
  box-shadow: inset 0 2px 4px rgb(230 42 0 / 16%);
  margin-right: 10px;
  font-size: 79px;
  line-height: 100px;
  color: var(--primary);
  text-align: center;
  overflow: hidden;
}

.saving__together .timer p:nth-child(3) {
  margin-left: 20px;
}

.saving__together .timer p:nth-child(6) {
  margin-left: 20px;
}

.mobile__displayed {
  display: none;
}

@media screen and (max-width: 1399px) and (min-width: 900px) {
  header .menu__panel .live__search input {
    width: 200px;
  }

  .shop__categories .col-lg-3 {
    width: 50%;
  }
}

.slick-initialized .slick-slide {
  outline: none !important;
}

.desktop__ebani__block {
  display: block;
}

.mobile__ebani__block {
  display: none;
}

.preview__mode .slider .slick-slide p {
  text-align: left;
  font-family: var(--font-accent);
  font-style: normal;
  padding-left: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #323643;
  margin-top: 5px;
}

.preview__mode .slider .slick-slide p span {
  color: var(--primary);
  display: block;
  width: 100%;
}

.quick__guide ul li a {
  text-decoration: none;
}

.quick__guide ul li img.desktop {
  display: block;
  margin: 0 auto;
}

.quick__guide ul li img.mobile {
  display: none;
  margin: 0 auto;
}

.mobile__ebany__only {
  display: none;
}

a:active {
  position: relative;
  top: 2px !important;
}

@media screen and (max-width: 900px) {
  .ambassadors .slick-slide {
    width: 161px !important;
  }

  .size__guide .info__block::-webkit-scrollbar {
    width: 1em;
  }

  .ambassadors h2 {
    margin-bottom: 5px !important;
  }

  .ambassadors,
  .fashion {
    margin-top: 20px !important;
  }

  .ambassadors .slide p {
    font-size: 14px !important;
  }

  .size__guide {
    bottom: auto !important;
    top: 50% !important;
    overflow: scroll !important;
    height: 98% !important;
  }

  .size__guide .info__block::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .size__guide .info__block::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }

  .size__guide {
    position: absolute;
    top: 65%;
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px 0 !important;
    border-radius: 0 !important;
    overflow: scroll;
    top: 100%;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: inherit;
  }

  .size__guide .info__block h5 {
    position: fixed;
  }

  .size__guide .info__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 2;
    overflow-x: scroll;
    display: block;
  }

  .size__guide .photo__block {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }

  .size__guide .sizes__board,
  .size__guide .info__board {
    border: none;
  }

  .size__guide .sizes__board ul li.title__b,
  .size__guide .info__board ul li.title__b,
  .size__guide .info__board__orange ul li.title__b {
    width: 40%;
  }

  .sizes__scroll {
    white-space: nowrap;
  }

  .size__guide .sizes__board ul li.title__b,
  .size__guide .info__board ul li.title__b,
  .size__guide .info__board__orange ul li.title__b {
    position: fixed;
    left: 0;
    pointer-events: none;
    padding: 5px 15px;
  }

  .size__guide .info__block h5 {
    padding: 0 15px;
  }

  .sizes__board .title_b {
    background: #fff;
  }

  .mobileoverflowhidder {
    display: block;
    position: fixed;
    left: 0;
    width: 40%;
    height: 100%;
    background: #fff;
  }

  .sizes__board .title__b {
    background: #fff;
  }

  .sizes__scroll {
    margin-left: 40%;
  }

  .size__guide .sizes__board ul,
  .size__guide .info__board ul,
  .size__guide .info__board__orange ul {
    margin-top: 45px;
  }

  .shop__categories .winter {
    background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/collections/winter-m.webp");
    position: relative;
    background-size: cover;
  }

  .preview__mode .slider .slide,
  .preview__mode .slider .slick-slide {
    display: block !important;
  }

  .shop__categories .summer {
    background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/collections/summer-m.webp");
    position: relative;
    background-size: cover;
  }

  .shop__categories .men {
    background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/collections/men-m.webp");
    position: relative;
    background-size: cover;
  }

  .shop__categories .women {
    background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/collections/women-m.webp");
    position: relative;
    background-size: cover;
  }

  .footer__bottom__panel .social__link {
    margin: 0 10px;
  }

  .saving__together {
    padding: 55px 0;
  }

  .block__main_animation .color {
    width: 100%;
    display: block;
  }

  .footer__bottom__panel {
    margin-top: -20px;
    padding: 30px 0 !important;
  }

  .saving__together .timer p {
    margin-right: 5px !important;
  }

  .saving__together .subtitlich {
    font-size: 12px !important;
  }

  .how__we__can__help .wrapper__content {
    padding: 0 !important;
  }

  .how__we__can__help ul li {
    padding: 5px 15px;
    font-family: var(--font-primary);
    font-weight: normal;
  }

  .fashion p {
    max-width: 100% !important;
    font-size: 12px !important;
  }

  .how__we__can__help h2 {
    margin: 0 auto;
  }

  .mobile__displayed {
    display: block;
  }

  .ambassadors {
    margin-top: 50px;
  }

  .arrivals h2,
  .ambassadors h2 {
    text-align: left !important;
    padding-left: 15px;
  }

  .ambassadors .slide p {
    margin-left: 0 !important;
    text-align: center !important;
  }

  .ambassadors .slide img {
    text-align: center !important;
    margin: 0 auto !important;
    display: block;
  }

  /* .video-js {
        height: 300px !important;
        overflow: hidden;
    } */
  /* 
    .video-js .vjs-tech {
        transform: scale(2) !important;
    } */
  .vjs-poster {
    height: 100%;
  }

  .arrivals {
    margin-top: 40px !important;
  }

  .preview__mode .content p {
    font-size: 12px !important;
    max-width: 70% !important;
  }

  .preview__mode .docas {
    max-width: 100px !important;
  }

  .get__character p,
  .get__character .content p.smaller {
    font-size: 12px !important;
  }

  .get__character .content a {
    width: 100% !important;
  }

  .get__character h5 {
    font-size: 16px !important;
  }

  .desktop__ebani__block {
    display: none;
  }

  .mobile__ebani__block {
    display: block !important;
  }

  .preview__mode .slider .slick-slide img {
    padding: 5px !important;
    border-radius: 30px;
  }

  .mobile__ebany__only {
    display: block;
  }

  .shop__categories {
    margin-top: 30px;
  }

  .shop__categories .winter,
  .shop__categories .summer {
    max-height: 275px;
    background-position: center !important;
  }

  .shop__categories .men,
  .shop__categories .women {
    max-height: 275px;
    background-position: bottom !important;
  }

  .shop__categories .content_categories a {
    display: none;
  }

  .shop__categories .content_categories h4 {
    font-size: 18px;
  }

  .main__screen .wrapper__content h1 {
    font-family: var(--font-accent);
    text-align: center;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 51px;
  }

  .main__screen .wrapper__content .title {
    font-family: var(--font-secondary);
    letter-spacing: 0.1px;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .main__screen .wrapper__content .main_title {
    height: 54px;
    font-size: 58px;
    line-height: 60px;
    padding: 4px 0;
  }

  .wrapper .main__screen h5 {
    margin-bottom: 10px;
    font-size: 10px;
    text-align: center;
  }

  .wrapper .main__screen a {
    font-size: 14px;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
  }

  .preview__mode .content {
    width: 100%;
    display: block;
  }

  .preview__mode .content h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .preview__mode .content p {
    font-size: 14px;
    max-width: 75%;
  }

  .preview__mode .docas {
    right: 0;
  }

  .slick-next,
  .slick-prev {
    display: none !important;
  }

  .preview__mode .slider {
    width: 100%;
  }

  .get__character h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1px;
  }

  .get__character p {
    font-size: 14px;
    line-height: 18px;
  }

  .get__character .content .col-lg-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .get__character h5 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .get__character p {
    max-width: 95%;
    margin-bottom: 20px;
  }

  .get__character {
    margin-top: 30px;
  }

  .quick__guide ul li {
    vertical-align: top;
  }

  .quick__guide ul li img.desktop {
    display: none !important;
    margin: 0 auto;
  }

  .quick__guide ul li img.mobile {
    display: block !important;
    margin: 0 auto;
  }

  .quick__guide ul li img {
    max-width: 65px;
  }

  .quick__guide ul li p {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }

  br.mobile__showed {
    display: block;
  }

  .quick__guide ul li:not(:last-child):after {
    content: "";
    position: absolute;
    background: url("https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/quick__guide/r.svg");
    height: 10px;
    width: 10px;
    background-size: cover;
    display: block;
    top: 20%;
    left: 90%;
  }

  .video__block {
    height: 230px;
  }

  .video__block .content {
    transform: translate(0, 6vh);
  }

  .video__block .content img {
    max-width: 50px;
  }

  .video__block .content h2 {
    margin-top: 10px;
    font-size: 24px;
    max-width: 60%;
    line-height: 1.5;
  }

  .main__screen {
    /* background: url('https://omb-landing.s3.eu-central-1.amazonaws.com/img/main/main-m.webp'); */
    background-size: cover;
    position: relative;
  }

  .fashion .wrapper__content__flex {
    display: block;
    width: 100%;
    text-align: center;
  }

  .fashion h2,
  .fashion p {
    max-width: 100%;
  }

  .fashion h2 {
    font-size: 22px;
    max-width: 60%;
    margin: 0 auto;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .fashion p {
    font-size: 14px;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .how__we__can__help h2,
  .arrivals h2,
  .saving__together h2,
  .ambassadors h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .how__we__can__help ul {
    max-width: 100%;
  }

  .how__we__can__help ul li {
    font-size: 12px;
    width: 40%;
  }

  .saving__together .subtitlich {
    font-size: 14px;
    max-width: 80%;
    line-height: 18px;
  }

  .ambassadors .slide {
    padding: 10px;
  }

  .ambassadors .slide p {
    white-space: nowrap;
  }

  .slick-initialized .slick-slide {
    padding: 2px !important;
  }

  .ambassadors .slide .avatar {
    position: absolute;
    right: 0;
    max-width: 65px;
    bottom: 20%;
  }

  .saving__together {
    background-size: cover;
    background-position: center;
  }

  .saving__together .timer p {
    width: 25px;
    height: 38px;
    font-size: 26px;
    padding: 5px 0;
    line-height: 112.5%;
  }

  .fashion {
    margin-top: 60px;
  }

  .saving__together .timer p:nth-child(3),
  .saving__together .timer p:nth-child(6) {
    margin-left: 10px;
  }

  .arrivals .slide h5:first-of-type,
  .arrivals .slide h5 span {
    font-size: 24px;
  }

  .arrivals .slide .label {
    font-size: 8px;
    padding: 0 5px;
    left: 10%;
  }
}

.wrapper__content {
  display: block;
  max-width: 1600px;
  margin: 0 auto;
}

.arrivals .slide {
  padding: 0 3px;
}

.arrivals .slide img {
  border-radius: 10px;
}

.page__link {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 30px;
  width: 330px;
  padding: 15px 0;
  font-family: var(--font-primary);
  font-style: normal;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff !important;
  text-decoration: none;
}

.preview__mode .slider .slick-slide p {
  text-align: left;
  font-family: var(--font-accent);
  font-style: normal;
  padding-left: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #323643;
  margin-top: 5px;
}

.preview__mode .slider .slick-slide p span {
  color: var(--primary);
  display: block;
  width: 100%;
}

.wrapper__content .sub_title {
  font-family: var(--font-primary);
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 77%);
  font-weight: 300;
  text-align: left;
  margin-bottom: 8px;
}

a:hover,
a:focus {
  transition: 0.25s;
  text-decoration: none !important;
}

@media (min-width: 900px) {
  .preview__mode .slide {
    padding: 5px;
  }
}

.preview__mode .slide {
  padding: 5px;
}

@media screen and (max-width: 1600px) {
  .wrapper__content {
    padding: 0 20px;
  }
}

@media (max-width: 900px) {
  .wrapper .main__screen {
    height: 700px;
  }

  .main__screen .wrapper__content {
    text-align: center;
  }

  .wrapper .main__screen .wrapper__content {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 6%;
  }
  .wrapper__content .sub_title {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .wrapper .main__screen {
    height: 610px !important;
  }
  .wrapper__content .sub_title {
    width: 223px;
    margin: 0 auto;
    margin-bottom: 0px;
    height: 52px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
}

.close_icon path {
  stroke: #252426;
}

.animated-arrows-icon-container {
  position: absolute;
  bottom: -23px;
  left: -12px;
  transform: rotate(-90deg) scale(0.25);
}
