@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: 7px;
    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;
}
.katalog {
    height: 1600px;
    display: flex;
    position: relative;
    flex-direction: column;
}
.menu {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 12%;
}
.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;
}
.black {
    color: black;
    font-size: 18px;
    text-align: right;
}
.add {
    width: 180px;
    height: 40px;
    background-color: #1193E9;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#notprice .black {
    color: black;
    font-size: 18px;
    text-align: center;
}
.katalog button {
    outline: none;
}
.katalog button:hover {
    width: 185px;
    height: 45px;
    font-size: 17px;
    transition: 0.5s all;
}
.katalog button:focus {
    outline: none;
}
.blockktlg {
    height: 1490px;
    display: flex;
    margin-top: 30px;
    width: 100%;
    flex-direction: column;
}
.blockktlg1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.katalog1-2 {
    position: relative;
    display: inline-block;
}
.katalog3-4 {
    position: relative;
    display: inline-block;
}
.katalog3 {
    width: 200px;
    height: 350px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
.katalog4 {
    width: 200px;
    height: 350px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
.katalog1 {
    width: 200px;
    height: 350px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    vertical-align: top;
    padding: 10px;
    box-shadow: 0 0 7px 3px rgba(0,117,170, 0.8);
}
.katalog1 img {
    width: 150px;
    height: 150px;
    border: 2px solid #1193E9;
    border-radius: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.katalog1 .name {
    font-size: 20px;
    text-align: center;
    color: #1193E9;
    margin-top: 17px;
}
.blockktlg1 a:hover {
    text-decoration: none;
}
.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;
}
}
@media screen and (min-width: 320px) and (max-width: 700px) {
       .logonav{
    height: 70px;
    }
    .navbar-brand img {
    width: 50px;
    height: 35px;
}
.navbar-toggler {
    width: 50px;
    height: 50px;
}
.blockhead {
    padding-top: 0px;
    margin-top: 0px;
    height: 60px;
}
.searchicon {
    display: flex;
    width: 100%;
}
.search-box {
    height: 30px;
    width: 80%;
    border-radius: 5px;
    padding: 5px;
    margin-right: 80px;
    float: left;
}
#search-btn {
    width: 20px;
    height: 20px;
    padding-bottom: 7px;
    color: #939598;
    float: right;
    position: absolute;
    right: 0;
}
#search-txt {
    border: none;
    outline: none;
    font-size: 12px;
}
.icon {
    width: 40px;
    height: 40px;
    float: right;
}
.icon img {
    width: 40px;
    height: 40px;
}
.menup {
    font-size: 11px;
}
.menup a:hover {
    font-size: 12px;
}
.katalog {
    height: 1960px;
}
.blockktlg {
    height: 1900px;
    margin-top: 10px;
    flex-direction: column;
}
.blockktlg1 {
    flex-direction: column;
}
.blockktlglast {
    height: 190px;
}
.blockktlglast .katalog3-4 {
    display: none;
}
.katalog h4 {
    margin-top: 20px;
    font-size: 20px;
}
.black {
    color: black;
    font-size: 11px;
    text-align: right;
}
#notprice .black {
    color: black;
    font-size: 11px;
    text-align: center;
    margin-bottom: 17px;
}
.add {
    width: 130px;
    height: 30px;
    background-color: #1193E9;
    margin-top: 1%;
    font-size: 11px;
}
.katalog button:hover {
    width: 133px;
    height: 33px;
    font-size: 12px;
}
.katalog1-2 {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    justify-content: space-around;
}
.katalog1 {
    width: 150px;
    height: 220px;
    margin-right: 0;
}
.katalog1 img {
    width: 70px;
    height: 70px;
}
.katalog1 .name {
    font-size: 12px;
}
.katalog3-4 {
    display: flex;
    position: relative;
    justify-content: space-around;
}
.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) {
    .logonav{
    height: 80px;
    }
    .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: 60px;
}
.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;
}
.katalog {
    height: 1180px;
}
.menu {
    margin-bottom: 10px;
}
.menup  {
    font-size: 14px;
}
.menup a:hover {
    font-size: 15px;
}
.blockktlg {
    height: 1080px;
    margin-top: 30px;
}
.katalog1 {
    width: 140px;
    height: 250px;
}
.katalog1 img {
    width: 90px;
    height: 90px;
}
.katalog1 .name {
    font-size: 14px;
}
.black {
    color: black;
    font-size: 12px;
    text-align: right;
}
#notprice .black {
    color: black;
    font-size: 12px;
    text-align: center;
    margin-bottom: 16px;
}
#notprice .add {
    width: 120px;
    height: 30px;
    background-color: #1193E9;
    font-size: 11px;
}
.add {
    width: 120px;
    height: 30px;
    background-color: #1193E9;
    margin-bottom: 25px;
    font-size: 11px;
}
.katalog button:hover {
    width: 125px;
    height: 32px;
    font-size: 11px;
}
.katalog3 {
    width: 140px;
    height: 250px;
    display: inline-block;
}
.katalog4 {
    width: 140px;
    height: 250px;
    display: inline-block;
}
 .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;
}
}