

/* Start:/local/templates/aspro_next/components/bitrix/news.list/news1/style.css?17413400821706*/
/* akciya */
.news2 .items {
    display: flex;
    flex-wrap: wrap;
    align-items:stretch;
}
.akciya-card__wrapp{
    display: flex;
    flex-wrap: wrap;
    align-content:stretch;
	/* flex-direction: column; */
    justify-content: space-between;
    margin-bottom: -56px;
}
.akciya-ithem{
    min-height: 600px;
    display: flex!important;
    /* justify-content: space-between; */
    flex-direction: column!important;
    flex-wrap: wrap!important;
    align-content:stretch!important;
}
.akciya-ithem .image{
	width: 100%!important;
}
.akciya-card__wrapp .link-block-more{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 100px;
}
.akciya-card__wrapp .link-block-more a{
    width: 200px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
	padding: 8px!important;
	text-align: center;
}
.akciya-ithem .link-block-more a{
	color:#fff;
}

.akciya-ithem .body-info{
    padding-left: 0!important;
}
@media screen and (max-width: 1400px){
    .akciya-ithem{
        min-height: 500px;
    }
}
@media screen and (max-width: 991px) {
.akciya-card__wrapp .link-block-more {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    /* margin-bottom: 100px; */
    margin: 0 AUTO;
    }
    .akciya-card__wrapp{
        margin: 0 auto;
        text-align: center;
    }
    .akciya-card__wrapp .previewtext{
        padding: 10px 26px 0 26px;
    }
    .akciya-ithem{
        min-height: auto;
    }
    .akciya-ithem .img-responsive {
        margin: 0 auto;
        padding: 0;
    }
    .akciya-ithem .image{
        padding: 0;
    }
}


/* End */


/* Start:/local/templates/aspro_next/components/bitrix/sender.subscribe/template1/style.css?17413400826704*/
.bx-subscribe {
  margin: -10px 0;
}
.bx-subscribe div.bx-block-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #343434;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: 600;
}
.bx-subscribe-desc {
  color: #aaa;
  font-size: 12px;
  position: relative;
  margin-top: -5px;
  margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
  position: relative;
  margin-bottom: 15px;
  display: block;
  margin: 0 auto;
  width: 56%;
  height: 34px;
  padding: 22px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f8fafc;
  border: 1px solid #d5dadc;
  border-radius: 10px;
  outline: none;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
  background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
  background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
  cursor: pointer;
  text-align: center;
  background: #7ecbbd;
  border: 2px solid #7ecbbd !important;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 30px;
  /* padding: 10px 88px; */
  padding: 4px 56px;
  vertical-align: middle;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin: 0 auto;
}
.btn-subscribe span {
  display: block;
  margin: 0 auto;
}
.btn-subscribe.send {
  padding: 10px 88px;
  -webkit-animation-name: MeilSend;
  animation-name: MeilSend;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  outline: none;
  color: #fff;
}
.btn-subscribe:hover,
.btn-subscribe:active {
  color: #7FB4A5;
  background-color: #fff;
  border: 2px solid #7ecbbd;
}
.btn-subscribe.send:before {
  width: 0;
  background-position: 100px 50%;
  -webkit-animation-name: MeilSendButton;
  animation-name: MeilSendButton;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@keyframes MeilSend {
  0% {
    padding: 5px 60px 5px 20px;
  }
  100% {
    padding: 5px 40px;
  }
}
@-webkit-keyframes MeilSend {
  0% {
    padding: 5px 60px 5px 20px;
  }
  100% {
    padding: 5px 40px;
  }
}
@keyframes MeilSendSpan {
  0% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes MeilSendSpan {
  0% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@keyframes MeilSendButton {
  0% {
    width: 40px;
    background-position: 50%;
  }
  100% {
    width: 0;
    background-position: 100px 50%;
  }
}
@-webkit-keyframes MeilSendButton {
  0% {
    width: 40px;
    background-position: 50%;
  }
  100% {
    width: 0;
    background-position: 100px 50%;
  }
}
.bx_subscribe_response_container {
  padding: 40px;
  color: #35414e;
}
.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}
.bx-sender-subscribe-agreement .main-user-consent-request a {
  font-weight: 100;
  font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.baner {
  padding-top: 40px;
  padding-bottom: 50px;
  background: url(/local/templates/aspro_next/components/bitrix/sender.subscribe/template1/images/bg-left-new.webp) repeat-y 0 8%,
    #E7E3E0 url(/local/templates/aspro_next/components/bitrix/sender.subscribe/template1/images/bg-right-new.webp) repeat-y 100% 80%;
  background-color: #E7E3E0;
  min-height: 330px;
  max-height: 330px;
  overflow: hidden;
}
.baner__wrapp {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 100px;
}
.baner__wrapp h3 {
  margin: 0;
  color:#7FB4A5;
  margin-bottom: 7px;
}
.subs__wrapper-txt {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 11px;
  line-height: 14px;
}
.subs__wrapper-txt a {
  text-decoration: underline;
}
.baner__wrapp h3 {
  text-transform: uppercase;
}
.baner__wrapp p {
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .baner {
    padding: 20px 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background: url(/local/templates/aspro_next/components/bitrix/sender.subscribe/template1/images/bg-left-new.webp) no-repeat  0% 100%,
    #E7E3E0 url(/local/templates/aspro_next/components/bitrix/sender.subscribe/template1/images/bg-right-new.webp) no-repeat 100% 100%;
    background-size: 70%, 70%;
    min-height: auto;
    max-height: auto;
  }
  .baner__wrapp {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(100%, 100%, 100%, 0.5);
    padding: 20px 20px;
  }
}
@media screen and (max-width: 991px) {
  .bx-subscribe .bx-input-group .bx-form-control {
    width: 100%;
  }
  .subs__wrapper-txt {
    width: 100%;
  }
}
@media screen and (max-width: 795px) {
  .baner__wrapp h3 {
    text-align: center;
    font-size: 15px;
  }
  .baner__wrapp {
    width: 60%;
    padding: 10px 10px;
  }
  .btn-subscribe {
    padding: 10px 20px;
  }
  .btn-subscribe.send {
    padding: 10px 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .baner {
    padding: 20px 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background: url(/local/templates/aspro_next/components/bitrix/sender.subscribe/template1/images/bg-left-new.webp) no-repeat -45% 27%,
    #E7E3E0 url(/local/templates/aspro_next/components/bitrix/sender.subscribe/template1/images/bg-right-new.webp) no-repeat 450% 86%;
    background-size: auto, auto;
    background-size: 70%, 88%;
    min-height: auto;
    max-height: auto;
  }
  .baner__wrapp {
    width: 100%;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 478px) {
  .baner {
    padding: 58px 0;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background: url(/local/templates/aspro_next/components/bitrix/sender.subscribe/template1/images/bg-top-mob.png) no-repeat 5% 0%,
    #E5E5E5 url(/local/templates/aspro_next/components/bitrix/sender.subscribe/template1/images/bg-bot-mob.png) no-repeat 0% 101%;
    background-size: auto, auto;
    background-size: auto, auto;
    background-size: contain;
    min-height: auto;
    max-height: auto;
  }
  .baner__wrapp {
    width: 100%;
    padding: 10px 10px;
    /* background-color:#E5E5E5; */
  }
  .baner__wrapp h3{
    font-size: 15px;
    margin-bottom: 0;
  }
  .btn-subscribe span {
    font-size: 14px;
    line-height: 16px;
  }
  /* .btn-subscribe {
    width: 50%;
  } */
  .baner__wrapp p {
    margin: 0;
    font-size: 11px;
  }
  .subs__wrapper-txt{
    font-size: 7px;
    line-height: 11px;
  }
  .bx-subscribe .bx-input-group .bx-form-control{
    padding: 18px 12px;
  }
  .subsc-form{
    /* padding-left: 7px;
    padding-right: 7px; */
  }
}

/* End */
/* /local/templates/aspro_next/components/bitrix/news.list/news1/style.css?17413400821706 */
/* /local/templates/aspro_next/components/bitrix/sender.subscribe/template1/style.css?17413400826704 */
