.popup446 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/designs/july/img/bg-1.jpg");
  background-color: #ffd600;
  margin-bottom: 25px;
  position: relative;
  max-width: 760px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto;
}
.popup446.lang-ru {
    background-image: url("/designs/july/img/bg-1_ru.jpg");
}
.popup446__open {
  background: #1989a9;
  color: #fff;
  padding: 10px 20px;
  margin: 100px auto;
  display: block;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.popup446__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;
  z-index: 10000;
  background-color: rgba(0,0,0,0.8);
}
.popup446__wrapper {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  text-align: center;
}
.popup446__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup446__close-svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #052443;
}
.popup446__close a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(255,255,255,0.7);
  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;
}
.popup446__close a:hover .popup446__close-svg {
  fill: #408d02;
}
.popup446__logo {
  text-align: center;
  padding-top: 39px;
  padding-bottom: 360px;
  max-width: 177px;
  margin: 0 auto;
}
.popup446__logo a {
  display: inline-block;
}
.popup446__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;
}
.popup446__subtitle {
  color: #246289;
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.11px;
  text-transform: uppercase;
}
.popup446__block {
  text-align: center;
  margin-top: 22px;
}
.popup446__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;
}
.popup446__title .span__main {
  display: block;
}
.popup446__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;
}
.popup446__button {
  text-align: center;
  margin-top: 26px;
}
.popup446__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: #408d02;
  height: 50px;
  padding: 10px 36px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup446__button a:hover {
  background: #337e03;
}
.popup446__body {
  width: 100%;
  padding: 80px 0 50px;
}
.popup446__open {
  overflow: hidden;
}
.popup446__open .popup446__overlay {
  display: block;
}
@media screen and (max-width: 800px) {
  .popup446 {
    background-size: cover;
  }
  .popup446__title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575.98px) {
  .popup446__title {
    font-size: 24px;
    line-height: 32px;
  }
  .popup446__subtitle {
    font-size: 22px;
    line-height: 32px;
  }
  .popup446__description {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (max-height: 670px) {
  .popup446__overlay {
    overflow-y: auto;
  }
  .popup446__logo {
    padding-top: 35px;
  }
  .popup446__button {
    padding-bottom: 15px;
  }
  .popup446__object2 {
    top: 11px;
  }
}
@media (max-width: 480px) {
  .popup446__subtitle {
    margin-top: 0;
  }
  .popup446__subtitle {
    font-size: 20px;
    line-height: 25px;
  }
  .popup446__offer {
    font-size: 18px;
  }
  .popup446__button a {
    position: relative;
    top: -12px;
  }
  .popup446__title {
    font-size: 20px;
    line-height: 24px;
  }
  .popup446__description {
    font-size: 14px;
  }
  .popup446__body {
    padding: 80px 0 0px;
    position: relative;
    top: 12px;
  }
  .popup446__logo {
    max-width: 120px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 185px;
  }
  .lang-ru .popup446__logo {
       padding-bottom: 130px;
  }
  .popup446__button {
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
