@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
* {box-sizing: border-box;}
html,body {margin: 0; padding: 0;}
body {font-family: "Roboto", sans-serif; font-weight: 300; background: #fff;}
div {color: #1a1a1a; font-size: 18px; font-weight: normal; letter-spacing: 0; line-height: 18px;}
a {color: #111; text-decoration: underline; transition: .15s ease-in;}
a:hover {color: #000;}
input:focus, textarea:focus, select:focus {outline: none;}
h1 {text-align: center; padding: 0; font-size: 32px; font-weight: normal; color: #3e8a49; margin: 20px 0 20px 0; line-height: 32px;}
h2 {text-align: center; padding: 0; font-size: 28px; font-weight: normal; color: #3e8a49; margin: 18px 0 20px 0; line-height: 28px;}
ul {list-style: none; margin: 0; padding: 0;}

/* font awesome */
.phone ul li::before, .poisk li.address::before, .poisk li.phone::before, .poisk li.email::before {font-family: 'Font Awesome 5 Free'; font-weight: 900;}

/* header */
header {background-color: #005da3;}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    gap: 10px;
    padding: 10px;
}

.logo {flex: 0 1 auto;}
.logo img {max-width: 210px; height: auto;}

.right-top {flex: 0 1 100%;}

.phone, .infos {flex: 0 1 auto; font-size: 20px; line-height: 20px; color: #1a1a1a; font-weight: 600;}
.phone ul li {padding: 8px 0 8px 36px; position: relative;}
.phone ul li::before {font-family: 'Font Awesome 5 Free'; font-weight: 900; content: '\f879'; font-size: 14px; color: #43a564; border-radius: 50%; position: absolute; left: 0; top: 3px; padding: 8px; border: 1px solid #43a564; background-color: #fff; line-height: 14px;}
.phone a, .infos a {text-decoration: underline; color: #000;}

.infos {font-size: 18px; line-height: 16px;}
.infos ul {display: inline-block; vertical-align: top; margin-top: 13px;}
.infos ul li {padding: 8px 0 8px 34px; position: relative;}
.infos ul li::before {font-family: 'Font Awesome 5 Brands'; font-size: 26px; font-weight: 900; color: #43a564; position: absolute; left: 0; top: 7px;}
.infos ul li:nth-child(1)::before {font-family: 'Font Awesome 5 Free'; content: '\f0e0';}
.infos ul li:nth-child(2)::before {content: '\f232';}

.nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.nav ul li a {display: block; text-decoration: none; font-weight: 500; color: #fff; font-size: 17px; line-height: 1.5; text-transform: uppercase; padding: 7px 15px;}
.nav ul li a:hover {background: rgba(0,0,0,.1);}
.nav ul li a.act {color: #43a564; background: rgba(255,255,255,.4);}

.cart {}
.cart a {display: block; line-height: 1.5; background: #7bb077; white-space: nowrap; color: #fff; padding: 7px 15px; text-decoration: none;}

/* content */
section {max-width: 1920px; width: 100%; margin: 0 auto;}
.main-body {background-color: #fff;}
.main-article {text-align: left; margin: 0 auto; padding: 10px 0; background: rgba(255,255,255,0.8);}

.about {background-color: #fff; padding: 20px;}
.about .text {padding: 10px;}
.text .poisk {color: #1a1a1a;}
.text .poisk li {margin-bottom: 20px; line-height: 26px;}
.text .poisk li a {color: #111;}
.text .poisk li a:hover {color: #111;}
.text .poisk li.phone::before {top: -3px;}

footer {background-color: #262a33; padding: 20px 0;}
.bottom {display: flex; flex-wrap: wrap; justify-content: space-between;}
.bottom div {margin: 20px;}
.bottom .logo img {height: 120px;}
.bot_nav ul {display: inline-block;}
.bot_nav ul li {display: block; padding: 5px 10px; font-size: 20px; line-height: 20px; margin: 0 0 10px 0;}
.bot_nav ul li a {color: #fff; text-decoration: underline;}
.bot_nav ul li a:hover {color: #dedede;}
.poisk {color: #fff; font-size: 20px; line-height: 20px; flex: 0 1 50%;}
.poisk ul {list-style: none; padding: 0; margin: 0;}
.poisk li {margin: 5px 10px 35px 10px; position: relative; padding: 0 0 0 30px;}
.poisk li.address::before {content: '\f3c5'; color: #43a564; font-size: 28px; position: absolute; left: 0; top: 7px;}
.poisk li.phone {padding: 0 0 0 38px; margin: 5px 10px 20px 7px;}
.poisk li a {color: #fff; text-decoration: underline;}
.poisk li a:hover {color: #dedede;}
.poisk li.phone::before {content: '\f879'; font-size: 18px; color: #43a564; border-radius: 50%; position: absolute; left: 0; top: -7px; padding: 8px; border: 1px solid #43a564; line-height: 14px;}
.poisk li.wechat {padding: 0 0 0 38px; margin: 35px 10px 10px 10px;}
.poisk li.wechat::before {font-family: 'Font Awesome 5 Brands'; font-weight: 900; content: '\f1d7'; color: #43a564; font-size: 28px; position: absolute; left: 0; top: 1px;}
.poisk li.email {padding: 0 0 0 40px; margin: 10px 10px 20px 10px;}
.poisk li.email::before {content: '\f0e0'; color: #43a564; font-size: 28px; position: absolute; left: 1px; top: 1px;}
.poisk li.whatsapp {padding: 0 0 0 40px; margin: 10px;}
.poisk li.whatsapp::before {font-family: 'Font Awesome 5 Brands'; font-weight: 900; content: '\f232'; color: #43a564; font-size: 28px; position: absolute; left: 3px; top: 1px;}
.stat {text-align: center; color: #888; border-top: 1px solid #383838; padding-top: 20px;}

.usl_circle {
width: 32px;
height: 32px;
padding-top: 0;
line-height: 1.5;
font-size: 18px;
background: #b4f4d2;
border: 2px solid #11b7e8;
border-radius: 50%;
display: inline-block;
text-align: center;
}

#catalog {
  //background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;}

.card {
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 300px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.card a {text-decoration: none; color: #333;}

.card img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 320px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.card-link {transition: all 0.3s ease;}
.card-link:hover {opacity: 0.9;}
.card-bottom {}

.title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1;
}

/*core css*/
.cat_article {border-radius: 2px; box-shadow: 0 3px 12px rgba(0,0,0,.1); margin:4px; padding: 12px;}

.img_layout {text-align:center;}
.img_layout img {border-radius:2px;}

.small_img {
  height: 100px;
  border: 3px solid #efefef;
}

.big_img {
  max-width: 600px;
  border: 4px solid #efefef;
}

.cart_button {line-height: 27px; background-color: #fff; border-radius: 6px; padding: 6px 10px; border: 3px solid #419918;}
.cart_button_v_korzine {line-height: 27px; background-color: #cef0fd; border-radius: 6px; padding: 6px 10px; border: 3px solid #0f6aa2;}
/*конец оформление товара*/

@media screen and (max-width: 720px) {
.big_img {width:98%;}
}
/*end core css*/



input[type=number] {width: 60px; border: 1px solid #0693cd; margin: 0; font-size:16px; font-weight:bold; background-color: #b0eceb; border-radius: 3px; cursor: pointer; color: #000;}
input[type=submit] {border: 1px solid #0693cd; margin: 0; font-size:16px; font-weight:bold; background-color: #0693cd; border-radius: 3px; cursor: pointer; color: #fff;}

/*для мобильной версии*/
.main-table {width:1200px; display: table; margin: 10px;}
.cell-table {display: table-cell; vertical-align: top; padding: 1px;}
.page_product {width:50%;padding: 0 10px;}
/*конец для мобильной версии*/

@media screen and (max-width: 1280px) {
section {max-width: 1200px;}
.main-article {width: 1200px;}
}

@media screen and (max-width: 1110px) {
.head {flex-wrap: wrap; justify-content: center;}
.nav ul {flex-wrap: wrap;}
}

@media screen and (max-width: 720px) {
.main-table {width:98%; display: table; margin: 0 auto 10px;}
.cell-table {display: block; margin: 0;}
.page_product {width:100%;}
}