.section_boxs {
  max-width: 84.63vw;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4.4vw;
  margin-top: 4vw; }

@media (max-width: 768px) {
  .section_boxs {
    max-width: 94.79vw;
    margin-bottom: 17.35vw;
    margin-top: 8.67vw; } }

.section_boxs .boxs_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  direction: rtl; }
  .section_boxs .boxs_wrap a {
    text-decoration: none; }
    .section_boxs .boxs_wrap a:hover {
      color: inherit; }

@media (max-width: 768px) {
  .section_boxs .boxs_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.section_boxs .boxs_wrap.main_boxs .object {
  width: 40.1vw; }

@media (max-width: 768px) {
  .section_boxs .boxs_wrap.main_boxs .object {
    width: 100%; } }

.section_boxs .load_more {
  margin: 0 auto;
  margin-top: 1vw;
  text-align: center; }

.section_boxs .load_more > a {
  min-width: 13.75vw; }

@media (max-width: 768px) {
  .section_boxs .load_more > a {
    min-width: 68.75vw; } }

.icon-print {
  color: #c3c2c2;
  font-size: 1.55vw; }
  @media (max-width: 768px) {
    .icon-print {
      font-size: 6.2vw; } }

@media (max-width: 768px) {
  .hosting_offers_page .section_boxs .object, .articles_page .section_boxs .object {
    width: 100%;
    margin: 0;
    margin-bottom: 8.6vw; }
  .hosting_offers_page .section_boxs .object .text_container, .articles_page .section_boxs .object .text_container {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.article_page .articleImage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 21.25vw;
  width: 100%; }
  @media (max-width: 768px) {
    .article_page .articleImage img {
      height: 100%; } }

.article_page .section_text, .article_page .article_body {
  max-width: 50.42vw;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 768px) {
  .article_page .section_text, .article_page .article_body {
    max-width: 89.7vw; } }

.article_page .section_text {
  margin-top: 3vw; }
  @media (max-width: 768px) {
    .article_page .section_text {
      margin-top: 8vw; } }

.article_page .article_body p, .article_page .article_body ul, .article_page .article_body ol, .article_page .article_body li, .article_page .article_body a {
  font-family: 'AlmoniDl';
  font-size: 1.302vw;
  line-height: 1.1; }

.article_page .article_body p strong {
  font-family: 'AlmoniDl'; }

@media (max-width: 768px) {
  .article_page .article_body p, .article_page .article_body ul, .article_page .article_body ol, .article_page .article_body li, .article_page .article_body a {
    font-size: 5vw; } }

.article_page .article_body p, .article_page .article_body ul, .article_page .article_body ol {
  margin-bottom: 1vw; }

@media (max-width: 768px) {
  .article_page .article_body p, .article_page .article_body ul, .article_page .article_body ol {
    margin-bottom: 5.5vw; } }

.article_page .article_body p {
  text-align: justify; }

.article_page .article_body li {
  margin-bottom: 0.2vw; }

@media (max-width: 768px) {
  .article_page .article_body li {
    margin-bottom: 0.8vw; } }

.article_page .article_body h3 {
  font-size: 2.1vw;
  line-height: 1;
  margin-bottom: 0.8vw;
  margin-top: 2.1vw;
  text-align: right; }

@media (max-width: 768px) {
  .article_page .article_body h3 {
    font-size: 8vw;
    margin-bottom: 4vw;
    margin-top: 6vw;
    text-align: right; } }

.article_page .article_body img, .article_page .article_body .video-container {
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 0.8vw;
  height: auto; }

@media (max-width: 768px) {
  .article_page .article_body img, .article_page .article_body .video-container {
    margin-top: 3vw;
    margin-bottom: 3vw; } }

.article_page .article_body {
  font-family: "AlmoniDl"; }

.article_page .article_body .video-container {
  width: 100%;
  position: relative; }

.article_page .article_body .video-container .shadow_video {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.article_page .article_body .video-container .shadow_video #play_video_article {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5); }

.article_page .article_body .video-container .shadow_video #play_video_article i {
  color: white;
  font-size: 3vw; }

@media (max-width: 768px) {
  .article_page .article_body .video-container .shadow_video #play_video_article i {
    font-size: 18vw; } }

.article_page .article_body .video-container:after {
  content: '';
  display: block;
  padding-bottom: 56.5%; }

.article_page .article_body .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
