body.page-template-template-main-page header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
}
body.page-template-template-main-page header .header-simple-container {
  position: relative;
  width: 100%;
  height: 60px;
  background: transparent;
  box-shadow: none;
  transition: all 0.8s;
}
body.page-template-template-main-page header .header-simple-container .logo-link {
  transition: background 0.8s;
  background: transparent;
}
body.page-template-template-main-page header.scrolled .header-simple-container {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(138, 136, 136, 0.25);
}
body.page-template-template-main-page header.scrolled .header-simple-container .logo-link {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/hempologo.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 575.98px) {
  body.page-template-template-main-page header.scrolled .header-simple-container .logo-link {
    height: 33px;
    background: url("/wp-content/themes/hemporama_theme/assets_custom/img/logo_image.svg") center center no-repeat;
    background-size: contain;
  }
}

.mp-top-screen-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100vh;
  min-height: 810px;
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/mp_top-bg.png") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1399.98px) {
  .mp-top-screen-container {
    background: url("/wp-content/themes/hemporama_theme/assets_custom/img/hemporama_top_mobile_md.png") center center no-repeat;
    background-size: cover;
    max-height: 830px;
  }
}
@media (max-width: 1199.98px) {
  .mp-top-screen-container {
    max-height: 780px;
  }
}
@media (max-width: 991.98px) {
  .mp-top-screen-container {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 575.98px) {
  .mp-top-screen-container {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    background: url("/wp-content/themes/hemporama_theme/assets_custom/img/hemporama_top_mobile_xs.jpg") top center no-repeat;
    background-size: cover;
  }
}
.mp-top-screen-container .header-menu-block {
  position: absolute;
  top: 40px;
  left: 40px;
}
.mp-top-screen-container .header-right-links-block {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.mp-top-screen-container .mp-top-block-info {
  position: relative;
  max-width: 400px;
  left: 13%;
}
@media (max-width: 991.98px) {
  .mp-top-screen-container .mp-top-block-info {
    position: relative;
    max-width: 400px;
    left: 7%;
    padding-top: 81px;
  }
}
@media (max-width: 575.98px) {
  .mp-top-screen-container .mp-top-block-info {
    left: 0;
    padding: 345px 15px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.mp-top-screen-container .mp-top-block-info h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
  color: #96ED52;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .mp-top-screen-container .mp-top-block-info h2 {
    font-size: 43px;
    padding-bottom: 13px;
  }
}
@media (max-width: 575.98px) {
  .mp-top-screen-container .mp-top-block-info h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #96ED52;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.mp-top-screen-container .mp-top-block-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  color: #96ED52;
}
@media (max-width: 575.98px) {
  .mp-top-screen-container .mp-top-block-info p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.mp-top-screen-container .mp-top-block-info p span {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .mp-top-screen-container .mp-top-block-info p span {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 575.98px) {
  .mp-top-screen-container .mp-top-block-info p span {
    font-size: 20px;
    line-height: 1.5;
  }
}
.mp-top-screen-container .mp-top-block-info p span span {
  color: #76BC21;
}
@media (max-width: 575.98px) {
  .mp-top-screen-container .mp-top-block-info p span span {
    color: #96ED52;
  }
}
.mp-top-screen-container .mp-top-block-info .buy-play-block {
  display: block;
}
@media (max-width: 991.98px) {
  .mp-top-screen-container .mp-top-block-info .buy-play-block {
    display: flex;
    padding-bottom: 30px;
  }
}
.mp-top-screen-container .mp-top-block-info .buy-play-block .btn {
  margin-top: 50px;
  width: 170px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .mp-top-screen-container .mp-top-block-info .buy-play-block .btn {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .mp-top-screen-container .mp-top-block-info .buy-play-block .btn {
    margin-top: 20px;
  }
}
.mp-top-screen-container .mp-top-block-info .buy-play-block .play-link {
  margin-top: 60px;
  display: block;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/play_icon_dark.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .mp-top-screen-container .mp-top-block-info .buy-play-block .play-link {
    margin-top: 20px;
    margin-left: 20px;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 575.98px) {
  .mp-top-screen-container .mp-top-block-info .buy-play-block .play-link {
    margin-top: 20px;
    margin-left: 30px;
    width: 48px;
    height: 48px;
  }
}
.mp-top-screen-container .social-icons {
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
@media (max-width: 991.98px) {
  .mp-top-screen-container .social-icons {
    display: flex;
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .mp-top-screen-container .social-icons {
    position: relative;
    margin-top: 30px;
    padding-bottom: 0px;
    padding-left: 40px;
  }
}
.mp-top-screen-container .social-icons a {
  display: block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-right: 19px;
}
.mp-top-screen-container .social-icons a.telegram-link {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/telegram_icon_dark.svg") top left no-repeat;
  background-size: contain;
}
.mp-top-screen-container .social-icons a.insta-link {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/insta_icon_dark.svg") top left no-repeat;
  background-size: contain;
}
.mp-top-screen-container .social-icons a.facebook-link {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/facebook_icon_dark.svg") top left no-repeat;
  background-size: contain;
}
.mp-top-screen-container .social-icons a.youtube-link {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/youtube_icon_dark.svg") top left no-repeat;
  background-size: contain;
}

.mp-products-container {
  overflow: hidden;
}
.mp-products-container .mp-products-content {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.mp-products-container .mp-products-content .mp-products-content-top .bg-elem {
  position: absolute;
  left: 30%;
  width: 80%;
  height: 400px;
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/logo_house.svg") bottom right no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .mp-products-container .mp-products-content .mp-products-content-top .bg-elem {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .mp-products-container .mp-products-content .mp-products-content-top .bg-elem {
    height: 133px;
  }
}
.mp-products-container .mp-products-content .mp-products-content-top .mp-products-content-top-content {
  padding-top: 240px;
  max-width: 430px;
  padding-bottom: 40px;
}
@media (max-width: 575.98px) {
  .mp-products-container .mp-products-content .mp-products-content-top .mp-products-content-top-content {
    padding-top: 154px;
    max-width: 430px;
    padding-bottom: 15px;
  }
}
.mp-products-container .mp-products-content .mp-products-content-top h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #646363;
}
@media (max-width: 575.98px) {
  .mp-products-container .mp-products-content .mp-products-content-top h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.mp-products-container .mp-products-content .mp-products-content-top h3 span {
  color: #96ED52;
}
.mp-products-container .mp-products-content .mp-products-content-top p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  /* or 135% */
  display: flex;
  align-items: center;
  color: #000000;
}
.mp-products-container .mp-products-content .mp-products-content-bottom > h3 {
  padding-top: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #646363;
}
@media (max-width: 991.98px) {
  .mp-products-container .mp-products-content .mp-products-content-bottom > h3 {
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .mp-products-container .mp-products-content .mp-products-content-bottom > h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.mp-products-container .mp-products-content .mp-products-content-bottom > h3 span span {
  color: black;
}
.mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list {
  display: flex;
  justify-content: space-between;
  max-width: 970px;
  padding: 45px 20px 0;
  margin-bottom: 80px;
}
@media (max-width: 575.98px) {
  .mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list {
    flex-direction: column;
    padding: 0 20px 0;
    margin-bottom: 20px;
  }
}
.mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem {
  position: relative;
  flex: 0;
  width: 100%;
  max-width: none;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem {
    padding-bottom: 45px;
  }
}
.mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-img {
  width: 205px;
  height: 205px;
  border: 1px solid #76BC21;
}
@media (max-width: 767.98px) {
  .mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 575.98px) {
  .mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-img {
    display: none;
  }
}
.mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-img.bg-1 {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/mp_products_1.svg") center center no-repeat;
  background-size: 116px auto;
}
.mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-img.bg-2 {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/mp_products_2.svg") center center no-repeat;
  background-size: 157px auto;
}
.mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-img.bg-3 {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/mp_products_3.svg") center center no-repeat;
  background-size: 120px auto;
}
.mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-title {
  padding-top: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  color: #76BC21;
}
@media (max-width: 991.98px) {
  .mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-title {
    font-size: 17px;
  }
}
.mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #646363;
}
@media (max-width: 575.98px) {
  .mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-text {
    line-height: 1.2;
  }
}
.mp-products-container .mp-products-content .mp-products-content-bottom .mp-bottom-products-list .mp-bottom-products-list-elem .mp-product-list-link {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mp-iig-container {
  background: #F6F5F5 url("/wp-content/themes/hemporama_theme/assets_custom/img/logos2_normal_light.svg") center center no-repeat;
  background-size: 1800px auto;
}
@media (max-width: 991.98px) {
  .mp-iig-container {
    background: #F6F5F5 url("/wp-content/themes/hemporama_theme/assets_custom/img/logos2_normal_light.svg") center bottom 55% no-repeat;
    background-size: 1685px auto;
  }
}
@media (max-width: 575.98px) {
  .mp-iig-container {
    background: none;
  }
}
.mp-iig-container .container-xxl .mp-iig-info-block {
  max-width: 700px;
}
.mp-iig-container .container-xxl .mp-iig-info-block .mp-iig-title {
  padding-top: 80px;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 30px;
  color: #646363;
}
@media (max-width: 991.98px) {
  .mp-iig-container .container-xxl .mp-iig-info-block .mp-iig-title {
    padding-top: 23px;
    font-size: 30px;
  }
}
.mp-iig-container .container-xxl .mp-iig-info-block .mp-iig-text {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #000000;
}
@media (max-width: 991.98px) {
  .mp-iig-container .container-xxl .mp-iig-info-block .mp-iig-text {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .mp-iig-container .container-xxl .mp-iig-info-block .mp-iig-text {
    font-size: 22px;
  }
}
.mp-iig-container .container-xxl .mp-iig-info-block .mp-argo-title {
  padding: 30px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 1.2;
  display: flex;
  color: #76BC21;
}
@media (max-width: 991.98px) {
  .mp-iig-container .container-xxl .mp-iig-info-block .mp-argo-title {
    padding: 10px 0 0;
    font-size: 31px;
  }
}
.mp-iig-container .container-xxl .mp-iig-info-block .mp-argo-text {
  max-width: 500px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .mp-iig-container .container-xxl .mp-iig-info-block .mp-argo-text {
    font-size: 18px;
    line-height: 1.2;
  }
}
.mp-iig-container .container-xxl .rb-button {
  margin: 60px 0;
}
@media (max-width: 991.98px) {
  .mp-iig-container .container-xxl .rb-button {
    margin: 40px 0;
  }
}
@media (max-width: 575.98px) {
  .mp-iig-container .container-xxl .rb-button {
    margin-top: 10px;
  }
}

.mp-images-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mp-images-line .img-elem {
  width: 25%;
  flex: 0;
  flex-basis: 25%;
}
.mp-images-line .img-elem img {
  width: 100%;
  height: auto;
}

.mp-info-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.mp-info-bg-1 {
  width: 45%;
  min-height: 450px;
  flex: 0;
  min-width: 45%;
  margin-right: 5%;
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/logo_bottom_bg2.svg") left top no-repeat;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .mp-info-bg-1 {
    min-height: 256px;
  }
}
@media (max-width: 991.98px) {
  .mp-info-bg-1 {
    display: none;
  }
}

.mp-info-block-1 {
  width: 420px;
  flex: 0;
  min-width: 420px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .mp-info-block-1 {
    width: 100%;
    flex: auto;
    min-width: 0;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .mp-info-block-1 {
    padding: 20px 15px;
  }
}
.mp-info-block-1 span {
  font-weight: bold;
}
.mp-info-block-1 span span {
  color: #646363;
}

.mp-info-bg-2 {
  width: 100%;
  min-height: 700px;
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/img_4.jpg") top left no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .mp-info-bg-2 {
    min-height: 308px;
  }
}
@media (max-width: 575.98px) {
  .mp-info-bg-2 {
    min-height: 308px;
  }
}

.mp-info-bg-2x {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(86.03deg, rgba(1, 91, 53, 0.3) 26.85%, rgba(118, 199, 55, 0) 99.76%);
  background-blend-mode: multiply;
}

.mp-info-block-2 {
  position: absolute;
  width: 400px;
  top: 110px;
  left: 25%;
}
@media (max-width: 991.98px) {
  .mp-info-block-2 {
    top: 58px;
  }
}
@media (max-width: 575.98px) {
  .mp-info-block-2 {
    width: 350px;
    left: 15px;
  }
}
.mp-info-block-2 div {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
}
.mp-info-block-2 div span {
  font-weight: bold;
}
.mp-info-block-2 .rb-button {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .mp-info-block-2 .rb-button {
    margin-top: 45px;
  }
}

.mp-partners-container .partners-content {
  display: flex;
  width: 900px;
  margin: 90px auto;
  margin: 90px auto;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .mp-partners-container .partners-content {
    width: auto;
    margin: 50px auto;
  }
}
@media (max-width: 575.98px) {
  .mp-partners-container .partners-content {
    flex-direction: column;
    margin: 50px auto 0;
    padding: 0 15px;
  }
}
.mp-partners-container .partners-content .partners-side-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  .mp-partners-container .partners-content .partners-side-content {
    margin-top: 10px;
    margin-bottom: 45px;
  }
}
.mp-partners-container .partners-content .partners-left-side, .mp-partners-container .partners-content .partners-right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mp-partners-container .partners-content .partners-left-side h3, .mp-partners-container .partners-content .partners-right-side h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 45px;
  color: #000000;
}
@media (max-width: 575.98px) {
  .mp-partners-container .partners-content .partners-left-side h3, .mp-partners-container .partners-content .partners-right-side h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.mp-partners-container .partners-content .partners-left-side h3 span, .mp-partners-container .partners-content .partners-right-side h3 span {
  color: #646363;
}
.mp-partners-container .partners-content .partners-left-side a, .mp-partners-container .partners-content .partners-right-side a {
  display: block;
  cursor: pointer;
  flex: 0;
}
.mp-partners-container .partners-content .partners-left-side .iig-link, .mp-partners-container .partners-content .partners-right-side .iig-link {
  width: 78px;
  min-width: 78px;
}
@media (max-width: 575.98px) {
  .mp-partners-container .partners-content .partners-left-side .iig-link, .mp-partners-container .partners-content .partners-right-side .iig-link {
    width: 60px;
    min-width: 60px;
  }
}
.mp-partners-container .partners-content .partners-left-side .nasps-link, .mp-partners-container .partners-content .partners-right-side .nasps-link {
  width: 84px;
  min-width: 84px;
}
@media (max-width: 575.98px) {
  .mp-partners-container .partners-content .partners-left-side .nasps-link, .mp-partners-container .partners-content .partners-right-side .nasps-link {
    width: 60px;
    min-width: 60px;
  }
}
.mp-partners-container .partners-content .partners-left-side .leodar-link, .mp-partners-container .partners-content .partners-right-side .leodar-link {
  width: 169px;
  min-width: 169px;
}
@media (max-width: 575.98px) {
  .mp-partners-container .partners-content .partners-left-side .leodar-link, .mp-partners-container .partners-content .partners-right-side .leodar-link {
    width: 127px;
    min-width: 127px;
  }
}
.mp-partners-container .partners-content .partners-left-side .leoria-link, .mp-partners-container .partners-content .partners-right-side .leoria-link {
  width: 164px;
  min-width: 164px;
}
@media (max-width: 575.98px) {
  .mp-partners-container .partners-content .partners-left-side .leoria-link, .mp-partners-container .partners-content .partners-right-side .leoria-link {
    width: 125px;
    min-width: 125px;
  }
}
.mp-partners-container .partners-content .partners-left-side {
  width: 257px;
  max-width: 257px;
}
.mp-partners-container .partners-content .partners-left-side .partners-side-content {
  width: 257px;
  max-width: 257px;
}
@media (max-width: 991.98px) {
  .mp-partners-container .partners-content .partners-left-side .partners-side-content {
    width: 165px;
    max-width: 165px;
  }
}
.mp-partners-container .partners-content .partners-right-side {
  width: 400px;
  max-width: 400px;
}
@media (max-width: 575.98px) {
  .mp-partners-container .partners-content .partners-right-side {
    width: 333px;
    max-width: 333px;
  }
}
.mp-partners-container .partners-content .partners-right-side .partners-side-content {
  width: 376px;
  max-width: 376px;
}
@media (max-width: 575.98px) {
  .mp-partners-container .partners-content .partners-right-side .partners-side-content {
    width: 280px;
    max-width: 280px;
  }
}

.mp-reviews-container {
  padding: 40px 0 50px;
  background-color: #F6F5F5;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.mp-reviews-container .mp-reviews-content {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
}
.mp-reviews-container .mp-reviews-title {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 45px;
  color: #646363;
}
@media (max-width: 575.98px) {
  .mp-reviews-container .mp-reviews-title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.mp-reviews-container .mp-reviews-title span {
  color: black;
}
.mp-reviews-container .mp-reviews-list {
  display: flex;
  margin: 20px 0;
}
.mp-reviews-container .mp-reviews-list .mp-reviews-list-elem {
  position: relative;
  display: flex !important;
}
.mp-reviews-container .mp-reviews-list .mp-reviews-list-elem .mp-reviews-list-elem-content {
  margin: 0 10px;
  padding: 0 25px;
  background-color: white;
}
.mp-reviews-container .mp-reviews-list .mp-reviews-list-elem .mp-reviews-list-elem-content .quotes-bg {
  position: absolute;
  top: -5px;
  right: 15px;
  width: 46px;
  height: 40px;
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/quots.svg") center center;
  background-size: contain;
}
.mp-reviews-container .mp-reviews-list .mp-reviews-list-elem .mp-reviews-list-elem-content .review-elem-date-name {
  padding-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  color: #646363;
}
.mp-reviews-container .mp-reviews-list .mp-reviews-list-elem .mp-reviews-list-elem-content .review-elem-title {
  padding-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #646363;
}
.mp-reviews-container .mp-reviews-list .mp-reviews-list-elem .mp-reviews-list-elem-content .review-elem-text {
  padding-top: 5px;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #646363;
}
.mp-reviews-container .mp-carousel-arrows {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}

.mp-import-container {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/logo_light.svg") center -850px no-repeat;
  background-size: 1100px auto;
}
.mp-import-container .mp-import-content {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .mp-import-container .mp-import-content {
    width: auto;
  }
}
.mp-import-container .mp-import-content .mp-import-title {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 45px;
  color: #646363;
  padding: 65px 15px 40px;
}
@media (max-width: 991.98px) {
  .mp-import-container .mp-import-content .mp-import-title {
    padding: 40px 15px 22px;
  }
}
@media (max-width: 575.98px) {
  .mp-import-container .mp-import-content .mp-import-title {
    padding: 30px 15px 15px;
    font-size: 28px;
    line-height: 1.2;
  }
}
.mp-import-container .mp-import-content .mp-import-title span {
  color: black;
}
.mp-import-container .mp-import-content .mp-import-list {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.mp-import-container .mp-import-content .mp-import-list .mp-import-elem {
  height: 30px;
  margin-bottom: 40px;
  padding-left: 95px;
  padding-right: 15px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .mp-import-container .mp-import-content .mp-import-list .mp-import-elem {
    margin-bottom: 27px;
  }
}
@media (max-width: 575.98px) {
  .mp-import-container .mp-import-content .mp-import-list .mp-import-elem {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 80px;
    padding-right: 15px;
    line-height: 18px;
    font-size: 15px;
  }
}
.mp-import-container .mp-import-content .mp-import-list .mp-import-elem.flag-sw {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/flag_sw.svg") left center no-repeat;
  background-size: contain;
}
.mp-import-container .mp-import-content .mp-import-list .mp-import-elem.flag-sl {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/flag_slovakia.svg") left center no-repeat;
  background-size: contain;
}
.mp-import-container .mp-import-content .mp-import-list .mp-import-elem.flag-oae {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/flag_oae.svg") left center no-repeat;
  background-size: contain;
}
.mp-import-container .mp-import-content .mp-import-list .mp-import-elem.flag-rus {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/flag_russia.svg") left center no-repeat;
  background-size: contain;
}
.mp-import-container .mp-import-content .mp-import-list .mp-import-elem.flag-ch {
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/flag_china.svg") left center no-repeat;
  background-size: contain;
}

/*# sourceMappingURL=main_page.css.map */
