@font-face {
  font-family: "Rubik";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Rubik/Rubik-Bold.eot");
  src: url("/fonts/Rubik/Rubik-Bold.eot?#iefix") format('embedded-opentype'), url("/fonts/Rubik/Rubik-Bold.woff") format('woff'), url("/fonts/Rubik/Rubik-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "Arial";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Arial/ArialBlack.eot");
  src: url("/fonts/Arial/ArialBlack.eot?#iefix") format('embedded-opentype'), url("/fonts/Arial/ArialBlack.woff") format('woff'), url("/fonts/Arial/ArialBlack.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Roboto/RobotoBold.eot");
  src: url("/fonts/Roboto/RobotoBold.eot?#iefix") format('embedded-opentype'), url("/fonts/Roboto/RobotoBold.woff") format('woff'), url("/fonts/Roboto/RobotoBold.ttf") format('truetype');
}

.popup-october.popup394 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/designs/october/img/bg-1.png");
  padding-bottom: 5px;
  margin-bottom: 25px;
  position: relative;
  max-width: 760px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto;
}
.popup-october .popup394__open {
  background: #1989a9;
  color: #fff;
  padding: 10px 20px;
  margin: 100px auto;
  display: block;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.popup394__overlay {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index:1000;
}
.popup-october .popup394__wrapper {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  text-align: center;
  z-index:2;
}
.popup-october .popup394__close {
  position: absolute;
  top: 19px;
  right: 19px;
}
.popup-october .popup394__close-svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #404041;
}
.popup-october .popup394__close a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-october .popup394__close a:hover .popup394__close-svg {
  fill: #ff2c2c;
}
.popup-october .popup394__logo {
  text-align: center;
  padding-top: 18px;
  max-width: 183px;
  margin: 0 auto;
}
.popup-october .popup394__logo a {
  display: inline-block;
}
.popup-october .popup394__offer {
  color: #4a4848;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.16px;
  line-height: 33.53px;
  text-transform: uppercase;
  z-index: 60;
}
.popup-october .popup394__subtitle {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.11px;
  text-transform: uppercase;
}
.popup-october .popup394__block {
  margin-top: 31px;
  text-align: center;
}
.popup-october .popup394__title {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 202px;
  position: relative;
}
.popup-october .popup394__title .span__main {
  display: inline-block;
  position: relative;
}
.popup-october .popup394__title .span__main img {
  position: absolute;
  left: -8px;
  top: 1px;
  max-width: 28px;
}
.popup-october .popup394__description {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 29px;
}
.popup-october .popup394__button {
  text-align: center;
  margin-top: 47px;
  padding-bottom: 51px;
}
.popup-october .popup394__button a {
  display: inline-block;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #080d20;
  height: 50px;
  padding: 10px 36px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup-october .popup394__button a:hover {
  color: #fff;
  background: #d92e1b;
}
.popup-october .popup394__body {
  width: 100%;
}
.popup-october .popup394__open {
  overflow: hidden;
}
.popup-october .popup394__open .popup394__overlay {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .popup-october .popup394__title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575.98px) {
  .popup-october .popup394-wrapper {
    padding: 40px 15px 25px 15px;
    background-position: center top;
    background-size: cover;
  }
}
@media (max-height: 670px) {
  .popup-october .popup394__overlay {
    overflow-y: auto;
  }
  .popup-october .popup394__button {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .popup-october .popup394__subtitle {
    margin-top: 0;
  }
  .popup-october .popup394__subtitle {
    font-size: 20px;
    line-height: 25px;
  }
  .popup-october .popup394__offer {
    font-size: 18px;
  }
  .popup-october .popup394__title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 150px;
  }
  .popup-october .popup394__description {
    font-size: 14px;
    margin-top: 10px;
  }
  .popup-october .popup394__logo {
    max-width: 150px;
    width: 100%;
    padding-top: 20px;
  }
  .popup-october .popup394__button {
    padding-bottom: 15px;
    margin-top: 20px;
  }
}   