html[lang]{
  margin-top: 0 !important;
  --sp100: 100px;
}


@font-face {
  font-family: 'Onest-web';
  src: url('../fonts/Onest-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest-web';
  src: url('../fonts/Onest-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest-web';
  src: url('../fonts/Onest-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


.page-template-page-akzii{
  font-family: 'Onest-web', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}


.akciihdr {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 14px;
  line-height: 1.7;
}
.akciihdr__wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.akciihdr__logo {
  display: block;
  width: 245px;
  height: auto;
  margin-right: 28px;
  margin-top: 5px;
}
.akciihdr__logo img{
  display: block;
  width: 100%;
  height: auto;
}
.akciihdr__slogan {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.7;
}
.akciihdr__stat {
  margin-left: auto;
  margin-right: auto;
  color:#fff;
  margin-top: -2px;
}
.akciihdr__stat mark{
  background: none;
  color: #ffd862;
}
.akciihdr__stars {
  margin-top: 10px;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.akciihdr__stars i{
  display: block;
  flex-shrink: 0;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  background: url(../img/akzii/b1-star.svg) center center no-repeat;
  background-size: contain;
}
.akciihdr__stars span{
  margin-left: 8px;
}
.akciihdr__right {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  color:#fff;
  font-size: 13px;
  line-height: 1;
  margin-top: 3px;
}
.akciihdr__phone {
  display: block;
  color:#fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.akciihdr__phone:hover{
  opacity: 0.85;
}
.akciihdr__right p{
  margin-top: 3px;
}



.akciione {
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 78px;
  color:#fff;
  background-color: #f8f8f8;
}
.akciione__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 60px 60px;
}
.akciione__h1 {
  font-size: 62px;
  font-weight: 400;
  line-height: 82px;
  text-align: center;
}
.akciione__h3{
  text-align: center;
  font-size: 29px;
  line-height: 1;
  margin: 40px 0 40px;
}
.akciione__badge {
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-right: 28px;
}
.akciione__badge::before{
  content:"";
  position: absolute;
  display: block;
  inset: -2px -28px -6px -40px;
  background:
    url(../img/akzii/b1-proc-icon.svg) calc(100% - 28px) 52% no-repeat,
    linear-gradient(to right, #ef3f46 0%, #fcaf2b 100%)
  ;
  border-radius: 300px;
  z-index: 1;
}
.akciione__badge span{
  position: relative;
  display: block;
  z-index: 10;
}
.akciione__h1 b{
  background: none;
  background: linear-gradient(to right, #ef3f46 0%, #fcaf2b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  -webkit-text-fill-color: transparent;
}
.akciione__h2 {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  line-height: 36px;
}
.akciione__grid {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 38px;
  max-width: 1063px;
  margin-left: auto;
  margin-right: auto;
}
.akciioneitem {
  min-width: 0;
  background-color: #fff;
  border-radius: 22px;
  padding: 16px 30px 30px;
  color:#000;
  font-size: 16px;
  line-height: 1.4;
}
.akciioneitem__picwrap {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  width: calc(100% + 30px);
  box-sizing: border-box;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.akciioneitem__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.akciioneitem__badge {
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 10;
  background-color: #fff;
  border-radius: 8px;
  line-height: 41px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 12px;
}
.akciioneitem__title {
  margin-top: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.akciioneitem__descr {
  margin-top: 8px;
}
.akciioneitem__morelogo {
  display: inline-block;
  color: #1ca59f;
  margin-top: 10px;
  text-decoration: underline;
}
.akciioneitem__morelogo:hover{
  filter: brightness(0.8);
}
.akciioneitem__bottom {
  margin-top: 15px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.akciioneitem__boticon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-right: 9px;
  flex-shrink: 0;
  display: block;
}
.akciioneitem__price {
  font-size: 18px;
  font-weight: 700;
  font-size: 18px;
}
.akciioneitem__bottom s{
  display: block;
  margin-left: 3px;
}
.akciione__action {
  margin-top: 50px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.akciione__action .button {
  margin: 0 auto 14px;
  height: 106px;
  width: 400px;
}
.akciione__whats {
  color:#fff;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-size: 16px;
}
.akciione__whats i{
  flex-shrink: 0;
  margin-right: 11px;
  width: 36px;
  height: 36px;
  box-shadow: inset 0 0 24px rgba(128, 209, 102, 0.5);
  border-radius: 100px;
  background: url(../img/akzii/b2-whatsapp.svg) 50% 50% no-repeat, linear-gradient(to top, #229250 0%, #72c358 100%);
}
.akciione__whats:hover{
  opacity: 0.9;
}



.akciisbg{
  background: url(../img/akzii/b2-bg.svg) center 85px;
  background-size: 1160px auto;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  overflow: hidden;
}



.akciitwo {
  margin-top: var(--sp100);
  margin-bottom: var(--sp100);
}
.akciih1 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.34;
  text-align: center;
}
.akciih1 b{
  font-weight: 500;
}
.akciisub {
  margin-top: 25px;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  color: #848490;
}
.akciitwo__box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-top: -14px;
  margin-left: 10px;
}
.akciitwo__left{
  width: 210px;
  flex-shrink: 0;
  position: relative;
  height: 423px;
}
.akciitwo__letter {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 423px;
  display: block;
  object-fit: contain;
  max-width: none;
}
.akciitwo__right{
  width: 730px;
}

.akciitwo__tableh1{
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 70px;
  font-weight: 500;
  line-height: 1;
}
.akciitwo__table {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 28px 35px;
  font-size: 18px;
  line-height: 1;
  table-layout: auto;
  border-spacing: 0;
  width: 100%;
}
.akciitwo__table th{
  background-color: #f67d37;
  color:#fff;
  height: 44px;
  vertical-align: middle;
}
.akciitwo__table th:first-child,
.akciitwo__table td:first-child{
  border-radius: 10px 0 0 10px;
}
.akciitwo__table th:last-child,
.akciitwo__table td:last-child{
  border-radius: 0 10px 10px 0;
}
.akciitwo__table td{
  color:#000;
  text-align: center;
  height: 44px;
  vertical-align: middle;
}
.akciitwo__table tr:nth-child(2n + 1) td{
  background-color: #f5f5f5;
}
.akciitwo__table small{
  font-size: 100%;
  color: #a09f9f;
}
.akciitwo__action .button{
  width: 340px;
  margin-bottom: 23px;
  height: 100px;
}
.akciitwo__action .akciione__whats{
  color:#000;
}




.akciicatalog {
  margin-top: var(--sp100);
  margin-bottom: var(--sp100);
}
.akciicatalog__logo {
  display: block;
  margin: 0 auto 20px;
  width: 53px;
  height: 53px;
}
.akciicatalog__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:30px;
}
.akciicatitem {
  border-radius: 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 20px;
  background-color: #fff;
}
.akciicatitem__picwrap {
  position: relative;
  box-sizing: border-box;
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.akciicatitem__picwrap img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.akciicatitem__plans {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:15px;
}
.akciicatitem__plan {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
  color:#000;
  line-height: 1.6;
  text-decoration: underline;
}
.akciicatitem__planpic {
  width: 60px;
  height: 50px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  border:1px solid #f0f0f0;
  border-radius: 3px;
}
.akciicatitem__plan:hover{
  opacity: 0.9;
}
.akciicatitem__title {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 10px;
}
.akciicatitem p{
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}
.akciicatitem .akciioneitem__bottom{
  margin-top: auto;
  padding-top: 18px;
  font-size: 16px;
}
.akciicatitem .akciioneitem__price {
  color: #ef4245;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 8px;
}
.akciicatitem__actions {
  margin-top: 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.akciicatitem__actions .button{
  height: 70px;
  margin-bottom: 14px;
  width: 290px;
  max-width: 100%;
  font-size: 17px;
}
.akciicatitem__actions .akciione__whats{
  font-size: 13px;
  color:#000;
  text-underline-offset: 2px;
}
.akciicatitem__actions .akciione__whats i{
  width: 27px;
  height: 27px;
  margin-right: 8px;
  background-size: 14px;
}







.akciigift {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 165px;
}
.akciigift__icon {
  display: block;
  margin: 0 auto 15px;
}
.akciigift__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  background-repeat: no-repeat;
  background-position: 42% 10px;
  margin-top: 35px;
}
.akciigift__col {
  min-width: 0;
  position: relative;
}
.akciigift__picwrap{
  height: 465px;
  position: relative;
}
.akciigift__leftpic {
  display: block;
  margin: 0 auto;
  transform: translate(-4px, 0px);
  max-width: none;
}
.akciigift__righrpic {
  display: block;
  margin: 0 auto;
  transform: translate(35px, -50px);
  max-width: none;
}

.akciigift__text {
  font-size: 24px;
  line-height: 38px;
  color:#000000;
  font-weight: 500;
  text-align: center;
}
.akciigift__text--left {
  transform: translateX(-9px);
}
.akciigift__text--right{
  transform: translateX(35px);
}
.akciigift__price {
  margin-top: 5px;
  vertical-align: baseline;
  line-height: 1.2;
  text-align: center;
}
.akciigift__price s{
  color:#848490;
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
}
.akciigift__price b{
  font-weight: 500;
  color:#79b690;
  font-size: 30px;
}








.akciigallery {
  margin-top: var(--sp100);
  margin-bottom: var(--sp100);
}
.akciigallery__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  grid-auto-rows: auto;
}
.akciigalpic {
  min-width: 0;
  grid-column: span 2;
}
.akciigalpic:nth-child(1){
  grid-row: span 2;
}
.akciigalpic a{
  position: relative;
  display: block;
  padding-bottom: 67.5%;
  width: 100%;
  height: 0;
  box-sizing: border-box;
}
.akciigalpic a img,
.akciigalvideo a img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.3s ease;
}
.akciigalpic:nth-child(1) a{
  padding-bottom: 0;
  height: 100%;
}
.akciigalpic a:hover img,
.akciigalvideo a:hover img{
  opacity: 0.9;
}
.akciigalvideo {
  grid-column: span 3;
}
.akciigalvideo a{
  position: relative;
  display: block;
  padding-bottom: 67.5%;
  width: 100%;
  height: 0;
  box-sizing: border-box;
}
.akciigalvideo__play {
  --size: 113px;
  position: absolute;
  z-index: 10;
  top: calc(50% - var(--size) / 2);
  left: calc(50% - var(--size) / 2);
  width: var(--size);
  height: var(--size);
  border-radius: 200px;
  background: linear-gradient(to top, #32acc2 0%, #56be9a 100%);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.akciigalvideo__play::before{
  content:"";
  display: block;
  width: 26px;
  height: 29px;
  background: url(../img/akzii/icon-play.svg) 50% 50% no-repeat;
  background-size: contain;
  margin: auto;
  transform: translateX(4px);
}
.akciigalvideo__descr {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}



.akciirules {
  margin-top: var(--sp100);
  margin-bottom: var(--sp100);
  padding-top: 1px;
}
.akciirules__logowrap {
  --size: 75px;
  margin-top: calc(0px - var(--size) / 2);
  margin-bottom: calc(0px - var(--size) / 2);
  display: block;
  width: var(--size);
  height: var(--size);
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 10;
}
.akciirules__logowrap img{
  display: block;
  margin: auto;
  width: calc(var(--size) / 2);
  height: calc(var(--size) / 2);
}
.akciirules__bg {
  background: url(../img/akzii/b5-bg.jpg) center top no-repeat;
  color:#fff;
  border-radius: 50px;
  background-size: cover;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.akciirules__bg .container{
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 75px;
  padding-bottom: var(--sp100);
}
.akciirules__line1 {
  line-height: 52px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 22px;
  padding: 0 28px;
  margin-bottom: 10px;
}
.akciirules__grad {
  font-weight: 600;
  background: none;
  color:#fff;
  display: inline-block;
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
}
.akciirules__grad::before{
  content:"";
  position: absolute;
  display: block;
  inset: -2px -25px -6px -25px;
  background:linear-gradient(to right, #ef3f46 0%, #fcaf2b 100%);
  border-radius: 300px;
  z-index: 1;
}
.akciirules__grad span{
  position: relative;
  z-index: 5;
}
.akciirules .akciisub__sub {
  margin-top: 28px;
  color: #c5bdb8;
  font-size: 22px;
}
.akciirules__line2 {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
.akciirules__grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:0;
  width: 100%;
}
.akciirules__col {
  min-width: 0;
}
.akciirules__picwrap {
  height: 200px;
  position: relative;
}
.akciirules__picwrap img{
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
}
.akciirules__pic1 {
  width: 208px;
  top: 10px;
}
.akciirules__pic2 {
  width: 166px;
}
.akciirules__pic3 {
  width: 161px;
  top: 35px;
}
.akciirules__num {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 53px;
  height: 53px;
  border-radius: 50px;
  color:#fff;
  text-align: center;
  font-style: normal;
  background-color: #56be9a;
  z-index: 10;
  top: 0;
  left: 0;
}
.num1 {
  top: 34px;
  left: 28%;
}
.num2 {
  top: 95px;
  left: 54%;
}
.num3 {
  top: 20px;
  right: 29%;
  left: auto;
}
.akciirules__descr {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
.akciirules__actions {
  margin-top: 40px;
}
.akciirules__actions .button{
  width: 360px;
  max-width: 100%;
  margin-bottom: 25px;
}
.akciirules__actions  .akciione__whats{
  font-size: 16px;
}





.akciiipoteka {
  margin-top: var(--sp100);
  margin-bottom: var(--sp100);
}
.akciiipoteka .akciisub{
  margin-top: 15px;
}
.akciiipoteka__wrap {
  margin-top: 55px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
}
.akciiipoteka__left {
  flex-shrink: 0;
  width: 628px;
  height: 744px;
  position: relative;
  min-width: 0;
}
.akciiipoteka__bg {
  display: block;
  position: absolute;
  height: 100%;
  max-width: none;
}
.akciiipoteka__banks {
  position: absolute;
}
.akciiipoteka__right {
  flex-grow: 1;
  max-width: 484px;
  position: relative;
  z-index: 10;
}
.akciiipoteka__formwrap {
  margin-top: 69px;
  border-radius: 26px;
  background-color: #f1f1f1;
  position: relative;
  padding: 50px;
  min-height: 570px;
}
.akciiipoteka__badge {
  position: absolute;
  top: -84px;
  right: 35px;
  width: 145px;
  height: 145px;
  border-radius: 200px;
  text-align: center;
  color:#fff;
  background-image: linear-gradient(45deg, #6caf91 0%, #b5d88e 100%);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.akciiipoteka__badge strong{
  font-weight: 700;
  font-size: 46px;
  display: block;
  margin-top: 10px;
}
.akciiipoteka__formtitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.akciiipoteka__formsub {
  font-size: 17px;
  line-height: 30px;
  margin-top: 6px;
  margin-bottom: 20px;
  width: calc(100% + 10px);
}
.akciiipoteka .themed{
  width: 100%;
  height: 87px;
  background-color: #fff;
  border:none;
  border-radius: 16px;
  font-size: 18px;
  padding: 0 35px;
}
.akciiipoteka .wpcf7-form-control-wrap{
  display: block;
  position: relative;
  margin-bottom: 18px;
}
.akciiipoteka span.wpcf7-not-valid-tip{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  border-radius: 16px;
}
.akciiipoteka .button{
  display: block;
  width: 100%;
  white-space: pre;
}
.akciiipoteka__submit{
  position: relative;
}
.akciiipoteka__accept {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color:#000;
}
.akciiipoteka__accept a{
  color:#000;
  text-decoration: underline;
}
.akciiipoteka__banks{
  width: 435px;
  height: 78px;
  position: absolute;
  right: calc(100% + 88px);
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 16px;
}
.akciiipoteka__banks img{
  display: block;
  max-width: calc(100% - 50px);
  height: auto;
}



.page-template-page-akzii .title b{
  font-weight: 500;
}

@media (min-width: 1200px){
  .page-template-page-akzii .title{
    font-size: 52px;
  }
}



.akciifooter {
  background: #fff;
  padding-top: 40px;
}
.akciifooter__cont {
  padding-top: 25px;
  padding-bottom: 20px;
}
.akciifooter__logo {
  width: 171px;
  margin-right: 70px;
}
.akciifooter__logo img{
  display: block;
  width: 100%;
  filter: invert(1);
}
.akciifooter__links {
  font-size: 15px;
  margin-right: 80px;
  margin-top: -6px;
}
.akciifooter__links a{
  color:#49b7a9;
  text-decoration: underline;
}
.akciifooter__links a:hover{
  color:hsl(172, 43%, 60%);
}
.akciifooter__map {
  font-size: 14px;
  line-height: 1.5;
  align-items: center;
  margin-right: auto;
}
.akciifooter__map img{
  display: block;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-right: 18px;
}
.akciifooter__socwrap {
  align-items: center;
}
.akciifooter__soc {
  width: 31px;
  height: 31px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 4px;
}
.akciifooter__soc:last-child{
  margin-right: 0;
}
.akciifooter__soc img{
  display: block;
  margin: auto;
  width: 50%;
  max-height: 50%;
  height: auto;
  object-fit: contain;
}
.akciifooter__preend {
  margin-right: 55px;
}
.akciifooter__phones {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.akciifooter__tel {
  display: block;
  color:#000;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8px;
  margin-left: 20px;
}
.akciifooter__tel:hover{
  opacity: 0.9;
}


.akciifootbot{
  min-height: 25px;
  padding-bottom: 33px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.akciifootbot a{
  display: block;
  color:#000;
  text-decoration: underline;
}
.akciifootbot a:hover{
  opacity: 0.9;
}

.block3 {
  margin-top: 0px;
  height: 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 10;
}
.block3__button {
  bottom: calc(100% + 60px);
  left: calc(50% - 100px);
  position: absolute;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border:none;
  border-radius: 200px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 0;
  background-image: linear-gradient(to top, #ff3451, #ffbb4f);
}
.block3__button:hover .block3__book {
  transform: translateY(5px);
}



/* Модальное окно проекта */
#jsProjectDownModal .modalwrap {
  width: 1100px;
  border-radius: 25px;
  box-shadow: 0px 0px 35px 0px rgba(238, 240, 243, 0.004);
  padding: 33px;
  position: relative;
}
#jsProjectDownModal .modalwrap.is-loading::after{
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/loader.svg') #fff 50% 50% no-repeat;
  background-size: 50px;
  opacity: 0.95;
}
#jsProjectDownModal .hystmodal__close {
  width: 18px;
  height: 18px;
  right: 20px;
  top: 20px;
  outline: none !important;
  filter: invert(1);
}
#jsProjectDownModal .modalwrap__h1 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 30px;
}
#jsProjectDownModal .promodal {
  align-items: stretch;
}
#jsProjectDownModal .promodal__pic {
  flex-basis: 50%;
  flex-grow: 1;
  position: relative;
}
#jsProjectDownModal .promodal__pic img{
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  background: #cacaca;
}
#jsProjectDownModal .promodal__form {
  width: 390px;
  flex-shrink: 0;
  margin-left: 40px;
}
#jsProjectDownModal .modalform__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}
#jsProjectDownModal .themed{
  height: 80px;
  border-radius: 12px;
  background-color: #f1f1f1;
  padding: 0 38px;
  font-size: 18px;
  font-weight: 400;
  color:#000;
  border:none;
  outline: none;
  border-bottom: none;
}
#jsProjectDownModal .themed:focus{
  border-bottom-color: #999;
}
#jsProjectDownModal .wpcf7-form-control-wrap{
  margin-bottom: 15px;
}
#jsProjectDownModal .formsubmit{
  margin-bottom: 20px;
  position: relative;
}
#jsProjectDownModal .button {
  height: 90px;
  width: 100%;
  display: block;
}
#jsProjectDownModal .akciione__whats {
  justify-content: flex-start;
  margin-bottom: 25px;
  color:#000;
}
#jsProjectDownModal .accept {
  font-size: 12px;
  color:#000;
}
#jsProjectDownModal .accept a{
  color:#000;
  text-decoration: underline;
}





















@media (max-width: 1199px) {
  .akciihdr{
    font-size: 13px;
    line-height: 1.5;
  }
  .akciihdr__logo{
    width: 200px;
  }
  .akciione__bg{
    border-radius: 0 0 30px 30px;
  }
  .akciione__h1{
    font-size: 48px;
    line-height: 1.3;
  }
  .akciione__badge::before{
    inset: 0 -30px -3px -20px;
    background-size: 30px, auto;
    background-position: calc(100% - 15px) 50%, 0 0 ;
  }
  .akciione__badge{
    padding-right: 30px;
    margin-right: 30px;
  }
  .akciione__grid{
    grid-gap: 15px;
  }
  .akciih1{
    font-size: 40px;
  }
  .akciisub{
    font-size: 18px;
    line-height: 1.4;
  }
  .akciitwo__box{
    margin-top: 0;
    margin-left: 0;
  }
  .akciicatalog__grid{
    grid-gap: 15px;
  }
  .akciicatitem{
    min-width: 0;
    padding: 20px 15px;
  }
  .akciicatitem__planpic{
    width: 40px;
  }
  .akciicatitem__plan{
    font-size: 13px;
  }
  .akciicatitem p{
    font-size: 15px;
    line-height: 1.4;
  }

  .akciigift__wrap{
    background-size: 300px;
    background-position: center 60px;
  }
  .akciigift__picwrap{
    height: 400px;
  }
  .akciigift__leftpic{
    width: 90%;
    height: 100%;
    transform: none;
    margin: 0 auto;
    object-fit: contain;
    transform-origin: center center;
  }
  .akciigift__righrpic{
    width: 90%;
    height: 100%;
    transform: none;
    margin: 0 auto;
    object-fit: contain;
    transform-origin: center center;
  }

  .akciigallery__grid{
    grid-gap: 15px;
  }
  .akciirules__descr{
    font-size: 15px;
  }
  .akciirules__grad::before{
    bottom: 0;
  }
  .akciiipoteka__right{
    width: 400px;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: none;
  }
  .akciiipoteka__left{
    width: auto;
    flex-grow: 1;
    flex-shrink: 1;
    height: 560px;
  }
  .akciiipoteka__formwrap{
    margin-top: 0;
    padding: 40px 30px;
  }
  .akciiipoteka__banks{
    right: calc(100% + 30px);
  }
  .akciiipoteka__formtitle{
    font-size: 25px;
    line-height: 1.4;
  }
  .akciiipoteka__badge{
    width: 100px;
    height: 100px;
    top: -50px;
    font-size: 13px;
  }
  .akciiipoteka__badge strong{
    font-size: 30px;
  }
  .akciiipoteka .themed{
    height: 70px;
    font-size: 16px;
  }
  .akciiipoteka .button{
    font-size: 16px;
    height: 80px;
  }


  .akciifooter{
    padding-top: 30px;
  }
  .akciifooter__cont{
    padding-bottom: 0;
  }
  .akciifooter__logo{
    margin-right: 20px;
    margin-top: 5px;
  }
  .akciifooter__links{
    display: none;
  }
  .akciifooter__map{
    margin-left: auto;
  }
  .akciifooter__right {
    flex-flow: row wrap;
    max-width: 175px;
    justify-content: flex-end;
  }
  .akciifooter__preend{
    margin-bottom: 5px;
    margin-right: 4px;
  }
  .akciifooter__phones{
    flex-grow: 1;
    margin-top: 20px;
    align-items: flex-end;
    margin-top: 10px;
  }
  .akciifooter__tel{
    margin-left: 0;
    white-space: nowrap;
  }
  .akciifooter__tel:last-child{
    margin-bottom: 0;
  }
  .akciifootbot{
    padding-bottom: 0;
  }
  .akciifootbot a{
    transform: translateY(-100%);
  }
  .block3__button{
    width: 150px;
    height: 150px;
    bottom: calc(100% + 50px);
    left: calc(50% - 75px);
    font-size: 14px;
  }
}















@media (max-width: 992px) {
  html[lang]{
    --sp100: 60px;
  }
  .akciihdr__slogan,
  .akciihdr__stat,
  .akciihdr__right p{
    display: none;
  }
  .akciihdr__right{
    margin-left: auto;
  }
  .akciihdr__phone{
    display: none;
    font-size: 0;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    background: url(../img/akzii/phone-solid.svg) right center no-repeat;
    background-size: 20px;
  }
  .akciihdr__phone:first-child{
    display: block;
  }

  .akciione{
    padding-top: 115px;
  }
  .akciione__h1{
    font-size: 33px;
  }
  .akciione__h1 b{
    white-space: nowrap;
  }
  .akciione__h3{
    font-size: 24px;
    margin: 20px 0 20px;
    line-height: 1.4;
  }
  .akciione__h2{
    font-size: 19px;
    line-height: 1.5;
  }
  .akciione__action{
    margin-top: 20px;
  }
  .akciione__grid{
    grid-template-columns: 1fr 1fr;
  }
  .akciioneitem{
    padding: 14px 14px 20px;
    border-radius: 8px;
  }
  .akciioneitem__picwrap{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .akciioneitem__pic{
    border-radius: 8px;
  }
  .akciioneitem__price{
    font-size: 16px;
  }
  .akciioneitem__bottom s{
    font-size: 14px;
    margin-left: auto;
  }
  .akciioneitem__boticon{
    width: 20px;
    height: 20px;
  }
  .akciioneitem:last-child{
    grid-column: span 2;
  }
  .akciioneitem:last-child .akciioneitem__picwrap{
    padding-bottom: 0;
    height: 160px;
  }
  .akciioneitem:last-child .akciioneitem__pic{
    object-position: 50% 65%;
  }
  .akciione__action .button{
    height: 80px;
  }

  .akciih1{
    font-size: 30px;
  }
  .akciih1 br,
  .akciisub br{
    display: none;
  }
  .akciisub{
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .akciitwo__box{
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 20px;
  }
  .akciitwo__left{
    width: 100%;
    height: auto;
  }
  .akciitwo__letter{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    width: 250px;
    height: auto;
  }

  .akciitwo__tableh1{
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 17px;
  }
  .akciitwo__table{
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
  }
  .akciitwo__table th:last-child, .akciitwo__table td:last-child{
    border-radius: 0 7px 7px 0;
  }
  .akciitwo__table th:first-child, .akciitwo__table td:first-child{
    border-radius: 7px 0 0 7px;
  }


  .akciicatalog__grid{
    position: relative;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    overflow-x: auto;
    padding: 0 30px;
  }
  .akciicatalog__grid::-webkit-scrollbar{
    display: none;
  }
  .akciicatitem{
    width: 270px;
    padding: 15px;
  }
  .akciicatitem__picwrap img{
    border-radius: 8px;
  }
  .akciicatitem__plans{
    margin-top: 10px;
  }
  .akciicatitem__plan{
    font-size: 12px;
    line-height: 1.4;
  }
  .akciicatitem__planpic{
    width: 40px;
    height: 40px;
  }
  .akciicatitem__title{
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .akciicatitem p{
    font-size: 14px;
  }
  .akciicatitem .akciioneitem__bottom{
    font-size: 15px;
  }
  .akciicatitem .akciioneitem__price{
    font-size: 16px;
  }
  .akciicatitem__actions{
    margin-top: 10px;
  }
  .akciicatitem__actions .button{
    height: 60px;
    border-radius: 7px;
    font-size: 15px;
  }

  .akciigift{
    margin-bottom: 100px;
  }
  .akciigift__wrap{
    margin-top: 10px;
    background-size: 200px;
    background-position: 50% 0;
    grid-gap: 30px;
  }
  .akciigift__picwrap{
    height: 250px;
  }
  .akciigift__text{
    transform: none;
    font-size: 16px;
    line-height: 1.5;
  }
  .akciigift__price{
    margin-top: 10px;
  }
  .akciigift__price s{
    font-size: 14px;
  }
  .akciigift__price b{
    font-size: 20px;
  }

  .akciigallery__grid{
    margin-top: 30px;
    grid-gap: 8px;
  }
  .akciigalpic a img, .akciigalvideo a img{
    border-radius: 10px;
  }
  .akciigalvideo__play{
    --size: 70px;
  }
  .akciirules__line2{
    margin-top: 30px;
  }
  .akciirules__grid{
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .akciirules__col:last-child{
    grid-column: span 2;
  }
  .akciirules__picwrap{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 115px;
  }
  .akciirules__num{
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    transform: scale(0.8);
  }
  .akciirules__descr{
    font-size: 13px;
  }
  .akciirules__descr br{
    display: none;
  }
  .akciirules__picwrap img{
    top: 0;
  }
  .akciiipoteka__wrap{
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .akciiipoteka__left{
    width: 100%;
    height: auto;
  }
  .akciiipoteka__bg{
    height: auto;
    width: 250px;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
  }
  .akciiipoteka__banks{
    position: static;
    width: 100%;
  }


  .akciifooter .container{
    flex-flow: column nowrap;
    align-items: center;
  }
  .akciifooter__logo {
    margin: 0 0 15px;
  }
  .akciifooter__map{
    font-size: 13px;
    margin: 0 0 15px;
    max-width: 280px;
  }
  .akciifooter__map img{
    width: 45px;
    height: 45px;
  }
  .akciifooter__right {
    justify-content: center;
  }
  .akciifooter__phones{
    align-items: center;
    text-align: center;
  }
  .akciifootbot {
    justify-content: center;
    font-size: 13px;
    margin-top: 15px;
    padding-bottom: 25px;
  }
  .akciifootbot a{
    transform: none;
  }

  #jsProjectDownModal .modalwrap{
    width: 500px;
    border-radius: 15px;
    padding: 35px 20px 20px;
  }
  #jsProjectDownModal .hystmodal__close{
    top: 10px;
    right: 10px;
    filter: brightness(0);
  }
  #jsProjectDownModal .modalwrap__h1{
    margin-bottom: 20px;
    font-size: 22px;
  }
  #jsProjectDownModal .promodal__pic{
    display: none;
  }
  #jsProjectDownModal .promodal__form{
    width: 100%;
    margin-left: 0;
  }
  #jsProjectDownModal .modalform__title{
    font-size: 18px;
    font-weight: 400;
  }
}










@media (max-width: 767px) {
  html[lang]{
    --sp100: 50px;
  }
  .akciihdr__logo{
    width: 180px;
    margin-top: 0;
  }
  .akciione{
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .akciione__bg{
    border-radius: 0 0 20px 20px;
  }
  .akciione__h1{
    font-size: 30px;
    line-height: 1.25;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .akciione__h3{
    font-size: 19px;
  }
  .akciione__badge{
    margin-right: 12px;
    margin-bottom: 4px;
  }
  .akciione__badge::before{
    bottom: 0;
    right: -12px;
    left: -10px;
    background-size: 24px, auto;
    background-position: calc(100% - 10px) 50%, 0 0;
  }
  .akciione__h2{
    font-size: 14px;
    line-height: 1.6;
  }
  .akciione__h2 br{
    display: none;
  }
  .akciione__grid{
    grid-template-columns: repeat(3, 1fr);
    overflow-x: auto;
    padding-left: 15px;
    padding-right: 15px;
    grid-gap: 10px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .akciione__grid::-webkit-scrollbar{
    display: none;
  }
  .akciione__action{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .akciioneitem{
    width: 240px;
    padding: 14px;
  }
  .akciioneitem:last-child{
    grid-column: auto;
  }
  .akciioneitem__title{
    margin-top: 10px;
  }
  .akciioneitem__descr{
    margin-top: 5px;
    font-size: 14px;
  }
  .akciioneitem__morelogo{
    font-size: 14px;
    margin-top: 5px;
  }
  .akciioneitem__bottom{
    margin-top: 10px;
  }
  .akciioneitem:last-child .akciioneitem__picwrap{
    height: 0;
    padding-bottom: 70%;
  }
  .akciione__action .button{
    width: 100%;
  }
  .akciione__whats{
    font-size: 13px;
  }
  .akciione__whats i{
    width: 30px;
    height: 30px;
    background-size: 50%, auto;
    margin-right: 8px;
  }

  .akciisbg{
    background-size: 100%;
  }
  .akciitwo__right{
    max-width: 100%;
  }
  .akciitwo__tableh1{
    font-size: 20px;
  }
  .akciitwo__table{
    width: 100%;
  }
  .akciitwo__letter{
    width: 200px;
  }
  .akciitwo__table{
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    font-size: 14px;
  }
  .akciitwo__table th{
    font-size: 13px;
    line-height: 1.2;
    padding: 0 5px;
  }
  .akciitwo__table td{
    padding: 0 10px;
  }

  .akciicatalog__logo{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .akciih1{
    font-size: 24px;
  }
  .akciigift{
    margin-top: 30px;
    margin-bottom: 75px;
  }
  .akciigift__icon{
    width: 40px;
    height: auto;
  }
  .akciigift__wrap{
    background-size: 140px;
    background-position-y: 40px;
    grid-gap: 20px;
  }
  .akciigift__text{
    font-size: 16px;
    line-height: 1.35;
    margin-top: 20px;
  }
  .akciigift__price{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .akciigift__price s{
    margin-right: 0;
    margin-bottom: 5px;
  }
  .akciigift__picwrap{
    height: 140px;
  }
  .akciigallery__grid{
    margin-top: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .akciigalvideo{
    grid-column: span 4;
  }
  .akciigalvideo__descr{
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .akciirules__bg{
    border-radius: 20px;
  }
  .akciirules__bg .container{
    padding-top: 60px;
  }
  .akciirules__line1{
    font-size: 14px;
    line-height: 30px;
  }
  .akciirules__grad{
    margin-left: 10px;
    margin-right: 10px;
  }
  .akciirules__grad::before{
    inset: 0 -10px 0 -10px;
  }
  .akciirules .akciisub__sub{
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
  }
  .akciirules__line2{
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
  }
  .akciirules__grid{
    grid-template-columns: 1fr;
  }
  .akciirules__col:last-child{
    grid-column: auto;
  }
  .akciirules__col{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .akciirules__picwrap{
    flex-shrink: 0;
    margin-right: 20px;
    height: auto;
  }
  .akciirules__picwrap img{
    transform: scale(0.8);
  }
  .akciirules__descr{
    text-align: left;
  }
  .akciirules__actions{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    width: 100%;
  }
  .akciirules__actions .button{
    margin-bottom: 10px;
  }
  .akciirules__actions .akciione__whats{
    font-size: 13px;
  }
  .akciiipoteka__right{
    width: 100%;
  }
  .akciiipoteka__formwrap{
    padding: 30px 15px;
    min-height: auto;
  }
  .akciiipoteka__formtitle{
    font-size: 22px;
    line-height: 1.3;
  }
  .akciiipoteka__formsub{
    font-size: 14px;
    line-height: 1.5;
  }
  .akciiipoteka__formsub br{
    display: none;
  }
  .akciiipoteka__accept{
    margin-top: 15px;
    font-size: 13px;
  }
  .block3__button{
    width: 150px;
    height: 150px;
    bottom: calc(100% + 30px);
    left: calc(50% - 75px);
    font-size: 14px;
  }


  #jsProjectDownModal .accept{
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }
  #jsProjectDownModal .themed{
    height: 70px;
    padding: 0 15px;
    font-size: 15px;
  }
  #jsProjectDownModal .button{
    font-size: 14px;
    padding: 0 15px;
    height: 70px;
  }
  #jsProjectDownModal .modalform__title{
    line-height: 1.3;
    font-size: 16px;
  }
}
