@font-face {
  font-family: "Regular";
  src: url(/fonts/Gilroy-Regular.ttf);
}
@font-face {
  font-family: "Medium";
  src: url(/fonts/Gilroy-Medium.ttf);
}
@font-face {
  font-family: "SemiBold";
  src: url(/fonts/Gilroy-Semibold.ttf);
}
@font-face {
  font-family: "Bold";
  src: url(/fonts/Gilroy-Bold.ttf);
}
html {
  font-size: 10px;
}
body {
  font-family: "Medium";
  scroll-behavior: smooth;
  background-color: #fff;
  color: #161616;
  position: relative;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  position: absolute;
  left: 50%;
  justify-content: center;
  width: 8px;
  max-height: 50px;
  border-radius: 12px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #005fa3;
  border-radius: 200px;
  width: 10px;
}
.container-fluid,
.container,
.row {
  padding: 0;
}
.topHeader {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.topHeader .inContainer {
  margin: 0 auto;
}
.topHeader .row .col-md-1 {
  display: flex;
  justify-content: center;
}
.topHeader .row .col-md-1 a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #868686;
}
.topHeader .row .col-md-1 a:hover {
  color: #005fa3;
}
.topHeader .row .col-md-9 {
  display: flex;
}
.topHeader .row .col-md-9 img {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
  margin-right: 1rem;
}
.topHeader .row .col-md-9 p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #868686;
}
.underTopHeader {
  width: 80%;
  margin: 0 auto;
  padding: 1rem 0;
  box-sizing: border-box;
}
.underTopHeader a.logo img {
  width: 8rem;
  object-fit: contain;
}
.underTopHeader .col-md-5 a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #1e2021;
}
.underTopHeader .col-md-5 a img {
  margin-right: 1rem;
}
.underTopHeader .col-md-5 a.tel {
  font-family: "SemiBold";
  color: #333;
}
.underTopHeader .col-md-5 button {
  font: 1.6rem "SemiBold";
  line-height: 150%;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 12px 24px;
  box-sizing: border-box;
  background-color: #005fa3;
  border: 0.1rem solid transparent;
}
.underTopHeader .col-md-5 button:hover {
  background-color: #fff !important;
  color: #005fa3 !important;
  border: 0.1rem solid #005fa3 !important;
}
.underTopHeader .inputContainer {
  position: relative;
}
.underTopHeader .inputContainer button {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-50%, 30%);
}
.underTopHeader .inputContainer input {
  padding: 1.2rem;
  box-sizing: border-box;
  border-radius: 8px;
  background: #f7f7f7;
  font-size: 14px;
  color: #656565;
}
.underTopHeader .inputContainer .floatSearch {
  position: absolute;
  width: 100%;
  left: 0;
  top: 5rem;
  height: 0;
  overflow-y: scroll;
  background-color: #f7f7f7;
  border-radius: 1.2rem;
  box-sizing: border-box;
  z-index: 10;
}
.underTopHeader .inputContainer .floatSearch .product {
  max-height: 0;
  overflow: hidden;
}
.underTopHeader .inputContainer .floatSearch .product .inRow {
  display: flex;
  align-items: center;
}
.underTopHeader .inputContainer .floatSearch .product .inRow .col-md-4 img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 0.8rem;
}
.underTopHeader .inputContainer .floatSearch .product .inRow .col-md-7 h3 {
  font: 1.8rem "SemiBold";
  margin-bottom: 1rem;
}
.underTopHeader .inputContainer .floatSearch .product .inRow .col-md-7 .row-end {
  display: flex;
}
.underTopHeader .inputContainer .floatSearch .product .inRow .col-md-7 .row-end a {
  display: flex;
  justify-content: center;
  padding: 1rem 2rem;
  box-sizing: border-box;
  background-color: #005fa3;
  width: 80%;
  font: 1.6rem "SemiBold";
  line-height: 150%;
  border-radius: 0.8rem;
  color: #fff;
  border: 0.1rem solid transparent;
}
.underTopHeader .inputContainer .floatSearch .product .inRow .col-md-7 .row-end a:hover {
  background-color: #fff !important;
  color: #005fa3 !important;
  border: 0.1rem solid #005fa3 !important;
}
.underTopHeader .inputContainer .floatSearch .activeProduct {
  max-height: 25rem;
  margin-bottom: 1rem;
}
.underTopHeader .inputContainer .floatSearch .activeProduct:last-child {
  margin-bottom: 0;
}
.underTopHeader .inputContainer .floatSearch .activeProduct:last-of-type {
  margin-bottom: 0;
}
.underTopHeader .inputContainer .floatSearch .activeProduct.last-active {
  margin-bottom: 0;
}
.underTopHeader .inputContainer .activeSearch {
  height: 30rem;
  padding: 1.2rem;
}
header {
  width: 100%;
  background-color: #005fa3;
}
header nav {
  margin: 0 auto;
  position: relative;
}
header nav ul {
  display: flex;
}
header nav ul li {
  display: flex;
  justify-content: center;
  border-left: rgba(236, 244, 249, 0.15) 0.1rem solid;
  border-right: rgba(236, 244, 249, 0.15) 0.1rem solid;
  flex-grow: 1;
}
header nav ul li a {
  display: flex;
  align-items: center;
  padding: 2rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 100%;
  line-height: 120%;
  color: #fff;
}
header nav ul li:hover {
  background-color: #ecf4f9;
}
header nav ul li:hover a {
  color: #005fa3;
}
header nav ul li:hover a svg path {
  stroke: #005fa3;
}
.floatSubMenu {
  position: absolute;
  right: 10rem;
  display: none;
  width: 23rem;
  top: 5rem;
  background-color: #005fa3;
  border-radius: 0.8rem;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.floatSubMenu ul {
  display: flex;
  flex-direction: column;
}
.floatSubMenu ul li {
  padding: 1rem 2rem;
  box-sizing: border-box;
  justify-content: unset;
  border: 0;
}
.floatSubMenu ul li:last-child {
  margin-bottom: 0;
}
.floatSubMenu ul li:hover {
  background-color: #ecf4f9;
}
.floatSubMenu ul li:hover a {
  color: #005fa3;
}
.floatSubMenu ul li a {
  display: inline;
  text-align: left;
  font-size: 1.6rem;
  color: #fff;
  padding: 0;
}
.floatSubMenu ul li a:hover {
  color: #005fa3;
  background-color: transparent;
}
.floatSubMenu_cacao {
  position: absolute;
  display: none;
  right: 32rem;
  width: 18rem;
  top: 5rem;
  background-color: #005fa3;
  border-radius: 0.8rem;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.floatSubMenu_cacao ul {
  display: flex;
  flex-direction: column;
}
.floatSubMenu_cacao ul li {
  padding: 1rem 2rem;
  box-sizing: border-box;
  border: 0;
  justify-content: unset;
}
.floatSubMenu_cacao ul li:last-child {
  margin-bottom: 0;
}
.floatSubMenu_cacao ul li:hover {
  background-color: #ecf4f9;
}
.floatSubMenu_cacao ul li:hover a {
  color: #005fa3;
}
.floatSubMenu_cacao ul li a {
  display: inline;
  text-align: left;
  font-size: 1.6rem;
  color: #fff;
  padding: 0;
}
.floatSubMenu_cacao ul li a:hover {
  color: #005fa3;
  background-color: transparent;
}
.floatSubMenu.active,
.floatSubMenu_cacao.active {
  max-height: 50vh;
}
main {
  margin: 4rem auto;
}
main .crumbs {
  display: flex;
  list-style: none;
  margin-left: 0;
  margin-bottom: 2rem;
}
main .crumbs li {
  font: 1.4rem "Regular";
  line-height: 143%;
  color: #2b2b2a;
}
main .crumbs li a {
  font: 1.4rem "Regular";
  line-height: 143%;
  color: #2b2b2a;
}
main .crumbs li:last-child a {
  color: #005fa3;
}
main .crumbs li.separator {
  margin: 0 1rem;
  font: 1.4rem "Regular";
  line-height: 143%;
  color: #ccc;
}
main section {
  margin-bottom: 6rem;
}
main section:last-child {
  margin-bottom: 0;
}
main .firstScreen {
  align-items: center;
  display: flex;
}
main .firstScreen .col-md-7 h1 {
  font: 4.8rem "SemiBold";
  line-height: 121%;
  color: #161616;
}
main .firstScreen .col-md-7 p {
  font-size: 1.8rem;
  line-height: 150%;
  color: #161616;
  margin: 2rem 0;
}
main .firstScreen .col-md-7 a {
  display: flex;
  justify-content: center;
  padding: 1rem 2rem;
  box-sizing: border-box;
  background-color: #005fa3;
  width: 100%;
  font: 1.6rem "SemiBold";
  line-height: 150%;
  border-radius: 0.8rem;
  color: #fff;
  border: 0.1rem solid transparent;
}
main .firstScreen .col-md-7 a:hover {
  background-color: #fff !important;
  color: #005fa3 !important;
  border: 0.1rem solid #005fa3 !important;
}
main .firstScreen .col-md-4 img {
  width: 100%;
  object-fit: contain;
}
main .offer h2 {
  font: 3.2rem "Bold";
  line-height: 120%;
  color: #161616;
  margin-bottom: 2rem;
}
main .offer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: stretch;
}
main .offer .row .block {
  display: flex;
  border-radius: 1.6rem;
  padding: 2.4rem;
  box-sizing: border-box;
  height: 100%;
  background: #f0f6fa;
}
main .offer .row .block img {
  width: 4.8rem;
  object-fit: contain;
}
main .offer .row .block p {
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin-left: 2rem;
}
main .categorys h2 {
  font: 3.2rem "Bold";
  line-height: 125%;
  color: #161616;
  margin-bottom: 2rem;
}
main .categorys .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
main .categorys .row .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 17rem;
  border-radius: 1.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
main .categorys .row .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
main .categorys .row .block:hover img {
  transform: scale(1.04);
}
main .categorys .row .block span {
  font: 2rem "SemiBold";
  line-height: 130%;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
main .catalog h1 {
  font: 5.2rem "Bold";
  line-height: 120%;
  color: #161616;
  margin-bottom: 2rem;
  margin-left: 0;
}
main .catalog .col-md-3 .btn-container {
  border-radius: 8px;
  background-color: #f7f7f7;
}
main .catalog .col-md-3 .btn-container button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font: 1.6rem "SemiBold";
  line-height: 110%;
  color: #333;
  padding: 2rem;
  box-sizing: border-box;
}
main .catalog .col-md-3 .btn-container.active button img {
  transform: rotateZ(180deg);
}
main .catalog .col-md-3 .wrapper-menu {
  max-height: 0;
  overflow: hidden;
}
main .catalog .col-md-3 .wrapper-menu button {
  padding: 1rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 143%;
  color: #555;
  text-align: left;
}
main .catalog .col-md-3 .wrapper-menu button.active {
  color: #005fa3;
}
main .catalog .col-md-3 .wrapper-menu ul {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
}
main .catalog .col-md-3 .wrapper-menu ul li {
  margin-bottom: 1rem;
}
main .catalog .col-md-3 .wrapper-menu ul li a {
  font-size: 16px;
  line-height: 112%;
  color: #919191;
  text-align: left;
}
main .catalog .col-md-3 .wrapper-menu ul li a:hover {
  color: #005fa3;
}
main .catalog .col-md-3 .wrapper-menu ul li:last-child {
  margin-bottom: 0;
}
main .catalog .col-md-3 .wrapper-menu ul.active {
  max-height: 30rem;
  overflow-y: scroll;
  margin-left: 4rem;
}
main .catalog .col-md-3 .wrapper-menu.active {
  max-height: 100vh;
}
main .catalog .col-md-12 h2,
main .catalog .col-md-9 h2 {
  font: 4rem "Bold";
  line-height: 120%;
  color: #161616;
  margin-bottom: 2rem;
  margin-left: 3.2rem;
}
main .catalog .col-md-12 .d-flex,
main .catalog .col-md-9 .d-flex {
  margin-left: 3.2rem;
  align-items: center;
}
main .catalog .col-md-12 .d-flex p,
main .catalog .col-md-9 .d-flex p {
  font-size: 14px;
  line-height: 143%;
  color: #787c87;
}
main .catalog .col-md-12 .d-flex select,
main .catalog .col-md-9 .d-flex select {
  background-color: transparent;
  font-size: 14px;
  line-height: 171%;
  color: #161616;
}
main .catalog .col-md-12 .container-fluid,
main .catalog .col-md-9 .container-fluid {
  max-height: 0;
  transform: translateX(150%);
  overflow: hidden;
}
main .catalog .col-md-12 .container-fluid .row,
main .catalog .col-md-9 .container-fluid .row {
  flex-wrap: wrap;
  padding: 4rem;
  box-sizing: border-box;
  align-items: stretch;
}
main .catalog .col-md-12 .container-fluid .row .block,
main .catalog .col-md-9 .container-fluid .row .block {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 18px 0px #0000000d;
  background: #fff;
  border-radius: 1rem;
  padding: 3.2rem;
  height: 100%;
  box-sizing: border-box;
}
main .catalog .col-md-12 .container-fluid .row .block:hover,
main .catalog .col-md-9 .container-fluid .row .block:hover {
  box-shadow: 0px 4px 18px 0px #00000035;
}
main .catalog .col-md-12 .container-fluid .row .block img,
main .catalog .col-md-9 .container-fluid .row .block img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
main .catalog .col-md-12 .container-fluid .row .block p,
main .catalog .col-md-9 .container-fluid .row .block p {
  display: flex;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 120%;
  color: #161616;
}
main .catalog .col-md-12 .container-fluid .row .block p:hover,
main .catalog .col-md-9 .container-fluid .row .block p:hover {
  color: #005fa3;
}
main .catalog .col-md-12 .container-fluid.active,
main .catalog .col-md-9 .container-fluid.active {
  max-height: unset;
  transform: translateX(0);
}
footer {
  padding: 4rem 0;
  box-sizing: border-box;
  background-color: #033356;
  width: 100%;
}
footer .container .no-link a::after {
  display: none;
}
footer .container h3 {
  font: 1.6rem "Bold";
  line-height: 120%;
  color: #fff;
  margin-bottom: 2rem;
}
footer .container ul li {
  margin-bottom: 1rem;
}
footer .container ul li:last-child {
  margin-bottom: 0;
}
footer .container ul li a {
  font-size: 16px;
  line-height: 120%;
  color: #ececec;
}
footer .container ul li a:hover {
  color: #fff;
}
footer .container ul.contacts li {
  display: flex;
  align-items: flex-start;
}
footer .container ul.contacts li a,
footer .container ul.contacts li p {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
footer .container ul.contacts li a img,
footer .container ul.contacts li p img {
  margin-right: 1rem;
  width: 2.4rem;
  object-fit: contain;
}
footer .container ul.contacts li a.tel {
  font-family: "SemiBold";
}
footer .container a {
  position: relative;
  padding-bottom: 0.3rem;
}
footer .container a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
  height: 0.1rem;
  background-color: #fff;
}
footer .container a:hover::after {
  width: 100%;
}
.mobile {
  display: none;
}
.overlayFullScreen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transform: translateX(110%);
}
.semiBold {
  font-family: "SemiBold";
}
.overlayFullScreen.active {
  transform: translateX(0);
}
a.top {
  display: flex;
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: #965A28;
  border-radius: 0.8rem;
}
a.top img {
  width: 2.5rem;
  object-fit: contain;
}
.callBackPopUp {
  position: fixed;
  transform: translateX(-200%);
  top: 20%;
  left: 33.3%;
  width: 33.3%;
  border-radius: 1.2rem;
  z-index: 12;
  background-color: #f0f6fa;
}
.callBackPopUp .inContainer {
  padding: 4.8rem;
  padding-top: 1rem;
  box-sizing: border-box;
}
.callBackPopUp .inContainer .row-close {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.callBackPopUp .inContainer .row-close button {
  position: absolute;
  top: 0;
  right: -7%;
}
.callBackPopUp .inContainer .row-close button img {
  width: 3.2rem;
  object-fit: contain;
}
.callBackPopUp .inContainer h3 {
  font: 4rem "SemiBold";
  line-height: 130%;
  color: #232536;
  margin: 2rem 0;
}
.callBackPopUp .inContainer form {
  display: flex;
  flex-direction: column;
}
.callBackPopUp .inContainer form input,
.callBackPopUp .inContainer form textarea {
  width: 100%;
  font: 1.6rem "Regular";
  line-height: 120%;
  background-color: transparent;
  resize: none;
  color: #8b8e8f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 16px;
  margin-bottom: 2rem;
}
.callBackPopUp .inContainer form p.small {
  font: 1.4rem "Regular";
  line-height: 130%;
  color: #8b8e8f;
}
.callBackPopUp .inContainer form p.small a {
  color: #005fa3;
}
.callBackPopUp .inContainer form button {
  margin-top: 1rem;
  border-radius: 0.4rem;
  padding: 1.6rem 0;
  width: 100%;
  box-sizing: border-box;
  background: #005fa3;
  border: 0.1rem solid transparent;
  font: 1.3rem "Regular";
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
.callBackPopUp .inContainer form button:hover {
  background-color: transparent;
  border-color: #005fa3;
  color: #005fa3;
}
.callBackPopUp #formMessage {
  font-size: 1.6rem;
  margin-top: 2rem !important;
}
.callBackPopUp.active {
  transform: translateX(0);
}
@media screen and (max-width: 1025px) {
  .row > * {
    padding: 0;
  }
  .no-scroll {
    overflow-y: hidden;
  }
  .container,
  .container-fluid {
    width: 90%;
    margin: 0 auto;
  }
  header {
    width: 100%;
    background-color: #ADC801;
    padding: 1rem 0;
    box-sizing: border-box;
  }
  header nav {
    margin: 0 auto;
  }
  header nav ul {
    display: flex;
  }
  header nav ul li {
    display: none;
  }
  header nav .mobile {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  header nav .mobile a img {
    width: 5rem;
  }
  header nav .mobile button {
    display: flex;
    flex-direction: column;
  }
  header nav .mobile button .line {
    height: 0.2rem;
    width: 3rem;
    margin-bottom: 0.7rem;
    background-color: #ececec;
  }
  header nav .mobile button .line:last-child {
    margin-bottom: 0;
  }
  .mobileHeader {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 80%;
    height: 100vh;
    padding: 2rem;
    padding-top: 1rem;
    box-sizing: border-box;
    background-color: #fff;
    transform: translateX(-110%);
  }
  .mobileHeader ul li {
    margin-bottom: 1rem;
  }
  .mobileHeader ul li:last-child {
    margin-bottom: 0;
  }
  .mobileHeader ul li a,
  .mobileHeader ul li button {
    font-size: 1.6rem;
    color: #161616;
  }
  .mobileHeader .top .hidden-ul {
    margin-top: 1rem;
    max-height: 0;
    overflow: hidden;
  }
  .mobileHeader .top .rowClose {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2%;
  }
  .mobileHeader .top .rowClose button img {
    width: 3rem;
    object-fit: contain;
  }
  .mobileHeader .top .inputContainer {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }
  .mobileHeader .top .inputContainer button {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50%, 30%);
  }
  .mobileHeader .top .inputContainer input {
    padding: 1.2rem;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    background: #f7f7f7;
    font-size: 14px;
    color: #656565;
  }
  .mobileHeader .top .inputContainer .floatSearch {
    position: absolute;
    width: 100%;
    left: 0;
    top: 5rem;
    height: 0;
    overflow-y: scroll;
    background-color: #f7f7f7;
    border-radius: 1.2rem;
    box-sizing: border-box;
    z-index: 10;
  }
  .mobileHeader .top .inputContainer .floatSearch .product {
    max-height: 0;
    overflow: hidden;
  }
  .mobileHeader .top .inputContainer .floatSearch .product .inRow {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobileHeader .top .inputContainer .floatSearch .product .inRow .col-md-4 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .mobileHeader .top .inputContainer .floatSearch .product .inRow .col-md-4 img {
    width: 100%;
    height: 13rem;
    object-fit: cover;
    border-radius: 0.8rem;
  }
  .mobileHeader .top .inputContainer .floatSearch .product .inRow .col-md-7 h3 {
    font: 1.8rem "SemiBold";
    margin-bottom: 1rem;
  }
  .mobileHeader .top .inputContainer .floatSearch .product .inRow .col-md-7 .row-end {
    display: flex;
  }
  .mobileHeader .top .inputContainer .floatSearch .product .inRow .col-md-7 .row-end a {
    display: flex;
    justify-content: center;
    padding: 1rem 2rem;
    box-sizing: border-box;
    background-color: #005fa3;
    width: 100%;
    font: 1.6rem "SemiBold";
    line-height: 150%;
    border-radius: 0.8rem;
    color: #fff;
    border: 0.1rem solid transparent;
  }
  .mobileHeader .top .inputContainer .floatSearch .product .inRow .col-md-7 .row-end a:hover {
    background-color: #fff !important;
    color: #005fa3 !important;
    border: 0.1rem solid #005fa3 !important;
  }
  .mobileHeader .top .inputContainer .floatSearch .activeProduct {
    max-height: 25rem;
    margin-bottom: 4rem;
  }
  .mobileHeader .top .inputContainer .floatSearch .activeProduct:last-child {
    margin-bottom: 0;
  }
  .mobileHeader .top .inputContainer .floatSearch .activeProduct:last-of-type {
    margin-bottom: 0;
  }
  .mobileHeader .top .inputContainer .floatSearch .activeProduct.last-active {
    margin-bottom: 0;
  }
  .mobileHeader .top .inputContainer .activeSearch {
    height: 30rem;
    padding: 1.2rem;
  }
  .mobileHeader .top .hidden-ul.active {
    max-height: 60vh;
    margin-left: 2rem;
  }
  .mobileHeader .bottom {
    margin-bottom: 2rem;
  }
  .mobileHeader .bottom a {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    color: #1e2021;
  }
  .mobileHeader .bottom a img {
    margin-right: 1rem;
  }
  .mobileHeader .bottom a.tel {
    font-family: "SemiBold";
    color: #333;
  }
  .mobileHeader .bottom button {
    font: 1.6rem "SemiBold";
    line-height: 150%;
    text-align: center;
    color: #fff;
    width: 100%;
    border-radius: 3px;
    padding: 12px 24px;
    box-sizing: border-box;
    background-color: #005fa3;
  }
  .mobileHeader.active {
    transform: translateX(0);
  }
  .topHeader {
    display: none;
  }
  .underTopHeader {
    display: none;
  }
  main {
    margin: 4rem auto !important;
  }
  main .crumbs {
    display: flex;
    flex-wrap: wrap;
  }
  main .crumbs li {
    font: 1.4rem "Regular";
    line-height: 143%;
    color: #2b2b2a;
  }
  main .crumbs li a {
    font: 1.4rem "Regular";
    line-height: 143%;
    color: #2b2b2a;
  }
  main .crumbs li:last-child a {
    color: #005fa3;
  }
  main .crumbs li.separator {
    margin: 0 1rem;
    font: 1.4rem "Regular";
    line-height: 143%;
    color: #ccc;
  }
  main section {
    margin-bottom: 4rem;
  }
  main section:last-child {
    margin-bottom: 0;
  }
  main .firstScreen {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
  }
  main .firstScreen .col-md-7 {
    margin-top: 2rem;
  }
  main .firstScreen .col-md-7 h1 {
    font: 3.2rem "SemiBold";
    line-height: 121%;
    color: #161616;
  }
  main .firstScreen .col-md-7 p {
    font-size: 1.8rem;
    line-height: 150%;
    color: #161616;
    margin: 2rem 0;
    margin-top: 1rem;
  }
  main .firstScreen .col-md-7 a {
    display: flex;
    justify-content: center;
    padding: 1rem 2rem;
    box-sizing: border-box;
    background-color: #005fa3;
    width: 100%;
    font: 1.6rem "SemiBold";
    line-height: 150%;
    border-radius: 0.8rem;
    color: #fff;
  }
  main .firstScreen .col-md-4 {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  main .firstScreen .col-md-4 img {
    width: 80%;
    object-fit: contain;
  }
  main .offer h2 {
    font: 2.4rem "Bold";
    line-height: 120%;
    color: #161616;
    margin-bottom: 2rem;
  }
  main .offer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  main .offer .row .block {
    display: flex;
    border-radius: 1.6rem;
    padding: 2.4rem;
    width: 100%;
    box-sizing: border-box;
    background: #f7f7f7;
  }
  main .offer .row .block p {
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin-left: 2rem;
  }
  main .categorys h2 {
    font: 2.4rem "Bold";
    line-height: 125%;
    color: #161616;
    margin-bottom: 2rem;
  }
  main .categorys .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  main .categorys .row .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 17rem;
    border-radius: 1.6rem;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
  }
  main .categorys .row .block span {
    font: 1.8rem "SemiBold";
    line-height: 130%;
    text-align: center;
    color: #fff;
  }
  main .catalog .col-md-3 {
    margin-bottom: 4rem;
  }
  main .catalog .col-md-3 .btn-container {
    border-radius: 8px;
    background-color: #f7f7f7;
  }
  main .catalog .col-md-3 .btn-container button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font: 1.6rem "SemiBold";
    line-height: 110%;
    color: #333;
    padding: 2rem;
    box-sizing: border-box;
  }
  main .catalog .col-md-3 .btn-container.active button img {
    transform: rotateZ(180deg);
  }
  main .catalog .col-md-3 .wrapper-menu {
    max-height: 0;
    overflow: hidden;
  }
  main .catalog .col-md-3 .wrapper-menu button {
    padding: 2rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 143%;
    color: #555;
  }
  main .catalog .col-md-3 .wrapper-menu button.active {
    color: #005fa3;
  }
  main .catalog .col-md-3 .wrapper-menu ul {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
  }
  main .catalog .col-md-3 .wrapper-menu ul li {
    margin-bottom: 1rem;
  }
  main .catalog .col-md-3 .wrapper-menu ul li a {
    font-size: 16px;
    line-height: 112%;
    color: #919191;
  }
  main .catalog .col-md-3 .wrapper-menu ul li:last-child {
    margin-bottom: 0;
  }
  main .catalog .col-md-3 .wrapper-menu ul.active {
    max-height: 30rem;
    overflow-y: scroll;
    margin-left: 4rem;
  }
  main .catalog .col-md-3 .wrapper-menu.active {
    max-height: 100vh;
  }
  main .catalog .col-md-12 h2,
  main .catalog .col-md-8 h2 {
    font: 2.4rem "Bold";
    line-height: 120%;
    color: #161616;
    margin-bottom: 2rem;
    margin-left: 0;
  }
  main .catalog .col-md-12 h2 br,
  main .catalog .col-md-8 h2 br {
    display: none;
  }
  main .catalog .col-md-12 .d-flex,
  main .catalog .col-md-8 .d-flex {
    align-items: center;
    margin-left: 0;
  }
  main .catalog .col-md-12 .d-flex p,
  main .catalog .col-md-8 .d-flex p {
    font-size: 14px;
    line-height: 143%;
    color: #787c87;
  }
  main .catalog .col-md-12 .d-flex select,
  main .catalog .col-md-8 .d-flex select {
    background-color: transparent;
    font-size: 14px;
    line-height: 171%;
    color: #161616;
  }
  main .catalog .col-md-12 .container-fluid,
  main .catalog .col-md-8 .container-fluid {
    margin-top: 4rem;
    max-height: 0;
    transform: translateX(150%);
    overflow: hidden;
  }
  main .catalog .col-md-12 .container-fluid .row,
  main .catalog .col-md-8 .container-fluid .row {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main .catalog .col-md-12 .container-fluid .row .block,
  main .catalog .col-md-8 .container-fluid .row .block {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 1rem;
    padding: 1.6rem;
    box-sizing: border-box;
  }
  main .catalog .col-md-12 .container-fluid .row .block img,
  main .catalog .col-md-8 .container-fluid .row .block img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    border-radius: 0.5rem;
  }
  main .catalog .col-md-12 .container-fluid .row .block a,
  main .catalog .col-md-8 .container-fluid .row .block a {
    display: flex;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 120%;
    color: #161616;
  }
  main .catalog .col-md-12 .container-fluid.active,
  main .catalog .col-md-8 .container-fluid.active {
    max-height: unset;
    transform: translateX(0);
  }
  footer {
    padding: 4rem 3rem;
    box-sizing: border-box;
    background-color: #033356;
    width: 100%;
  }
  footer .container {
    width: 95%;
  }
  footer .container h3 {
    font: 1.6rem "Bold";
    line-height: 120%;
    color: #fff;
    margin-bottom: 1rem;
  }
  footer .container ul li {
    margin-bottom: 1rem;
  }
  footer .container ul li:last-child {
    margin-bottom: 0;
  }
  footer .container ul li a {
    font-size: 14px;
    line-height: 120%;
    color: #ececec;
  }
  footer .container ul li a:hover {
    color: #fff;
  }
  footer .container [class^="col-md"] {
    margin-bottom: 4rem;
  }
  footer .container [class^="col-md"]:last-child {
    margin-bottom: 0;
  }
  footer .container .mobile-margin0 {
    margin-bottom: 0;
  }
  footer .container .col-md-1 {
    display: none;
  }
  footer .container ul.contacts li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
  }
  footer .container ul.contacts li a img {
    margin-right: 1rem;
    width: 2.4rem;
    object-fit: contain;
  }
  footer .container ul.contacts li a.tel {
    font-family: "SemiBold";
  }
  footer .container a.top {
    display: none;
  }
  .callBackPopUp {
    position: fixed;
    top: 10%;
    left: 2.5%;
    transform: translateX(-110%);
    width: 95%;
    border-radius: 1.2rem;
    z-index: 12;
    background-color: #f0f6fa;
  }
  .callBackPopUp .inContainer {
    padding: 3.2rem;
    padding-top: 1rem;
    box-sizing: border-box;
  }
  .callBackPopUp .inContainer .row-close {
    display: flex;
    position: relative;
    justify-content: flex-end;
  }
  .callBackPopUp .inContainer .row-close button {
    position: absolute;
    top: 0;
    right: -7%;
  }
  .callBackPopUp .inContainer .row-close button img {
    width: 3.2rem;
    object-fit: contain;
  }
  .callBackPopUp .inContainer h3 {
    font: 2.4rem "SemiBold";
    line-height: 130%;
    color: #232536;
    margin: 2rem 0;
  }
  .callBackPopUp .inContainer form {
    display: flex;
    flex-direction: column;
  }
  .callBackPopUp .inContainer form input,
  .callBackPopUp .inContainer form textarea {
    width: 100%;
    font: 1.6rem "Regular";
    line-height: 120%;
    background-color: transparent;
    resize: none;
    color: #8b8e8f;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 16px;
    margin-bottom: 2rem;
  }
  .callBackPopUp .inContainer form p.small {
    font: 1.4rem "Regular";
    line-height: 130%;
    color: #8b8e8f;
  }
  .callBackPopUp .inContainer form p.small a {
    color: #005fa3;
  }
  .callBackPopUp .inContainer form button {
    margin-top: 1rem;
    border-radius: 0.4rem;
    padding: 1.6rem 0;
    width: 100%;
    box-sizing: border-box;
    background: #005fa3;
    border: 0.1rem solid transparent;
    font: 1.3rem "Regular";
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
  }
  .callBackPopUp .inContainer form button:hover {
    background-color: transparent;
    border-color: #005fa3;
    color: #005fa3;
  }
}
strong {
  font-family: "SemiBold";
}
