* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  a {
    text-decoration: none;
  }
  
  .banner {
    margin-bottom: 120px;
    overflow: hidden;
    position: relative;
    background: url("https://jewelshop.com.ua/image/about_use/assets/images/banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    align-items: center;
    width: 100%;
    max-height: calc(100vh - 150px);
  }
  .banner-marker {
 
    /* margin-bottom: 40px; */
    margin: 120px auto 40px auto;
    display: flex;
    justify-content: center;
    max-width: 450px;
    height: auto;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .banner-marker span{
    color: #FFF;
    font-family: Ubuntu;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /*23.4px*/position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}
  @media (max-width: 500px) {
    .banner-marker {
      max-width: 280px;
      justify-content: left;
      margin-left: 50px;
    }
    .banner-marker span {
      font-size: 1.475rem;
    }
    .box__facts-items_item-title {
      font-size: 24px;
    }
  }
  .banner-marker img {
    width: 100%;
  }
  .banner-title {
    margin-bottom: 40px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    line-height: 100%;
    /* or 100px */
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
  }
  @media (max-width: 500px) {
    .banner-title {
      font-size: 3rem;
      max-width: 300px;
      text-align: left;
    }
  }
  .banner-desc {
    max-width: 750px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 150%;
    /* or 39px */
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0 auto;
  }
  @media (max-width: 500px) {
    .banner-desc {
      diplay: flex;
      justify-content: left;
      font-size: 16px;
      text-align: left;
      max-width: 320px;
    }
  }
  
  .box {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
  }
  .box__article {
    width: 100%;
  }
  .box__article-slogan {
    padding-top: 2.5rem;
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 130%;
    /* or 42px */
    text-align: center;
    color: #333333;
    max-width: 890px;
    margin: 0 auto;
  }
  @media (max-width: 500px) {
    .box__article-slogan {
      font-size: 16px;
    }
  }
  .box__article-defaults {
    padding: 60px;
    display: flex;
    align-items: center;
  }
  @media (max-width: 920px) {
    .box__article-defaults {
      flex-direction: column-reverse;
      max-height: unset;
      padding: 25px;
    }
  }
  .box__article-defaults_text {
    margin-bottom: 40px;
  }
  .box__article-defaults_text-title {
    margin-bottom: 40px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    /* identical to box height, or 58px */
    letter-spacing: 0.02em;
    color: #000000;
  }
  .box__article-defaults .swiper-slide img{
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
  @media (max-width: 500px) {
    .box__article-defaults_text-title {
      font-size: 24px;
    }
  }
  .box__article-defaults_text-desc {
    max-width: 570px;
    width: 100%;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    letter-spacing: 0.02em;
    /* body */
    color: #333333;
    text-shadow: 10px 64px 160px rgba(115, 95, 66, 0.16);
  }
  .box__article-mission {
    margin: 120px auto;
    width: 100%;
    max-height: 720px;
    height: 100%;
    background: white;
    border-radius: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 920px) {
    .box__article-mission {
      flex-direction: column;
      max-height: unset;
      padding: 15px;
    }
  }
  .box__article-mission_text {
    max-width: 570px;
    width: 100%;
    margin: 60px 50px;
  }
  .box__article-mission_text-title {
    width: 100%;
    margin-top: 40px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0.02em;
  }
  .box__article-mission_text-title span {
    color: #FC6220;
  }
  .box__article-mission_text-desc {
    margin: 40px 0;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    letter-spacing: 0.02em;
    /* body */
    color: #333333;
    text-shadow: 10px 64px 160px rgba(115, 95, 66, 0.16);
  }
  @media (max-width: 500px) {
    .box__article-mission_text-desc {
      font-size: 14px;
    }
  }
  .box__article-mission_text-slogan {
    border-width: 1px 0px;
    border-style: solid;
    border-color: #FC6220;
    padding: 40px;
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    color: #333333;
  }
  @media (max-width: 1200px) {
    .box__article-mission_text-slogan {
      padding: 20px;
    }
  }
  @media (max-width: 500px) {
    .box__article-mission_text-slogan {
      font-size: 16px;
      text-align: center;
    }
  }
  .box__article-mission_line {
    position: absolute;
    left: 250px;
    top: -20px;
    z-index: 1;
  }
  .box__article-mission_img {
    height: 100%;
    z-index: 2;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    max-height: 600px;
  }
  .box__article-mission_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box__article-location {
    padding: 60px;
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 100%;
  }
  @media (max-width: 920px) {
    .box__article-location {
      max-height: unset;
      padding: 15px;
    }
    .box__article-location img:last-child {
      display: none;
    }
  }
  .box__article-location_main {
    padding: 60px 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media (max-width: 920px) {
    .box__article-location_main {
      flex-direction: column-reverse;
      padding: 60px 15px;
    }
  }
  .box__article-location_main-text {
    max-width: 570px;
    width: 100%;
    margin-left: 50px;
  }
  .box__article-location_main-text_title {
    width: 100%;
    margin-top: 40px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0.02em;
  }
  @media (max-width: 920px) {
    .box__article-location_main-text_title {
      font-size: 34px;
    }
  }
  .box__article-location_main-text_title span {
    color: #FC6220;
  }
  .box__article-location_main-text_desc {
    margin: 30px 0;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #333333;
    text-shadow: 10px 64px 160px rgba(115, 95, 66, 0.16);
  }
  @media (max-width: 500px) {
    .box__article-location_main-text_desc {
      font-size: 14px;
    }
  }
  .box__article-location_main-text_loc {
    right: 15px;
    top: 50px;
    position: absolute;
    rotate: 14deg;
    max-width: 320px;
    width: 100%;
    border: 2px solid #FC6220;
    border-radius: 13px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 22.4821px;
    line-height: 150%;
    /* identical to box height, or 34px */
    letter-spacing: 0.02em;
  }
  .box__article-location_bottom-items {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  @media (max-width: 920px) {
    .box__article-location_bottom-items {
      display: flex;
      flex-wrap: wrap;
    }
  }
  .box__article-location_bottom-items-img {
    padding-bottom: 30px;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    margin-right: 20px;
  }
  @media (max-width: 9999px) {
    .box__article-location_bottom-items-img:first-child {
      display: none;
    }
  }
  @media (max-width: 920px) {
    .box__article-location_bottom-items-img:first-child {
      display: block;
    }
  }
  @media (max-width: 920px) {
    .box__article-location_bottom-items-img {
      max-width: 165px;
      height: auto;
    }
  }
  .box__article-location_bottom-items-img img {
    border-radius: 25px;
    width: 100%;
    object-fit: cover;
    height: 350px;
  }
  @media (max-width: 500px) {
    .box__article-location_bottom-items-img img {
      height: 200px;
    }
  }
  .box__article-location_bottom-text {
    max-width: 760px;
    width: 100%;
    padding-top: 40px;
    text-align: center;
    margin: 0 auto;
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    /* or 31px */
    color: #333333;
  }
  @media (max-width: 500px) {
    .box__article-location_bottom-text {
      font-size: 16px;
    }
  }
  .box__article-company {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px;
  }
  .box__article-company_text-title {
    padding-top: 40px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    /* or 77px */
    letter-spacing: 0.02em;
    color: #000000;
  }
  .box__article-company_text-title span {
    color: #FC6220;
  }
  @media (max-width: 500px) {
    .box__article-company_text-title {
      font-size: 24px;
    }
  }
  .box__article-company_text-desc {
    margin-bottom: 55px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    letter-spacing: 0.02em;
    /* body */
    color: #333333;
    text-shadow: 10px 64px 160px rgba(115, 95, 66, 0.16);
  }
  @media (max-width: 500px) {
    .box__article-company_text-desc {
      font-size: 14px;
    }
  }
  .box__article-company_text-slogan {
    margin-bottom: 40px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #FC6220;
    padding: 32px;
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    /* or 31px */
    text-align: center;
    color: #333333;
  }
  @media (max-width: 500px) {
    .box__article-company_text-slogan {
      font-size: 16px;
    }
  }
  .box__article-company-img {
    width: 100%;
  }
  .box__article-company-img img {
    width: 100%;
    object-fit: cover;
  }
  .box__article-company_line {
    top: 80px;
    position: absolute;
    right: 0;
    rotate: 15deg;
  }
  .box__products,
  .box__network {
    padding-top: 20px;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    padding: 60px 0;
  }
  @media (max-width: 920px) {
    .box__products,
    .box__network {
      padding: 30px 0;
    }
  }
  .box__network-text {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 120%;
    margin-bottom: 2rem;
    /* or 77px */
    text-align: center;
    letter-spacing: 0.02em;
  }
  .box__network-text span {
    color: #FC6220;
  }
  @media (max-width: 500px) {
    .box__network-text {
      font-size: 32px;
    }
  }
  .box__network-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  @media (max-width: 920px) {
    .box__network-img {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 920px) and (max-width: 50px) {
    .box__network-img {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 8px;
    }
  }
  .box__network-img-item {
    max-width: 420px;
    width: 100%;
    max-height: 295px;
  }
  .box__network-img-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .box__products {
    width: 100%;
  }
  .box__products-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 40px;
  }
  @media (max-width: 920px) {
    .box__products-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 920px) and (max-width: 500px) {
    .box__products-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .box__products-desc {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    /* or 31px */
    text-align: center;
    color: #333333;
  }
  @media (max-width: 500px) {
    .box__products-desc {
      font-size: 18px;
    }
  }
  .box__products-desc button {
    cursor: pointer;
    margin-top: 40px;
    max-width: 410px;
    width: 100%;
    padding: 15px;
    background: #FC6220;
    border: none;
    color: white;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    /* identical to box height */
    color: #FFFFFF;
  }
  .box__products-title {
    margin-bottom: 40px;
    padding-top: 100px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 120%;
    /* or 77px */
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
  }
  @media (max-width: 500px) {
    .box__products-title {
      font-size: 32px;
    }
  }
  .box__products-title span {
    color: #FC6220;
  }
  .box__products-item {
    position: relative;
    width: 100%;
    max-width: 368px;
  }
  .box__products-item_icon {
    position: absolute;
    right: -55px;
    top: -60px;
  }
  .box__products-item_img {
    max-width: 368px;
    width: 100%;
  }
  .box__products-item_img img {
    width: 100%;
  }
  .box__products-item_title {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 120%;
    /* or 43px */
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
  }
  .box__priority {
    padding: 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
  @media (max-width: 920px) {
    .box__priority {
      flex-direction: column;
    }
  }
  .box__priority-text {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000000;
  }
  .box__priority-text span {
    max-width: 670px;
    width: 100%;
    color: #FC6220;
  }
  .box__priority-line {
    position: absolute;
    transform: rotate(-81deg);
    left: 112px;
    top: 104px;
    left: 75px;
    bottom: -125.984px;
  }
  .box__priority-desc {
    display: flex;
    flex-direction: column;
    max-width: 580px;
  }
  @media (max-width: 920px) {
    .box__priority-desc {
      margin-top: 35px;
    }
  }
  .box__priority-desc span {
    margin-bottom: 40px;
  }
  .box__priority-desc span:last-child {
    margin-bottom: 0;
  }
  .box__history {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    z-index: 99;
    position: relative;
  }
  .box__history-title {
    padding-top: 40px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 120%;
    margin-bottom: 2rem;
    /* identical to box height, or 77px */
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    width: 100%;
  }
  @media (max-width: 768px) {
    .box__history-title {
      font-size: 32px;
    }
  }
  .box__history-start {
    margin-bottom: 0;
    /* max-width: 608px; */
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  
  }
  .box__history-start-text {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 135%;
    /* or 54px */
    letter-spacing: 0.04em;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    text-align: left;
    margin: 2rem 32px;
  }
  .box__history-start,
  .box__history-end{
    background: #fff;
    border-radius: 24px;
    border: 10px solid #FFF;
    background: #FFF; 
    justify-content: center;
  width: calc(50% - 15px);
}
  @media (max-width: 768px) {
    .box__history-start-text {
      font-size: 1.25rem;
      margin: 10px;
      
    }
    .box__history-start,
    .box__history-end{
      width: 100%;
      margin-bottom: 1rem;
    }
  }
  .box__history-end {
  
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
 
    
  }
  @media (max-width: 920px) {
    .box__history-end {
      margin-left: 20px;
    }
  }
  .box__history-end-text {
   
    
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size:1.125rem;
    line-height: 135%;
    /* or 54px */
    letter-spacing: 0.04em;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    text-align: left;
    margin: 2rem 32px;
  }
  @media (max-width: 768px) {
    .box__history-end-text {
      font-size: 1.25rem;
      margin: 10px;
    }
  }
  .box__history-end-img {
    text-align: right;
  }
  .box .box__slider_reviews {
    width: 100%;
    max-width: 1920px;
    padding: 65px 25px;
  }
  .box .box__slider_reviews .content_reviews {
    width: 100%;
    max-width: 1920px;
  }
  .box .box__slider_reviews .content_reviews .text_reviews_title {
    font-size: 2.5rem;
    font-family: "Playfair Display";
    font-weight: 500;
  }
  @media (max-width: 500px) {
    .box .box__slider_reviews .content_reviews .text_reviews_title {
      font-size: 32px;
    }
  }
  .box .box__slider_reviews .content_reviews .swiper {
    width: 100%;
    max-width: 1920px;
    margin-top: 20px;
  }
  .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper {
    width: 100%;
    align-items: center;
  }
  .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 360px;
    height: 400px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
    padding: 50px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: left;
    align-items: left;
    user-select: none;
  }
  @media (max-width: 920px) {
    .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide {
      height: unset;
    }
  }
  .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide .image_content {
    width: 100%;
    max-width: 50px;
  }
  .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide .image_content img {
    width: 100%;
  }
  .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide .review_text {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-family: "Ubuntu";
    margin-top: 15px;
  }
  @media (max-width: 500px) {
    .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide .review_text {
      font-size: 12px;
    }
  }
  .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide .review_name {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 20px;
    font-family: "Ubuntu";
    margin-top: 15px;
  }
  .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-pagination-reviews {
    background-color: #555;
  }
  .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide-active {
    background-color: #FC6220;
    max-width: 595px;
    height: 480px;
  }
  @media (max-width: 920px) {
    .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide-active {
      height: unset;
    }
  }
  .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide-active .review_text {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 24px;
    font-family: "Ubuntu";
    margin-top: 25px;
  }
  .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide-active .review_name {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 36px;
    font-family: "Ubuntu";
    margin-top: 25px;
  }
  .box__facts {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 64px;
  }
  .box__facts-title {
    padding-bottom: 20px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 85px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 5px;
    /* title */
    color: #000000;
  }
  @media (max-width: 500px) {
    .box__facts-title {
      font-size: 32px;
      text-align: left;
    }
  }
  @media (max-width: 500px) {
    .box__facts-title span {
      color: #FC6220;
    }
  }
  .box__facts-title:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #FC6220;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
  }
  @media (max-width: 500px) {
    .box__facts-title:after {
      display: none;
    }
  }
  .box__facts-items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  @media (max-width: 920px) {
    .box__facts-items {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 920px) and (max-width: 500px) {
    .box__facts-items {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .box__facts-items_item {
    max-width: 480px;
    height: 250px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .box__facts-items_item-title {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 75px;
    border-bottom: 1px solid #FC6220;
    /* identical to box height */
    display: flex;
    align-items: center;
    /*text-transform: capitalize;*/
    padding-bottom: 5px;
    /* title */
    color: #000000;
  }
  .box__facts-items_item-desc {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 135%;
    /* identical to box height, or 38px */
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 15px;
    /* body */
    color: #333333;
  }
  
  .line {
    margin-top: -80px;
  }
  .line img {
    width: 100%;
    object-fit: cover;
  }
  
  .slider {
    display: flex;
  }
  
  html,
  body {
    position: relative;
    height: 100%;
  }
  
  body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }
  
  .swiper {
    max-width: 570px;
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    max-width: 570px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .swiper-pagination-bullet {
    width: 40px;
    height: 12px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    border-radius: 20px;
    opacity: 1;
    background: #FAF8F6;
  }
  
  .swiper-pagination-bullet-active {
    width: 80px;
    color: #fff;
    background: #FC6220;
  }
  
  .background {
    margin-top: 50px;
    background: white;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
  }
  
  .box__article-location_main-img {
    width: 100%;
  }
  .box__article-location_main-img img {
    width: 100%;
    max-width: 550px;
    max-height: 550px;
  }
  
  .linear {
    background: rgba(252, 98, 32, 0.05);
  }
  .linear:nth-child(1) {
    border-radius: 0px 120px 0px 0px;
  }
  .linear:nth-child(5) {
    border-radius: 0px 0px 0px 120px;
  }
  .linear:nth-child(3) {
    border-radius: 0px 0px 120px 0px;
  }
  
  .box__history-start-img {
 
    width: 100%;
   
}
  .box__history-start-img img {
    width: 100%;
  }
  
  .box__history-end-img {
   
    width: 100%;
    padding-right: 0px;
  
}
  .box__history-end-img img {
    width: 100%;
    object-fit: cover;
  }
  
  .box__slider_reviews .swiper-pagination {
    bottom: 0;
  }
  .box__slider_reviews .swiper-wrapper {
    padding-bottom: 40px;
  }
  
  @media (max-width: 768px) {
    .box__article-location_bottom-items-img {
      padding-bottom: 8px;
      margin-right: 4px;
      margin-left: 4px;
      width: 47%;
    }
  
    .box__article-location_main-text {
      margin-left: 0;
    }
  
    .banner {
      background-position: bottom center;
      min-height: 700px;
      margin-bottom: 50px;
      border-radius: 0px 0px 100px 0px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      -webkit-border-radius: 0px 0px 100px 0px;
      -moz-border-radius: 0px 0px 100px 0px;
      -ms-border-radius: 0px 0px 100px 0px;
      -o-border-radius: 0px 0px 100px 0px;
      padding-bottom: 60px;
    }
  
    .banner-line {
      display: none;
    }
  
    .box__article-location_main {
      padding: 30px 15px;
    }
  
    .box__article-mission_text {
      margin: 30px;
    }
  
    .box__article-location_bottom-items {
      justify-content: center;
    }
  
    .swiper-pagination-bullet {
      height: 6px;
      width: 40px;
    }
  
    .box__priority,
  .box__article-company {
      padding: 30px 15px;
    }
  
    .box__article-defaults {
      padding: 30px 15px;
    }
  
    .box__network {
      padding: 30px 15px;
    }
  
    .box__network-text {
      margin-bottom: 2rem;
    }
  
    .box__products-item_title {
      font-size: 18px;
    }
  
    .box__products-item_icon {
      top: 0;
      right: 0;
      left: auto;
      width: 60px;
      height: 60px;
    }
    .box__products-item_icon img {
      width: 100%;
    }
  
    .box__products-desc button {
      font-size: 16px;
      padding: 13px 40px;
    }
  
    .box__priority-text {
      font-size: 32px;
    }
  
    .box .box__slider_reviews,
  .box__facts,
  .box__history {
      padding: 30px 15px;
    }
  
    .box__history-start {
      margin-left: 0;
    }
  
    .box__history-end {
      margin-left: 0;
    }
  
    .box__history-end-img {
      padding-right: 0;
    }
  
    .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide-active .review_text {
      font-size: 12px;
    }
  
    .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide {
      padding: 30px 15px;
    }
  
    .swiper-pagination-bullet-active {
      background: #FC6220;
    }
  
    .box__facts-items_item-title {
      font-size: 28px;
    }
  
    .box__facts-items_item-desc {
      font-size: 14px;
    }
  
    .box__facts-items {
      margin: 15px 0;
      grid-template-columns: repeat(2, 1fr);
    }
  
    .box .box__slider_reviews .content_reviews .swiper .swiper-wrapper .swiper-slide-active .review_name {
      font-size: 20px;
    }
  
    .box__facts-items_item {
      background: none;
      height: auto;
    }
    .box__facts-items_item:nth-child(5), .box__facts-items_item:nth-child(4), .box__facts-items_item:nth-child(1) {
      background: rgba(252, 98, 32, 0.05);
    }
    .box__facts-items_item:nth-child(4) {
      border-radius: 0px 0px 60px 0px;
    }
    .box__facts-items_item:nth-child(1) {
      border-radius: 0px 60px 0px 0px;
    }
    .box__facts-items_item:nth-child(5) {
      border-radius: 0px 0px 0px 60px;
    }
  
    .box__facts-title {
      line-height: 1;
      justify-content: flex-start;
      align-items: flex-start;
      text-align: left;
      width: 100%;
    }
  
    .box__history-title {
      margin-bottom: 15px;
    }
  
    .box__article-location_main-text_loc {
      right: 0px;
      top: 40px;
      position: absolute;
      rotate: 14deg;
      max-width: 200px;
      font-size: 14px;
    }
  
    .box__article-mission_text-title {
      font-size: 32px;
    }
  
    .box__article-mission {
      margin: 0;
    }
  
    .box__slider_reviews .swiper-pagination {
      text-align: left !important;
      bottom: 0;
    }
    .box__slider_reviews .swiper-wrapper {
      padding-bottom: 40px;
    }
  }

