body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #f3f3f3;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Segoe UI', sans-serif !important;
}

@media (min-width: 768px) {
  #name {
    background: url("../../assets/img/logo_min.png") no-repeat;
    width: 50px;
    height: 41px;
  }
}

@media (min-width: 992px) {
  #name {
    background: url("../../assets/img/name.png") no-repeat;
    width: 254px;
    height: 25px;
  }
}

/* background */

@media (min-width: 300px) {
  #top_image {
    background: url("../../assets/img/bg_header_xs.png") no-repeat;
    width: 100%;
    height: 540px;
    background-position: center;
  }
}

@media (min-width: 576px) {
  #top_image {
    background: url("../../assets/img/bg_top.png") no-repeat;
    width: 100%;
    height: 480px;
    background-position: left -232px center;
  }
}

@media (min-width: 768px) {
  #top_image {
    background: url("../../assets/img/bg_top.png") no-repeat;
    width: 100%;
    height: 480px;
    background-position: left -143px center;
  }
}

@media (min-width: 992px) {
  #top_image {
    background: url("../../assets/img/bg_top.png") no-repeat;
    width: 100%;
    height: 480px;
    background-position: left -250px center;
  }
}

@media (min-width: 1200px) {
  #top_image {
    background: url("../../assets/img/bg_top.png") no-repeat;
    width: 100%;
    height: 480px;
    background-position: left -250px center;
  }
}

@media (min-width: 1400px) {
  #top_image {
    background: url("../../assets/img/bg_top.png") no-repeat;
    width: 100%;
    height: 480px;
    background-position: center;
  }
}

/* background end */

#container_item {
  padding-top: 35px;
}

#items_top {
  display: flex;
  /*justify-content: space-between;*/
}

@media (min-width: 576px) {
  #items_top {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #items_top {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 576px) {
  #item_bg {
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    width: 162px;
    height: 193px;
    /*margin-left: auto;*/
  }
}

@media (min-width: 768px) {
  #item_bg {
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    width: 198px;
    height: 193px;
    /*margin-left: auto;*/
  }
}

@media (min-width: 992px) {
  #item_bg {
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    width: 198px;
    height: 193px;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  #hex {
    background: url("../../assets/img/hexagon.png") no-repeat;
    width: 103px;
    height: 115px;
    margin: 15px 29px;
  }
}

@media (min-width: 768px) {
  #hex {
    background: url("../../assets/img/hexagon.png") no-repeat;
    width: 103px;
    height: 115px;
    margin: 15px 46px;
  }
}

#item_align {
  margin: 23px 0px 0px 21px;
}

#item_second_line_margin {
  margin-top: 25px;
}

@media (min-width: 576px) {
  #item_description {
    font-size: 11px;
    width: 161px;
    margin: -10px auto;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  #item_description {
    font-size: 12px;
    width: 168px;
    margin: -10px auto;
    line-height: 1.3;
  }
}

#logo_sm {
  background: url("../../assets/img/logo_min.png") no-repeat;
  width: 51px;
  height: 41px;
}

#container_item_xs {
  padding-top: 25px;
}

#item_bg_xs {
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
  width: 146px;
  height: 152px;
  padding-top: 5px;
}

#hex_xs {
  background: url("../../assets/img/hexagon.png") no-repeat;
  width: 103px;
  height: 115px;
  margin: 0px 21px;
}

#item_align_xs {
  margin: 24px 0px 0px 21px;
}

#item_description_xs {
  padding-top: 5px;
  font-size: 10px;
  width: 147px;
  margin: -10px auto;
  line-height: 1.0;
}

#item_row_margin_xs {
  margin-top: 15px;
}

#product {
  width: 100%;
  height: auto;
  background: url("../../assets/img/bg_product.png") no-repeat;
  background-position: top center;
  padding-bottom: 35px;
}

#headline {
  font-size: 48px;
  color: rgb(25, 72, 124);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 35px;
}

#product_item_bg {
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
  padding-top: 15px;
  margin: 15px 15px 0px 15px;
  /*min-height: 299px;*/
}

#product_name_text {
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  /*padding-left: 10px;*/
  min-width: 250px;
}

@media (min-width: 1200px) {
  #product_name_text {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    padding-left: 10px;
  }
}

@media (min-width: 300px) {
  #flag {
    float: right;
    width: 25px;
    margin: -10px 0px 0px 10px;
  }
}

@media (min-width: 576px) {
  #flag {
    float: right;
    width: 30px;
    margin: -10px 0px 0px 10px;
  }
}

@media (min-width: 768px) {
  #flag {
    float: right;
    width: 40px;
    margin: -10px 0px 0px 10px;
  }
}

#product_logo_image {
  padding-left: 10px;
}

#product_description_text {
  font-size: 14px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.3;
  text-align: left;
}

@media (min-width: 300px) {
  #product_logo {
    display: flex;
    justify-content: center;
    padding: 10px 0px 16px 0px;
  }
}

@media (min-width: 1200px) {
  #product_logo {
    display: block;
    padding-left: 10px;
  }
}

#contacts {
  background: url("../../assets/img/bg_contact.png") repeat-y;
  width: 100%;
  height: auto;
  background-position: center;
}

#headline_contacts {
  font-size: 48px;
  color: rgb(25, 72, 124);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}

#headline_contacts::after {
  display: block;
  content: "";
  background: url("../../assets/img/contacts_icon.svg") no-repeat;
  width: 45px;
  height: 45px;
  margin-top: -56px;
  margin-left: 275px;
}

#google_map {
  margin: 36px 0px 36px 0px;
}

#contacts_text {
  font-size: 17px;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  #contacts_text {
    font-size: 18px;
    line-height: 1.38;
  }
}

#contact_text_color {
  color: rgb(25, 72, 124);
}

#info_for_customer {
  background: url("../../assets/img/bg_info.png") repeat-y;
  width: 100%;
  height: auto;
  background-position: center;
}

@media (min-width: 300px) {
  #headline_info {
    font-size: 33px;
    color: rgb(25, 72, 124);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 16px;
  }
}

@media (min-width: 576px) {
  #headline_info {
    font-size: 48px;
    color: rgb(25, 72, 124);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 16px;
  }
}

#info_icon {
  margin: -10px 10px 0 0px;
}

@media (min-width: 300px) {
  #info_subtitle {
    font-size: 26px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.1;
  }
}

@media (min-width: 576px) {
  #info_subtitle {
    font-size: 26px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  #info_subtitle {
    font-size: 28px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  #info_subtitle {
    font-size: 28px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
  }
}

#info_color_text {
  color: rgb(25, 72, 124);
  font-size: 18px;
  font-weight: bold;
}

#bg_white_info {
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
  margin: 0px 15px 0px 15px;
  /*height: 175px;*/
}

@media (min-width: 576px) {
  #bg_white_info {
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    margin: 0px 15px 0px 15px;
    height: 199px;
  }
}

@media (min-width: 768px) {
  #bg_white_info {
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    margin: 0px 15px 0px 15px;
    height: 195px;
  }
}

@media (min-width: 1200px) {
  #bg_white_info {
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    margin: 0px 15px 0px 15px;
    height: 140px;
  }
}

@media (min-width: 1400px) {
  #bg_white_info {
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    margin: 0px 15px 0px 15px;
    height: 140px;
  }
}

#info_text_on_white_bg {
  font-size: 16px;
  padding: 14px 10px 10px 10px;
}

@media (min-width: 768px) {
  #info_text_on_white_bg {
    font-size: 18px;
    padding: 14px 10px 10px 10px;
  }
}

#info_color_text_xs {
  color: rgb(25, 72, 124);
  margin-top: -2px;
}

#list_mark {
  font-size: 18px;
}

#list_row {
  margin-top: 24px;
  padding-bottom: 50px;
}

@media (min-width: 300px) {
  #nav_padding {
    padding-top: 15px;
  }
}

@media (min-width: 576px) {
  #nav_padding {
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  #nav_padding {
    padding-top: 0px;
  }
}

