@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: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
.blockhead .phone {
    position: relative;
    width: 180px;
    height: 54px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 10%;
    margin-left: 5%;
}
.blockhead .email {
    position: relative;
    width: 240px;
    height: 54px;
    font-size: 14px;
    display: flex;
    text-align: center;
    padding-top: 10px;
    margin-right: 10%;
}
.search-box {
    position: relative;
    display: flex;
    height: 60px;
    width: 400px;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #939598;
    background-color: white;
    margin-right: 10%;
}
#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;
    background-color: white;
}
.icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.icon img {
    width: 80px;
    height: 80px;
}
.logonav{
    height: 78px;
    z-index: 1;
    border-bottom: 2px solid #DFE334;
}
.cart {
    position: fixed;
    top: 0px;
    bottom: 0px;
    overflow: auto;
    z-index: 9999;
    right: -100%;
    width: 30%;
    height: 100%;
    min-height: 100vh;
    padding: 20px;
    background-image: url(фон.jpg);
    box-shadow: -2px 0 4px hsl(0, 4%, 15%/ 10%);
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-left: 2px solid #1193E9;
}
.cart-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.cart-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}
.cart-product-title {
    text-align: left;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}
.cart-price {
    font-size: 15px;
    display: inline-block;
}
.cart-quantity {
    width: 50px;
    margin-top: 2%;
    border: 1px solid #1193E9;
}
.cart-quantity:hover  {
    outline: none;
}
.cart-remove {
    margin-top: 10%;
    font-size: 22px;
    margin-left: 85%;
    position: absolute;
    cursor: pointer;
}
.total {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
    border-top: 1px solid black;
}
.total-title {
    font-size: 1.2rem;
    margin-top: 1rem;
}
.total-price {
    font-size: 1.075rem;
    margin: 1.1rem 0 0 0.4rem;
}
.buyform p {
    font-size: 15px;
    margin-top: 30px;
}
form input {
    border: 2px solid #1193E9;
    border-radius: 5px;
    display: flex;
    margin: 10px auto;
    width: 70%;
    height: 30px;
}
form input:focus {
    outline: none;
}
#close-cart {
    position: absolute;
    top: 1rem;
    right: 0.8rem;
    font-size: 2rem;
    color: black;
    cursor: pointer;
}
.btn-buy {
    display: flex;
    height: 40px;
    width: 200px;
    border-radius: 10px;
    border: 1px solid #1193E9;
    font-size: 16px;
    background-color: #1193E9;
    color: white;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
}
.btn-buy:focus {
    outline: none;
}
.carousel-caption button {
    width: 250px;
    height: 60px;
    background-color: #DFE334;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.carousel-caption button a {
    color: white;
    text-decoration: none;
}
.carousel-caption button:hover {
    width: 260px;
    height: 70px;
    font-size: 19px;
    transition: all 0.5s;
    outline: none;
}
.carousel-item .carousel-caption button:active {
    border-color: #DFE334;
}
.blocktext {
    height: 700px;
    display: flex;
    border-top: 1.5px solid #939598;
    margin-top: 20px;
    flex-direction: column;
    position: relative;
    flex-wrap: wrap;
}
.blocktext h4 {
    margin: 10px auto;
    font-size: 22px;
}
.textimg1 {
    height: 300px;
    display: block;
    position: relative;
    margin-top: 50px;
}
.textimg2 {
    height: 300px;
    display: block;
    position: relative;
    margin-top: 0px;
}
.text1 {
    width: 50%;
    height: 300px;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 18px;
    margin-top: 5%;
}
.textimg1 img {
    width: 400px;
    float: right;
    display: flex;
    position: relative;
}
.text2 {
    width: 50%;
    height: 100%;
    display: inline-block;
    position: relative;
    float: right;
    font-size: 18px;
    margin-top: 5%;
}
.textimg2 img {
    width: 400px;
    float: left;
    display: flex;
    position: relative;
}
.katalog {
    height: 400px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #939598;
}
.blockktlg {
    height: 300px;
    margin-top: 50px;
}
.katalog h4 {
    text-align: center;
    margin-top: 25px;
    font-size: 24px;
}
.katalog1 {
    width: 250px;
    height: 300px;
    display: inline-block;
    position: relative;
    margin-right: 100px;
}
.katalog1 img {
    width: 150px;
    height: 150px;
    border: 2px solid #1193E9;
    border-radius: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
.katalog1 p {
    font-size: 22px;
    text-align: center;
    color: #1193E9;
    margin-top: 20px;
}
.katalog2 {
    width: 250px;
    height: 300px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.katalog2 img {
    width: 150px;
    height: 150px;
    border: 2px solid #1193E9;
    border-radius: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;  
}
.katalog2 p {
    font-size: 22px;
    text-align: center;
    color: #1193E9;
    margin-top: 20px;
}
.blockktlg a:hover {
    text-decoration: none;
}
.advnt {
    height: 570px;
    display: flex;
    align-items: center;
    border-top: 1px solid #939598;
    position: relative;
    flex-direction: column;
}
.advnt h4 {
    margin: 10px auto;
    font-size: 22px;
}
.blockadvnt {
    height: 470px;
    justify-content: center;
    margin-top: 50px;
    display: block;
}
.advnt1 {
    width: 300px;
    height: 100%;
    display: inline-block;
    position: relative;
    margin-right: 70px;
    vertical-align: top;
    text-align: center;
}
.advnt1 img {
    width: 70px;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.advnt1 p {
    font-size: 16px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
 }
.advnt2 {
    width: 300px;
    height: 100%;
    display: inline-block;
    position: relative;
    margin-right: 70px;
    text-align: center;
    vertical-align: top;
}
.advnt2 img {
    width: 70px;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.advnt2 p {
    font-size: 16px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
 }
.advnt3 {
    width: 300px;
    height: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.advnt3 img {
    width: 70px;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.advnt3 p {
    font-size: 16px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
 }
 .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;
    }
     .blockhead .phone {
    width: 220px;
    font-size: 16px;
    margin-right: 160px;
}
.blockhead .email {
    width: 220px;
    font-size: 16px;
    margin-right: 160px;
}
.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) {
    .logonav{
    height: 70px;
    }
    .navbar-brand img {
    width: 50px;
    height: 35px;
}
.navbar-toggler {
    width: 50px;
    height: 50px;
}
.blockhead {
    padding-top: 0px;
    margin-top: 0px;
    height: 50px;
}
.blockhead .phone {
    display: none;
}
.blockhead .email {
    display: none;
}
.search-box {
    height: 30px;
    width: 200px;
    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;
}
.cart {
    width: 250px;
}
#cart-icon[data-quantity]::after {
    right: 3px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    font-size: 9px;
}
.cart h4 {
    font-size: 18px;
}
.cart-box {
    height: 100px;
}
.cart-img {
    width: 70px;
    height: 70px;
}
.cart-product-title {
    font-size: 0.8rem;
    margin-left: 7px
}
.cart-price {
    font-size: 11px;
    margin-left: 7px
}
.cart-quantity {
    width: 60px;
    height: 30px;
    margin-left: 7px;
}
.cart-quantity:hover  {
    outline: none;
}
.cart-remove {
    font-size: 18px;
    margin-top: 5%;
    margin-left: 180px;
}
.total-title {
    font-size: 1.2rem;
    margin-top: 1rem;
}
.total-price {
    font-size: 1.025rem;
    margin: 1.3rem 0 0 1rem;
}
form input {
    font-size: 12px;
}
.btn-buy {
    height: 35px;
    width: 150px;
    font-size: 13px;
}
.carousel-caption button {
    display: none;
}
.blocktext {
    height: 350px;
    border-top: 1px solid #939598;
    margin-top: 5px;
}
.blocktext h4 {
    margin: 5px auto;
    font-size: 12px;
}
.textimg1 {
    height: 130px;
    margin-top: 10px;
}
.textimg2 {
    height: 160px;
    margin-top: 10px;
}
.text1 {
    width: 50%;
    height: 100%;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 8px;
    margin-top: 3%;
}
.textimg1 img {
    width: 170px;
}
.text2 {
    width: 50%;
    height: 100%;
    font-size: 8px;
    margin-top: 3%;
}
.textimg2 img {
    width: 170px;
}
.katalog {
    height: 150px;
}
.blockktlg {
    height: 100px;
    margin-top: 5px;
}
.katalog h4 {
    margin: 10px auto;
    font-size: 12px;
}
.katalog1 {
    width: 120px;
    height: 100px;
    margin-right: 30px;
    display: inline-block;
}
.katalog1 img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.katalog1 p {
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    color: #1193E9;
    margin-top: 5px;
}
.katalog2 {
    width: 120px;
    height: 100px;
    display: inline-block;
}
.katalog2 img {
     width: 70px;
    height: 70px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.katalog2 p {
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    color: #1193E9;
    margin-top: 5px;
}
.advnt {
    height: 280px;
}
.advnt h4 {
    margin: 5px auto;
    font-size: 12px;
}
.blockadvnt {
    height: 260px;
    margin-top: 10px;
}
.advnt1 {
    width: 90px;
    height: 100%;
    margin-right: 20px;
}
.advnt1 img {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}
.advnt1 p {
    font-size: 9px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
 }
.advnt2 {
    width: 90px;
    height: 100%;
    margin-right: 20px;
}
.advnt2 img {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}
.advnt2 p {
    font-size: 9px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
 }
.advnt3 {
    width: 90px;
    height: 100%;
}
.advnt3 img {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}
.advnt3 p {
    font-size: 9px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
 }
  .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;
}
.blockhead .phone {
    display: none;
}
.blockhead .email {
    display: none;
}
.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;
}
.cart {
        width: 40%;
    }
.carousel-caption button {
    display: none;
}
.blocktext {
    height: 330px;
    border-top: 1px solid #939598;
    margin-top: 5px;
}
.blocktext h4 {
    margin: 5px auto;
    font-size: 14px;
}
.textimg1 {
    height: 130px;
    margin-top: 15px;
}
.textimg2 {
    height: 140px;
    margin-top: 15px;
}
.text1 {
    width: 60%;
    height: 100%;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 10px;
    margin-top: 3%;
}
.textimg1 img {
    width: 180px;
    height: 140px;
}
.text2 {
    width: 60%;
    height: 100%;
    font-size: 10px;
    margin-top: 3%;
}
.textimg2 img {
    width: 180px;
    height: 140px;
}
.katalog {
    height: 170px;
}
.blockktlg {
    height: 150px;
    margin-top: 5px;
}
.katalog h4 {
    margin: 10px auto;
    font-size: 15px;
}
.katalog1 {
    width: 150px;
    height: 100px;
    margin-right: 30px;
    display: inline-block;
}
.katalog1 img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.katalog1 p {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    color: #1193E9;
    margin-top: 5px;
}
.katalog2 {
    width: 150px;
    height: 100px;
    display: inline-block;
}
.katalog2 img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.katalog2 p {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    color: #1193E9;
    margin-top: 5px;
}
.advnt {
    height: 300px;
}
.advnt h4 {
    margin: 7px auto;
    font-size: 15px;
}
.blockadvnt {
    height: 200px;
    margin-top: 10px;
}
.advnt1 {
    width: 120px;
    height: 100%;
    margin-right: 30px;
}
.advnt1 img {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}
.advnt1 p {
    font-size: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
 }
.advnt2 {
    width: 120px;
    height: 100%;
    margin-right: 30px;
}
.advnt2 img {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}
.advnt2 p {
    font-size: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
 }
.advnt3 {
    width: 120px;
    height: 100%;
}
.advnt3 img {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}
.advnt3 p {
    font-size: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
 }
  .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;
}
.blockhead {
    display: fixed;
    justify-content: space-around;
}
.blockhead .phone {
    width: 170px;
    height: 54px;
    font-size: 14px;
    margin-left: 5%;
    margin-right: 10%;
    text-align: center;
}
.blockhead .email {
    width: 150px;
    height: 54px;
    font-size: 14px;
    margin-right: 10%;
}
.search-box {
    display: flex;
    height: 50px;
    width: 350px;
    margin-right: 10%;
}
.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-bottom: 35px;
    color: #939598;
    float: right;
    position: absolute;
    right: 0;
}
.search-txt {
    border: none;
    outline: none;
    font-size: 12px;
}
.icon {
    width: 60px;
    height: 60px;
}
.icon img {
    width: 60px;
    height: 60px;
}
.blocktext {
    height: 720px;
}
.textimg1 img {
    width: 400px;
}
.textimg2 img {
    width: 400px;
}
.blockadvnt {
    height: 450px;
}
.advnt1 {
    width: 250px;
    height: 100%;
}
.advnt1 p {
    font-size: 18px;
 }
.advnt2 {
    width: 250px;
}
.advnt2 p {
    font-size: 18px;
 }
.advnt3 {
    width: 250px;
}
.advnt3 p {
    font-size: 18px;
 }
} 
 

