.tpl-shopwindow .tpl-header {
  position: relative;
}
.tpl .tpl-sect__offers-heading {
  padding: 2.5rem 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__offers-heading {
    padding: 1.75rem 0 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__offers {
    padding-bottom: 8.75rem;
  }
}
.tpl .tpl-offers__heading {
  background-color: #fffffd;
  -webkit-box-shadow: 0px 12px 25px -1px rgba(61, 109, 201, 0.12);
          box-shadow: 0px 12px 25px -1px rgba(61, 109, 201, 0.12);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-offers__heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tpl .tpl-offers__text {
  padding: 2.5rem 1.5rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 720px;
  font-size: 1.25rem;
}
.tpl .tpl-offers__text *:last-child {
  margin-bottom: 0;
}
.tpl .tpl-offers__text p {
  color: #898989;
  margin-bottom: 1rem;
}
.tpl .tpl-offers__text h1, .tpl .tpl-offers__text h2 {
  font: 1.75rem "Ubuntu-Bold", sans-serif;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.tpl .tpl-offers__text hr {
  margin-bottom: 1.75rem;
  border: none;
  height: 1px;
  border-radius: 20px;
  background-color: #3BA0E9;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offers__text {
    font-size: 14px;
    line-height: 1.6;
    padding: 1.75rem 12px 1rem 12px;
  }
  .tpl .tpl-offers__text h1, .tpl .tpl-offers__text h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .tpl .tpl-offers__text hr {
    margin-bottom: 0.75rem;
  }
}
.tpl .tpl-offers__expert {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tpl .tpl-offers__expert--info {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 20px 20px 0 0;
  background-color: #3BA0E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fffffd;
  padding: 0.5rem 1.25rem;
}
.tpl .tpl-offers__expert--info_photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  width: 45px;
  height: 45px;
  border-radius: 10px;
}
.tpl .tpl-offers__expert--info_name {
  text-transform: uppercase;
  font: 1.125rem "Ubuntu-Medium", sans-serif;
}
.tpl .tpl-offers__expert--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem;
  background-color: #90cbff;
  -webkit-box-shadow: 0px 2px 20px rgba(28, 151, 248, 0.1);
          box-shadow: 0px 2px 20px rgba(28, 151, 248, 0.1);
  border-radius: 0 0 20px 20px;
}
.tpl .tpl-offers__expert--text_inner {
  height: 100%;
  padding: 1.25rem;
  background-color: #fffffd;
  font-size: 0.875rem;
  border-radius: 20px;
}
.tpl .tpl-offers__expert--text_inner p {
  margin-bottom: 1rem;
}
.tpl .tpl-offers__expert--text_inner p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-offers__expert {
    width: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-offers__expert {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-offers__expert {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offers__expert .tpl-offers__expert--info {
    padding: 6px 1.25rem;
  }
  .tpl .tpl-offers__expert .tpl-offers__expert--info_photo {
    margin-right: 1.25rem;
  }
  .tpl .tpl-offers__expert .tpl-offers__expert--info_name {
    font-size: 0.875rem;
  }
  .tpl .tpl-offers__expert .tpl-offers__expert--text {
    padding: 1rem 0.5rem 1.25rem 0.5rem;
  }
  .tpl .tpl-offers__expert .tpl-offers__expert--text_inner {
    padding: 1rem;
    font-size: 12px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-offers__expert .tpl-offers__expert--info {
    padding: 8px 12px;
  }
  .tpl .tpl-offers__expert .tpl-offers__expert--info_photo {
    margin-right: 10px;
    width: 45px;
    height: 45px;
  }
}
.tpl .tpl-offers {
  margin-bottom: -2rem;
}
.tpl .tpl-offers .tpl-ads {
  width: 100%;
}
.tpl .tpl-offers .tpl-sect-title {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offers {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: -1rem;
  }
  .tpl .tpl-offers .tpl-sect-title {
    margin-top: 4rem;
    margin-bottom: 1.75rem;
    max-width: 300px;
  }
}
.tpl .tpl-offer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fffffd;
  border-radius: 15px;
  overflow: hidden;
  color: #181718;
}
.tpl .tpl-offer .tpl-btn {
  font-size: 1.125rem;
}
.tpl .tpl-offer:hover {
  -webkit-box-shadow: 0px 12px 25px -1px rgba(59, 160, 233, 0.3);
          box-shadow: 0px 12px 25px -1px rgba(59, 160, 233, 0.3);
}
.tpl .tpl-offer:hover .tpl-btn {
  background-color: #25007c;
}
.tpl .tpl-offer:hover .tpl-offer__label {
  background-color: #3BA0E9;
}
.tpl .tpl-offer__label {
  min-height: 58px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font: 1rem "Ubuntu-Medium", sans-serif;
  line-height: 1.3;
  color: #fffffd;
  background-color: #25007c;
  padding: 5px;
  -webkit-transition: background-color 0.17s ease-in-out;
  transition: background-color 0.17s ease-in-out;
}
.tpl .tpl-offer__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fffffd;
  background-color: #3BA0E9;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  font: 1rem "Ubuntu-Medium", sans-serif;
  padding: 5px 10px;
  min-height: 47px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% + 2.5rem);
  margin-bottom: 1.25rem;
  -webkit-transition: background-color 0.17s ease-in-out;
  transition: background-color 0.17s ease-in-out;
}
.tpl .tpl-offer__information {
  display: block;
  margin-bottom: 1.25rem;
}
.tpl .tpl-offer__information li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  font: 1.25rem "Ubuntu-Medium", sans-serif;
}
.tpl .tpl-offer__information li span {
  font-size: 1.125rem;
}
.tpl .tpl-offer__logo {
  height: 58px;
}
.tpl .tpl-offer__logo img {
  display: block;
  height: 100%;
  max-width: 240px;
}
.tpl .tpl-offer__logo--wrapper {
  height: 74px;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #3BA0E9;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.tpl .tpl-offer__unit {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 12px;
  height: 64px;
  width: auto;
}
.tpl .tpl-offer__unit svg {
  display: block;
  height: 100%;
  width: auto;
  fill: none;
}
.tpl .tpl-offer__unit .tpl-offer-path_detail {
  fill: #fb9d00;
}
.tpl .tpl-offer__unit .tpl-offer-path_fill {
  fill: #FFBC1B;
}
.tpl .tpl-offer__unit .tpl-offer-path_outer {
  stroke: #fb9d00;
  stroke-width: 3px;
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-offer__unit {
    height: 52px;
  }
}
.tpl .tpl-offer__content {
  padding: 0 0.5rem 1.25rem 0.5rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offer .tpl-btn {
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .tpl .tpl-offer .tpl-offer__label {
    font-size: 0.75rem;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    min-height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tpl .tpl-offer .tpl-offer__information {
    margin-bottom: 0.75rem;
  }
  .tpl .tpl-offer .tpl-offer__information li {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
  .tpl .tpl-offer .tpl-offer__information li span {
    font-size: inherit;
  }
  .tpl .tpl-offer .tpl-offer__information li:last-child {
    margin-bottom: 0;
  }
  .tpl .tpl-offer .tpl-offer__status {
    font-size: 0.875rem;
    min-height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tpl .tpl-offer .tpl-offer__unit {
    height: 40px;
  }
  .tpl .tpl-offer .tpl-offer__logo {
    height: 40px;
  }
  .tpl .tpl-offer .tpl-offer__logo--wrapper {
    height: 56px;
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-offer .tpl-btn {
    font-size: 1.125rem;
    padding-top: 1.18rem;
    padding-bottom: 1.18rem;
  }
  .tpl .tpl-offer .tpl-offer__logo {
    height: 48px;
  }
  .tpl .tpl-offer .tpl-offer__logo--wrapper {
    height: 64px;
  }
  .tpl .tpl-offer .tpl-offer__label {
    font-size: 0.875rem;
  }
  .tpl .tpl-offer .tpl-offer__information {
    margin-bottom: 1.25rem;
  }
  .tpl .tpl-offer .tpl-offer__information li {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.tpl .tpl-offer__wrapper {
  margin-bottom: 2rem;
  width: 25%;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-offer__wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offer__wrapper {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-offer__wrapper {
    width: 100%;
  }
}
.tpl .tpl-offer__wrapper:nth-child(1), .tpl .tpl-offer__wrapper:nth-child(2), .tpl .tpl-offer__wrapper:nth-child(3) {
  width: 33.33333%;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-offer__wrapper:nth-child(1), .tpl .tpl-offer__wrapper:nth-child(2), .tpl .tpl-offer__wrapper:nth-child(3) {
    width: 100%;
  }
}
.tpl .tpl-offer__wrapper:nth-child(1) .tpl-btn, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-btn, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-btn {
  background-color: #25007c;
  font-size: 1.25rem;
}
.tpl .tpl-offer__wrapper:nth-child(1) .tpl-offer, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-offer, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-offer {
  -webkit-box-shadow: 0px 12px 25px -1px rgba(59, 160, 233, 0.12);
          box-shadow: 0px 12px 25px -1px rgba(59, 160, 233, 0.12);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tpl .tpl-offer__wrapper:nth-child(1) .tpl-offer__content, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-offer__content, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-offer__content {
  padding: 0 1.25rem 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tpl .tpl-offer__wrapper:nth-child(1) .tpl-offer:hover, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-offer:hover, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-offer:hover {
  background-color: #f2f9fe;
  -webkit-box-shadow: 0px 12px 25px -1px rgba(59, 160, 233, 0.3);
          box-shadow: 0px 12px 25px -1px rgba(59, 160, 233, 0.3);
}
.tpl .tpl-offer__wrapper:nth-child(1) .tpl-offer:hover .tpl-offer__status, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-offer:hover .tpl-offer__status, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-offer:hover .tpl-offer__status {
  background-color: #fb9d00;
}
.tpl .tpl-offer__wrapper:nth-child(1) .tpl-offer:hover .tpl-btn, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-offer:hover .tpl-btn, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-offer:hover .tpl-btn {
  background-color: #3BA0E9;
}
.tpl .tpl-offer__wrapper:nth-child(1) .tpl-offer__logo, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-offer__logo, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-offer__logo {
  height: 60px;
}
.tpl .tpl-offer__wrapper:nth-child(1) .tpl-offer__logo--wrapper, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-offer__logo--wrapper, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-offer__logo--wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
  height: 100px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offer__wrapper:nth-child(1) .tpl-btn, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-btn, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-btn {
    font-size: 1.125rem;
    padding-top: 1.18rem;
    padding-bottom: 1.18rem;
  }
  .tpl .tpl-offer__wrapper:nth-child(1) .tpl-offer__information, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-offer__information, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-offer__information {
    margin-bottom: 2.5rem;
  }
  .tpl .tpl-offer__wrapper:nth-child(1) .tpl-offer__information li, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-offer__information li, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-offer__information li {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .tpl .tpl-offer__wrapper:nth-child(1) .tpl-offer__information li:last-child, .tpl .tpl-offer__wrapper:nth-child(2) .tpl-offer__information li:last-child, .tpl .tpl-offer__wrapper:nth-child(3) .tpl-offer__information li:last-child {
    margin-bottom: 0;
  }
}