@font-face {
    font-family: 'Open Sans';
    src: url(./fonts/OpenSans-Regular.ttf);
}
html {
    width: 100%;
    max-width: 1600px;
    min-width: 320px;
}
div {
    font-family: 'Open Sans';
}
.main {
    background-image: url(фон.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#navbar-ul {
    display: flex;
    flex-wrap: wrap;
}
.navbar-brand img {
    width: 70px;
    height: 50px;
    vertical-align: middle;
}
.nav-link {
    font-size: 15px;
    display: flex;
}
.navbar .navbar-nav .nav-item {
    margin: 0 0 0 70px;
    display: flex;
}
.blockhead {
    display: block;
    height: 90px;
    position: relative;
    border-bottom: 1px solid #939598;
}
.searchicon {
    position: relative;
    display: flex;
    float: right;
    width: 600px;
    align-items: center;
}
.search-box {
    margin-top: 10px;
    position: relative;
    display: flex;
    height: 50px;
    width: 400px;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #939598;
    margin-right: 75px;
    background-color: white;
}
#search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 9px;
    color: #939598;
    float: right;
    position: absolute;
    right: 0;
    border: none;
    background-color: white;
    width: 45px;
    height: 30px;
}
#search-btn:hover {
    outline: none;
}
#search-txt {
    border: none;
    outline: none;
    font-size: 15px;
}
.icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    cursor: pointer;
}
.icon img {
    width: 60px;
    height: 60px;
}
.prod {
    height: 430px;
    display: flex;
    position: relative;
    flex-direction: column;
}
.prod h4 {
    margin-left: 15%;
    margin-bottom: 2%;
    font-size: 22px;
}
.menu {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 15%;
}
.menup {
    font-size: 16px;
    color: #939598;
}
.menup a {
    color: #939598;
    text-decoration: none;
}
.menup a:hover {
    color: #1193E9;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.5s;
}
.imgprice {
    height: 250px;
    position: relative;
    display: block;
    margin-bottom: 2%;
}
.imgprice .prodimg {
    margin-left: 15%;
    float: left;
    width: 250px;
    height: 250px;
    border: 2px solid #1193E9;
    border-radius: 15px;
}
.price {
    height: 100%;
    width: 40%;
    position: relative;
    display: inline-block; 
    float: right;
    margin-right: 15%;
    background-color: #E6E6E6;
    padding-left: 5%;
    padding-top: 1%;
}
.price .gal {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5%;
}
.price span {
    line-height: 55px;
}
.back {
    width: 200px;
    height: 40px;
    background-color: #1193E9;
    color: white;
    border: none;
    border-radius: 10px;
    margin-top: 10%;
}
.price button:hover {
    outline: none;
    width: 205px;
    height: 45px;
    transition: 0.5s all;
}
.tabs {
    margin-left: 12%;
    display: inline-block;
    width: 85%;
}
.tab-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #939598;
}
.tab-item {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}
.tabs li {
    display: inline;
    margin-right: 40px;
    font-size: 22px;
    color: #939598;
}
.color {
    border-bottom: 1px solid #939598;
    color: #939598;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
  display: block;
  margin-right: 16%;
  margin-left: 1%;
  margin-top: 5%;
}
.tabblock1 {
    height: 480px;
}
.tabblock2 {
    height: 490px;
    width: 100%;
}
.text1 {
    font-size: 14px;
    margin-bottom: 3%;
    height: 90px;
    width: 90%;
}
.list {
    height: 350px;
}
.list h6 {
    text-align: center;
    margin-bottom: 3%;
}
.text1 li {
    font-size: 14px;
    display: list-item;
    color: black;
}
.list li {
    font-size: 14px;
    display: list-item;
    color: black;
}
.list ol, .list ul {
    line-height: 25px;
}
.list table, tr, td {
    border-style: double;
    border-width: thick;
    width: 90%;
    font-size: 14px;
}
.list table {
    margin: 0 auto;
}
.center {
    text-align: center;
}
.list td {
    width: 200px;
}
.doc {
    margin-bottom: 10px;
    width: 100%;
}
.doc img {
    width: 50px;
    height: 50px;
}
.doc .download {
    display: inline-block;
    margin-bottom: 3%;
}
.doc .download a {
    color: #EE1B24;
    font-size: 14px;
}
.doc .download a:hover {
    color: #EE1B24;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.5s;
}
 .foot {
    height: 310px;
    display: flex;
    justify-content: space-around;
    background-color: #7F7F7F;
    color: white;
    position: relative;
    padding-top: 30px;
 }
 .logofoot {
     width: 200px;
     height: 150px;
     position: relative;
     display: inline-block;
 }
 .logofoot img {
     width: 100px;
     height: 80px;
 }
 .navfoot {
     height: 100%;
     width: 200px;
     position: relative;
     display: inline-block;
     text-align: left;
     line-height: 30px;
 }
 .navfoot h4 {
     font-weight: 700;
     margin-bottom: 20px;
     font-size: 18px;
 }
 .navfoot p {
     font-size: 16px;
 }
 .kontfoot {
     height: 100%;
     width: 200px;
     position: relative;
     display: inline-block;
     text-align: left;
     line-height: 30px;
 }
 .kontfoot h4 {
     font-weight: 700;
     margin-bottom: 20px;
     font-size: 18px;
 }
 .kontfoot p {
     font-size: 16px;
 }
 .foot a {
    color: white;
    text-decoration: none;
}
.foot a:hover {
    font-size: 19px;
    transition: all 0.5s;
    color: white;
    text-decoration: none;
}
 @media screen and (min-width: 1360px) and (max-width: 1680px) {
       header {
    height: 85px;
}
    .nav-link {
    font-size: 15px;
}
    .navbar .navbar-nav .nav-item {
        margin: 0 0 0 80px;
    }
 .searchicon {
     margin-left: 680px;
 }
 .blockhead .search-box {
    width: 300px;
    margin-right: 160px;
}
#search-btn {
    padding-bottom: 10px;
    width: 40px;
    height: 40px;
}
}
@media screen and (min-width: 320px) and (max-width: 700px) {
    .navbar-brand img {
    width: 50px;
    height: 35px;
}
.navbar-toggler {
    width: 50px;
    height: 50px;
}
.blockhead {
    padding-top: 0px;
    margin-top: 0px;
    height: 55px;
}
.searchicon {
    display: flex;
    width: 100%;
}
.search-box {
    height: 30px;
    width: 80%;
    border-radius: 5px;
    padding: 5px;
    margin-right: 80px;
    float: left;
    margin-bottom: 1%;
}
#search-btn {
    width: 20px;
    height: 20px;
    padding-bottom: 6px;
    color: #939598;
    float: right;
    position: absolute;
    right: 0;
}
#search-txt {
    border: none;
    outline: none;
    font-size: 12px;
}
.icon {
    width: 40px;
    height: 40px;
    float: right;
    margin-bottom: 1%;
}
.icon img {
    width: 40px;
    height: 40px;
}
.prod {
    height: 300px;
}
.prod h4 {
    margin-left: 0;
    font-size: 18px;
    margin-bottom: 5%;
}
.menup {
    font-size: 13px;
    margin-left: 0;
}
.menup a:hover {
    font-size: 14px;
}
.imgprice {
    height: 150px;
    margin-bottom: 3%;
}
.imgprice .prodimg {
    width: 150px;
    height: 150px;
    margin-left: 0;
}
.price {
    height: 100%;
    width: 55%;
    margin-right: 0;
    font-size: 11px;
}
.price .gal {
    width: 15px;
    height: 15px;
}
.price span {
    line-height: 38px;
}
.back {
    width: 150px;
    height: 30px;
    margin-top: 10%;
}
.price button:hover {
    width: 153px;
    height: 33px;
}
.tabs {
    margin-left: 0;
}
.tabs li {
    display: inline;
    font-size: 15px;
    margin-right: 5%;
}
.tab-pane.active {
  display: block;
  margin-top: 5%;
  width: 100%;
}
.tabblock1 {
    height: 440px;
}
.tabblock2 {
    height: 310px;
}
.text1 {
    font-size: 10px;
    height: 90px;
}
.list {
    height: 290px;
}
.list h6 {
    font-size: 11px;
}
.list li {
    font-size: 10px;
    display: list-item;
    color: black;
}
.text1 li {
    font-size: 10px;
    display: list-item;
}
.list ol, ul {
    line-height: 18px;
}
.list table, tr, td {
    font-size: 10px;
}
.doc img {
    width: 40px;
    height: 40px;
}
.doc .download a {
    font-size: 10px;
}
.doc .download a:hover {
    font-size: 11px;
}
.foot {
    height: 150px;
    padding-top: 10px;
 }
 .logofoot {
     width: 100px;
     height: 80px;
 }
 .logofoot img {
     width: 90px;
     height: 70px;
 }
 .navfoot {
     height: 100%;
     width: 100px;
     line-height: 15px;
 }
 .navfoot h4 {
     margin-bottom: 10px;
     font-size: 10px;
 }
 .navfoot p {
     font-size: 9px;
 }
 .logofoot img {
     width: 50px;
     height: 40px;
 }
 .kontfoot {
     height: 100%;
     width: 100px;
     position: relative;
     display: inline-block;
     text-align: left;
     line-height: 15px;
 }
 .kontfoot h4 {
     margin-bottom: 10px;
     font-size: 10px;
 }
 .kontfoot p {
     font-size: 9px;
 }
 .foot a:hover {
    font-size: 10px;
 }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
    .navbar-brand img {
    width: 50px;
    height: 35px;
}
 .nav-link {
    font-size: 12px;
 }
 .navbar .navbar-nav .nav-item {
    margin: 0 0 0 20px;
}
.navbar-toggler {
    width: 50px;
    height: 50px;
}
.blockhead {
    padding-top: 0px;
    margin-top: 0px;
    height: 70px;
}
.search-box {
    height: 30px;
    width: 400px;
    border-radius: 5px;
    padding: 5px;
    margin-right: 80px;
    float: left;
    margin-bottom: 1%; 
}
#search-btn {
    width: 20px;
    height: 20px;
    padding-bottom: 8px;
    color: #939598;
    float: right;
    position: absolute;
    right: 0;
}
#search-txt {
    border: none;
    outline: none;
    font-size: 12px;
}
.icon {
    width: 50px;
    height: 50px;
    float: right;
    margin-bottom: 1%;
}
.icon img {
    width: 50px;
    height: 50px;
}
.prod {
    height: 380px;
}
.prod h4 {
    margin-left: 0;
    font-size: 18px;
    margin-bottom: 5%;
}
.menup {
    font-size: 13px;
    margin-left: 0;
}
.menup a:hover {
    font-size: 14px;
}
.imgprice {
    height: 180px;
    margin-bottom: 3%;
}
.imgprice .prodimg {
    width: 180px;
    height: 180px;
    margin-left: 0;
}
.price {
    height: 100%;
    width: 55%;
    margin-right: 0;
    font-size: 13px;
}
.price .gal {
    width: 18px;
    height: 18px;
}
.price span {
    line-height: 40px;
}
.back {
    width: 150px;
    height: 35px;
    margin-top: 5%;
}
.price button:hover {
    width: 155px;
    height: 40px;
}
.tabs {
    margin-left: 0;
}
.tabs li {
    display: inline;
    font-size: 15px;
    margin-right: 5%;
}
.tab-pane.active {
  display: block;
  margin-top: 5%;
  width: 100%;
}
.tabblock1 {
    height: 410px;
}
.tabblock2 {
    height: 400px;
}
.text1 {
    font-size: 12px;
    height: 80px;
}
.list {
    height: 300px;
}
.list h6 {
    font-size: 13px;
}
.list li {
    font-size: 12px;
    display: list-item;
    color: black;
}
.text1 li {
    font-size: 12px;
    display: list-item;
}
.list ol, ul {
    line-height: 18px;
}
.list table, tr, td {
    font-size: 12px;
}
.doc img {
    width: 50px;
    height: 50px;
}
.doc .download a {
    font-size: 13px;
}
.doc .download a:hover {
    font-size: 14px;
}
  .foot {
    height: 200px;
    padding-top: 15px;
 }
 .logofoot {
     width: 120px;
     height: 80px;
 }
 .logofoot img {
     width: 70px;
     height: 60px;
 }
 .navfoot {
     height: 100%;
     width: 120px;
     line-height: 20px;
 }
 .navfoot h4 {
     margin-bottom: 10px;
     font-size: 12px;
 }
 .navfoot p {
     font-size: 10px;
 }
 .kontfoot {
     height: 100%;
     width: 120px;
     position: relative;
     display: inline-block;
     text-align: left;
     line-height: 15px;
 }
 .kontfoot h4 {
     margin-bottom: 10px;
     font-size: 12px;
 }
 .kontfoot p {
     font-size: 10px;
 }
 .foot a:hover {
    font-size: 11px;
 }
}
@media screen and (min-width: 1024px) and (max-width: 1360px) {
    .nav-link {
    font-size: 14px;
    display: flex;
}
.nav-link {
    font-size: 14px;
 }
 .navbar .navbar-nav .nav-item {
    margin: 0 0 0 43px;
}
}
