* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-appearance: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif";
  font-weight: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #141313;
}
body.modal-shown {
  overflow: hidden;
}

html, body {
  height: 100%;
}

img {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  border: none;
}

a {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input, textarea, select, button {
  outline: none !important;
}

[data-aos] {
  pointer-events: initial;
}

.total-container {
  display: block;
  position: relative;
  text-align: left;
  min-height: 100%;
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .aos-init {
    opacity: 1 !important;
    transition: 0 !important;
  }
}

.logo {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  background-image: url(../../images/content/static/new/logo.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 40px;
}
.logo.logo_erodate-pl.logo_christmas {
  background-image: url(../../images/christmas/logo_erodate-pl.svg);
  width: 170px;
  height: auto;
  margin-top: 30px;
}
.logo.logo_erodate-pl.logo_valentines {
  background-image: url(../../images/valentines/logo_erodate-pl.svg);
  width: 170px;
  height: auto;
}
.logo.logo_eroklubas-lt {
  background-image: url(../../images/svg/logo_eroklubas-lt.svg);
  width: 200px;
  height: auto;
}
.logo.logo_eroklubas-lt.logo_christmas {
  background-image: url(../../images/christmas/logo_eroklubas-lt.svg);
  width: 170px;
  height: auto;
  margin-top: 30px;
}
.logo.logo_polskiflirt-pl {
  background-image: url(../../images/svg/logo_polskiflirt-pl.svg);
}
.logo.logo_edate-pl {
  background-image: url(../../images/svg/logo_edate-pl.svg);
}

.title {
  display: block;
  position: relative;
  text-align: left;
}

.title h1, .title h2, .title h3 {
  display: block;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}

@media (max-width: 768px) {
  .title h1, .title h2, .title h3 {
    font-size: 23px;
    line-height: 28px;
  }
}

.button {
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  position: relative;
  display: flex;
  width: 250px;
  height: 80px;
  border-radius: 10px;
  background-color: #43C923;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.button:hover {
  background-color: #34a818;
}

.buttonRounded {
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  position: relative;
  display: flex;
  min-width: 110px;
  height: 50px;
  border-radius: 1000px;
  background-color: rgba(11, 10, 10, 0.66);
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.buttonRounded:hover {
  background-color: #0c0a0a;
}

.tag {
  display: block;
  position: relative;
  text-align: left;
  background-color: #282727;
}

.tag__cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 9px 0px;
}

@media (max-width: 768px) {
  .tag__cont {
    padding: 10px 0px;
  }
}

.tagBox {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  display: flex;
  border-radius: 1000px;
  min-width: 72px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  margin: 6px 9.5px 6px 0px;
}

@media (max-width: 768px) {
  .tagBox {
    margin: 5px 8px 5px 0px;
  }
}

.tagBox:first-child {
  margin-left: 0px;
}

.tagBox:last-child {
  margin-right: 0px;
}

.tagBox:before {
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  font-family: 'HelveticaNeue', sans-serif;
  content: '#';
  color: #FF2200;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  margin-right: 4px;
}

.tagBox:hover {
  background-color: #FF2200;
  color: #fff;
}

.tagBox:hover:before {
  color: #fff;
}

.informReg {
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  transform: translateY(120px);
  background-color: #262323;
  z-index: 1000;
}

.informReg.active {
  -moz-box-shadow: 0px -13px 34px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px -13px 34px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px -13px 34px 0 rgba(0, 0, 0, 0.5);
  transform: translateY(0px);
}

@media (max-width: 768px) {
  .informReg__cont {
    min-height: auto !important;
    margin: 0 -15px !important;
  }
  .informReg__cont .informReg__box:first-child {
    display: none;
  }
  .informReg__cont .informReg__box .button {
    width: 100vw;
    height: 60px;
    border-radius: 0;
  }
}

.informReg__cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  justify-content: space-between;
}

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

.informReg__box h2, .informReg__box h3, .informReg__title {
  display: block;
  position: relative;
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .informReg__box h2, .informReg__box h3, .informReg__title  {
    font-size: 20px;
    line-height: 28px;
  }
}

.informReg .button {
  width: 200px;
  height: 60px;
  font-size: 20px;
  line-height: 24px;
}

.select {
  display: block;
  position: relative;
  text-align: left;
  height: 60px;
}

.select.error .jq-selectbox__select {
  background: -moz-linear-gradient(top, rgba(254, 235, 230, 0.42), rgba(254, 235, 230, 0.42) 100%);
  background-image: -o-linear-gradient(top, rgba(254, 235, 230, 0.42), rgba(254, 235, 230, 0.42) 100%);
  background-image: -webkit-linear-gradient(top, rgba(254, 235, 230, 0.42), rgba(254, 235, 230, 0.42) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 235, 230, 0.42)), to(rgba(254, 235, 230, 0.42)));
  background-image: -ms-linear-gradient(top, rgba(254, 235, 230, 0.42) 0%, rgba(254, 235, 230, 0.42) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=$from, endColorstr=$before, GradientType=0);
  background-color: rgba(254, 235, 230, 0.42) !important;
  border-color: #EF2A13 !important;
}

.select.ok .jq-selectbox__select {
  background: -moz-linear-gradient(top, rgba(42, 196, 32, 0.03), rgba(42, 196, 32, 0.03) 100%);
  background-image: -o-linear-gradient(top, rgba(42, 196, 32, 0.03), rgba(42, 196, 32, 0.03) 100%);
  background-image: -webkit-linear-gradient(top, rgba(42, 196, 32, 0.03), rgba(42, 196, 32, 0.03) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 196, 32, 0.03)), to(rgba(42, 196, 32, 0.03)));
  background-image: -ms-linear-gradient(top, rgba(42, 196, 32, 0.03) 0%, rgba(42, 196, 32, 0.03) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=$from, endColorstr=$before, GradientType=0);
  background-color: rgba(42, 196, 32, 0.03) !important;
  border-color: #2AC420 !important;
}

.select select {
  display: none;
}

.select .jq-selectbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 95px;
  height: 100%;
  z-index: 99 !important;
}
.select .jq-selectbox + .jq-selectbox {
  left: 100px;
  width: 140px;
}
.select .jq-selectbox + .jq-selectbox + .jq-selectbox {
  left: 245px;
  width: 85px;
}

.select .jq-selectbox__select {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: -moz-linear-gradient(left, #fff, #fff 100%);
  background-image: -o-linear-gradient(left, #fff, #fff 100%);
  background-image: -webkit-linear-gradient(left, #fff, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: -ms-linear-gradient(left, #fff 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=$from, endColorstr=$before, GradientType=1);
  background: none;
  background-image: none;
  filter: none;
  height: 100%;
  border: 1px solid #DEDEDE !important;
  background-color: #fff;
  overflow: hidden !important;
  padding: 0px !important;
  cursor: pointer;
}

.select .jq-selectbox__select-text {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 19px;
  color: #141313;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 15px;
}

.select .jq-selectbox__trigger {
  display: block;
  position: relative;
  text-align: left;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  float: right;
  width: 20px;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: transparent;
  border: none;
}

.select .jq-selectbox__trigger-arrow {
  background-image: url(../../images/content/static/new/form/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  border: none;
  width: 10px;
  height: 6px;
  top: 50%;
  left: 0px;
  margin-top: -3px;
}

.select .jq-selectbox__dropdown {
  display: block;
  position: relative;
  text-align: left;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  bottom: 0px !important;
  overflow: hidden;
  width: 100% !important;
  margin: 4px 0px 4px 0px;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  cursor: pointer;
}

.select .jq-selectbox__dropdown-cont {
  display: block;
  position: relative;
  text-align: left;
}

.select .jq-selectbox__dropdown ul {
  display: block;
  position: relative;
  text-align: left;
  max-height: 300px !important;
  height: auto !important;
  padding: 0px !important;
  margin: 0px !important;
  overflow: auto;
}

.select .jq-selectbox__dropdown ul li {
  display: block;
  position: relative;
  text-align: left;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  min-height: inherit;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 19px;
  color: #141313;
}

.select .jq-selectbox__dropdown ul li:hover {
  background-color: #f5f3f3;
}

.select .jq-selectbox__dropdown ul li.selected {
  background-color: #f0efef;
}

.select .jq-selectbox__dropdown ul li.sel {
  background-color: #dedede;
}

.select .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -4px;
}

.select-m-date {
  display: block;
  position: relative;
  height: 60px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 1px solid #fff;
}
.select-m-date input {
  width: calc((100% - 20px) / 3);
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: 0;
  border-radius: 0;
  height: 40px;
  text-align: center;
  font-size: 110%;
  background: transparent;
  border-right: 1px solid #e0e0e0;
}
.select-m-date input.error {
  color: #EF2A13;
}
.select-m-date input:last-child {
  border-right: 0;
}
.select-m-date.error {
  background: #fff;
  border-color: #EF2A13 !important;
}

.select-m-date.ok {
  background-color: #fff;
  border-color: #2AC420 !important;
}

.header {
  display: block;
  position: relative;
  text-align: left;
  /*background-image: url(../../images/content/static/new/home.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 768px) {
  .header {
    background-size: cover;
    background-position: center top;
    background-color: #000;
  }
}

.header .container {
  min-height: 700px;
}

@media (max-width: 768px) {
  .header .container {
    min-height: inherit;
  }
}

@media (max-width: 500px) {
  .header .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.header__top {
  position: relative;
  display: flex;
}

.header__top .logo {
  margin: 25px 0 0 0;
}

@media (max-width: 500px) {
  .header__top .logo {
    width: 130px;
    height: 30px;
    margin-top: 20px;
  }
  .logo.logo_eroklubas-lt {
    width: 200px;
    height: auto;
  }
  .logo.logo_eroklubas-lt + .header__top-button {
    margin-top: 20px;
  }

  .logo.logo_erodate-pl.logo_christmas {
    width: 150px;
    height: auto;
    margin-top: 20px;
  }
  .logo.logo_erodate-pl.logo_valentines {
    width: 150px;
    height: auto;
    margin-top: 17px;
  }
}

@media (max-width: 500px) {
  .header__top .buttonRounded {
    min-width: 90px;
    height: 40px;
  }

  .header .languages a {
    height: 40px !important;
  }
}

.header__top-button {
  position: relative;
  margin: 24px 0 auto auto;
  display: flex;
}

@media (max-width: 500px) {
  .header__top-button {
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .header__top {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header__cont {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0 0 59px 487px;
}

@media (max-width: 992px) {
  .header__cont {
    padding-left: 400px;
  }
}

@media (max-width: 768px) {
  .header__cont {
    display: block;
    position: relative;
    text-align: left;
    width: auto;
    margin-top: 30px;
    padding: 30px 0;
    background: #000;
  }
}

@media (max-width: 500px) {
  .header__cont {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header__cont h1, .header__cont h2 {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 12px;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
}

@media (max-width: 992px) {
  .header__cont h1, .header__cont h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 500px) {
  .header__cont h1, .header__cont h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.header__cont p {
  display: block;
  position: relative;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 500px) {
  .header__cont p {
    font-size: 16px;
    line-height: 24px;
    color: #A8A8A8;
  }
}

.header__button {
  display: none;
}

@media (max-width: 768px) {
  .header__button {
    position: fixed;
    display: block;
    width: 100%;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
  }
}

@media (max-width: 768px) {
  .header__button .button {
    width: 100%;
    height: 65px;
    right: auto;
    bottom: 0px;
    border-radius: 0px;
    font-size: 20px;
    line-height: 25px;
  }
}

.header .languages {
  float: right;
  margin-left: 10px;
}
.header .languages a {
  transition: background-color 0.25s;
  position: relative;
  display: flex;
  height: 50px;
  border-radius: 1000px;
  background-color: rgba(11, 10, 10, 0.66);
  align-items: center;
  justify-content: center;
  padding: 3px 14px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.header .languages a svg {
  display: inline-block;
  margin-right: 6px;
}

.regForm {
  position: absolute;
  width: 390px;
  min-height: 200px;
  left: 15px;
  bottom: 57px;
  border-radius: 10px;
  background-color: #fff;
}

.regForm__step,
.regForm__top-step {
  width: 100%;
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}

.regForm .regForm-emailMarketing {
  margin: 6px 0;
  padding: 12px 10px;
  border: 1px solid #F0F0F0;
  border-radius: 7px;
  color: #3D3D3D;
}
.regForm .regForm-emailMarketing.error {
  border-color: #F8CDC9;
  color: #EF2A13;
  animation-name: shake;
  animation-iteration-count: 1;
  animation-duration: 1s;
}
.regForm__step-box.terms.error {
  animation-name: shake;
  animation-iteration-count: 1;
  animation-duration: 1s
}
.regForm__block {
  margin: 10px 30px;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  color: #888;
  font-size: 14px;
}
.regForm__block + .regForm__step-box {
  margin-top: 15px !important;
}
.regForm__block .deco {
  margin: 10px auto 20px;
}
.regForm__block .deco svg g > g {
  fill: #111;
}
.regForm__block h3,
.regForm__block p {
  text-align: center;
}
.regForm__block h3 {
  font-size: 20px;
}
.regForm__block p {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}
.regForm .regForm-emailMarketing .d-td {
  vertical-align: middle;
}
.regForm .regForm-emailMarketing .d-td:first-child {
  padding-right: 10px;
}
.regForm .regForm-emailMarketing .d-td:last-child {
  white-space: nowrap;
}
.regForm .regForm-marketing-button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.regForm .regForm-marketing-button + .regForm-marketing-button {
  margin-left: 6px;
}
.regForm .regForm-marketing-button span {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 7px;
  text-align: center;
  border: 1px solid #fff;
}
.regForm .regForm-marketing-button span svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.regForm .regForm-marketing-button.agree span {
  border-color: #2AC420;
  background: #fff;
}
.regForm .regForm-marketing-button.reject span {
  border-color: #d0d0d0;
  background: #fff;
}
.regForm .regForm-marketing-button.agree.selected span {
  border-color: #2AC420;
  background: #2AC420;
}
.regForm .regForm-marketing-button.reject.selected span {
  border-color: #d0d0d0;
  background: #d0d0d0;
  color: #333;
}
.regForm .regForm-marketing-button.agree span svg path {
  fill: #2AC420;
}
.regForm .regForm-marketing-button.agree.selected span svg path {
  fill: #fff;
}
.regForm .regForm-marketing-button.reject span svg #close {
  fill: #d0d0d0;
}
.regForm .regForm-marketing-button.reject.selected span svg #close {
  fill: #fff;
}

@media (max-width: 992px) {
  .regForm {
    width: 350px;
  }
}

@media (max-width: 768px) {
  .regForm {
    position: absolute;
    bottom: 0;
    top: initial;
    left: initial;
    width: 100%;
    padding: 0 15px;
    background-color: transparent;
    color: #fff;
  }
  .regForm__positioning {
    position: relative;
    height: calc(100vh - 90px);
  }
  .regForm .regForm__step {
    overflow: initial;
  }
  .regForm .regForm__step-title {
    color: #fff;
    font-size: 120%;
    pointer-events: none;
  }
  .regForm .regForm__step-title.title-big {
    font-size: 215%;
    line-height: 1.1;
  }
  .regForm .regForm__top {
    display: none;
  }
  .regForm .regForm-back {
    border: 0;
    top: 10px;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.65);
    border-radius: 50%;
  }
  .regForm .regForm-back svg .formArrow {
    fill: #fff;
  }
  .regForm .choiceBox {
    margin-left: 0;
    margin-right: 0;
  }
  .regForm .choiceBox li {
    margin-bottom: 8px;
  }
  .regForm .choiceBox .choiceButton {
    background: #fff;
    border-color: #fff;
  }
  .regForm__cont .slick-dots li button {
    background-color: rgba(255,255,255,0.26) !important;
    border: 0 !important;
  }
  .regForm__cont .slick-dots li.slick-active button {
    background-color: #F54112 !important;
  }
  .regForm .regForm__step-box {
    margin: 16px 0;
  }
  .regForm .regForm-sign {
    display: none !important;
  }
  .regForm .select .jq-selectbox__dropdown {
    z-index: 2;
  }
  .regForm .select.ok .jq-selectbox__select {
    background: #fff !important;
  }
  .regForm .regForm-input {
    background: #fff !important;
  }
  .regForm .regForm__step-box.terms {
    margin: 0 0 15px;
    background: rgba(0,0,0,0.7);
    border: 1px solid rgba(0,0,0,.85);
    border-radius: 10px;
    padding: 15px 65px 15px 10px;
    color: #bbb;
    font-size: initial;
    line-height: 1em;
  }
  .regForm .regForm__step-box.terms .checkbox-slider {
    left: initial;
    right: 10px;
  }
  .regForm .regForm__step-box.terms a {
    color: #fff;
  }
  .regForm .regForm__step-box.terms.error {
    border-color: #f00;
  }
  .regForm .regForm__step-box.terms.error a {
    color: #f00;
  }
  .regForm .regForm-textInform,
  .regForm .regForm-textTitle {
    position: relative;
    bottom: initial;
    left: initial;
  }
  .regForm .regForm-textInform.active {
    background: #EF2A13;
    color: #fff;
    padding: 6px;
    border-radius: 8px;
    margin-bottom: -10px;
    margin-top: 6px;
  }
  .regForm .regForm-textInform.active + .regForm-passwordStrength {
    margin-top: 15px;
  }
  .regForm .regForm-sign--error + .regForm-emailMarketing {
    margin-top: 16px;
  }
  .regForm .regForm-emailMarketing {
    display: block !important;
    background: rgba(0,0,0,0.7);
    border: 1px solid rgba(0,0,0,.85);
    border-radius: 10px;
    padding: 15px 10px;
    margin: 6px 0 0;
    color: #bbb;
  }
  .regForm .regForm-emailMarketing.error {
    border-color: #EF2A13;
  }
  .regForm .regForm-marketing-button.reject span,
  .regForm .regForm-marketing-button.agree span {
    border: 0;
    background: #464646;
    height: 44px;
    width: 44px;
    line-height: 42px;
  }
  .regForm .select select {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    height: 60px;
    padding: 0 20px;
    border-radius: 7px;
    border: 1px solid #fff;
    color: #333;
    font-size: 16px;
    line-height: 19px;
    background: #fff url(../../images/svg/triangle.svg) no-repeat 94% 50%;
  }
  .regForm .select--age.error select,
  .regForm .select--partner-age.error select {
    border-color: #EF2A13;
  }
  .regForm .select--age.ok select,
  .regForm .select--partner-age.ok select {
    border-color: #2AC420;
  }

  .regForm .regForm-marketing-button.reject.selected span svg #close {
    fill: rgba(0,0,0,.4);
  }
}

.regForm__top {
  display: block;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #D8D8D8;
}

.regForm__top-step {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.regForm__top-step span {
  display: block;
  position: relative;
  text-align: center;
  color: #141313;
  font-size: 22px;
  line-height: 26px;
}

.regForm__top-step b {
  display: block;
  position: relative;
  text-align: center;
  color: #191717;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.regForm__top-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: center;
}

.regForm__cont {
  display: block;
  position: relative;
  text-align: left;
  padding: 18px 0px 20px 0px;
}

.regForm__cont .slick-dots {
  display: block;
  position: relative;
  text-align: center;
  height: 10px;
}

.regForm__cont .slick-dots:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
}

.regForm__cont .slick-dots li {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding: 0px 3px;
}

.regForm__cont .slick-dots li button {
  display: block;
  position: relative;
  text-align: left;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
}

.regForm__cont .slick-dots li.slick-active button {
  background-color: rgba(245, 65, 18, 0.11);
  border-color: #F54112;
}

.regForm__step {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.regForm__step-title {
  display: block;
  position: relative;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.regForm__step-box {
  display: block;
  position: relative;
  text-align: left;
  margin: 0 30px 30px 30px;
}
.regForm__step-box.hasAdditional {
  margin-bottom: 6px;
}
.regForm__step-box.terms {
  margin: -15px 30px 15px 30px;
  font-size: 11px;
  padding: 10px;
  background: #F8F5F1;
  border-radius: 7px;
}
.regForm__step-box.terms {
  background: #fff;
  color: #999;
  border: 1px solid #DEDEDE;
  line-height: 1.3em;
  position: relative;
  padding-left: 65px;
  cursor: pointer;
}
.regForm__step-box.terms.error {
  border-color: #EF2A13;
  color: #EF2A13;
}
.regForm__step-box.terms.error a {
  color: #EF2A13;
}
.regForm__step-box.terms .checkbox-slider {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
.regForm__step-box.terms a {
  color: #3373ac;
  text-decoration: none;
  cursor: pointer;
  display: inline;
}

.regForm__step-box:first-child {
  margin-top: 5px;
}

.regForm__step-box:last-child {
  margin-bottom: 20px;
}

.regForm__step-box .button {
  border-radius: 7px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 21px;
  -webkit-tap-highlight-color: transparent;
}
.regForm__step-box .button[disabled] {
  background-color: #F5F4F4;
  border-color: #F5F4F4;
  color: #fff;
}

.regForm-icon {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  background-image: url(../../images/content/static/new/form/icon-title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin: 1px 0px 0px 6px;
}

.regForm-icon--man {
  background-image: url(../../images/content/static/new/form/icon-man.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 18px;
  margin: 0px 6px 2px 0px;
}

.regForm-icon--woman {
  background-image: url(../../images/content/static/new/form/icon-woman.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin: 0px 6px 3px 0px;
}

.regForm-icon--couple {
  background-image: url(../../images/content/static/new/form/icon-couple.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin: 0px 7px 2px 0px;
}

.regForm-back {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  left: 10px;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  cursor: pointer;
  z-index: 1;
}

.regForm-back svg {
  position: relative;
  width: 15px;
  height: 15px;
}

.regForm-back svg .formArrow {
  -moz-transition: fill 0.2s;
  -ms-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
  fill: rgba(0, 0, 0, 0.38);
}

.regForm-back:hover {
  background-color: rgba(245, 65, 18, 0.11);
  border: 1px solid #FF2200;
}

.regForm-back:hover .formArrow {
  fill: #FF2200;
}

.regForm-input {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  border-radius: 7px;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 19px;
}

.regForm-input.error {
  background-color: rgba(254, 235, 230, 0.42);
  border-color: #EF2A13;
}

.regForm-input.ok {
  background-color: rgba(42, 196, 32, 0.03);
  border-color: #2AC420;
}

.regForm-input--email-suggestions:empty {
  display: none;
}
.regForm-input--email-suggestions {
  position: absolute;
  display: block;
  left: 0;
  top: 62px;
  background: #fff;
  z-index: 10;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 7px;
  border: 1px solid #DEDEDE;
  overflow: hidden;
}
.regForm-input--email-suggestions li {
  padding: 8px 15px;
  border-bottom: 1px solid #DEDEDE;
  cursor: pointer;
  color: #333;
}
.regForm-input--email-suggestions li:hover,
.regForm-input--email-suggestions li.active {
  background: #fafafa;
}
.regForm-input--email-suggestions li strong {
  font-weight: bold;
}
.regForm-input--email-suggestions li:last-child {
  border-bottom: 0;
}

.regForm-textInform, .regForm-textTitle {
  position: absolute;
  bottom: -18px;
  left: 0px;
  font-size: 12px;
  line-height: 15px;
  margin-top: 8px;
}

.regForm-textInform {
  display: none;
  color: #EF2A13;
}

.regForm-textInform.active {
  display: block;
}

.regForm-textTitle {
  color: #888;
}

.regForm-textTitle.notActive {
  display: none;
}

.regForm-sign {
  position: absolute;
  display: none;
  border-radius: 1000px;
  width: 30px;
  height: 30px;
  top: 15px;
  right: -45px;
}

.regForm-sign--error {
  background-image: url(../../images/content/static/new/form/check-error.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2px auto;
  background-color: #EF2A13;
  display: block;
}

.regForm-sign--ok {
  background-image: url(../../images/content/static/new/form/check-ok.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-color: #2AC420;
  display: block;
}

.choiceBox {
  display: block;
  position: relative;
  text-align: left;
  margin: 16px 30px 20px 30px;
}

.choiceBox li {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
}

.choiceBox li:last-child {
  margin-bottom: 0px;
}

.choiceButton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 7px;
  min-height: 60px;
  border: 1px solid #DEDEDE;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.choiceButton:hover {
  background-color: rgba(254, 235, 230, 0.42);
  border: 1px solid #F54112;
  color: #F54112;
}

.choiceButton.active {
  background-color: rgba(254, 235, 230, 0.42);
  border: 1px solid #F54112;
  color: #F54112;
}
.choiceButton[data-value=male] svg path {
  fill: #468EE5;
}
.choiceButton[data-value=female] svg path {
  fill: #ED524D;
}
.choiceButton[data-value=couple] svg path {
  fill: #6B6B6B;
}
.informBlock {
  display: block;
  position: relative;
  text-align: left;
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  background-color: #191717;
}

.informBlock__cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .informBlock__cont {
    display: block;
    position: relative;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

.informBlock__box {
  position: relative;
  max-width: 335px;
  padding: 0px 5px 40px 5px;
}

@media (max-width: 768px) {
  .informBlock__box {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px auto;
    padding-bottom: 20px;
  }
}

.informBlock__box-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 117px;
  padding-top: 8px;
}

@media (max-width: 768px) {
  .informBlock__box-icon {
    min-height: 100px;
    padding-top: 0px;
  }
}

.informBlock__box-icon img {
  position: relative;
  height: 50px;
  width: 50px;
  margin: auto;
}

.informBlock__box > h2, .informBlock__box > h3, .informBlock__box > .heading {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 9px;
  font-size: 23px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}

@media (max-width: 768px) {
  .informBlock__box > h2, .informBlock__box > h3, .informBlock__box > .heading {
    font-size: 19px;
    line-height: 23px;
  }
}

.informBlock__box > p {
  display: block;
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .informBlock__box > p {
    font-size: 14px;
    line-height: 22px;
  }
}

.informBlock__box:nth-child(1) .informBlock__box-icon img {
  height: 53px;
}

.textBlock {
  display: block;
  position: relative;
  text-align: left;
}

.textBlock__row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-top: 157px;
}

@media (max-width: 992px) {
  .textBlock__row {
    margin-top: 100px;
  }
  .textBlock__row:nth-child(1) {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .textBlock__row {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 25px;
  }
  .textBlock__row:nth-child(1) {
    margin-top: 25px;
  }
}

.textBlock__row:nth-child(2n+1) .textBlock__col:nth-child(2) {
  padding-left: 90px;
}

@media (max-width: 992px) {
  .textBlock__row:nth-child(2n+1) .textBlock__col:nth-child(2) {
    padding-left: 40px;
  }
}

.textBlock__row:nth-child(2n+0) .textBlock__col:nth-child(1) {
  order: 1;
}

.textBlock__row:nth-child(2n+0) .textBlock__col:nth-child(2) {
  order: 0;
  padding-right: 90px;
}

@media (max-width: 992px) {
  .textBlock__row:nth-child(2n+0) .textBlock__col:nth-child(2) {
    padding-right: 40px;
  }
}

.textBlock__col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-self: start;
}

@media (max-width: 768px) {
  .textBlock__col {
    display: block;
    position: relative;
    text-align: left;
    width: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .textBlock__col:nth-child(2) {
    margin-top: 12px;
  }
}

.textBlock__col:nth-child(1) {
  width: 40%;
}

.textBlock__col:nth-child(2) {
  width: 60%;
}

.textBlock__col img {
  display: block;
  position: relative;
  text-align: left;
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 768px) {
  .textBlock__col img {
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}

.textBlock__text {
  display: block;
  position: relative;
  text-align: left;
  margin: auto 0;
}

.textBlock__text h2, .textBlock__text h3 {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 23px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

@media (max-width: 768px) {
  .textBlock__text h2, .textBlock__text h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.textBlock__text ul {
  display: block;
  position: relative;
  text-align: left;
}

.textBlock__text ul li {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .textBlock__text ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .textBlock__text ul li:last-child {
    margin-bottom: 0px;
  }
}

.textBlock__text ul li b {
  display: block;
  position: relative;
  text-align: left;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  color: #fff;
}

@media (max-width: 768px) {
  .textBlock__text ul li b {
    margin-bottom: 3px;
  }
}

.textBlock__text p {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 32px;
}

.textBlock__text p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .textBlock__text p {
    font-size: 14px;
    line-height: 22px;
  }
}

.textBlock__text a {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
}

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

.people {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 103px;
  margin-bottom: 58px;
}

@media (max-width: 768px) {
  .people {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.people .container {
  padding-left: 0px;
  padding-right: 0px;
}

.people__cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .people__cont {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 25px;
  }
}

.people__box {
  position: relative;
  width: 50%;
  padding: 0px 15px 30px 15px;
}

@media (max-width: 768px) {
  .people__box {
    display: block;
    width: auto;
    padding-bottom: 15px;
  }
}

.people__item {
  display: block;
  position: relative;
  text-align: left;
  min-height: 270px;
  border-radius: 10px;
  padding: 0px 25px 25px 25px;
  background-color: #1C1C1C;
  text-decoration: none;
}

@media (max-width: 768px) {
  .people__item {
    min-height: inherit;
    padding: 0px 20px 15px 20px;
  }
}

.people__item-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 109px;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .people__item-img {
    min-height: 80px;
    padding-top: 18px;
  }
}

.people__item-img img {
  position: relative;
  display: block;
  width: 60px;
  margin: auto;
  border-radius: 1000px;
}

@media (max-width: 768px) {
  .people__item-img img {
    width: 45px;
  }
}

.people__item-text {
  display: block;
  position: relative;
  text-align: left;
}

@media (max-width: 768px) {
  .people__item-text {
    max-width: 500px;
    margin: 0 auto;
  }
}

.people__item-text p {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

@media (max-width: 992px) {
  .people__item-text p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .people__item-text p {
    font-size: 14px;
    line-height: 26px;
  }
}

.people__item-info {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
}

@media (max-width: 992px) {
  .people__item-info {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .people__item-info {
    font-size: 14px;
    line-height: 26px;
  }
}

.journal {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 47px;
}

@media (max-width: 768px) {
  .journal {
    margin-top: 30px;
  }
}

.journal__text {
  display: block;
  position: relative;
  text-align: left;
  max-width: 700px;
  margin: 20px auto 0px auto;
  padding: 0px 15px;
}

@media (max-width: 768px) {
  .journal__text {
    margin-top: 15px;
  }
}

.journal__text p {
  display: block;
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .journal__text p {
    font-size: 14px;
    line-height: 24px;
  }
}

.journal__block {
  display: block;
  position: relative;
  text-align: left;
  max-width: 1080px;
  margin: 45px auto 0 auto;
}

@media (max-width: 768px) {
  .journal__block {
    margin-top: 30px;
  }
}

.journal__cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .journal__cont {
    padding: 0px 5px;
  }
}

@media (max-width: 500px) {
  .journal__cont {
    display: block;
  }
}

.journal__box {
  position: relative;
  width: 33.33%;
  padding: 0px 15px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .journal__box {
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .journal__box {
    display: block;
    width: auto;
  }
}

.journal__item {
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  position: relative;
  text-align: left;
  overflow: hidden;
  text-decoration: none;
}

@media (max-width: 768px) {
  .journal__item {
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}

.journal__item-img {
  display: block;
  position: relative;
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
  height: 330px;
  opacity: 0.6;
}

.journal__item-img:after {
  -moz-transition: opacity 0.55s;
  -ms-transition: opacity 0.55s;
  -o-transition: opacity 0.55s;
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  content: '';
  opacity: 0;
  background-color: #000;
}

.journal__item-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 20px 15px 20px;
}

@media (max-width: 768px) {
  .journal__item-title {
    padding: 0px 10px 10px 10px;
  }
}

.journal__item-title span {
  display: block;
  position: relative;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .journal__item-title span {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 2px;
  }
}

.journal__item-title h2, .journal__item-title h3 {
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 768px) {
  .journal__item-title h2, .journal__item-title h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.journal__item:hover .journal__item-img:after {
  opacity: 0.48;
}

.types {
  display: block;
  position: relative;
  text-align: left;
}

.types .container {
  padding-left: 0px;
  padding-right: 0px;
}

.types__text {
  display: block;
  position: relative;
  text-align: left;
  max-width: 700px;
  margin: 20px auto 0px auto;
  padding: 0px 15px;
}

@media (max-width: 768px) {
  .types__text {
    margin-top: 15px;
  }
}

.types__text p {
  display: block;
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .types__text p {
    font-size: 14px;
    line-height: 24px;
  }
}

.types__block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .types__block {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 30px;
  }
}

.types__box {
  position: relative;
  width: 33.33%;
  padding: 0px 15px 30px 15px;
}

@media (max-width: 768px) {
  .types__box {
    display: block;
    width: auto;
    padding-bottom: 15px;
  }
}

.types__item {
  display: block;
  position: relative;
  text-align: left;
}

.types__item > img {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 23px;
}

@media (max-width: 768px) {
  .types__item > img {
    margin-bottom: 10px;
  }
}

.types__item > h2, .types__item > h3 {
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .types__item > h2, .types__item > h3 {
    margin-bottom: 10px;
  }
}

.types__item > p {
  display: block;
  position: relative;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .types__item > p {
    font-size: 14px;
    line-height: 22px;
  }
}

.map {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 170px;
}

@media (max-width: 768px) {
  .map {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}

.map .title {
  padding: 0px 15px;
}

.map__cont {
  display: block;
  position: relative;
  text-align: left;
  background-image: url(../../images/content/static/new/map.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1C1C1C;
  border-radius: 10px;
  min-height: 695px;
  padding: 47px 0px 50px 0px;
}

@media (max-width: 768px) {
  .map__cont {
    min-height: 0;
    padding: 25px 0px 20px 0px;
  }
}

.map__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 81px;
}

@media (max-width: 768px) {
  .map__list {
    margin-top: 35px;
  }
}

@media (max-width: 500px) {
  .map__list {
    padding: 0px 15px;
  }
}

.map__list li {
  display: block;
  position: relative;
  text-align: left;
  width: 33.33%;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 21px;
}

.map__list li:nth-child(3n+1) {
  padding-left: 113px;
}

.map__list li:nth-child(3n+2) {
  padding-left: 130px;
}

.map__list li:nth-child(3n+3) {
  padding-left: 118px;
}

.map__list li a {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

.map__list li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .map__list li {
    width: 50%;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 13px;
  }
  .map__list li:nth-child(2n+1) {
    padding-left: 60px;
  }
  .map__list li:nth-child(2n+2) {
    padding-left: 60px;
  }
}

@media (max-width: 500px) {
  .map__list li:nth-child(2n+1) {
    padding-left: 20px;
  }
  .map__list li:nth-child(2n+2) {
    padding-left: 30px;
  }
}

.footer {
  display: block;
  position: relative;
  text-align: left;
}

.footer .logo {
  width: 125px;
  height: 35px;
}

.footer__cont {
  display: block;
  position: relative;
  text-align: left;
  background-color: #202020;
  padding-bottom: 100px;
}
html.has-cookie-policy {
  .footer__cont {
    padding-bottom: 160px;
  }
}

@media (max-width: 768px) {
  .footer__cont {
    padding-bottom: 0px;
  }
  html.has-cookie-policy {
    .footer__cont {
      padding-bottom: 305px;
    }
  }
}

.footer__contBox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
}

@media (max-width: 768px) {
  .footer__contBox {
    display: block;
    min-height: inherit;
    padding: 15px 0px 80px 0px;
  }
}

.footer__logo {
  position: relative;
  margin: auto 0;
  padding-right: 50px;
}

@media (max-width: 768px) {
  .footer__logo {
    display: none;
  }
}

.footer__menu {
  position: relative;
  margin: auto 0 auto auto;
}

@media (max-width: 768px) {
  .footer__menu {
    display: block;
    margin: 0px;
  }
}

.footer__menu-list {
  display: block;
  position: relative;
  text-align: right;
}
.footer__menu-list.languages {
  margin-left: 20px;
}
.footer__menu-list.languages li {
  white-space: nowrap;
}
.footer__menu-list.languages li a {
  line-height: 30px;
}
.footer__menu-list.languages svg {
  vertical-align: middle;
}
/*.footer__menu-list.languages li a:hover svg path {*/
/*  fill: #fff;*/
/*}*/

@media (max-width: 768px) {
  .footer__menu-list {
    text-align: center;
  }
  .footer__menu-list.languages {
    margin-left: auto;
    margin-top: 20px;
  }
}

.footer__menu-list li {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  margin-left: 18px;
}

@media (max-width: 768px) {
  .footer__menu-list li {
    margin-left: 0px;
    margin-right: 18px;
  }
}

.footer__menu-list li:first-child {
  margin-left: 0px;
}

.footer__menu-list li a {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #919191;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  margin: 5px 0px;
}

.footer__menu-list li a:hover {
  text-decoration: underline;
}
.d-t {
  display: table;
}
.d-td {
  display: table-cell;
}
.hide {
  display: none;
}

.regForm-emailMarketing input[type=checkbox],
.terms input[type=checkbox] {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.checkbox-slider {
  width: 48px;
  height: 25px;
  display: block;
  background: #D5D5D5;
  cursor: pointer;
  border-radius: 15px;
  transition: all 0.2s;
  position: relative;
}
.checkbox-slider:after {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 19px;
  background: #fff;
  z-index: 1;
  top: 3px;
  left: 3px;
  border-radius: 15px;
  transition: all 0.2s;
}
.checkbox-slider.checkbox-slider-on {
  background: #63C318;
}
.checkbox-slider.checkbox-slider-on:after {
  left: 27px;
}


.matching,
.cities,
.linklist {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 65px;
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .matching,
  .cities,
  .linklist {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .matching,
  .cities,
  .linklist {
    margin-bottom: 30px;
  }
}

.matching__text {
  display: block;
  position: relative;
  text-align: left;
  max-width: 700px;
  margin: 19px auto 0px auto;
}

@media (max-width: 768px) {
  .matching__text {
    margin-top: 15px;
  }
}

.matching__text p {
  display: block;
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .matching__text p {
    font-size: 14px;
    line-height: 24px;
  }
}

.matching__block,
.cities__block,
.linklist__block {
  display: block;
  position: relative;
  text-align: left;
  max-width: 1080px;
  margin: 42px auto 0 auto;
}

@media (max-width: 768px) {
  .matching__block,
  .cities__block,
  .linklist__block {
    margin-top: 25px;
  }
}

.matching__cont,
.cities__cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .matching__cont,
  .cities__cont {
    padding: 0px 5px;
  }
}

@media (max-width: 500px) {
  .matching__cont,
  .cities__cont {
    display: block;
  }
}

.matching__box,
.cities__box {
  position: relative;
  width: 33.33%;
  padding: 0px 15px;
  margin-bottom: 40px;
}
.cities__box {
  width: 50%;
}

@media (max-width: 768px) {
  .matching__box,
  .cities__box {
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .matching__box,
  .cities__box {
    display: block;
    width: auto;
  }
}

.matching__item,
.cities__item {
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: block;
  position: relative;
  text-align: left;
  overflow: hidden;
  text-decoration: none;
}

.cities__item {
  border-radius: initial
}

.matching__item:after,
.cities__item:after {
  -moz-transition: opacity 0.55s;
  -ms-transition: opacity 0.55s;
  -o-transition: opacity 0.55s;
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  content: '';
  opacity: 0;
  background-color: #000;
}

@media (max-width: 768px) {
  .matching__item,
  .cities__item {
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}

.matching__item-img,
.cities__item-img {
  display: block;
  position: relative;
  text-align: left;
  opacity: .6;
}

.matching__item-img img,
.matching__item-img .lazy,
.cities__item-img img,
.cities__item-img .lazy {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  min-height: 250px;
}

.cities__item-img img,
.cities__item-img .lazy {
  border-radius: 15px;
}

.matching__item-title {
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 20px 15px 20px;
  z-index: 1;
}

.cities__item-title {
  margin: 20px 0 0;
}

.cities__item-title h2, .cities__item-title h3 {
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

@media (max-width: 768px) {
  .matching__item-title {
    padding: 0px 10px 10px 10px;
  }

  .matching__item-img .lazy {
    min-height: 15vh;
  }
}
@media (max-width: 500px) {
  .matching__item-img .lazy {
    min-height: 12vh;
  }
}

.matching__item-title h2, .matching__item-title h3 {
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

@media (max-width: 768px) {
  .matching__item-title h2, .matching__item-title h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

.matching__item-title-out {
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: block;
  position: relative;
  text-align: left;
  opacity: 0;
}

@media (max-width: 768px) {
  .matching__item-title-out {
    height: 0px !important;
  }
}

.matching__item-title-out p,
.cities__item-title p {
  display: block;
  position: relative;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 992px) {
  .matching__item-title-out p,
  .cities__item-title p {
    font-size: 14px;
    line-height: 21px;
  }
}

.cities__item:hover {
  text-decoration: none;
}


@media (max-width: 768px) {
  .matching__item-title-out p {
    display: none;
  }
}

.matching__item:hover .matching__item-title {
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
  transform: translateY(0px) !important;
}

.matching__item:hover .matching__item-title-out {
  opacity: 1;
}

.matching__item:hover:after {
  opacity: 0.48;
}

.linklist ul {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}
.linklist .linklist__link {
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.linklist .linklist__link:nth-child(odd) {
  margin-right: 10px;
}
.linklist .linklist__link:nth-child(even) {
  margin-left: 10px;
}
.linklist .linklist__link a {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .linklist .linklist__link {
    width: 100%;
    margin: 0 !important;
    padding: 20px 15px;
  }
}

.asSeenOnBlock__cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  margin: 0 -40px;
}
@media (max-width: 768px) {
  .asSeenOnBlock__cont {
    padding: 0px 5px;
  }
}
@media (max-width: 500px) {
  .asSeenOnBlock__cont {
    padding: 0 25px;
  }
}
.asSeenOnBlock__box {
  position: relative;
  width: 25%;
  padding: 0px 40px;
  margin-bottom: 40px;
  line-height: 80px;
}
.asSeenOnBlock__box img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .asSeenOnBlock__box {
    width: 50%;
    padding: 0px 50px;
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .asSeenOnBlock__box {
    padding: 0px 15px;
    width: 49%;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal + .modal .modal__overlay {
  background: transparent;
}

.modal__container {
  background-color: #fff;
  padding: 0;
  width: 400px;
  max-width: 400px;
  max-height: 100vh;
  border-radius: 8px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #000;
  text-align: center;
  box-sizing: border-box;
}
.modal__content {
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  padding: 0;
  color: #000;
  position: relative;
}
.modal__close {
  position: absolute;
  right: 15px;
  top: 24px;
  cursor: pointer;
}
.modal__close svg {
  fill: #111;
  pointer-events: none;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.modal__close svg g,
.modal__close svg path {
  fill: #111;
}
.login .regForm__step-box {
  margin: 0 30px 15px 30px;
}
.login .regForm__step-box div.error {
  margin: 14px 0 0;
  color: #fff;
  background: #EF2A13;
  padding: 3px 6px;
  border-radius: 5px;
}
.remember-me {
  color: #999;
}
.remember-me svg {
  vertical-align: text-bottom;
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-right: 8px;
}
.remember-me input[type=checkbox] {
  opacity: 0;
}
.remember-me input[type=checkbox]:checked + svg .fill {
  fill: #ED4E21;
}
.remember-me input[type=checkbox]:checked + svg .border {
  fill: transparent;
}
.remember-me input[type=checkbox]:checked + svg g {
  stroke-width: 2;
}

.reset-password {
  text-align: center;
}
.reset-password a {
  color: #999;
  text-decoration: underline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.remember-me .slider {
  width: 48px;
  height: 25px;
  display: none;
  background: #D5D5D5;
  cursor: pointer;
  border-radius: 15px;
  transition: all 0.2s;
  position: relative;
}
.remember-me .slider:after {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 19px;
  background: #fff;
  z-index: 1;
  top: 3px;
  left: 3px;
  border-radius: 15px;
  transition: all 0.2s;
}
.remember-me input[type=checkbox]:checked + svg + .slider {
  background: #63C318;
}
.remember-me input[type=checkbox]:checked + svg + .slider:after {
  left: 27px;
}
.login-modal .modal__content .code_title {
  font-size: 20px;
  text-align: center;
}

/* mobile modal */
@media (max-width: 768px) {
  .modal__overlay {
    align-items: start;
  }
  .modal__container {
    background: #222;
    color: #fff;
    border-radius: 0 0 8px 8px;
    width: 100vw;
    max-width: initial;
  }
  .modal__content {
    margin: 15px;
  }
  .modal__content .regForm__step-box {
    margin: 0 0 10px;
  }
  .modal__content .regForm__step-box.buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 0;
  }
  .login-modal .modal__container {
    height: 100%;
    border-radius: 0;
    position: relative;
  }
  .login-modal .modal__content {
    height: 100vh;
    height: calc(var(--viewport-height) - 85px);
    min-height: 505px;
    position: relative;
    transition: all 0.1s ease-in-out;
  }
  .login-modal .modal__content .regForm__step-box.buttons {
    position: absolute;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .modal__header {
    border: 0;
    background: #2B2B2B;
    border-radius: 0 0 12px 12px;
    padding: 15px 20px;
    position: relative;
  }
  .modal__title {
    color: #fff;
    text-align: center;
  }
  .modal__close {
    display: block;
    position: absolute;
    left: 10px;
    right: initial;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
    height: 44px;
    width: 44px;
  }
  .modal__close svg {
    fill: #fff;
    pointer-events: none;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-top: 7px;
  }
  .modal__close svg g,
  .modal__close svg path {
    fill: #fff;
  }
  .remember-me {
    padding: 21px 15px;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,.15);
  }
  .remember-me label {
    display: block;
  }
  .remember-me svg {
    display: none;
  }
  .remember-me .slider {
    display: inline-block;
    float: right;
    margin-top: -3px;
  }
  .reset-password {
    text-align: right;
    position: relative !important;
  }
  .reset-password a {
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
  }
  .regForm-input.error {
    background-color: rgba(255,240,240,0.9);
  }
  .regForm__block {
    background: #2B2B2B;
    color: #fff;
    margin: 10px 0;
    font-size: 15px;
  }
  .regForm__block p {
    color: #e0e0e0;
  }
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.lazy.lazy-loading {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

[data-lastpass-icon-root] { display: none; }

/** login tabs */
.login-modal .tabs {
  margin: 0 30px 10px;
  padding: 5px;
  background: #F5F4F4;
  border-radius: 8px;
  overflow: hidden;
}
.login-modal .tabs ul {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.login-modal .tabs ul li {
  display: inline-block;
  width: calc(50% - 2px);
  padding: 18px 5px;
  text-align: center;
  font-size: 18px;
  color: #888;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.login-modal .tabs ul li.active {
  border-radius: 8px;
  color: #111;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
}
.login-modal .regForm__step-box {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .login-modal .tabs {
    margin: 0 0 10px;
    background: #2B2B2B;
  }
  .login-modal .tabs ul li {
    color: #ABABAB;
  }
  .login-modal .tabs ul li.active {
    background: #444444;
    color: #FAFAFA;
  }
  .regForm__step-box .button[disabled] {
    background-color: #313131;
    border-color: #313131;
    color: #a1a1a1;
  }
  .regForm__block .deco svg g > g {
    fill: #fff;
  }
  .login-modal .resendCode,
  .login-modal .resendCode a {
    color: #a0a0a0;
  }
}

.login-modal .regForm-input {
  border-width: 2px;
}
.login-modal .regForm-input:focus {
  border-color: #EF2A13;
}
.login-modal .regForm__step-box #password {
  padding-right: 40px;
}
.login-modal .regForm__step-box .regForm-visibility {
  position: absolute;
  right: 15px;
  top: 19px;
  cursor: pointer;
  z-index: 1;
}
.login-modal .regForm__step-box .regForm-visibility svg {
  width: 24px;
  height: 24px;
}
.login-modal .regForm__step-box .regForm-visibility svg path {
  fill: #dedede;
}
.login-modal .phone_container {
  white-space: nowrap;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  border-radius: 7px;
  border: 2px solid #DEDEDE;
  background-color: #fff;
  font-size: 0;
}
.login-modal .phone_container.focus {
  border-color: #EF2A13;
}
.login-modal .phone_container.error {
  border-color: #EF2A13;
}
.login-modal .phone_container .regForm-input {
  display: inline-block;
  border: 0;
  border-radius: 0;
  height: 36px;
  padding: 0 10px;
}
.login-modal .phone_container .regForm-input:first-child {
  width: 70px;
  border-right: 1px solid #DEDEDE;
  text-align: center;
}
.login-modal .phone_container .regForm-input:nth-child(2) {
  width: calc(100% - 70px);
}
.login-modal .phone_code_container {
  white-space: nowrap;
  font-size: 0;
}
.login-modal .phone_code_container .regForm-input {
  text-align: center;
  display: inline-block;
  padding: 10px 0;
  width: calc(100% / 5 - 4px);
  margin-right: 5px;
  font-size: 30px;
  height: 80px;
}
.login-modal .phone_code_container.error .regForm-input {
  border-color: #EF2A13;
}
.login-modal .phone_code_container .regForm-input:last-child {
  margin-right: 0;
}
.login-modal .resendCode {
  text-align: center;
  margin: 20px 0;
  color: #666;
}
.login-modal .resendCode a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.login-modal .resendCode[disabled] {
  pointer-events: none;
}
.login-modal .error_container {
  background: #f00;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  margin-top: 5px;
}
.login-modal #tab-email {
  padding-bottom: 30px;
}
.login-modal #tab-email .reset-password {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

