/* Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

:root {
  --accent: #9772e1;
  --primary: #000;
  --secondary: #f7f7f7;
  --accent-hover: #a07fe4;
}
/* SVG FONT */
@font-face {
  font-family: "dr";
  src: url("dr.woff2?67308231") format("woff2"), url("dr.woff?67308231") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "dr";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
.icon-check:before {
  content: "\e800";
}
.icon-star:before {
  content: "\e801";
}
ul li:before,
ol li:before {
  content: "\e800";
  font-family: "dr";
  color: #9772e1;
  position: absolute;
  top: 0;
  left: 0;
}
/* Reset */
* {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
}
p {
  color: #989898;
  margin-bottom:25px;
}
img {
  border: none;
  max-width: 100%;
  display: block;
}
ul,
ol {
  list-style: none;
}
ul li,
ol li {
  margin-bottom: 1.4rem;
  padding-left: 2.6rem;
  position: relative;
}

a {
  text-decoration: none;
  transition: all 200ms cubic-bezier(0.39, 0, 0.17, 0.99);
}
/* Common  */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  font: 1.6rem/1.3 "Roboto", "Arial", sans-serif;
  color: #000;
}
.text-block .offer-item .offer-title {
  font-weight: 500;
  font-size: 1.9rem;
  color: #000000;
  margin-bottom: 1rem;
}
/**********  OFFER BLOCK **********/
.text-block .offer-item {
     display: flex;
    align-items: flex-start;
    margin: 0 0 2rem;
    justify-content: flex-start;
}
.text-block .offer-item .offer-img {
  border-radius: 10px;
  position: relative;
  max-width: 16rem;
}
.text-block .offer-item .offer-img img {
  max-width: 16rem;
  width: 100%;
  border-radius: 10px;
}
.text-block .offer-item .offer-img .sticky-text {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-size: 1.2rem;
  color: #fff;
  background: #9772e1;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 700;
}
.text-block .offer-item .offer-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 1.8rem;
  height: 100%;
  width: 55%;
}
.text-block .offer-item .offer-content .logo img {
  max-width: 16rem;
  width: 100%;
  display: block;
}
.text-block .offer-item .offer-title {
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 1rem;
}
.text-block .offer-item .offer-text {
  color: #989898;
  font-size: 1.6rem;
  line-height: 1.5;
  height: 100%;
  min-height: 7.6rem;
}
.text-block .offer-item .offer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.text-block .offer-item p {
  margin-bottom: 1rem;
}
.text-block .offer-item .rating-block {
  flex-shrink: 0;
}
.text-block .offer-item .btns-block {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.7rem;
}
.text-block .offer-item .btns-block .btn {
  min-width: 13rem;
}
.center {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-title {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  color: #000;
}
.page-title-medium {
  font-weight: 700;
  color: #585858;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.page-title-small {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  color: #585858;
}
p {
  line-height: 1.5;
}
.btn {
  display: inline-flex;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 5px;
  height: 5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.btn span {
  margin: auto;
  -ms-flex-item-align: center;
  text-align: center;
}
.btn.btn-secondary {
  background: #f7f7f7;
  color: #000;
}
.btn.btn-secondary:hover {
  background: #000;
  color: #fff;
}
.btn.btn-accent {
  background: #9772e1;
  color: #fff;
}
.btn.btn-accent:hover {
  background: #a07fe4;
}
/********** HEADER SECTION **********/
.header-section {
  margin-bottom: 2rem;
  position: relative;
}
.header-section .logo img {
  max-width: 142px;
  display: block;
    width: 100%;
}
.header-nav-block {
  display: flex;
}
.header-section .center {
  padding: 1.6rem 1.5rem 1.6rem;
}
/********** HEADER MENU **********/
.header-section .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dropdown-item > span:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
  display: inline-block;
  margin-left: 0.8rem;
  margin-bottom: 2px;
}
.dropdown-item:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #000;
  display: inline-block;
  position: absolute;
  right: 3px;
  opacity: 0;
  bottom: 0;
  transform: translateY(-10px);
  transition: all 200ms cubic-bezier(0.39, 0, 0.17, 0.99);
}
.dropdown-item.is-active:before {
  opacity: 1;
  transform: translateY(10px);
}
.header-nav-item-inner a:before {
  content: "";
  align-self: center;
  border: solid rgba(255, 255, 255, 0.7);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  margin-right: 10px;
  margin-bottom: 1px;
  transition: all 200s cubic-bezier(0.39, 0, 0.17, 0.99);
}
.header-nav-item {
  display: inline-flex;
  cursor: pointer;
  background: transparent;
  transition: all 200ms cubic-bezier(0.39, 0, 0.17, 0.99);
  margin-right: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  color: #000;
}
.header-nav-item.active {
  color: #9772e1;
}
.header-nav-item.dropdown-item span {
  padding: 0 0.8rem;
  display: block;
}
.header-nav-item > span {
  padding: 0 0.8rem;
  margin: auto;
  -ms-flex-item-align: center;
}
.header-nav-item-inner {
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 100;
  top: 100%;
  right: -5px;
  max-height: 400px;
  padding: 10px 10px 12px 5px;
  transform: translateY(-10px);
  background: #000;
  transition: all 200ms cubic-bezier(0.39, 0, 0.17, 0.99);
}
.full-menu-item-title {
  font-weight: 700;
  color: #000;
  padding: 8px 12px;
}
.header-nav-item-inner.full-menu {
  display: flex;
  padding: 10px 20px 12px;
}
.header-nav-item-inner.full-menu .full-menu-item {
  min-width: 200px;
}
.is-active .header-nav-item-inner {
  visibility: visible;
  transform: translateY(10px);
  opacity: 1;
}
.header-nav-item-inner a {
  padding: 8px 12px;
  font: 1.6rem/1.2 "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-transform: none;
  display: block;
  position: relative;
  white-space: nowrap;
}
.header-nav-item-inner a:hover {
  color: #fff;
}
.header-nav-item-inner a:hover:before {
  border-color: #fff;
}
/* MOBILE BTN */
.mobile-nav-visible .mobile-btn {
  width: 24px;
  transform: rotate(-270deg);
  right: 10px;
}
.mobile-nav-visible .mobile-btn .icon-line-1 {
  transform: rotate(-45deg);
}
.mobile-nav-visible .mobile-btn .icon-line-2 {
  transform: rotate(45deg);
}
.mobile-nav-visible .mobile-btn .icon-line-3 {
  display: none;
}
.mobile-nav-visible .mobile-btn .mobile-btn-item {
  background-color: #000;
  position: absolute;
}
.mobile-btn-block {
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mobile-btn {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 20px;
  width: 27px;
  position: relative;
  padding: 0;
  top: 0;
  transition: none;
  overflow: initial;
}
.mobile-btn .mobile-btn-item {
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.35s cubic-bezier(0.39, 0, 0.17, 0.99);
  z-index: 1;
}
/**********  BREADCRUMPS  **********/
.breadcrumbs-section {
  margin-bottom: 3rem;
}
.breadcrumbs-block .breadcrumbs-item,
.breadcrumbs-block .breadcrumbs-item a {
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  color: #989898;
  text-decoration: none;
  display: inline-block;
}
.breadcrumbs-block .breadcrumbs-item a:hover {
  text-decoration: underline;
}
.breadcrumbs-block .breadcrumbs-item > span {
  margin: 0 0.7rem 0 0.5rem;
  align-self: center;
  border: solid #989898;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
.breadcrumbs-block .breadcrumbs-item:last-child {
  color: #9772e1;
}
/**********  OFFERS SECTION **********/
.offers-section .page-title {
  margin-bottom: 1rem;
}
/**********  FILTER BLOCK  **********/
.filter-block {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
  border-radius: 10px;
  min-height: 50px;
  margin: 20px 0;
}
.filter-block a {
  display: flex;
  font-weight: bold;
  font-size: 12px;
  flex: 1;
  color: #000;
  border-radius: 5px;
  margin: 5px;
  padding: 1rem;
  white-space: nowrap;
  text-align: center;
}
.filter-block a span {
  margin: auto;
}
.filter-block a:hover,
.filter-block a.active {
  background: #000;
  color: #fff;
}
/**********  OFFER BLOCK  **********/
.offers-section {
  margin-bottom: 6rem;
}
.offers-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.offers-block .offer-item {
  display: flex;
  align-items: flex-start;
  width: 49%;
  max-width: 470px;
  border-radius: 10px;
  border: 2px solid #f7f7f7;
  margin: 1% 0;
}
.offers-block .offer-item .offer-img {
  border-radius: 10px;
  position: relative;
  max-width: 16rem;
}
.offers-block .offer-item .offer-img img {
  border-radius: 10px;
}
.offers-block .offer-item .offer-img .sticky-text {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-size: 1.2rem;
  color: #fff;
  background: #9772e1;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 700;
}
.offers-block .offer-item > img {
  max-width: 16rem;
  width: 100%;
  border-radius: 10px;
}
.offers-block .offer-item .offer-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.8rem;
  height: 100%;
}
.offers-block .offer-item .offer-content .logo img {
  max-width: 16rem;
  width: 100%;
  display: block;
}
.offers-block .offer-item .offer-text {
  color: #989898;
  font-size: 1.6rem;
  line-height: 1.5;
  height: 100%;
  min-height: 76px;
}
.offers-block .offer-item .offer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.offers-block .offer-item .btns-block {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.offers-block .offer-item .btns-block .btn {
  width: 48%;
}
.star-count {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  margin-left: 1rem;
  padding-left: 2.8rem;
}
.star-count span {
  margin: auto;
}
.star-count:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 2px;
  margin: auto;
  width: 2.1rem;
  height: 2rem;
  margin-right: 0.4rem;
  background: url("star.svg") no-repeat 0 0 / cover;
}
/**********  MAIN SECTION **********/
.main-section .text-block {
  font-size: 1.6rem;
  color: #989898;
  word-break: break-word;
}
.main-section p {
  margin-bottom: 1.5rem;
}
.main-section .img-block {
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
}
.main-section .img-block img {
  border-radius: 10px;
  margin-right: 2rem;
  display: block;
  max-width: 100%;
}
.main-section .img-block p {
  flex: 1;
}
/* PAGINATOR */
.pagination-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.5rem;
  max-width: 60rem;
  margin: auto;
}
.pagination-block .btn {
  width: 5rem;
  height: 5rem;
  border-radius: 5px;
  background: #f7f7f7;
  color: #000;
  margin: 0.5rem;
}
.pagination-block .btn.is-active {
  background: #000;
  color: #fff;
}
.pagination-block .btn:hover {
  background: #000;
  color: #fff;
}
.pagination-block .btn.next-btn {
  position: relative;
}
.pagination-block .btn.next-btn:hover:before {
  border-color: #fff;
}
.pagination-block .btn.next-btn:before {
  content: "";
  align-self: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  margin-right: 1rem;
  text-align: center;
  margin-bottom: 1px;
  margin: auto;
  margin-right: 1.5rem;
  transition: all 200ms cubic-bezier(0.39, 0, 0.17, 0.99);
}
.pagination-block .btn.prev-btn {
  position: relative;
}
.pagination-block .btn.prev-btn:hover:before {
  border-color: #fff;
}
.pagination-block .btn.prev-btn:before {
  content: "";
  align-self: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  margin-right: 1rem;
  text-align: center;
  margin-bottom: 1px;
  margin: auto;
  margin-right: 1.2rem;
  transition: all 200ms cubic-bezier(0.39, 0, 0.17, 0.99);
}
.pagination-block .dots-btn {
  background: transparent;
  pointer-events: none;
}
/**********  FOOTER SECTION **********/
.footer-section {
  border-top: 2px solid #f7f7f7;
  padding: 2.2rem 0;
  margin-top: 8rem;
}
.footer-section .center {
  display: flex;
  justify-content: space-between;
}
.footer-section .logo {
  max-width: 162px;
  width: 100%;
}
.footer-section .copyright-block {
  text-align: right;
  color: #bbbbbb;
  font-size: 12px;
}
.footer-section .links-block {
  display: flex;
  margin-bottom: 10px;
}
.footer-section .links-block a {
  color: #989898;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  margin-left: 15px;
}
.footer-section .links-block a:hover {
  text-decoration: underline;
}
.footer-section .link-item:first-child:after {
  content: "";
  width: 2px;
  height: 100%;
  vertical-align: middle;
  margin-left: 13px;
  display: inline-block;
  background: #f7f7f7;
}
.overlay-block.is-active {
  display: block;
}
.mobile-nav-visible .overlay-block.is-active {
  display: none;
}
.overlay-block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/**********  MEDIA DEVICES **********/
@media screen and (max-width: 1050px) {
  .header-nav-item-inner a:hover {
    color: #000;
  }
  .mobile-btn-block {
    display: flex;
    padding: 20px 0 20px 20px;
  }
  .header-nav-block,
  .mobile-nav-visible section,
  .mobile-nav-visible footer,
  .mobile-nav-visible .header-description {
    display: none;
  }
  .dropdown-item:before {
    display: none;
  }
  .mobile-nav-visible .header-section .header-nav-block {
    width: 100%;
    display: block;
    margin-top: 2rem;
  }
  .mobile-nav-visible .header-section .header-nav-item {
    border-bottom: 2px solid #f7f7f7;
    display: block;
    font-size: 2rem;
    margin: 0;
  }
  .mobile-nav-visible .header-section .header-nav-item > span {
    padding: 1rem 1.6rem 1.2rem 2rem;
    display: block;
  }
  .header-nav-item-inner,
  .header-nav-item-inner.full-menu {
    max-height: 100%;
    overflow: auto;
    background: #fff;
    display: none;
    position: static;
  }
  .dropdown-item.is-active .header-nav-item-inner {
    display: block;
    margin-top: -20px;
  }
  .header-nav-item-inner a {
    color: #000;
  }
  .header-nav-item-inner a:before {
    border-color: #000;
  }
  .mobile-nav-visible .header-section .header-nav-item.is-active > span:after {
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 55%;
  }
  .center {
    padding: 0 10px;
  }
  .filter-block a {
    flex: none;
  }
  .main-section .img-block {
    display: block;
  }
  .main-section .img-block img {
    margin: 0 auto 1rem;
  }
   .offer-item {
    max-width: 100%;
    width: 100%;
  }
  .footer-section .center {
    flex-direction: column;
    align-items: center;
  }
  .footer-section .links-block {
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
  }
  .footer-section .copyright-block {
    text-align: center;
  }
  .footer-section .link-item:first-child:after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pagination-block .btn {
    width: 3rem;
    height: 3rem;
    margin: 0.2rem;
  }
}

@media screen and (max-width: 460px) {
 .offer-item .offer-content {
    padding: 1rem;
  }
  .btn {
    font-size: 1.3rem;
    height: 4rem;
  }
}
@media screen and (max-width: 370px) {
   .offer-item .offer-img,
   .offer-item > img {
    width: 27%;
  }
}