@charset "UTF-8";
@font-face {
  font-family: "Arimo";
  src: url("/fonts/Arimo-Italic-VariableFont_wght.ttf") format("ttf"), url("/fonts/Arimo-VariableFont_wght.ttf") format("ttf");
  font-display: swap;
}
:root {
  --blue: #1E69B8;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Arimo", sans-serif;
  box-sizing: content-box;
  line-height: 120%;
}

.lightbox .lb-image {
  width: 1212px !important;
  height: 712px !important;
}

.s-card {
  margin-bottom: 30px;
}

.s-card a {
  color: black;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-card a span {
  font-size: 20px;
}

.search-non {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.search-non img {
  width: 400px;
  height: 400px;
}

.search-non .search-link {
  text-decoration: none;
  color: white;
  background: #1E69B8;
  padding: 12px 20px;
  border-radius: 15px;
  margin-right: 15px;
  border: 1px solid #1E69B8;
  font-weight: bold;
}

.search-non .search-link:hover {
  color: #1E69B8;
  background: white;
  border: 1px solid #1E69B8;
}

.search-form .form-search {
  position: relative;
  display: flex;
}

.search-form .form-search .form-control {
  width: 100%;
  padding: 7px;
  font-size: 19px;
  border: 1px solid lightgrey;
}

.search-form .form-search .form-control:focus {
  border: 1px solid #1E69B8;
}

.search-form .form-search .button-search {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  background: none;
  border: 0;
}

.search-form .form-search .button-search i {
  font-size: 22px;
  color: #1E69B8;
}

.video-frame {
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 400px;
  margin-bottom: 40px;
  text-align: center;
}

.video-frame iframe {
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
}

.bread {
  margin-bottom: 25px;
  font-size: 14px;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px;
  background: rgb(33.5747663551, 117.511682243, 205.9252336449);
  border-radius: 8px;
  gap: 10px;
}
.bread li {
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bread li a {
  text-decoration: none;
  color: white;
}
.bread li a:hover {
  transition: 0.1s !important;
  text-decoration: underline;
}

.bread li::after {
  content: ">";
  font-weight: bold;
  line-height: 1;
}

.bread li:last-of-type::after {
  content: "";
}

.wrapper {
  padding: 30px 0;
  font-size: 18px;
}

.nnn {
  display: none;
}

.stages {
  display: flex;
  justify-content: space-between;
}

.stages .stages__card {
  width: 100%;
  max-width: 240px;
  text-align: center;
}

.stages .stages__card .card__header {
  margin-bottom: 20px;
}

.stages .stages__card .card__header h3 {
  font-size: 40px;
  margin-bottom: 10px;
}

.stages .stages__card .card__header .header__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stages .stages__card .card__header .header__img .fa-fw {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  width: 120px;
  height: 120px;
  border: 2px solid #1E69B8;
  border-radius: 100px;
  color: #1E69B8;
}

.stages .stages__card .card__header .header__img .sm {
  color: red;
  font-size: 40px;
  color: #1E69B8;
  position: absolute;
  right: 0;
}

.stages .stages__card .card__body {
  text-transform: uppercase;
  font-weight: bold;
}

.cities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.cities li {
  width: 100%;
  max-width: 300px;
}

main {
  padding: 30px 0;
}

.active-elem {
  background-color: #1E69B8;
}

.active-elem .link {
  color: white;
}

.active-elem .link i {
  color: white !important;
}

.reviews {
  margin: 15px 0;
}

.reviews .review {
  margin: 15px 0;
}

.reviews .review .review__author {
  display: flex;
}

.reviews .review .review__author span {
  margin-left: 15px;
}

.reviews .review-form {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
}

.reviews .review-form .form-control {
  padding: 8px 13px;
  border: 1px solid rgb(148, 148, 148);
  border-radius: 10px;
  font-size: 16px;
}

.reviews .review-form textarea {
  resize: none;
}

header .logo::before {
  content: "";
  display: block;
  background-image: url("../images/fav/favicon-32x32.png");
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.posts .post {
  position: relative;
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid var(--blue);
}
.posts .link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.posts .post__title {
  padding: 6px;
}
.posts .post__title h2 {
  font-size: 16px;
}
.posts .post__under {
  padding: 6px;
  margin-top: auto;
  margin-left: auto;
}
.posts .post__under time {
  font-size: 12px;
}
.posts .post__under span {
  font-size: 12px;
}
.posts .post .post__img {
  width: 100%;
  height: 70%;
}
.posts .post .post__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.posts .post .dropdown-post {
  position: absolute;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.71);
  height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.posts .post .dropdown-post p {
  color: white;
  margin-bottom: 25px;
  display: none;
  opacity: 0;
}

.posts .post:hover .dropdown-post {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  height: 100%;
  left: 0;
}

.posts .post:hover .dropdown-post p {
  display: block;
  opacity: 1;
}

.text-blue {
  color: #1E69B8 !important;
}

.contents__nav {
  font-size: 16px;
}

.contents__nav .nav__child {
  list-style: none;
  margin-left: 30px;
}

.section-ar .section-ar__img {
  margin: 10px;
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 210px;
}

.section-ar .section-ar__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article {
  margin-bottom: 30px;
}

.article header .contents {
  display: flex;
  justify-content: space-between;
}

.article header .contents .header__img {
  width: 100%;
  max-width: 450px;
  height: 300px;
}

.article header .contents .header__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.remont {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.img-full {
  width: 100%;
}

.img-50 {
  width: 45%;
}

.img-350 {
  height: 350px;
}

.img-450 {
  height: 450px;
}

.img-700 {
  height: 700px;
}

.btn-success {
  border: 1px solid #3cc63e !important;
  border-radius: 10px;
  color: #3cc63e;
  font-weight: bold;
}

.color-blue {
  color: #1E69B8;
}

.date {
  font-size: 14px;
}

.text-center {
  text-align: center;
}

.img-full-h550 {
  width: 100%;
  height: 550px;
}

.panel {
  width: 100%;
  margin-right: 30px;
  max-width: 320px;
}

.portfolio .btn {
  background: #1E69B8;
  color: white;
}

.collapse-menu {
  position: relative;
}

.btn-blue {
  background: #1E69B8;
  border-radius: 10px;
  padding: 8px 13px;
  color: white !important;
  font-weight: bold;
}

.child {
  display: none;
  position: absolute;
  z-index: 9;
  background: #1E69B8;
  width: 170px;
  border: 1px solid white;
  padding: 15px;
  border-radius: 10px;
}

.child .child-item {
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid white;
}

.child .child-item:first-of-type {
  margin-top: 5px;
}

.child .child-item:hover {
  padding-left: 10px;
}

.parent:hover .child {
  display: block;
}

.news-fuller {
  margin-bottom: 35px;
}

.news-fuller .newss {
  display: flex;
  flex-direction: column;
}

.news-fuller .newss .big-item {
  margin-bottom: 30px;
  width: 100%;
}

.news-fuller .newss .big-item .news__img {
  width: 100%;
  height: 100%;
}

.news-fuller .newss .big-item .news__img img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 380px;
}

.news-fuller .newss .qq {
  display: flex;
  justify-content: space-between;
}

.news-fuller .newss .qq .news__item {
  width: 100%;
  max-width: 380px;
}

.news-fuller .newss .qq .news__item .news__img {
  width: 100%;
}

.news-fuller .newss .qq .news__item .news__img img {
  width: 100%;
  height: 250px;
  border-radius: 20px;
}

.news-panel {
  width: 100%;
  max-width: 370px;
}

.news-panel .news {
  display: flex;
  flex-direction: column;
}

.news-panel .news .news__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.news-panel .news .news__item .news__img {
  width: 150px;
  height: 130px;
  margin-right: 20px;
}

.news-panel .news .news__item .news__img img {
  width: 150px;
  height: 130px;
}

.news-panel .news .news__item .news__desc {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix {
  clear: both;
}

.img-fade {
  visibility: hidden;
  opacity: 0;
  width: 200px;
  height: 200px;
  margin-left: 20px;
  margin-top: -70px;
  border: 5px solid #1E69B8;
  border-radius: 10px;
  position: absolute;
}

.link-fade:hover .img-fade {
  opacity: 1;
  visibility: visible;
}

.m-0 {
  margin: 0;
}

.mb-1 {
  margin-bottom: 5px;
}

.b {
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.mb-2 {
  margin-bottom: 10px;
}

.pb-2 {
  padding-bottom: 10px;
}

.mtb {
  margin: 12px;
}

.text-bold {
  font-weight: bold;
}

.mb-3 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 25px;
}

.mb-5 {
  margin-bottom: 35px;
}

.line-left:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 4px;
  height: auto;
  background: #1E69B8;
}

.line-left {
  display: flex;
  padding: 15px 0;
}

.list {
  margin-left: 25px;
}

.list .arrowed {
  list-style: none;
}

.list .arrowed i {
  color: #1E69B8;
  margin-right: 10px;
}

.link {
  text-decoration: none;
  color: black;
}

.link-blue {
  color: #1E69B8;
}

.link:hover {
  color: #1E69B8;
}

.form-control:active, :focus {
  outline: none;
}

.form-popup i {
  text-align: right;
}

.form-popup {
  display: flex;
  flex-direction: column;
  background-color: #1E69B8;
  width: 100%;
  max-width: 380px;
  text-align: center;
  padding: 15px 30px;
  color: white;
  border-radius: 20px;
}

.form-popup p {
  font-size: 20px;
  margin-bottom: 15px;
}

.form-popup .form-control {
  margin-bottom: 10px;
  padding: 7px;
  border-radius: 10px;
  border: 0;
}

.form-popup p {
  margin-bottom: 10px;
}

.form-popup .btn {
  border: 1px solid white;
  border-radius: 15px;
  font-weight: bold;
  color: white;
}

.form-popup .btn:hover {
  background: white;
  color: #1E69B8;
}

.popup-fade {
  display: none;
}

#closeMenu {
  display: none;
}

.popup-fade:before {
  content: "";
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 999;
}

#modalShow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 25%;
  left: 40%;
  opacity: 1;
  z-index: 9999;
}

.red {
  border: 1px solid red !important;
}

.btn {
  padding: 10px 15px;
  border: 0;
  outline: none;
  background: inherit;
  font-size: 18px;
}

.btn:active {
  outline: none;
}

.btn:focus {
  outline: none;
}

.grid-horizontal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.menu-vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu-vertical .menu-item {
  padding: 15px 5px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
}

.menu-vertical .menu-item i {
  margin-right: 10px;
  color: #1E69B8;
}

.menu-vertical .menu-item:hover {
  color: white;
  background-color: #1E69B8;
}

.menu-vertical .menu-item:hover i {
  color: white;
}

.menu-vertical .menu-item:hover .link {
  color: white;
}

.btn-priamry {
  background-color: white;
  color: #2892d5;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
}

.btn:active {
  border: 0;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.menu {
  list-style: none;
}

.menu-horizontal {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.menu-horizontal .list-item {
  margin-right: 35px;
}

.menu-horizontal .list-item .link {
  color: white;
  font-weight: bold;
}

.menu-horizontal .list-item .btn {
  cursor: pointer;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
}

.menu-horizontal .list-item .btn i {
  margin-right: 10px;
}

.menu-horizontal .list-item .btn:hover {
  background: white;
  color: #1E69B8;
}

.menu-horizontal .list-item .link:hover {
  color: rgb(81.5691699605, 167.8774703557, 222.4308300395);
}

.shadow {
  box-shadow: 1px 1px 5px 1px rgb(167.442687747, 211.0158102767, 238.557312253);
}

.header .header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.header .header__info .menu i {
  color: black;
}

.header .header__info .menu a:hover i {
  color: #1E69B8;
}

.header .header__info .logo {
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
}

.header .header__info .logo a {
  border-top: 3px solid #2892d5;
  border-bottom: 3px solid #2892d5;
  padding: 7px 0;
  color: #2892d5;
}

.header .header__info .logo i {
  color: #2892d5;
  margin-right: 10px;
}

.header .header__info .info__block_snippent {
  display: flex;
}

.header .header__info .info__block_snippent .snippet {
  margin-right: 35px;
}

.header .header__info .info__block_snippent .snippet:hover a, .header .header__info .info__block_snippent i {
  color: #2892d5;
}

.header .header__navigation {
  background-color: #1E69B8;
}

.black-block {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.banner {
  height: 50vh;
  margin-bottom: 100px;
  background-image: url("metal-construction.jpg");
  background-size: cover;
  position: relative;
}

.banner .banner__pre-text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 28px;
}

.banner .banner__pre-text .banner__text {
  margin-bottom: 85px;
}

.banner .user-request {
  position: relative;
  margin-top: -60px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  padding: 20px 0;
  background-color: rgb(33.5747663551, 117.511682243, 205.9252336449);
}

.banner .user-request p {
  margin-bottom: 10px;
  font-size: 20px;
  color: white;
}

.banner .user-request .form .form-control {
  margin-right: 50px;
  padding: 7px;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgb(33.5747663551, 117.511682243, 205.9252336449);
}

.banner .user-request .form .btn {
  border: 1px solid rgb(33.5747663551, 117.511682243, 205.9252336449);
  cursor: pointer;
}

.banner .user-request .form .btn:hover {
  background: rgb(33.5747663551, 117.511682243, 205.9252336449);
  color: white;
  border: 1px solid white;
}

.servicies {
  margin-bottom: 50px;
}

.servicies .serv__card {
  margin-top: 30px;
}

.servicies .serv__card .card-shadowed img {
  width: 200px;
}

.whywe {
  position: relative;
  background-image: url("whywe.jpg");
  background-size: cover;
  background-clip: border-box;
  padding: 50px 0;
  margin-bottom: 40px;
  color: white;
  font-weight: bold;
}

.whywe h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
  position: relative;
}

.whywe .why__elem {
  position: relative;
  text-align: center;
}

.whywe .why__elem i {
  font-size: 60px;
  margin-bottom: 20px;
}

.whywe .why__elem p {
  font-size: 25px;
}

.card {
  position: relative;
  border-bottom: 3px solid white;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
}

.card .card-img {
  width: 200px;
  height: 150px;
}

.card:hover .dropdown-info {
  width: 100%;
  height: 60%;
  background: rgba(250, 250, 250, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding-top: 45%;
  opacity: 1;
}

.dropdown-info {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.dropdown-info .btn {
  background: #2892d5;
  color: white;
  font-weight: bold;
  border-radius: 10px;
}

.cost_of_serv {
  margin-bottom: 60px;
}

.cost_of_serv h2 {
  margin-bottom: 30px;
}

.cost_of_serv .card:hover {
  transition: 0s;
  border-bottom: 3px solid #2892d5;
}

.other-servicies {
  margin-bottom: 45px;
}

.other-servicies h2 {
  margin-bottom: 15px;
}

.other-servicies .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.other-servicies .block .dop-serv {
  width: 100%;
  max-width: 300px;
  margin-right: 50px;
}

.other-servicies .block .dop-serv .menu-vertical {
  width: 100%;
}

.other-servicies .block .dop-serv .active {
  background-color: #1E69B8;
  color: white;
}

.other-servicies .block .dop-serv .active i {
  color: white;
}

.other-servicies .block .block-content h3 {
  text-align: right;
  font-size: 40px;
  margin-bottom: 40px;
}

.other-servicies .block .block-content .other-servicies-card__content {
  box-shadow: 1px 1px 5px 5px rgb(167.442687747, 211.0158102767, 238.557312253);
  height: 260px;
  display: flex;
  max-width: 890px;
  padding: 15px;
  border-radius: 10px;
}

.other-servicies .block .block-content .other-servicies-card__content .content__header h4 {
  font-size: 25px;
  margin-bottom: 20px;
}

.other-servicies .block .block-content .other-servicies-card__content .content__header p {
  text-align: justify;
}

.other-servicies .block .block-content .other-servicies-card__content .content__block-img img {
  width: 350px;
  height: 100%;
  -webkit-clip-path: polygon(70px 0, 0 350px, 350px 350px, 350px 0);
}

.works {
  margin-bottom: 40px;
}
.works .slick-list {
  max-height: 250px;
}
.works .slick-track {
  display: flex;
  gap: 10px;
}
.works .slick-track img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
}
.works .slick-track .name {
  font-size: 16px;
  font-weight: bold;
}

.works h2 {
  margin-bottom: 35px;
  font-size: 35px;
}

.works .port {
  text-align: center;
}

.works .port .btn-priamry {
  text-align: center;
  color: white;
  background: #2892d5;
}

.wedo {
  position: relative;
  padding: 20px 0;
  background-image: url("wedo.jpg");
}

.wedo h2 {
  font-size: 35px;
  margin-bottom: 20px;
  position: relative;
  color: white;
}

.wedo .wedo__info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wedo .wedo__info .menu-vertical {
  margin-right: 25px;
}

.wedo .wedo__info .menu-vertical .list-item {
  color: #00abff;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 25px;
}

.wedo .wedo__info .menu-vertical .list-item i {
  margin-right: 10px;
}

.wedo .wedo__info .menu-vertical .list-item p {
  margin-top: 10px;
  position: relative;
  color: black;
  font-size: 16px;
  margin-left: 15px;
  color: white;
}

.wedo .wedo__info .menu-vertical .list-item p:before {
  content: "";
  display: inline-block;
  left: -15px;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #00abff;
}

.wedo .wedo__info .info-img {
  width: 500px;
  height: 350px;
}

.footer {
  padding: 30px 0;
  color: white;
  background-color: #333;
}

.footer .footer__elem {
  width: 100%;
  max-width: 290px;
}

.footer .footer__elem h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.footer .footer__elem .list-item {
  font-size: 17px;
}

.footer .footer__elem .list-item .link {
  color: white;
}

.footer .footer__elem .list-item .link:hover {
  color: #00abff;
}

.footer .social {
  transition: 0.2s;
}

.footer .map {
  text-align: center;
}

.footer .map h3 {
  margin: 20px 0;
}

.footer .map {
  width: 100%;
}

.footer .img-map {
  width: 100%;
  height: 600px;
}

.footer .under {
  margin-top: 25px;
  border-top: 1px solid rgb(149, 149, 149);
}

.small {
  font-size: 10px;
  text-align: center;
  line-height: 1;
}

.footer .under p {
  margin-top: 6px;
  font-size: 10px;
  text-align: center;
}

.dostavka .ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dostavka .ul li strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}

.cost_of_serv .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.cost_of_serv .content .cardt img {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.cost_of_serv .content .cardt h4 {
  margin-bottom: 6px;
}

.servicies .serv__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.servicies .serv__card .card-shadowed {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 330px;
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 1px 1px 5px 1px #a7d3ef;
  text-align: center;
}
.servicies .serv__card .card-shadowed img {
  margin: 0 auto;
}

.catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.catalog img {
  border-radius: 4px;
}

.other-products .sl-other-prod {
  display: grid;
  /* min-width: 150px (или сколько нужно), max-width: 250px */
  grid-template-columns: repeat(auto-fit, minmax(150px, 250px));
  gap: 15px; /* добавь отступ между карточками для красоты */
  justify-content: center; /* центрирует сетку, если карточек мало */
}

.cartofel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 250px));
  gap: 20px;
  margin-bottom: 30px;
  /* Теперь сама карточка-ссылка */
}
.cartofel .card-shadowed {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none; /* Убирает подчеркивание со всей карточки */
  color: inherit; /* Чтобы текст не стал синим */
  padding: 10px;
  box-shadow: 1px 1px 5px 1px #a7d3ef;
  /* Убираем подчеркивание во всех состояниях */
}
.cartofel .card-shadowed:hover, .cartofel .card-shadowed:active, .cartofel .card-shadowed:visited, .cartofel .card-shadowed:-webkit-any-link {
  text-decoration: none;
}
.cartofel .card-shadowed img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain; /* Чтобы картинки не сплющивались */
}
.cartofel .card-shadowed {
  /* Убираем underline отсюда! */
}
.cartofel .card-shadowed h3, .cartofel .card-shadowed p {
  margin: 0;
  color: #333;
  text-decoration: none; /* УБРАНО underline */
}
.cartofel .card-shadowed:hover h3 {
  color: #00abff;
}

.main .sl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 350px));
  gap: 20px;
  width: 100%;
  justify-content: center;
}
.main .sl img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.main {
  width: 100%;
}

.staff__block {
  margin-top: 5em;
  margin-bottom: 5em;
}
.staff__block .staff__header {
  font-size: 20px;
  margin: 0 auto;
}
.staff__block .staff__textarea__wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.staff__block .staff__textarea__wrapper textarea {
  border: 1px solid black;
  border-radius: 10px;
  padding: 20px;
  min-height: 500px;
}
.staff__block .btn {
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
}
.staff__block .btn:hover {
  background-color: black;
  color: white;
}/*# sourceMappingURL=style.css.map */