@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/Roboto-Bold.eot");
  src: url("/fonts/Roboto/Roboto-Bold.eot?#iefix") format('embedded-opentype'), url("/fonts/Roboto/Roboto-Bold.woff") format('woff'), url("/fonts/Roboto/Roboto-Bold.ttf") format('truetype');
}

.popup-january.popup412 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/designs/january/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-january.popup412.lang-ru {
    background-image: url("/designs/january/img/bg-1_1.png");
}
.popup-january .popup412__open {
  background: #1989a9;
  color: #fff;
  padding: 10px 20px;
  margin: 100px auto;
  display: block;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.popup412__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-january .popup412__wrapper {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  text-align: center;
}
.popup412__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup412__close-svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #052443;
}
.popup412__close a {
  width: 40px;
  height: 40px;
  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;
}
.popup412__close a:hover .popup412__close-svg {
  fill: #cf000f;
}
.popup412__logo {
  text-align: center;
  padding-top: 39px;
  padding-bottom: 281px;
  max-width: 160px;
  margin: 0 auto;
}
.popup412__logo a {
  display: inline-block;
}
.popup412__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;
}
.popup412__subtitle {
  color: #246289;
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.11px;
  text-transform: uppercase;
}
.popup412__block {
  text-align: center;
  margin-top: 22px;
}
.popup412__title {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.14px;
  line-height: 42px;
  text-transform: uppercase;
  color: #052443;
}
.popup412__title .span__main {
  display: block;
}
.popup412__description {
  color: rgba(5,36,67,0.7);
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 3px;
}
.popup412__button {
  text-align: center;
  margin-top: 26px;
}
.popup412__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: #ff2c2c;
  height: 50px;
  padding: 10px 36px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup412__button a:hover {
  background: #cf000f;
}
.popup412__body {
  width: 100%;
  padding: 80px 0 50px;
}
.popup412__open {
  overflow: hidden;
}
.popup412__open .popup412__overlay {
  display: block;
}
@media screen and (max-width: 800px) {
  .popup-january.popup412 {
    background-size: cover;
  }
  .popup412__title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575.98px) {
  .popup412__title {
    font-size: 24px;
    line-height: 32px;
  }
  .popup412__subtitle {
    font-size: 22px;
    line-height: 32px;
  }
  .popup412__description {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (max-height: 670px) {
  .popup412__overlay {
    overflow-y: auto;
  }
  .popup412__logo {
    padding-top: 35px;
  }
  .popup412__button {
    padding-bottom: 15px;
  }
  .popup412__object2 {
    top: 11px;
  }
}
@media (max-width: 480px) {
  .popup412__subtitle {
    margin-top: 0;
  }
  .popup412__subtitle {
    font-size: 20px;
    line-height: 25px;
  }
  .popup412__offer {
    font-size: 18px;
  }
  .popup412__title {
    font-size: 20px;
    line-height: 24px;
  }
  .popup412__description {
    font-size: 14px;
  }
  .popup412__body {
    padding: 80px 0 0px;
    position: relative;
    top: 12px;
  }
  .popup412__logo {
    max-width: 150px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 185px;
  }
  .popup412__button {
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}