html, body {
    height: 100%;
  }

  .navbar {
      background-color: #c4c4c4;
      border-bottom: 2px solid grey;
  }
  .custom-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128,128,128, 3)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-toggler, .navbar-toggler {
      border: 3px solid grey;
  }
  body {
      background-color: #D3D1CD;
      background: radial-gradient(circle 60rem, #FFFFFF, #D3D1CD);
  }
  .nav_container {
      margin-top: -3px;
      margin-bottom: -5px;
  }
  .logo img {
      max-width: 85px;
  }
  .navbar_links {
      margin: auto;
      font-size: 22px;
  }
  .navbar_links a:hover {
      text-decoration: underline;
      font-weight: bold;
      color: black;
  }
  .navbar_links a {
     color: black;
  }
  .nav-item {
      margin-left: 30px;
  }
  .general_information {
      margin-top: 110px;
      padding: 0 50px;
  }
  .general_information h2 {
      text-align: center;
      color: #C72300;
  }
  .general_information_content {
      margin-top: 20px;
  }
  .general_information img {
      max-width: 100%;
  }
  .general_information p {
      text-indent: 30px;
      font-size: 18px;
  }
  .general_information p:last-child {
      margin-top: 10px;
  }
  .general_information ul {
      margin-top: -5px;
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: bold;
  }
  .about_us {
      margin-top: 30px;
      text-align: center;

  }
  .card_about_us{
      margin-bottom: 40px;
  }
  .card_about_us_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensure the container takes up full height */
}

  .about_us hr {
      margin: 0 30px;
  }
  .about_us h2 {
      margin-top: 30px;
      color: #C72300;
  }


  .top_elements {
      padding: 0 20px 0;
  }
  .left_element, .right_element, .card_about_us, .contacts_img img, .product_detail_img img,
  .button_price_normal a, .button_price_mobile a, .button_form_request, .mobile_product_cart_img img {
      box-shadow: 0 1px 4px rgba(0, 0, 0, 1),
      -23px 0 20px -23px rgba(0, 0, 0, .8),
      23px 0 20px -23px rgba(0, 0, 0, .8),
      0 0 40px rgba(0, 0, 0, .1) inset;

  }
  .left_element, .right_element {
      margin-top: 50px;
      font-size: 13px;
      /*text-transform: uppercase;*/
      padding: 15px 0 15px;
  }
  .left_element a, .right_element a {
      color: black;
  }
  .left_element a, .right_element a:hover {
      color: black;
  }
  .center_element img {
      max-width: 520px;
  }
  .section_cards {
      margin-top: 30px;
  }
  .card_about_us {
      width: 220px;
      height: 105px;
      margin-left: 60px;
      padding-top: 10px;
      font-size: 14px;
      line-height: 1.2;
  }
    .card_about_us_mobile {
      width: 220px;
      height: 105px;
      margin-left: 60px;
      padding-top: 10px;
      font-size: 14px;
      line-height: 1.2;
  }
  .card_about_us_fist_element {
      margin-left: 0px;
  }
  .card_about_us_title a {
      font-size: 24px;
      vertical-align: middle;
  }
  .card_about_us_title img {
      width: 30px;
      height: auto;
  }
  .card_about_us_text {
      margin-top: 5px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center
  }

  .link_about_us {
      color: #1b1b1b;
      font-size: 22px;
      text-decoration: none;

  }
  .link_about_us:hover{
      text-decoration: underline;
      font-weight: bold;
      color: black;

  }


  .about_company {
      margin-top: 50px;
      text-align: center;
  }
  .about_company h2 {
      margin-top: 20px;
      color: #C72300;
  }
  .about_company a {
      font-size: 18px;
  }
  .carousel-inner {
      margin-top: 10px;
  }
  .carousel-item img {
      width: 540px;
      height: 365px;
  }
  .products {
      margin-top: 170px;
      text-align: center;
  }
  .products h2 {
      margin-top: 20px;
      margin-bottom: 20px;
      color: #C72300;
  }
  .products p {
      font-size: 18px;
  }
  hr {
      background-color: grey;
      color: grey;
      height: 1px;
  }
  .products_title {
      margin-top: 30px;
      /*text-transform: uppercase;*/
  }
  .products_type {
      font-weight: 600;
  }
  .product_card {
      height: 110px;
      text-align: left;
  }
  .product_card a {
      color: black;
  }
  .product_card a:hover {
      color: black;
  }
  .products_name {
      align-self: center;
      font-size: 13px;
  }
  .products_img {
      align-self: center;
      text-align: center;
  }
  .product_text {
      margin-top: 30px;
  }
  .product_text p {
      align-self: center;
      text-align: center;
      font-size: 18px;
  }
    .product_text p {
      align-self: center;
      text-align: center;
      font-size: 18px;
  }

  .request {
      margin-top: 40px;
      text-align: center;
  }
  .request h2 {
      margin-top: 20px;
      color: #C72300;
  }
  .form_request {
      margin-top: 20px;
  }
  .button_form_request {
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      padding: 10px 30px;
      text-transform: uppercase;
      font-weight: bold;
      color: #C72300;
  }
  .button_form_request:hover {
     color: #C72300;
     text-decoration: underline;
  }
  .partners {
      margin-top: 50px;
      text-align: center;
  }
  .partners h2 {
      margin-top: 20px;
      color: #C72300;
  }
  .partners_thanks_img {
      margin-top: 40px;
  }
  .partners_thanks_img img {
      max-width: 230px;
      cursor: zoom-in;
  }
  .partners_logo_img {
      margin-top: 30px;
      margin-left: 70px;
  }
  .partners_logo_img img {
      max-width: 200px;
  }
  .contacts {
      margin-top: 50px;
      text-align: center;
      padding-bottom: 100px;
  }
  .contacts h2 {
      margin-top: 20px;
      color: #C72300;
  }
  .contacts_data {
      margin-top: 20px;
  }
  .contacts_img {
      margin-top: 20px;
  }
  .contacts_img img {
      max-width: 670px;
  }
  .contacts_data {
      margin-top: 20px;
  }
  .contacts_items img {
      max-width: 180px;
  }
  .contacts_tel {
      position: absolute;
      margin-left: 170px;
      margin-top: 20px;
  }
  .contacts_email {
      position: absolute;
      margin-left: 550px;
      margin-top: 27px;
  }
  .contacts_address {
      position: absolute;
      text-align: left;
      margin-left: 930px;
      margin-top: 20px;
  }
  .contacts_tel a {
      font-size: 16px;
      color: black;
  }
  .contacts_tel a:hover {
      color: black;
  }
  .product_detail {
      margin-top: 120px;
      text-align: center;
      padding-left: 10px;
      padding-bottom: 60px;
  }
  .product_detail_img {
      margin-top: 20px;
  }
  .product_detail_img img {
      max-width: 390px;
      padding: 35px;
  }
  .mobile_product_cart_img {
      margin: 20px 0;
  }
  .mobile_product_cart_img img {
      padding: 20px 50px;
      max-width: 430px;
      height: auto;
  }
  .product_detail_description {
      padding-left: 20px;
  }
  .product_detail_description a {
      text-transform: uppercase;
      font-weight: bold;
  }
  .product_detail_description p {
      text-align: left;
      font-size: 16px;
  }
  .table {
      font-size: 14px;
  }
  .table_title {
      text-align: left;
      text-transform: uppercase;
      font-weight: bold;
  }
  .table_subtitle {
      font-weight: bold;
  }
  .left_col {
      text-align: left;
  }
  .right_col {
      text-align: right;
  }
  .button_price_normal {
      margin-top: 25px;
  }
  .button_price_normal a, .button_price_mobile a{
      padding: 10px 30px;
      font-weight: bold;
      text-transform: uppercase;
      color: #C72300;
  }
  .button_price_normal a:hover, .button_price_mobile a:hover {
      text-decoration: underline;
      color: #C72300;
  }
  .href_back_home_normal, .href_back_home_mobile {
      margin-top: 20px;
  }
  .href_back_home_normal a, .href_back_home_mobile a {
      font-weight: bold;
      color: black;
  }
  .href_back_home_normal a:hover, .href_back_home_mobile a:hover {
      color: black;
  }
  
  @media only screen and (max-width : 1259px) {
      .left_element a {
          padding: 0 5px 0;
      }
      .left_element img, .right_element img {
          max-width: auto;
      }
  }
  @media only screen and (max-width : 1243px) {
      .left_element, .right_element {
          margin-top: 30px;
      }
      .right_element img {
          margin-top: 15px;
      }
  }
  @media only screen and (max-width : 1199px) {
      .general_information_img {
          text-align: center;
      }
      .general_information_img img {
          max-width: 650px;
      }
      .general_information_text {
          margin-top: 15px;
          padding: 0 50px;
      }
      .center_element img {
          max-width: 530px;
      }
      .left_element {
          margin-left: auto;
      }
      .left_element img, .right_element img {
          max-width: 230px;
          height: auto;
      }
      .carousel-item img {
          width: 450px;
          height: auto;
      }
      .contacts_tel {
          margin-left: 135px;
      }
      .contacts_email {
          margin-left: 455px;
      }
      .contacts_address {
          margin-left: 775px;
      }
  }
  @media only screen and (max-width : 1150px) {
      .left_element, .right_element {
          margin-top: 40px;
          padding-bottom: 5px;
          }
      .left_element img, .right_element img {
          max-width: 220px;
          height: auto;
      }
      .center_element img {
          max-width: 500px;
      }
  }
  @media only screen and (max-width : 1100px) {
      .center_element img {
          max-width: 480px;
      }
      .left_element, .right_element {
          margin-top: 25px;
      }
      .horizontal_img img {
          max-width: 370px;
          height: auto;
      }
      .vertical_img img {
          max-width: 350px;
          height: auto;
      }
  }
  @media only screen and (max-width : 1050px) {
      .center_element img {
          max-width: 450px;
      }
      .left_element img, .right_element img {
          max-width: 180px;
          height: auto;
      }
      .left_element, .right_element {
          margin-top: 35px;
          padding-bottom: 0px;
      }
      .card_about_us {
          margin-left: 220px;
      }
      .card_about_us_fist_element {
          margin-left: 0px;
      }
  }
  @media only screen and (max-width : 999px) {
      .contacts_items img {
          margin-left: -40px;
      }
      .contacts_tel {
          margin-left: 115px;
      }
      .contacts_email {
          margin-left: 435px;
      }
      .contacts_address {
          margin-left: 755px;
      }
      .about_company a, .products p, .product_text p {
          font-size: 18px;
      }
  }
  @media (min-width: 992px) {
      .mobile_media {
          display: none;
      }
  }
  @media only screen and (max-width : 991px) {
      .nav_container {
          margin-top: 0px;
          margin-bottom: 0px;
      }
      .normal_media {
          display: none;
      }
      .mobile_media {
          padding: 0 10px 0;
      }
      .center_element img {
          max-width: 420px;
      }
      .left_element img, .right_element img {
          max-width: 160px;
          height: auto;
      }
      .left_element, .right_element {
          margin-top: 35px;
          padding-top: 10px;
      }
      .right_element a {
          padding: 0 5px 0;
      }
      .right_element img {
          margin-top: 0;
      }
      .products_img img {
          max-width: 100px;
          height: auto;
      }
      .carousel-item img {
          width: 430px;
      }
      .partners_thanks_img img {
          max-width: 200px;
          height: auto;
      }
      .partners_logo_img img {
          max-width: 160px;
          height: auto;
      }
      .email_img, .address_img {
          margin-left: -30px;
      }
      .contacts_tel {
          margin-left: 11.5%;
      }
      .contacts_email {
          margin-left: 41%;
      }
      .contacts_address {
          margin-left: 71%;
      }
  }
  @media only screen and (max-width : 921px) {
      .general_information_text {
          padding: 0 10px;
      }
      .center_element img {
          max-width: 390px;
      }
      .left_element img, .right_element img {
          max-width: 140px;
      }
      .card_about_us {
          width: 200px;
          height: 125px;
          margin-left: 40px;
          padding-top: 7px;
      }
      .card_about_us_title a {
          font-size: 24px;
      }
      .card_about_us_title img {
          max-width: 40px;
          height: auto;
      }
      .card_about_us_text {
          line-height: 1.2;
          height: 65px;
      }
      .carousel-item img {
          width: 400px;
      }
      .partners_thanks_img img {
          max-width: 180px;
          height: auto;
      }
      .partners_logo_img_fist_element {
          margin-left: 5%;
      }
      .contacts_tel {
          margin-left: 11%;
      }
      .contacts_email {
          margin-left: 40.5%;
      }
      .contacts_address {
          margin-left: 70%;
      }
  }
  @media only screen and (max-width : 864px) {
      .center_element img {
          max-width: 370px;
      }
      .left_element img, .right_element img {
          max-width: 130px;
      }
      .contacts_email {
          margin-left: 40%;
      }
      .contacts_address {
          margin-left: 69%;
      }
  }
  @media only screen and (max-width : 854px) {
      .card_about_us {
          margin-left: 200px;
      }
      .carousel-item img {
          width: 380px;
      }
  }
  @media only screen and (max-width : 819px) {
      .center_element img {
          max-width: 350px;
      }
      .left_element img, .right_element img {
          max-width: 120px;
      }
      .carousel-item img {
          width: 360px;
      }
      .partners_logo_img img {
          max-width: 130px;
      }
      .partners_thanks_img img {
          max-width: 170px;
      }
      .contacts_tel {
          margin-left: 10.3%;
      }
      .contacts_email {
          margin-left: 37%;
      }
      .contacts_address {
          margin-left: 66%;
      }
      .products_img img {
          max-width: 85px;
          height: auto;
      }
      .email_img {
          margin-left: -48px;
      }
  }
  @media only screen and (max-width : 796px) {
      .general_information_img img {
          max-width: 500px;
      }
      .contacts_items img {
          max-width: 150px;
          height: 100%;
      }
      .contacts_data a {
          font-size: 15px;
      }
      .contacts_tel, .contacts_address {
          line-height: 1.2;
      }
      .contacts_tel {
          margin-left: 10.8%;
      }
      .contacts_email {
          margin-top: 20px;
          margin-left: 37.5%;
      }
      .contacts_address {
          margin-left: 66.2%;
      }
      .modal-content, .modal-content img {
          max-width: 600px;
          height: 839px;
      }
  }
  @media only screen and (max-width : 777px) {
      .top_elements a {
          font-size: 12px;
      }
      .center_element img {
          max-width: 340px;
      }
      .left_element img, .right_element img {
          max-width: 110px;
      }
      .carousel-item img {
          width: 340px;
      }
  }
  @media only screen and (max-width : 767px) {
      h2 {
          font-size: 30px;
      }
      .center_element img {
          max-width: 320px;
      }
      .left_element img, .right_element img {
          max-width: 95px;
      }
      .card_about_us {
          width: 200px;
          height: 110px;
          margin-left: 20px;
      }
      .card_about_us_title a {
          font-size: 23px;
      }
      .card_about_us_title img {
          max-width: 35px;
      }
      .card_about_us_text {
          height: 55px;
          font-size: 15px;
      }
      .about_company a, .products p, .product_text p {
          font-size: 16px;
      }
      .products_type a {
          font-size: 14px;
      }
      .products_name a {
          font-size: 12px;
      }
      .products_img img {
          max-width: 100px;
      }
      .partners_thanks_img img {
          max-width: 160px;
      }
      .partners_logo img {
          max-width: 125px;
      }
      .partners_logo_img {
          margin-left: 30px;
      }
      .partners_logo_img_fist_element {
          margin-left: 8%;
      }
      .contacts_tel {
          margin-left: 10.5%;
      }
      .contacts_email {
          margin-left: 37%;
      }
      .contacts_address {
          margin-left: 65.8%;
      }
  }
  @media only screen and (max-width : 734px) {
      .carousel-item img {
          width: 310px;
      }
      .contacts_tel {
          margin-left: 10.5%;
      }
      .contacts_email {
          margin-left: 37.8%;
      }
      .contacts_address {
          margin-left: 67.7%;
      }
      .email_img {
          margin-left: -35px;
      }
      .address_img {
          margin-left: -20px;
          margin-left: 10%;
      }    
  }
  @media only screen and (max-width : 721px) {
      .top_elements a {
          font-size: 11px;
      }
      .modal-content, .modal-content img {
          max-width: 500px;
          height: 688px;
      }
  }
  @media only screen and (max-width : 717px) {
      .product_card_right_row {
          margin-top: 25px;
      }
      .center_element img {
          max-width: 310px;
      }
      .partners_thanks_img img {
          max-width: 140px;
      }
      .email_img {
          margin-left: -40px;
      }
      .address_img {
          margin-left: -10px;
      }
      .contacts_email {
          margin-left: 37%;
      }
      .contacts_address {
          margin-left: 68%;
      }
  }
  @media only screen and (max-width : 699px) {
      .general_information_img img {
          max-width: 400px;
      }
      .general_information p {
          text-align: center;
          text-indent: 0;
      }
      .center_element img {
          max-width: 340px;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 1),
          -23px 0 20px -23px rgba(0, 0, 0, .8),
          23px 0 20px -23px rgba(0, 0, 0, .8),
          0 0 40px rgba(0, 0, 0, .1) inset;
          padding: 5px;
      }
      .center_element {
          margin-left: 22%;
      }
      .left_element, .right_element {
          display: none;
      }
      .card_about_us {
          width: 200px;
          height: 100px;
          margin-left: 15px;
      }
      .card_about_us_title a {
          font-size: 20px;
      }
      .card_about_us_title img {
          max-width: 30px;
      }
      .card_about_us_text {
          height: 45px;
          font-size: 14px;
      }
      .carousel-item img {
          width: 280px;
      }
      .products_img img {
          max-width: 75px;
      }
      .contacts_items {
          padding-bottom: 60px;
      }
      .tel_img, .email_img, .address_img {
          position: absolute;
      }
      .tel_img {
          margin-left: 60%;
      }
      .contacts_tel {
          margin-left: 71%;
      }
      .email_img {
          margin-top: 70px;
          margin-left: 5%;
      }
      .contacts_email {
          margin-top: 90px;
          margin-left: 16%;
      }
      .address_img {
          margin-left: 5%;
      }
      .contacts_address {
          margin-top: 20px;
          margin-left: 16%;
      }
  }
  @media only screen and (max-width : 619px) {
      .general_information p {
          font-size: 16px;
      }
      .center_element {
          margin-left: 20%;
      }
      .partners_thanks_img img {
          max-width: 120px;
      }
      .partners_logo img {
          max-width: 115px;
      }
      .carousel-item img {
          width: 260px;
      }
      .modal-content, .modal-content img {
          max-width: 450px;
          height: 619px;
      }
  }
  @media only screen and (max-width : 594px) {
      .product_card_right_row {
          margin-top: 0;
      }
      h2 {
          font-size: 26px;
      }
  }
  @media only screen and (max-width : 575px) {
      .general_information ul {
          margin-left: -30px;
          font-size: 17px;
      }
      .center_element {
          margin-left: 5%;
      }
      .products_img img {
          max-width: 100px;
      }
      .product_card a {
          font-size: 13px;
      }
      .carousel-item img {
          width: 240px;
      }
      .contacts_img img {
          max-width: 450px;
          height: auto;
      }
      .tel_img {
          margin-left: 60%;
      }
      .contacts_tel {
          margin-left: 70%;
      }
      .email_img {
          margin-left: 5%;
      }
      .contacts_email {
          margin-left: 15%;
      }
      .address_img {
          margin-left: 5%;
      }
      .contacts_address {
          margin-left: 15%;
      }
      .modal-content {
          margin-left: 9%;
      }
  }
  @media (min-width: 535px) {
      .carousel_width_534 {
          display: none;
      }
  }
  @media only screen and (max-width : 534px) {
      .general_information_img img {
          max-width: 350px;
      }
      .section_cards {
          padding-right: 10px;
      }
      .carousel_width_535 {
          display: none;
      }
      .carousel-item img {
          width: 460px;
      }
      .partners_thanks_img img {
          max-width: 100px;
      }
      .partners_logo img {
          max-width: 95px;
      }
      .contacts_address {
          margin-left: 14%;
      }
      .contacts_email {
          margin-left: 14%;
      }
      .contacts_tel {
          margin-left: 69%;
      }
      .modal-content, .modal-content img {
          max-width: 400px;
          height: 550px;
      }
      .modal-content {
          margin-left: 11%;
      }
  }
  @media only screen and (max-width : 489px) {
      .general_information ul {
          font-size: 16px;
      }
      .center_element {
          margin-left: 2%;
      }
      .card_about_us {
          width: 200px;
          height: 90px;
          margin-left: 10px;
      }
      .card_about_us_title a {
          font-size: 18px;
      }
      .card_about_us_text {
          height: 40px;
          font-size: 13px;
      }
      .partners_thanks_img img {
          max-width: 90px;
      }
      .partners_logo img {
          max-width: 85px;
      }
      .contacts_img img {
          max-width: 400px;
      }
      .tel_img {
          margin-top: 140px;
          margin-left: 5%;
      }
      .contacts_tel {
          margin-top: 160px;
          margin-left: 14%;
      }
      .modal-content {
          margin-left: 9%;
      }
  }
  @media only screen and (max-width : 479px) {
      h2 {
          font-size: 24px;
      }
      .general_information ul {
          margin-left: -40px;
      }
      .general_information_text {
          padding: 0 5px;
      }
      .modal-content, .modal-content img {
          max-width: 350px;
          height: 481px;
      }
      .modal-content {
          margin-left: 13%;
      }
  }
  @media only screen and (max-width : 449px) {
      .contacts_img img {
          max-width: 370px;
      }
      .horizontal_img img {
          max-width: 330px;
      }
      .vertical_img img {
          max-width: 330px;
      }
  }
  @media only screen and (max-width : 444px) {
      .general_information_img img {
          max-width: 300px;
      }
      .about_us h2 br {
          display: none;
      }
      .modal-content {
          margin-left: 9%;
      }
  }
  @media only screen and (max-width : 429px) {
      .center_element img {
          max-width: 300px;
      }
      .card_about_us {
          width: 200px;
          height: 80px;
          margin-left: 10px;
          
      }
      .card_about_us_eq{
          margin-top: 22px;
          width: 211px;
          height: 96px;
          padding-top: 20px;
      }
      .card_about_us_title img {
          max-width: 25px;
      }
      .card_about_us_title a {
          font-size: 16px;
      }
      .card_about_us_text {
          height: 35px;
          font-size: 11px;
      }
      .partners_thanks_img img {
          max-width: 80px;
      }
      .partners_logo img {
          max-width: 75px;
      }
      .contacts_img img {
          max-width: 330px;
      }
      .partners_logo_img {
          margin-left: 15px;
      }
      .partners_logo_img_fist_element {
          margin-left: 6%;
      }
      .tel_img {
          margin-left: 13%;
      }
      .contacts_tel {
          margin-left: 20%;
      }
      .email_img {
          margin-left: 13%;
      }
      .contacts_email {
          margin-left: 20%;
      }
      .address_img {
          margin-left: 13%;
      }
      .contacts_address {
          margin-left: 20%;
      }
      .horizontal_img img {
          max-width: 300px;
      }
      .vertical_img img {
          max-width: 300px;
      }
      .modal-content, .modal-content img {
          max-width: 300px;
          height: 420px;
      }
      .modal-content {
          margin-left: 13%;
          margin-top: 10%;
      }
  }
  @media only screen and (max-width : 389px) {
      h2 {
          font-size: 23px;
      }
      .card_about_us {
          width: 200px;
          height: 80px;
      }
      .partners_thanks_img img {
          max-width: 75px;
      }
      .contacts_img img {
          max-width: 305px;
      }
      .horizontal_img img {
          max-width: 300px;
      }
      .vertical_img img {
          max-width: 270px;
      }
      .modal-content {
          margin-left: 9%;
      }
  }
  
  