* {
  margin: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
}

@media only screen and (max-width : 480px) {

  html,
  body {
    padding: 0;
    /* height: 100vh; */
    margin: 0;
    width: 100vw;
    overflow: hidden;
  }

  a {
    color: darkgray;
    text-decoration: none;
  }

  .footer {
    position: fixed;
    bottom: 0%;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    height: 3rem;
    padding: 1rem;
    margin-top: 1rem;
    /* border: 1px solid red; */
  }

  .footer a {
    color: white;
    text-align: center;
    text-decoration: none;
  }

  .container {
    /* max-width: 100%; */
    width: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    /* border: 1px solid red; */
    /* height: 100vh; */
  }

  .navbar {
    overflow: hidden;
    background-color: #333;
    font-size: 1rem;

  }

  .navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 11px 5px;
    text-decoration: none;
  }

  .logo {
    float: left;
    margin: 3px 0px;
    padding: 0;
    width: 32px;
  }

  .dropdown {
    float: left;
    overflow: hidden;
  }

  .dropdown .dropbtn {
    border: none;
    outline: none;
    color: white;
    padding: 11px 11px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-size: 1rem;
  }

  .navbar a:hover,
  .dropdown:hover .dropbtn {
    background-color: red;
    font-size: 1rem;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }

  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown-content a:hover {
    background-color: #ddd;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    font-size: 1rem;
  }

  ul.breadcrumb li {
    display: inline;
  }

  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }

  ul.breadcrumb li a {
    color: grey;
    text-decoration: none;
  }

  ul.breadcrumb li a:hover {
    color: white;
    text-decoration: none;
  }

  .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: transparent;
    width: 100%;
    height: 80vh;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    /* border: 1px solid red; */
  }

  /*main card*/

  .card {
    /* border: 1px solid red; */
    display: flex;
    align-items: start;
    background-color: whitesmoke;
    height: 40rem;
    width: 20rem;
    margin: 0 auto;
    box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.4);
    margin-top: 2%;
  }

  .left {
    /* content: ""; */
    height: 1rem;
    width: 15rem;
    display: flex;
    align-items: start;
    /* border: 1px solid red; */
    /* background-color: white; */
    background-color: transparent;
    margin-left: 2.5rem;
    margin-top: 2rem;
    /* border-radius: 0% 50% 50% 0%; */
    position: absolute;
    z-index: 5;
  }

  .left img {
    /* margin-left: 0; */
    /* margin-top: 0; */
    width: 15rem;
  }

  .right {
    /* content: ""; */
    height: 25rem;
    width: 20rem;
    background-color: transparent;
    z-index: 3;
    margin-left: 0.5rem;
    margin-top: 17rem;
    /* border: 1px solid red; */
  }

  .product-info {
    position: absolute;
    margin-left: 2rem;
    /* height: 20rem; */
    width: 15rem;
    z-index: 10;
    /* border: 1px solid red; */
  }

  .product-info p {
    /* position: absolute; */
    margin-left: 0.1rem;
    /* height: 20rem; */
    width: 15rem;
    z-index: 10;
    padding: 0.3rem;
    /* border: 1px solid red; */
  }

  .item {
    margin: 0rem;
    padding: 1rem;
    border: 0px solid green;
    text-align: center;
    font-size: .7rem;

  }

  .item img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;

  }

  .item p {
    text-align: left;
  }


}

@media only screen and (min-width: 481px) and (max-width : 1024px) {

  body {
    padding: 0px;
    font: 11pt "Lucida Grande", Helvetica, Arial, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    box-sizing: border-box;
  }

  .footer {
    position: fixed;
    bottom: 0%;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    height: 3rem;
    padding: 1rem;
    margin-top: 1rem;
    /* border: 1px solid red; */
  }

  .footer a {
    color: white;
    text-align: center;
    text-decoration: none;
  }

  .container {
    /* max-width: 90%; */
    width: 100%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    background-color: transparent;
  }

  .navbar {
    overflow: hidden;
    background-color: #333;
  }

  .navbar a {
    float: left;
    font-size: 11pt;
    color: white;
    text-align: center;
    padding: 11px 11px;
    text-decoration: none;
  }

  .logo {
    float: left;
    margin: 5px 0px;
    padding: 0;
    width: 32px;
  }


  .dropdown {
    float: left;
    overflow: hidden;
  }

  .dropdown .dropbtn {
    font-size: 11pt;
    border: none;
    outline: none;
    color: white;
    padding: 11px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

  .navbar a:hover,
  .dropdown:hover .dropbtn {
    background-color: red;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown-content a:hover {
    background-color: #ddd;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
  }

  ul.breadcrumb li {
    display: inline;
    font-size: 11pt;
  }

  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }

  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }

  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }

  .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: transparent;
    width: 100%;
    height: 80vh;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    /* border: 1px solid red; */
  }

  /*main card*/

  .card {
    /* border: 1px solid red; */
    display: flex;
    align-items: start;
    background-color: whitesmoke;
    height: 35rem;
    width: 20rem;
    margin: 0 auto;
    box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.4);
    margin-top: 2%;
  }

  .left {
    /* content: ""; */
    /* height: 1rem; */
    width: 15rem;
    display: flex;
    align-items: start;
    /* border: 1px solid red; */
    /* background-color: white; */
    background-color: transparent;
    margin-left: 2.5rem;
    margin-top: 2rem;
    /* border-radius: 0% 50% 50% 0%; */
    position: absolute;
    z-index: 5;
  }

  .left img {
    /* margin-left: 0; */
    /* margin-top: 0; */
    width: 15rem;
  }

  .right {
    /* content: ""; */
    height: 25rem;
    width: 15rem;
    background-color: transparent;
    z-index: 3;
    margin-left: 2.5rem;
    margin-top: 17rem;
    /* border: 1px solid red; */
  }

  .product-info {
    position: absolute;
    margin-left: 0rem;
    /* height: 20rem; */
    width: 15rem;
    z-index: 10;
    /* border: 1px solid red; */
  }

  .product-info p {
    /* position: absolute; */
    margin-left: 0.1rem;
    /* height: 20rem; */
    width: 15rem;
    z-index: 10;
    padding: 0.3rem;
    /* border: 1px solid red; */
  }

  .item {
    margin: 0rem;
    padding: 1rem;
    border: 0px solid green;
    text-align: center;
    font-size: .7rem;
    font-weight: 400;
  }

  .item img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;

  }

  .item p {
    text-align: left;
  }

  .item a {
    color: black;
    text-decoration: none;
  }


}

@media only screen and (min-width: 1025px) and (max-width : 1280px) {

  body {
    padding: 0px;
    font: 11pt "Lucida Grande", Helvetica, Arial, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    /* box-sizing: border-box; */
  }


  .footer {
    position: fixed;
    bottom: 0%;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    height: 3rem;
    padding: 1rem;
    margin-top: 1rem;
    /* border: 1px solid red; */
  }

  .footer a {
    color: white;
    text-align: center;
    text-decoration: none;
  }

  .container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }

  .navbar {
    overflow: hidden;
    background-color: #333;
  }

  .navbar a {
    float: left;
    font-size: 11pt;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  .logo {
    float: left;
    margin: 11px 0px;
    padding: 0;
    width: 32px;
  }


  .dropdown {
    float: left;
    overflow: hidden;
  }

  .dropdown .dropbtn {
    font-size: 11pt;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

  .navbar a:hover,
  .dropdown:hover .dropbtn {
    background-color: red;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown-content a:hover {
    background-color: #ddd;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
  }

  ul.breadcrumb li {
    display: inline;
    font-size: 11px;
  }

  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }

  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }

  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }

  .wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: transparent;
    width: 100%;
    /* height: 100vh; */
    margin: 0;
    /* padding: 0; */
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    /* align-content: top; */
    /* align-items: top; */
    /* border: 1px solid red; */
  }

  /*main card*/

  .card {
    /* border: 1px solid red; */
    display: flex;
    align-items: start;
    background-color: whitesmoke;
    height: 30rem;
    width: 50rem;
    margin: 0 auto;
    box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.4);
    margin-top: 2%;
  }

  .left {
    /* content: ""; */
    height: 30rem;
    width: 15rem;
    display: flex;
    align-items: start;
    /* border: 1px solid red; */
    /* background-color: white; */
    background-color: transparent;
    margin-left: 2.5rem;
    margin-top: 2rem;
    /* border-radius: 0% 50% 50% 0%; */
    position: absolute;
    z-index: 5;
  }

  .left img {
    /* margin-left: 0; */
    /* margin-top: 0; */
    width: 25rem;
  }

  .right {
    /* content: ""; */
    height: 25rem;
    width: 20rem;
    background-color: transparent;
    z-index: 3;
    margin-left: 28rem;
    margin-top: 2rem;
    /* border: 1px solid red; */
  }

  .product-info {
    position: absolute;
    margin-left: 0rem;
    /* height: 20rem; */
    width: 20rem;
    z-index: 10;
    /* border: 1px solid red; */
  }

  .product-info p {
    /* position: absolute; */
    margin-left: 0rem;
    /* height: 20rem; */
    width: 20rem;
    z-index: 10;
    padding: 0.5rem;
    font-size: 1.3rem;
    /* border: 1px solid red; */
  }

  .item {
    margin: 0;
    padding: 1rem;
    border: 0px solid green;
    /* text-align: center; */
    font-size: .7rem;
    font-weight: 400;
  }

  .item img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;

  }

  .item a {
    text-align: left;
    color: black;
    text-decoration: none;
  }


}


@media only screen and (min-width: 1281px) {

  body {
    padding: 0px;
    font: 6pt "Lucida Grande", Helvetica, Arial, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    /* box-sizing: border-box; */
  }

  a {
    color: black;
    text-decoration: none;
  }

  .footer {
    position: fixed;
    bottom: 0%;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    height: 3rem;
    padding: 1rem;
    margin-top: 1rem;
    font-size: 1rem;
    /* border: 1px solid red; */
  }

  .footer a {
    color: white;
    text-decoration: none;
  }

  .container {
    max-width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }

  .navbar {
    overflow: hidden;
    background-color: #333;
  }

  .navbar a {
    float: left;
    font-size: 11pt;
    color: yellow;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  .logo {
    float: left;
    margin: 7px 7px;
    padding: 0;
    width: 32px;
  }

  .dropdown {
    float: left;
    overflow: hidden;
  }

  .dropdown .dropbtn {
    font-size: 11pt;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

  .navbar a:hover,
  .dropdown:hover .dropbtn {
    background-color: red;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown-content a:hover {
    background-color: #ddd;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    font-size: 1rem;
  }

  ul.breadcrumb li {
    display: inline;
    font-size: 1rem;
  }

  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }

  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }

  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }

  .wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    margin: 0;
    /* border: 0px solid red; */
  }



  /*main card*/

  .card {
    /* border: 1px solid red; */
    display: flex;
    align-items: start;
    background-color: whitesmoke;
    height: 20rem;
    width: 70rem;
    margin: 0 auto;
    box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.4);
    margin-top: 2%;
  }

  .left {
    /* content: ""; */
    height: 1rem;
    width: 15rem;
    display: flex;
    align-items: start;
    /* border: 1px solid red; */
    /* background-color: white; */
    background-color: transparent;
    margin-left: 2.5rem;
    margin-top: 2rem;
    /* border-radius: 0% 50% 50% 0%; */
    position: absolute;
    z-index: 5;
  }

  .left img {
    /* margin-left: 0; */
    /* margin-top: 0; */
    width: 15rem;
  }

  .right {
    /* content: ""; */
    height: 15rem;
    width: 50rem;
    background-color: transparent;
    z-index: 3;
    margin-left: 19rem;
    margin-top: 2rem;
    /* border: 1px solid red; */
    position: absolute;
  }

  .product-info {
    position: absolute;
    padding: 0;
    margin: 0;
    /* height: 20rem; */
    width: 50rem;
    z-index: 10;
    font-size: 1rem;
    /* border: 1px solid red; */
  }

  .item {
    margin: 0rem;
    padding: 1rem;
    border: 0px solid green;
    text-align: center;
    font-size: .7rem;
    font-weight: 400;
  }

  .item img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;

  }

  .item p {
    text-align: left;
  }

  .contacts {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border: 1px solid red; */
  }

  .contacts-col {
    width: 80%;
    /* border: 1px solid red; */
  }

  .contacts-col h2 {
    font-size: 3rem;
  }

  .contacts-col ul {
    font-size: 3rem;
    display: inline;
  }

  .contacts-col li {
    font-size: 2rem;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    list-style-type: circle;
  }

}