@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.eot");
  src: url("../fonts/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff"), url("../fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.eot");
  src: url("../fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff"), url("../fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.eot");
  src: url("../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.eot");
  src: url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* -------------------------------------------------------------------------- */
/*                                    fonts                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   colors                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  animation                                 */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   shadow                                   */
/* -------------------------------------------------------------------------- */
.lang-select {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 38px;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.5s ease;
}
.lang-select a {
  color: #003b95;
  font-size: 2.4rem;
  text-decoration: none;
  padding: 5px 35px 5px 10px;
  transition: all 0.5s ease;
}
.lang-select a:hover {
  color: #fff;
  background-color: #042c68;
}
.lang-select a span {
  margin-left: 5px;
}
.lang-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #003b95;
  border-top: none;
  border-left: none;
  transition: all 0.5s ease;
  transform: rotate(45deg) translate(-75%, -50%);
}
.lang-select:hover {
  cursor: pointer;
}
.lang-select:hover::before {
  border-color: #fff;
}

.control .flag {
  height: 18px;
}
.control .str {
  width: 21px;
  height: 12px;
}

.active-select {
  overflow: visible;
  background-color: #042c68;
}
.active-select::before {
  border-color: #fff;
}
.active-select a {
  color: #fff;
  background-color: #003b95;
  border-radius: 0 0 8px 8px;
}
.active-select a:last-child {
  border-radius: 8px;
}
.active-select .selected-lang {
  border-radius: 8px 8px 0 0;
  background-color: #042c68;
}

a.selected-lang {
  order: -1;
  border-radius: 8px;
}

/* -------------------------------------------------------------------------- */
/*                                info line                                */
/* -------------------------------------------------------------------------- */
.info-line > div {
  width: 21%;
}

.info-line {
  padding: 20px 0;
}
.info-line .logo {
  width: 25%;
}

.phone svg {
  width: 42px;
  height: 43px;
  fill: #003b95;
}

.phone-list {
  margin-left: 19px;
  font-size: 1.8rem;
}
.phone-list li {
  margin-bottom: 8px;
}
.phone-list li:last-child {
  margin: 0;
}
.phone-list a {
  display: inline-block;
  color: #003b95;
  transition: all 0.5s ease;
}
.phone-list a:hover {
  transform: scale(1.1);
}

.logo img {
  width: 146px;
  margin-bottom: 9px;
}
.logo h1 {
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #003b95;
}

.control svg {
  fill: #003b95;
  width: 42px;
  height: 43px;
}

.basket,
.like {
  position: relative;
  transition: all 0.5s ease;
}
.basket:hover,
.like:hover {
  transform: scale(1.1);
}
.basket span,
.like span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 1.4rem;
  color: #003b95;
}
.basket span::before,
.like span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 4px #444;
  transform: translate(-50%, -50%);
}

.lang-select .active-lang a {
  color: #fff;
}
.lang-select .active-lang a:hover {
  color: #fff;
}

/* -------------------------------------------------------------------------- */
/*                                   nav bar                                  */
/* -------------------------------------------------------------------------- */
.menu {
  background-color: #003b95;
}
.menu a {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 0;
  transition: all 0.5s ease;
}
.menu a:hover {
  background-color: #042c68;
  text-shadow: 0 0 1px #fff;
}

a.burger-btn {
  position: relative;
  display: none;
  text-align: center;
}

.menu-text {
  padding-right: 50px;
}

.burger {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 15px);
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.burger:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.burger:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.close {
  position: fixed;
  display: none;
  z-index: 6;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-color: #003b95;
}
.close svg {
  width: 100%;
  height: 100%;
}

.burger-active + nav {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #003b95;
}
.burger-active + nav .close {
  display: block;
}
.burger-active + nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  row-gap: 10px;
  width: 100%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
}
.burger-active + nav ul li {
  min-width: 50%;
}
.burger-active + nav ul a {
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

.sub-menu-parent {
  position: relative;
}
.sub-menu-parent:hover .sub-menu {
  display: block;
  opacity: 1;
}

.sub-menu {
  display: none;
  opacity: 0;
  padding: 30px;
  position: absolute;
  min-width: 250px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 5;
  transition: all 0.5s ease;
}
.sub-menu a {
  display: block;
  margin-bottom: 15px;
  padding: 0 0 5px 0;
  color: #003b95;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease;
}
.sub-menu a:last-child {
  margin-bottom: 0;
}
.sub-menu a:hover {
  border-bottom: 2px solid #003b95;
  background-color: transparent;
  text-shadow: none;
}

footer {
  padding: 37px 0;
  background-color: #003b95;
}
footer .phone svg {
  fill: #fff;
}
footer .phone li {
  margin-bottom: 5px;
}
footer .info-line {
  padding: 0;
  margin-bottom: 25px;
}
footer .info-line a {
  color: #fff;
}
footer .address {
  width: 30% !important;
  text-align: justify !important;
}
footer .address svg {
  width: 70px;
  height: 43px;
  fill: #fff;
}
footer .address address {
  font-size: 1.6rem;
  font-style: normal;
  max-width: calc(100% - 22px);
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
}

.mail {
  justify-content: flex-end;
}
.mail svg {
  width: 50px;
  height: 34px;
  fill: #fff;
}
.mail a {
  align-items: left;
  font-size: 1.6rem;
  padding-left: 20px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
}
.mail a:last-child {
  margin: 0;
}
.mail a:hover {
  transform: scale(1.1);
}

.copy {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}

.flex-col-left {
  display: flex;
  flex-direction: column;
}

/* -------------------------------------------------------------------------- */
/*                               general styles                               */
/* -------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 10px;
}

body {
  font-family: "Rubik", sans-serif;
  background: #ebebeb url(../img/pattern.jpg) repeat;
}

.wrapper {
  width: 80%;
  margin: 0 auto;
}

.flex-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-aic {
  display: flex;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main {
  padding: 50px 0;
}

h2 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 9px 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #003b95;
}

.basket {
  cursor: pointer;
}
.basket input {
  display: none;
}

.add-to-basket-popup {
  display: none;
  padding: 20px 35px 20px 25px;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  font-size: 2rem;
  color: #003b95;
  background: #fff;
  border: 2px solid #003b95;
  border-radius: 5px;
  z-index: 3;
}
.add-to-basket-popup .close-basket-popup-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 19px;
  height: 18px;
  cursor: pointer;
}
.add-to-basket-popup .close-basket-popup-btn:hover span {
  background: #042c68;
}
.add-to-basket-popup .close-basket-popup-btn span {
  position: absolute;
  top: 7px;
  width: 20px;
  height: 4px;
  background: #003b95;
  transform: rotate(45deg);
  transition: 0.5s;
}
.add-to-basket-popup .close-basket-popup-btn span:first-child {
  transform: rotate(-45deg);
}

/* -------------------------------------------------------------------------- */
/*                                 slider grid                                */
/* -------------------------------------------------------------------------- */
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 50px;
}
.grid section {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 366px;
}
.grid .slide {
  height: 366px;
}
.grid .slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.grid .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide svg {
  fill: #003b95;
  transform: translateY(-20px);
}

.feed svg {
  width: 174px;
  height: 174px;
}

.fish svg {
  width: 404px;
  height: 100px;
}

.water svg {
  width: 168px;
  height: 174px;
}

.service svg {
  width: 196px;
  height: 206px;
}

.slider-line {
  position: relative;
  height: 366px;
  overflow: hidden;
}
.slider-line .current-slide {
  visibility: visible;
  z-index: 1;
  top: 0;
}
.slider-line .prev-slide {
  z-index: 0;
}

.slide {
  position: absolute;
  z-index: 0;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease;
  background-color: #fff;
}

.slide-preview {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}
.slide-preview svg {
  margin: auto;
}

.slider-control {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  bottom: 20px;
  width: 90%;
  transform: translateX(-50%);
  z-index: 2;
}
.slider-control span {
  width: 20px;
  height: 20px;
  margin: 3px;
  border: 1px solid #003b95;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.slider-control span:hover {
  background-color: rgba(4, 44, 104, 0.2980392157);
}
.slider-control .current-slide-btn {
  background-color: #003b95;
}
.slider-control .current-slide-btn:hover {
  background-color: #003b95;
}

/* -------------------------------------------------------------------------- */
/*                                  about us                                  */
/* -------------------------------------------------------------------------- */
.mb30 {
  margin-bottom: 30px;
}

.text-wrap {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 27px;
  padding: 45px 20px;
  color: #191919;
  background-color: #fff;
  margin-bottom: 50px;
}
.text-wrap p {
  margin-bottom: 30px;
}
.text-wrap p:last-child {
  margin: 0;
}

/* -------------------------------------------------------------------------- */
/*                                 best goods                                 */
/* -------------------------------------------------------------------------- */
.goods-list {
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  margin: 0 -16.5px 25px;
  transition: all 0.5s ease;
  scroll-behavior: smooth;
}
.goods-list > a {
  flex: 0 0 25%;
  display: inline-block;
  width: 25%;
  padding: 0 16.5px;
  box-sizing: border-box;
}
.goods-list figure {
  justify-content: space-between;
  height: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                   basket                                   */
/* -------------------------------------------------------------------------- */
.accordingTariffs-p,
.self_delivery_label {
  display: none;
}

.basket-popup {
  position: fixed;
  padding: 100px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 10px 5px rgba(24, 20, 25, 0.1));
  z-index: 4;
}
.basket-popup .basket-popup-img,
.basket-popup h3 {
  margin-bottom: 30px;
}
.basket-popup img {
  width: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.basket-popup a {
  display: inline-block;
  font-size: 2rem;
}
.basket-popup .basket-popup-img {
  padding: 30px;
  background-color: #003b95;
  border-radius: 10px;
}

.basket-table .wrapper,
.placing-an-order .wrapper {
  padding-top: 40px;
}

.title-row .col {
  justify-content: center;
}

.basket-row {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.5fr;
}
.basket-row > div {
  display: flex;
  align-items: center;
}
.basket-row h4 {
  font-size: 2.4rem;
  letter-spacing: 1px;
  color: #003b95;
  font-weight: 500;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.basket-clear {
  font-size: 3rem;
  text-align: center;
  padding: 10vh 0;
  grid-column: 1/-1;
}

.product-row {
  padding: 20px 0;
  border-bottom: 2px solid #003b95;
}
.product-row:nth-child(2) {
  padding-top: 0;
}

.img-col {
  grid-column: 1/2;
}
.img-col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.name-col {
  grid-column: 2/6;
  padding: 0 10%;
  box-sizing: border-box;
}
.name-col h3 {
  font-size: 2.7rem;
  font-weight: 500;
}

.count-col {
  grid-column: 6/7;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 500px;
  /* Firefox */
}
.count-col button {
  text-align: center;
  display: inline-block;
  color: #003b95;
  border: 2px solid #003b95;
  padding: 10px 12px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.count-col button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #042c68;
}
.count-col .product-minus {
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.count-col .product-plus {
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.count-col input {
  padding: 10px;
  max-width: 60px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border: 2px solid #003b95;
  background-color: #003b95;
  outline: none;
}
.count-col input::-webkit-outer-spin-button,
.count-col input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.count-col input[type=number] {
  -moz-appearance: textfield;
}

.price-col {
  grid-column: 7/8;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.7rem;
  font-weight: 500;
  padding: 0 5px;
  color: #003b95;
}

.mass_netto {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  color: #003b95;
  font-weight: 550;
  padding: 9px 17px;
  width: 25%;
  min-width: 190px;
  box-sizing: border-box;
  text-align: left;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.delete-col {
  grid-column: 8/9;
  text-align: right;
  justify-content: flex-end;
}
.delete-col a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 39px;
  transition: all 0.5s ease;
}
.delete-col a:hover {
  transform: scale(1.1);
}
.delete-col a svg {
  width: 100%;
  height: 100%;
  fill: #003b95;
}

.general-row {
  padding: 30px 0;
}

.commit-order {
  display: flex;
  justify-content: space-between;
}
.commit-order .details-btn {
  font-size: 1.4rem;
  width: auto;
}
.commit-order input,
.commit-order .details-btn {
  font-family: "Roboto", sans-serif;
  padding: 20px 30px;
  text-transform: uppercase;
  color: #fff;
  background-color: #003b95;
  border-radius: 10px;
  border: none;
  transition: all 0.5s ease;
}
.commit-order input:hover,
.commit-order .details-btn:hover {
  background-color: #042c68;
}

.placing-an-order {
  display: none;
}

.order-form {
  display: flex;
  justify-content: space-between;
}
.order-form h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.order-contacts {
  width: 50%;
  padding-right: 90px;
}

.basket-contacts-wrapp .bascket-name,
.basket-delivery .bascket-name,
.basket-payment-type .bascket-name {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.basket-contacts-wrapp .bascket-name div,
.basket-delivery .bascket-name div,
.basket-payment-type .bascket-name div {
  width: 45%;
}
.basket-contacts-wrapp .bascket-number,
.basket-delivery .bascket-number,
.basket-payment-type .bascket-number {
  margin-bottom: 50px;
}
.basket-contacts-wrapp p,
.basket-contacts-wrapp label,
.basket-delivery p,
.basket-delivery label,
.basket-payment-type p,
.basket-payment-type label {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.basket-contacts-wrapp p span,
.basket-contacts-wrapp label span,
.basket-delivery p span,
.basket-delivery label span,
.basket-payment-type p span,
.basket-payment-type label span {
  color: red;
}
.basket-contacts-wrapp input[type=text],
.basket-delivery input[type=text],
.basket-payment-type input[type=text] {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: 1px solid #003b95;
  border-radius: 5px;
  padding: 12px 10px;
  font-size: 16px;
}

.basket-delivery {
  margin-bottom: 30px;
}
.basket-delivery input[type=text] {
  width: 45%;
  margin-bottom: 30px;
}

.basket-delivery-type,
.basket-payment-type {
  margin-bottom: 30px;
}
.basket-delivery-type input[type=radio],
.basket-payment-type input[type=radio] {
  display: none;
}
.basket-delivery-type label,
.basket-payment-type label {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  padding-left: 30px;
  margin-bottom: 15px;
}
.basket-delivery-type label::before,
.basket-payment-type label::before {
  position: absolute;
  content: "";
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #003b95;
  background: #fff;
}
.basket-delivery-type input[type=radio]:checked + label::before,
.basket-payment-type input[type=radio]:checked + label::before {
  background: #003b95;
}

.order-product {
  width: 50%;
  padding-left: 30px;
}
.order-product h3 {
  border-radius: 10px 10px 0 0;
  text-align: center;
  background: #003b95;
  font-weight: normal;
  color: #fff;
  padding: 15px;
  margin-bottom: 0;
}

.order-product-wrap {
  filter: drop-shadow(0px 10px 5px rgba(24, 20, 25, 0.1));
}

.order-product-inf {
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 50px 30px;
}
.order-product-inf .order-product-table {
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.order-product-inf .order-product-table .bold {
  font-weight: bold;
  -moz-text-align-last: right;
       text-align-last: right;
}
.order-product-inf .order-product-table td {
  border-bottom: 1px solid #003b95;
  padding-bottom: 15px;
  padding-top: 30px;
}
.order-product-inf .order-product-table tr:first-child td {
  padding-top: 0;
}

.price-delivery,
.total-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.price-delivery p {
  font-size: 16px;
}

.total-price p {
  font-size: 24px;
  color: #003b95;
  text-transform: uppercase;
}

.btn-wrap {
  display: flex;
  justify-content: center;
}

.send-order-btn {
  cursor: pointer;
  background: #003b95;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 20px;
  transition: 0.2s;
}
.send-order-btn:hover {
  background: #042c68;
  transform: scaleX(1.1) scaleY(1.1);
}

/* -------------------------------------------------------------------------- */
/*                                products page                                */
/* -------------------------------------------------------------------------- */
.product-page {
  align-items: flex-start;
}

.filter-btn {
  display: none;
}
.filter-btn button {
  margin: 0 auto 30px;
  display: block;
  width: 33.3%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  padding: 20px 30px;
  text-transform: uppercase;
  color: #fff;
  background-color: #003b95;
  border-radius: 10px;
  border: none;
  transition: all 0.5s ease;
}
.filter-btn button:hover {
  background-color: #042c68;
}

.filter-menu {
  width: 20%;
}

h4,
.close-btn {
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
  padding: 14px 20px;
  background: #003b95;
  text-transform: uppercase;
}

.close-btn {
  display: none;
  justify-content: center;
  background-color: #003b95;
  padding: 5px 20px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.close-btn svg {
  width: 35px;
  height: 35px;
}
.close-btn:hover {
  background-color: #042c68;
}

.filter-list {
  padding: 25px 0;
  margin-bottom: 30px;
  background-color: #fff;
}
.filter-list p {
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #191919;
  text-transform: lowercase;
  padding: 5px 21px;
  transition: all 0.5s ease;
}
.filter-list p:hover {
  cursor: pointer;
  background-color: rgba(0, 60, 149, 0.3647058824);
}

p.category-item {
  position: relative;
  padding-right: 30px;
  box-sizing: border-box;
}
p.category-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border: 2px solid #003b95;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translate(-75%, -25%);
}

.checked-category::before {
  transform: rotate(-135deg) translate(50%, 0%);
}
.checked-category + .sub-list {
  display: block;
}

.sub-list {
  display: none;
  padding-left: 20px;
}
.sub-list p {
  padding: 5px 40px;
  margin-left: -21px;
}
.sub-list label {
  position: relative;
  display: block;
}
.sub-list label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 7px;
  border: 2px solid #003b95;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translate(-25%, -75%);
  visibility: hidden;
}
.sub-list input {
  display: none;
}
.sub-list input:checked + label:before {
  visibility: visible;
}

.product-list {
  width: 75%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 -16px;
}
.product-list > a {
  width: 33.3%;
  padding: 0 16px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.product-list figure {
  justify-content: space-between;
  height: 100%;
}
.product-list div.pagination {
  padding-top: 20px;
  margin-bottom: 50px;
}
.product-list .text-wrap {
  width: 100%;
  padding: 45px 35px;
  margin: 0;
  margin-bottom: 30px;
}
.product-list .text-wrap:last-child {
  margin: 0;
}
.product-list .add-to-basket {
  padding: 8px 10px;
}
.product-list h3 {
  min-height: 43px;
}

.stretch-wrap {
  width: 100%;
}

.like svg {
  fill: #003b95;
}

.status {
  width: 100%;
  font-size: 2rem;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  text-transform: lowercase;
  border-radius: 5px;
  background-color: #191919;
  margin-bottom: 20px;
}

.available .status {
  background-color: #6FB545;
}

.not_available .status {
  background-color: #d6292d;
}

.waiting_available .status {
  background-color: #FFB30F;
}

.available_for_order .status {
  background-color: #9381FF;
}

.not_available .add-to-basket,
.waiting_available .add-to-basket {
  border-color: #999;
  background-color: #999;
}
.not_available .add-to-basket:hover,
.waiting_available .add-to-basket:hover {
  border-color: #999;
  background-color: #999;
}

.product {
  position: relative;
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
}
.product img {
  width: 100%;
  height: 261px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.product figcaption {
  width: 100%;
}
.product .button-line {
  border-top: 2px solid #003b95;
  padding-top: 20px;
}
.product .like {
  position: absolute;
  top: 105px;
  right: 30px;
}
.product .like svg {
  width: 35px;
  height: 31px;
}

.shadow-box {
  box-shadow: 0px 10px 5px rgba(24, 20, 25, 0.1);
}

h3 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #003b95;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.description,
.size {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #191919;
  font-style: italic;
  text-transform: lowercase;
}

.description {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 7px;
  max-height: 2rem;
}

.add-to-basket,
.details-btn {
  justify-content: center;
  padding: 8px 30px;
  width: 63%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 2rem;
  color: #fff;
  background-color: #003b95;
  border: 2px solid #003b95;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.add-to-basket svg,
.details-btn svg {
  width: 29px;
  height: 26px;
  fill: #fff;
  margin-right: 10px;
}
.add-to-basket:not(.active-add-to-basket):hover,
.details-btn:not(.active-add-to-basket):hover {
  transform: scale(1.1);
  border-color: #042c68;
  background-color: #042c68;
  cursor: pointer;
}
.add-to-basket:not(.active-add-to-basket):hover + .price,
.details-btn:not(.active-add-to-basket):hover + .price {
  transform: scale(0.8);
}

.active-add-to-basket {
  transform: scale(0.8);
  background-color: #FFB30F;
  border-color: #FFB30F;
}

.price {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #003b95;
  font-weight: 500;
  padding: 9px 12px;
  width: 35%;
  box-sizing: border-box;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border: 2px solid #003b95;
  border-radius: 5px;
  transition: all 0.5s ease;
}

/* -------------------------------------------------------------------------- */
/*                                  delivery                                  */
/* -------------------------------------------------------------------------- */
.delivery-list {
  padding: 50px 0;
}

.delivery-card {
  padding: 25px 45px 25px 0;
  background-color: #fff;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.delivery-card:last-child {
  margin: 0;
}
.delivery-card .img-wrap {
  width: 17%;
  text-align: center;
}
.delivery-card figcaption {
  width: 80%;
  font-size: 1.8rem;
  line-height: 27px;
}
.delivery-card img {
  width: 70%;
}
.delivery-card h3 {
  font-size: 2.4rem;
  letter-spacing: 1px;
}
.delivery-card div {
  color: #191919;
}

.payment-list {
  padding-bottom: 0;
}

/* -------------------------------------------------------------------------- */
/*                                product page                                */
/* -------------------------------------------------------------------------- */
.current-product {
  align-items: flex-start;
}
.current-product.available .status {
  background-color: #6A994E;
}
.current-product .status,
.current-product h2 {
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.current-product .img-wrap {
  padding: 20px;
}
.current-product .img-wrap img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
.current-product .price {
  display: inline-block;
  width: auto;
  padding: 9px 20px;
  margin: 10px 15px;
  transition: all 0.5s ease;
}
.current-product .price:hover {
  background-color: #003b95;
  color: #fff;
  cursor: pointer;
}
.current-product .active-size {
  background-color: #003b95;
  color: #fff;
}
.current-product hr {
  border: none;
  border-bottom: 2px solid #003b95;
}
.current-product .general-price {
  font-size: 3.6rem;
  line-height: 43px;
  text-transform: uppercase;
  color: #003b95;
  padding-right: 5px;
}
.current-product .general-price a {
  display: none;
}
.current-product .general-price .active-price {
  display: inline-block;
}

.size-line {
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 25px 0;
}

.img-half,
.desc-wrap {
  background-color: #fff;
}

.img-half {
  width: 43%;
}

.img-half,
.desc-wrap {
  border-radius: 5px;
}

.desc-half {
  width: 50%;
}

.desc-wrap {
  padding: 20px;
}
.desc-wrap a {
  display: inline-block;
  width: auto;
}

.desc {
  font-size: 1.4rem;
  height: 180px;
  overflow-y: scroll;
  padding-right: 20px;
  margin-bottom: 20px;
}
.desc::-webkit-scrollbar {
  width: 5px;
  border: 1px solid #999;
  border-left: none;
  border-right: none;
  background: linear-gradient(to right, transparent 0% 20%, #999 20% 40%, transparent 40% 60%, #999 60% 80%, transparent 80% 100%);
  border-radius: 5px;
}
.desc::-webkit-scrollbar-button {
  display: none;
}
.desc::-webkit-scrollbar-thumb {
  background-color: #003b95;
  width: 5px;
  border-radius: 2px;
}
.desc ul {
  list-style: circle;
}
.desc ul, .desc ol {
  padding-left: 20px;
}

.price-line {
  padding-top: 25px;
}
.price-line .count-col {
  display: flex;
}
.price-line .count-col input {
  font-size: 2rem;
  padding: 9.5px 10px;
}
.price-line .count-col button {
  font-size: 2rem;
  padding: 9.5px 12px;
}
.price-line .add-to-basket,
.price-line .details-btn {
  margin-left: 30px;
}

/* -------------------------------------------------------------------------- */
/*                                services page                               */
/* -------------------------------------------------------------------------- */
.services {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  gap: 50px 4%;
}
.services h2 {
  padding: 9px 40px;
  justify-content: center;
  margin-bottom: 30px;
}
.services .service {
  grid-column-start: auto;
  grid-row-start: auto;
  display: grid;
  grid-template: 1fr 390px 1.8fr/1fr;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.services .service img {
  padding: 0 30px;
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
}
.services figcaption {
  padding: 20px 30px 30px;
  box-sizing: border-box;
}
.services .desc {
  height: 80px;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 25px;
}
.services .button-line {
  text-align: center;
}
.services .add-to-basket,
.services .details-btn {
  display: inline-block;
  width: auto;
  padding: 12px 70px;
  text-transform: lowercase;
  border-radius: 10px;
}

/* -------------------------------------------------------------------------- */
/*                                  news page                                 */
/* -------------------------------------------------------------------------- */
.news-category-line {
  flex-wrap: wrap;
  margin: 0 -10px 30px;
  align-items: stretch;
}
.news-category-line p {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}
.news-category-line input {
  display: none;
}
.news-category-line input + label {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 9px;
  height: 100%;
  box-sizing: border-box;
  color: #003b95;
  justify-content: center;
  text-transform: lowercase;
  text-align: center;
  border: 2px solid #003b95;
  border-radius: 10px;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
.news-category-line input + label:hover {
  background-color: #fff;
  cursor: pointer;
}
.news-category-line input:checked + label {
  background-color: #003b95;
  color: #fff;
}

.new {
  display: flex;
  padding: 25px 30px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
.new img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.new .new-desc {
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                  services show                             */
/* -------------------------------------------------------------------------- */
.services-show {
  position: relative;
}
.services-show h3 {
  background: #003b95;
  font-size: 24px;
  color: white;
  text-align: center;
  padding: 15px 0;
}
.services-show .services-desc {
  padding: 48px 0 45px 0;
  font-size: 18px;
}

.service-item:nth-child(odd) {
  background-color: #e5e5e5;
}
.service-item:nth-child(even) {
  background-color: #fff;
}

.service-table-box {
  margin-bottom: 50px;
}

.service-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
}

.service-table {
  min-width: 490px;
}
.service-table .service-units {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #003b95;
}
.service-table .service-units td {
  padding-bottom: 30px;
  text-align: center;
}
.service-table .service-category {
  color: #fff;
  background-color: #003b95;
  text-transform: uppercase;
}
.service-table .service-category td {
  padding: 15px;
  border: 1px solid #003b95;
}

.service-item td {
  border: 1px solid #003b95;
  padding: 15px;
}
.service-item td:nth-child(1) {
  width: 50%;
}
.service-item td:nth-child(2) {
  width: 25%;
}
.service-item td:nth-child(3) {
  width: 12.5%;
  text-align: center;
}
.service-item td:nth-child(4) {
  width: 12.5%;
  text-align: center;
}
.service-item td .service-item-materials {
  text-align: center;
}

.service-btn {
  text-align: center;
}
.service-btn p {
  display: inline-block;
  cursor: pointer;
  border-radius: 10px;
  color: #fff;
  background: #003b95;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 2.4rem;
  transition: 0.5s;
}
.service-btn p:hover {
  background: #042c68;
}

#popupBox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#basket-empty-popup-bg,
#popupCloseBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.service-popup {
  position: fixed;
  filter: drop-shadow(0px 10px 5px rgba(24, 20, 25, 0.1));
  width: 735px;
  border-radius: 10px;
  z-index: 4;
}
.service-popup p {
  padding: 17px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
  background: #003b95;
  border-radius: 10px 10px 0 0;
}

.service-form {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.service-form span {
  color: red;
}
.service-form i {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
.service-form .service-form-item {
  display: flex;
  justify-content: space-between;
}
.service-form label {
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  font-size: 1.7rem;
  color: #000;
  font-weight: 550;
}
.service-form input,
.service-form textarea {
  margin-bottom: 30px;
  padding: 10px;
  width: 309px;
  box-sizing: border-box;
  font-size: 1.7rem;
  outline: none;
  border: 2px solid #003b95;
  border-radius: 5px;
}
.service-form input:focus,
.service-form textarea:focus {
  outline: none;
  border: 2px solid #003b95;
}
.service-form textarea {
  width: 100%;
  min-height: 210px;
  resize: none;
}
.service-form button {
  width: 233px;
  margin: 0 auto;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  padding: 10px;
  background: #003b95;
  color: #fff;
  font-size: 2rem;
  transition: 0.5s;
}
.service-form button:hover {
  background: #042c68;
}

.close-popup-btn {
  padding: 5px;
  position: absolute;
  top: 2%;
  right: 2%;
  width: 16px;
  height: 16px;
}
.close-popup-btn:hover span {
  width: 23px;
  height: 4px;
}
.close-popup-btn span {
  position: absolute;
  top: 40%;
  right: 20%;
  width: 20px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
  transition: 0.5s;
}
.close-popup-btn span:last-child {
  transform: rotate(135deg);
}

/* -------------------------------------------------------------------------- */
/*                                  favourite                                 */
/* -------------------------------------------------------------------------- */
.favourite .product-list {
  width: 100%;
}
.favourite a {
  width: 25%;
}

/* -------------------------------------------------------------------------- */
/*                                  contacts                                  */
/* -------------------------------------------------------------------------- */
.main-contacts-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.own-section {
  display: inline-block;
  width: 45%;
}

.own-block {
  margin-bottom: 40px;
}
.own-block > * {
  display: block;
  margin: 1rem 0;
}
.own-block > *:first-child {
  margin-top: 0;
}
.own-block > *:last-child {
  margin-bottom: 0;
}
.own-block b {
  font-size: 1.8rem;
  font-weight: 500;
}
.own-block:first-child {
  margin-top: 0;
}
.own-block:last-child {
  margin-bottom: 0;
}
.own-block img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.own-block tr + tr:nth-child(even),
.own-block tr + tr:nth-child(odd) {
  background: none;
}
.own-block table td {
  padding: 0.5rem 0;
  font-weight: 400;
}
.own-block table td:first-child {
  font-weight: 500;
}
.own-block p,
.own-block table {
  font-size: 1.8rem;
}
.own-block .own-block-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
}
.own-block .own-block-title span {
  margin-right: 20px;
}
.own-block .own-block-title h3 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
}

.feedback-section {
  display: inline-block;
  width: 50%;
}
.feedback-section .service-popup {
  position: relative;
  width: 100%;
}
.feedback-section .service-form {
  overflow-y: visible;
  max-height: none;
  filter: drop-shadow(0px 10px 5px rgba(24, 20, 25, 0.1));
}
.feedback-section .service-form .service-form-item div {
  width: 45%;
}
.feedback-section .service-form .service-form-item input {
  width: 100%;
}

.map-section h3 {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.map-section .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.map-section .map iframe {
  position: absolute;
  top: -20%;
  border: none;
}

.map-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-section-title svg {
  margin-right: 20px;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1920px) {
  /* --------------------------------------------------------------------------  */
  /*                         news page                                           */
  /* --------------------------------------------------------------------------  */
  .category-wrap-btn {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1900px) {
  .add-to-basket {
    padding: 8px 15px;
  }

  .price {
    padding: 9px 10px;
  }
}
@media screen and (max-width: 1800px) {
  .info-line > div {
    width: 23%;
  }

  .goods-list {
    margin: 0 -10px 25px;
  }
  .goods-list > a {
    padding: 0 10px;
  }
  .goods-list figure {
    padding: 30px 15px;
  }
  .goods-list figure img {
    margin-bottom: 10px;
  }

  .add-to-basket {
    font-size: 1.8rem;
  }

  footer .address {
    width: 30%;
  }
}
@media screen and (max-width: 1700px) {
  .product-list .price {
    padding: 9px 5px;
  }

  /* -------------------------------------------------------------------------- */
  /*                                product page                                */
  /* -------------------------------------------------------------------------- */
  .current-product .general-price {
    font-size: 3.2rem;
  }

  .price-line .add-to-basket {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1600px) {
  .info-line > div {
    width: 22%;
  }

  .wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 1500px) {
  .info-line > div {
    width: 25%;
  }

  /* -------------------------------------------------------------------------- */
  /*                                products page                               */
  /* -------------------------------------------------------------------------- */
  .product-list {
    width: 80%;
    margin: 0 -10px;
  }
  .product-list a {
    padding: 0 10px;
  }

  .service-popup p {
    padding: 14px;
  }

  .service-form {
    padding: 20px;
  }
  .service-form input,
.service-form textarea {
    margin-bottom: 20px;
  }

  /* -------------------------------------------------------------------------- */
  /*                                product page                                */
  /* -------------------------------------------------------------------------- */
  .img-half {
    width: 47%;
  }

  .desc {
    height: 150px;
    margin-bottom: 15px;
  }

  .size-line {
    padding: 20px 0;
  }

  .price-line {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .price-line .general-price {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .price-line .right-part {
    min-width: 70%;
  }
}
@media screen and (max-width: 1400px) {
  .service-form {
    max-height: 450px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1370px) {
  .info-line > div {
    width: 26%;
  }
  .info-line .logo {
    width: 30%;
  }
}
@media screen and (max-width: 1350px) {
  .info-line > div {
    width: 26%;
  }

  .product-page {
    justify-content: center;
  }

  .filter-btn {
    display: block;
  }

  .filter-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 30vw;
    height: 100vh;
    z-index: 1;
    padding: 30px;
    box-sizing: border-box;
    background-color: #dcdcdc;
    transition: all 0.5s ease;
  }
  .filter-menu form {
    width: 100%;
  }

  .close-filter-bg {
    left: 100vw;
    transition: all 0.5s ease;
  }

  .active-filter.filter-menu {
    left: 0;
  }
  .active-filter.filter-menu .close-filter-bg {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 30vw;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4352941176);
  }
  .active-filter.filter-menu form {
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  .active-filter.filter-menu form::-webkit-scrollbar {
    width: 0;
  }

  .product-list {
    width: 100%;
  }

  .product .button-line {
    flex-wrap: wrap;
  }
  .product .button-line .add-to-basket {
    width: 100%;
  }
  .product .button-line .price {
    width: 100%;
    order: -1;
    margin-bottom: 5px;
  }

  /* -------------------------------------------------------------------------- */
  /*                                   basket                                   */
  /* -------------------------------------------------------------------------- */
  .name-col {
    grid-column: 2/5;
  }

  .count-col {
    grid-column: 5/7;
  }
}
@media screen and (max-width: 1300px) {
  .info-line > div {
    width: 25%;
    text-align: center;
  }

  h2 {
    font-size: 2rem;
  }

  .slide h2 {
    padding: 15px 0;
  }

  .goods-list > a {
    flex: 0 0 33.33%;
    width: 33.33%;
  }

  /* -------------------------------------------------------------------------- */
  /*                         delivery and payments page                         */
  /* -------------------------------------------------------------------------- */
  .delivery-card .img-wrap {
    width: 25%;
  }
  .delivery-card figcaption {
    width: 75%;
  }

  /* -------------------------------------------------------------------------- */
  /*                               favourite page                               */
  /* -------------------------------------------------------------------------- */
  .favourite a {
    width: 33.3%;
  }
}
@media screen and (max-width: 1200px) {
  .info-line > div {
    width: 30%;
  }
  .info-line .logo {
    width: 35%;
  }

  .service-form {
    max-height: 350px;
    overflow-y: auto;
  }

  .basket-popup {
    padding: 25px 125px;
  }
  .basket-popup .basket-popup-img,
.basket-popup h3 {
    margin-bottom: 25px;
  }
  .basket-popup img {
    width: 400px;
  }

  footer .address {
    width: 37% !important;
  }
  footer .address address {
    padding-left: 5px;
  }

  /* --------------------------------------------------------------------------  */
  /*                           product-order                                     */
  /* --------------------------------------------------------------------------  */
  .total-price p {
    font-size: 20px;
  }

  /* --------------------------------------------------------------------------  */
  /*                           services                                          */
  /* --------------------------------------------------------------------------  */
  .services {
    grid-template: 2fr/2fr 2fr;
  }
}
@media screen and (max-width: 1000px) {
  .info-line .logo {
    width: 40%;
  }

  .goods-list {
    margin: 0 -6px 25px;
  }
  .goods-list > a {
    padding: 0 6px;
  }

  /* --------------------------------------------------------------------------  */
  /*                           product-order                                     */
  /* --------------------------------------------------------------------------  */
  .order-form {
    flex-direction: column;
  }
  .order-form .order-contacts {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .bascket-number {
    width: 45%;
  }

  .order-product {
    padding-left: 0;
    width: 100%;
  }

  .total-price p {
    font-size: 24px;
  }

  /* -------------------------------------------------------------------------- */
  /*                                products page                                */
  /* -------------------------------------------------------------------------- */
  .active-filter.filter-menu {
    width: 40vw;
  }
  .active-filter.filter-menu .close-btn {
    display: flex;
  }
  .active-filter.filter-menu .close-filter-bg {
    left: 40vw;
    width: 60vw;
  }

  .product-list > a {
    width: 50%;
  }

  /* -------------------------------------------------------------------------- */
  /*                                product page                                */
  /* -------------------------------------------------------------------------- */
  .current-product .img-half img {
    height: 320px;
  }

  /* -------------------------------------------------------------------------- */
  /*                         delivery and payments page                         */
  /* -------------------------------------------------------------------------- */
  .delivery-card .img-wrap {
    width: 30%;
  }
  .delivery-card figcaption {
    width: 70%;
  }

  /* --------------------------------------------------------------------------  */
  /*                         news page                                           */
  /* --------------------------------------------------------------------------  */
  .news-category-line .category-wrap-btn {
    width: 33%;
  }

  /* --------------------------------------------------------------------------  */
  /*                           services                                          */
  /* --------------------------------------------------------------------------  */
  .services {
    grid-template: 2fr/2fr 2fr;
  }
}
@media screen and (max-width: 1000px) {
  .service-form label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 9px;
  }

  .info-line {
    flex-wrap: wrap;
  }
  .info-line .logo {
    order: -1;
    width: 100%;
    margin-bottom: 15px;
  }
  .info-line > div {
    width: 40%;
  }
  .info-line .address {
    width: 60% !important;
    order: 3;
    margin: 0 auto;
  }

  footer .phone,
footer .mail {
    margin-bottom: 25px;
  }

  .menu .burger-btn {
    display: block;
  }
  .menu nav {
    display: none;
  }

  .burger-active + nav {
    display: block;
  }
  .burger-active + nav ul .sub-menu a {
    padding: 0 0 5px 0;
  }

  .sub-menu {
    padding: 10px 0;
    margin: 0 0 5px 0;
    display: block;
    position: relative;
    opacity: 1;
    background: #042c68;
  }
  .sub-menu a {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.5rem;
    text-transform: none;
    border-bottom: none;
  }

  .grid {
    grid-template: 1fr/1fr 1fr 1fr 1fr;
    grid-row-gap: 20px;
  }

  .feed, .water {
    grid-column: 1/4;
  }

  .fish, .service {
    grid-column: 2/5;
  }

  .service {
    grid-row-start: 4;
  }

  .goods-list {
    margin: 0 -15px 25px;
  }
  .goods-list > a {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 15px;
  }

  .price {
    padding: 10px;
  }

  /* -------------------------------------------------------------------------- */
  /*                                product page                                */
  /* -------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------  */
  /*                           services                                          */
  /* --------------------------------------------------------------------------  */
  .services {
    display: block;
  }

  .service {
    margin-bottom: 25px;
  }

  /* -------------------------------------------------------------------------- */
  /*                                  contacts                                  */
  /* -------------------------------------------------------------------------- */
  .main-contacts-header {
    justify-content: flex-start;
    flex-direction: column;
  }

  .own-section {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 40px;
  }

  .own-section,
.feedback-section {
    width: 100%;
  }

  .own-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 50%;
  }

  /* -------------------------------------------------------------------------- */
  /*                                   basket                                   */
  /* -------------------------------------------------------------------------- */
  .basket-row {
    grid-template: 1fr/1fr 2fr 1fr 1fr 0.25fr;
  }

  .name-col {
    grid-column: 2/3;
  }
  .name-col h3 {
    font-size: 2.2rem;
  }

  .count-col {
    grid-column: 3/4;
  }

  .price-col {
    grid-column: 4/5;
  }

  .delete-col {
    grid-column: 5/6;
  }
}
@media screen and (max-width: 800px) {
  /* -------------------------------------------------------------------------- */
  /*                                products page                                */
  /* -------------------------------------------------------------------------- */
  .active-filter.filter-menu {
    width: 60vw;
  }
  .active-filter.filter-menu .close-filter-bg {
    left: 60vw;
    width: 40vw;
  }

  /* -------------------------------------------------------------------------- */
  /*                         delivery and payments page                         */
  /* -------------------------------------------------------------------------- */
  .delivery-card {
    padding: 25px 5%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .delivery-card .img-wrap {
    width: 50%;
    margin-bottom: 20px;
  }
  .delivery-card figcaption {
    width: 100%;
  }

  /* -------------------------------------------------------------------------- */
  /*                                product page                               */
  /* -------------------------------------------------------------------------- */
  .current-product {
    flex-wrap: wrap;
  }

  .img-half,
.desc-half {
    width: 100%;
  }

  .img-half {
    margin-bottom: 20px;
  }

  .price-line {
    justify-content: space-between;
  }
  .price-line .general-price {
    margin: 0;
  }
  .price-line .right-part {
    min-width: auto;
  }

  .service-popup {
    overflow-y: scroll;
    width: 80%;
  }

  .service-form .service-form-item {
    display: block;
  }
  .service-form input,
.service-form textarea {
    width: 100%;
    padding: 5px;
  }
  .service-form button {
    width: 100%;
  }

  /* -------------------------------------------------------------------------- */
  /*                                  contacts                                  */
  /* -------------------------------------------------------------------------- */
  .feedback-section .service-form-item {
    display: flex;
  }

  /* -------------------------------------------------------------------------- */
  /*                                   basket                                   */
  /* -------------------------------------------------------------------------- */
  .basket-row {
    grid-template: 1fr/1fr 1.5fr 1fr 1fr 0.25fr;
  }

  .name-col {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .phone svg,
.control svg {
    word-wrap: 30px;
    height: 30px;
  }
  .phone ul,
.control ul {
    margin-left: 10px;
  }

  .info-line > div {
    width: 49%;
  }

  .grid > section {
    grid-column: 1/5;
  }

  .goods-list {
    margin: 0 -7px 25px;
  }
  .goods-list > a {
    padding: 0 7px;
  }

  /* -------------------------------------------------------------------------- */
  /*                                product page                                */
  /* -------------------------------------------------------------------------- */
  .price-line {
    justify-content: center;
  }
  .price-line .general-price {
    margin-bottom: 10px;
  }
  .price-line .right-part {
    min-width: 70%;
  }

  /* --------------------------------------------------------------------------  */
  /*                         news page                                           */
  /* --------------------------------------------------------------------------  */
  .new {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .new img {
    margin-bottom: 25px;
  }

  .new-desc h3 {
    margin-bottom: 25px;
  }

  /* -------------------------------------------------------------------------- */
  /*                                  contacts                                  */
  /* -------------------------------------------------------------------------- */
  .own-section {
    display: block;
  }

  .own-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .feedback-section .service-form .service-form-item {
    display: block;
  }
  .feedback-section .service-form .service-form-item div {
    width: 100%;
  }

  .basket-popup {
    padding: 15px 100px;
  }
  .basket-popup .basket-popup-img,
.basket-popup h3 {
    margin-bottom: 15px;
  }
  .basket-popup img {
    width: 350px;
  }
}
@media screen and (max-width: 650px) {
  .goods-list {
    width: 70%;
    margin: 0 auto 25px;
  }
  .goods-list > a {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .product-list {
    width: 80%;
  }
  .product-list > a {
    width: 100%;
  }

  /* -------------------------------------------------------------------------- */
  /*                                   basket                                   */
  /* -------------------------------------------------------------------------- */
  .title-row:first-child {
    display: none;
  }

  .basket-row:not(.title-row) {
    grid-template: 30px 45px 30px/1fr minmax(60%, 2fr) 0.2fr;
  }
  .basket-row:not(.title-row) > div {
    align-items: flex-start;
  }
  .basket-row:not(.title-row) .img-col {
    grid-area: 1/1/4/2;
  }
  .basket-row:not(.title-row) .img-col img {
    height: 100%;
  }
  .basket-row:not(.title-row) .name-col {
    grid-area: 1/2/2/3;
  }
  .basket-row:not(.title-row) .name-col h3 {
    margin: 0;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .basket-row:not(.title-row) .count-col {
    grid-area: 2/2/3/3;
    justify-content: flex-start;
  }
  .basket-row:not(.title-row) .count-col input {
    padding: 10px 15px;
  }
  .basket-row:not(.title-row) .name-col,
.basket-row:not(.title-row) .count-col,
.basket-row:not(.title-row) .price-col {
    padding: 0 15px;
  }
  .basket-row:not(.title-row) .price-col {
    grid-area: 3/2/4/3;
    justify-content: flex-start;
  }
  .basket-row:not(.title-row) .delete-col {
    grid-area: 2/3/3/4;
  }

  .general-row {
    grid-template: 1fr/repeat(3, 1fr);
    padding: 15px 0;
  }
  .general-row .name-col {
    grid-column: 1/2;
  }
  .general-row .count-col {
    grid-column: 2/3;
  }
  .general-row .price-col {
    grid-column: 3/4;
  }

  .basket-popup {
    padding: 15px 75px;
  }
  .basket-popup .basket-popup-img,
.basket-popup h3 {
    margin-bottom: 10px;
  }
  .basket-popup img {
    width: 300px;
  }
}
@media screen and (max-width: 550px) {
  .info-line > div {
    width: 100%;
  }
  .info-line .address {
    width: 80% !important;
  }

  .phone {
    justify-content: center;
    margin: 15px;
  }
  .phone ul {
    padding-right: 10%;
  }

  .control {
    padding: 30px 0;
  }
  .control > a, .control > p {
    text-align: center;
    width: 33%;
  }
  .control > a {
    width: 20%;
  }
  .control > p {
    width: 50%;
  }

  .feed svg {
    width: 150px;
    height: 150px;
  }

  .fish svg {
    width: 303px;
    height: 75px;
  }

  .water svg {
    width: 146px;
    height: 150px;
  }

  .service svg {
    width: 150px;
    height: 155px;
  }

  .goods-list {
    width: 85%;
  }

  .mail {
    justify-content: center;
    padding-right: 10%;
  }

  .service-table-box {
    overflow-x: scroll;
  }

  /* --------------------------------------------------------------------------  */
  /*                           product-order                                     */
  /* --------------------------------------------------------------------------  */
  .total-price p {
    font-size: 20px;
  }

  .commit-order {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  /* -------------------------------------------------------------------------- */
  /*                                product page                                */
  /* -------------------------------------------------------------------------- */
  .active-filter.filter-menu {
    width: 80vw;
  }
  .active-filter.filter-menu .close-filter-bg {
    left: 80vw;
    width: 20vw;
  }

  .filter-btn button {
    width: 75%;
  }

  /* --------------------------------------------------------------------------  */
  /*                         news page                                           */
  /* --------------------------------------------------------------------------  */
  .news-category-line .category-wrap-btn {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-list {
    width: 100%;
  }

  /* -------------------------------------------------------------------------- */
  /*                         delivery and payments page                         */
  /* -------------------------------------------------------------------------- */
  .delivery-card .img-wrap {
    width: 70%;
  }
  .delivery-card figcaption {
    width: 100%;
  }

  /* --------------------------------------------------------------------------  */
  /*                           product-order                                     */
  /* --------------------------------------------------------------------------  */
  .basket-contacts-wrapp .bascket-name {
    flex-direction: column;
  }
  .basket-contacts-wrapp .bascket-name div {
    width: 100%;
  }
  .basket-contacts-wrapp .bascket-name div:first-child {
    margin-bottom: 30px;
  }

  .bascket-number {
    width: 100%;
  }

  .basket-delivery input[type=text] {
    width: 100%;
  }

  .order-product-inf .order-product-table {
    font-size: 15px;
  }
  .order-product-inf .order-product-table .bold {
    padding-left: 7px;
  }

  .price-delivery p {
    font-size: 14px;
  }

  .total-price p {
    font-size: 16px;
  }

  .basket-popup {
    padding: 15px 50px;
  }
  .basket-popup .basket-popup-img,
.basket-popup h3 {
    margin-bottom: 10px;
  }
  .basket-popup img {
    width: 250px;
  }
}
@media screen and (max-width: 450px) {
  .goods-list {
    width: 100%;
  }

  .basket-popup {
    padding: 10px 20px;
  }
  .basket-popup .basket-popup-img,
.basket-popup h3 {
    margin-bottom: 10px;
  }
  .basket-popup img {
    width: 200px;
  }
}
@media screen and (max-width: 400px) {
  .close {
    top: 15px;
    right: 15px;
  }

  .info-line .address {
    width: 100% !important;
  }

  .fish svg {
    width: 252px;
    height: 63px;
  }

  /* -------------------------------------------------------------------------- */
  /*                                products page                                */
  /* -------------------------------------------------------------------------- */
  .active-filter.filter-menu {
    width: 90vw;
  }
  .active-filter.filter-menu .close-filter-bg {
    left: 90vw;
    width: 10vw;
  }

  /* -------------------------------------------------------------------------- */
  /*                                product page                                */
  /* -------------------------------------------------------------------------- */
  .desc-wrap .certificate-line {
    text-align: center;
  }

  .right-part {
    flex-wrap: wrap;
    justify-content: center;
  }
  .right-part .count-col {
    margin-bottom: 10px;
  }
  .right-part .add-to-basket {
    margin: 0;
  }

  /* --------------------------------------------------------------------------  */
  /*                         news page                                           */
  /* --------------------------------------------------------------------------  */
  .news-category-line .category-wrap-btn {
    width: 100%;
  }

  /* --------------------------------------------------------------------------  */
  /*                         news page                                           */
  /* --------------------------------------------------------------------------  */
  .close-popup-btn span {
    width: 16px;
    height: 2px;
  }

  .service-popup p {
    font-size: 2rem;
  }

  /* -------------------------------------------------------------------------- */
  /*                                  contacts                                  */
  /* -------------------------------------------------------------------------- */
}
