* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #8eb3bf;
}

::-webkit-scrollbar-thumb {
  background: #8eb3bf;
  border-radius: 15px;
  border: 3px solid #8eb3bf;
  -webkit-transition: all 0, 3s;
  transition: all 0, 3s;
}

::-webkit-scrollbar-thumb {
  background-color: #8eb3bf;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(142, 179, 191, 0.3);
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 100px;
}

.-horizontal {
  width: calc(100% - 110px);
  margin-left: 55px;
  height: 10px;
  background-color: rgba(142, 179, 191, 0.3);
  border-radius: 5px;
}

.-horizontal .thumb {
  width: 33% !important;
  height: 6px !important;
  background: #8eb3bf !important;
  border-radius: 5px !important;
}

#overlay-button,
#overlay-button1 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 16px 3px;
  z-index: 100;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

#overlay-button span,
#overlay-button1 span {
  height: 3px;
  width: 30px;
  border-radius: 2px;
  background-color: #8eb3bf;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#overlay-button span:before,
#overlay-button1 span:before {
  top: -8px;
  visibility: visible;
}

#overlay-button span:after,
#overlay-button1 span:after {
  top: 8px;
}

#overlay-button span:before,
#overlay-button span:after,
#overlay-button1 span:before,
#overlay-button1 span:after {
  height: 3px;
  width: 30px;
  border-radius: 2px;
  background-color: #8eb3bf;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

/* input[type="checkbox"]:checked ~ #overlay {
  visibility: visible !important;
} */
input[type="checkbox"]:checked ~ #overlay-button:hover span,
input[type="checkbox"]:checked ~ #overlay-button span,
input[type="checkbox"]:checked ~ #overlay-button1:hover span,
input[type="checkbox"]:checked ~ #overlay-button1 span {
  background: transparent;
}

input[type="checkbox"]:checked ~ #overlay-button span:before,
input[type="checkbox"]:checked ~ #overlay-button1 span:before {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(5.5px, 5px);
  opacity: 1;
}

input[type="checkbox"]:checked ~ #overlay-button span:after,
input[type="checkbox"]:checked ~ #overlay-button1 span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  transform: rotate(-45deg) translate(6px, -6px);
}

#overlay,
#overlay1 {
  visibility: hidden;
}

#overlay.active,
#overlay1.active {
  visibility: visible;
}

html {
  background: #ffffff;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  margin: 0;
  padding: 31px 55px;
}

@media only screen and (max-width: 1180px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1180px) {
  .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

.cart-modal--items-wrapper {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
}

h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 59px;
  color: #0f2445;
}

h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #0f2445;
}

.spec_title_cats {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #0f2445;
  background: rgba(142, 179, 191, 0.3);
  /* margin-left: -55px;
  padding: 0px 55px 0px;
  width: calc(100% + 110px) !important; */
  padding: 10px 55px;
  margin-bottom: -4px !important;
  margin-top: 35px;
}

@media screen and (max-width: 1180px) {
  .spec_title_cats {
    /* margin-left: -20px;
    padding: 0px 20px 0px;
    width: calc(100% + 40px) !important; */
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1180px) {
  .spec_title_cats {
    /* margin-left: -50px;
    padding: 0px 50px 0px;
    width: calc(100% + 100px) !important; */
    padding: 10px 50px;
  }
}

.posts_m_info h1 {
  background: unset;
  margin-left: 0px;
  padding: 0px;
  width: 100% !important;
  margin-bottom: 27px !important;
  margin-top: 0px;
}

@media screen and (max-width: 1180px) {
  .posts_m_info h1 {
    margin-left: 0px;
    padding: 0px;
    width: 100% !important;
  }
}

h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #212736;
}

p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
}

.custom_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: auto;
  margin-top: 20px;
  background: rgba(142, 179, 191, 0.3);
  border-radius: 5px;
  padding: 13px 12px 13px 21px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_btn p {
  position: relative;
  left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #0f2445;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.submit_form_btn .custom_btn_text {
  position: relative;
  left: 0px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog_p_wrapper .arrow_down_wrapper {
  margin-bottom: -13px;
}

.catalog_m_wrapper .arrow_down_wrapper {
  margin-top: -20px;
  margin-bottom: -15px;
}

.catalog_p_wrapper > a:first-of-type {
  margin-top: 33px;
}

@media screen and (max-width: 1180px) {
  .catalog_m_wrapper .arrow_down_wrapper {
    margin-top: -10px;
    margin-bottom: -5px;
  }

  .catalog_p_wrapper .slide:first-child {
    margin-top: 13px;
  }

  .catalog_p_wrapper .arrow_down_wrapper {
    margin-bottom: -7px;
  }
}

.arrow_down_wrapper {
  display: flex;
  width: 100%;
}

.arrow_down {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  padding: 10px 12px 10px 21px;
  background-color: rgb(166 195 204);
  cursor: pointer;
}

.arrow_down_wrapper .arrow_down {
  /* margin-top: 0px !important; */
}

.arrow_down .custom_btn_text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.custom_btn img {
  width: 19px !important;
  height: 22.5px;
  margin-left: 7px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.custom_btn .white_arrow {
  display: none;
}

.custom_btn:hover {
  background: #0f2445;
}

.custom_btn:hover .custom_btn_text {
  position: relative;
  left: 9px;
  color: #ffffff;
}

.custom_btn:hover .custom_btn_img {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.custom_btn:hover .arrow_down_img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.unnactive {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  pointer-events: none !important;
  background: #bbbbbb !important;
}

.unnactive p {
  color: #ffffff !important;
}

.unnactive .white_arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.unnactive .black_arrow {
  display: none;
}

.unnactive:hover {
  background: #bbbbbb !important;
}

.unnactive:hover .custom_btn_text {
  position: relative !important;
  left: 0px !important;
  color: #ffffff !important;
}

.unnactive:hover .custom_btn_img {
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}

.select {
  position: relative;
}

.select .select_custom_pseudo {
  width: 100%;
  position: relative;
}

.select .select_custom_pseudo::after {
  content: url(../assets/arrow_d.svg);
  width: 16px;
  height: 15px;
  position: absolute;
  right: 8px;
  top: 13px;
  cursor: pointer;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-left: 24px;
  position: relative;
  width: 59px;
  height: 30px;
  background: transparent;
  border: 1px solid #8eb3bf;
  border-radius: 5px;
  padding-left: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase !important;
}

@media only screen and (max-width: 1180px) {
  .select select {
    margin-left: 0px;
  }
}

.options_select {
  text-transform: uppercase !important;
}

.nav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  width: 325px;
  padding: 25px 0px;
  bottom: 0px;
  left: 0px;
  gap: 20px;
  z-index: 102;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(255, 255, 255)),
    to(#8eb3bf)
  );
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, #8eb3bf 100%);
}

@media only screen and (max-width: 1180px) {
  .nav_wrapper {
    display: none;
    width: 100%;
  }
}

.nav_wrapper_mobile {
  display: none !important;
  width: 100% !important;
  position: static !important;
  /* padding: 25px 0px 70px !important; */
  padding-bottom: 160px !important;
}

.nav_wrapper_mobile a {
  /* margin-bottom: 160px; */
  margin-bottom: 0px;
  margin-top: 50px;
}

/* 
@media only screen and (max-width: 1180px) {
  .nav_wrapper_mobile {
    display: none !important;
    width: 100%;
  }
} */

.nav_wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80px;
  height: 80px;
  background: #0f2445;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  rotate: 0deg;
  -webkit-transform: scale(1);
  transform: scale(1);
  scale: 1;
  overflow: hidden;
}

.nav_wrapper a:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.05;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1150ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.nav_wrapper a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_wrapper a:hover:after {
  left: 150%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.nav_wrapper a img {
  width: 25px;
  height: 25px;
}

.order_btn {
  position: relative;
  overflow: hidden;
}

.order_btn:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.05;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1150ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  /* z-index: -10; */
}

.order_btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.order_btn:hover:after {
  left: 150%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.nav_wrapper a p {
  margin-top: 11px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
}

.plus_h {
  width: 12px;
  height: 13px;
}

.cart-btn {
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #0f2445;
  filter: drop-shadow(0px 0px 30px #8eb3bf);
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
  rotate: 0deg;
  translate: 0px;
  transition: all 0.3s;
}

.cart-icon {
  width: 36px;
  height: 36px;
  position: relative;
  top: -2px;
}

.cart-btn--counter-wrapper {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ff5151;
  border-radius: 50%;
}

.cart-btn--counter {
  font-family: "Roboto";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}

.cart-modal {
  display: none;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 110;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  box-shadow: 5px 0px 30px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  overflow-y: auto;
}

.cart-modal--container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 50px 130px;
  overflow-y: auto;
}

.cart-modal--title {
  margin-bottom: 30px;
}

.cart-modal--items-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.cart-modal--item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.cart-modal--item-underline {
  margin-top: 30px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  border-radius: 5px;
  height: 1px;
  background: rgba(142, 179, 191, 0.3);
}

.cart-modal--item-img-wrapper {
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid rgba(142, 179, 191, 0.3);
  margin-right: 13px;
}

.cart-modal--item-img {
  display: flex;
  width: 98px;
  height: 98px;
}

.cart-modal--item-info {
  display: flex;
  width: calc(100% - 100px - 13px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cart-modal--item-desc {
}

.cart-modal--item-price {
  color: #0f2445;

  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 17px;
}

.cart-modal--item-options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.cart-modal--item-quantity-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.cart-modal--item-quantity-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(142, 179, 191, 0.3);
  color: rgba(0, 0, 0, 0.7);

  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.cart-modal--item-quantity {
  color: #0f2445;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: auto;
  height: 40px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart-modal--item-quantity input {
  display: flex;
  width: 45px;
  text-align: center;
}
.cart-modal--item-quantity input::-webkit-outer-spin-button,
.cart-modal--item-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-modal--item-quantity input[type="number"] {
  -moz-appearance: textfield;
}

.cart-modal--item-delete-btn {
  color: rgba(0, 0, 0, 0.7);
  margin-left: 20px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
}

.cart-modal--options {
  /* position: absolute; */
  bottom: 0px;
  right: 0px;
  margin-top: 30px;
  background: #fff;
  /* padding: 0px 50px 30px; */
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cart-modal--info {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.cart-modal--price {
  color: #212736;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart-modal--make-offer {
  width: 100%;
  border-radius: 5px;
  background: #0f2445;
  cursor: pointer;
}

.cart-modal--make-offer .custom_btn_text {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart-modal--make-offer .custom_btn_img {
}

.cart-modal--close {
  display: flex;
  width: 100%;
  height: 45px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: rgba(142, 179, 191, 0.2);
  margin-top: 16px;
  cursor: pointer;
}

.cart-modal--close .custom_btn_text {
  color: #0f2445;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 325px;
  height: 100vh;
  max-height: 100vh;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #ffffff;
  -webkit-box-shadow: 5px 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0px 30px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 101;
}

.header_close_big_area {
  display: flex;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  z-index: 99;
}

@media only screen and (max-width: 1180px) {
  .header {
    width: 100%;
    height: 90px;
    overflow: unset;
    padding: 13.5px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.header .header_srollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 25px 0px 25px 0px;
  width: 100%;
  height: calc(100vh - 130px);

  max-height: calc(100vh - 130px);
  overflow: auto;

  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1180px) {
  .header .header_srollable {
    width: 100%;
    height: 100vh;
    /* max-height: 100vh; */
    max-height: unset;

    /* overflow-y: scroll; */
    /* overflow: unset; */
    padding: 0px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.header_srollable_spec {
  overflow-y: scroll;
}

.header .header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 1180px) {
  .header .header_wrapper {
    display: none;
  }
}

.header .burger_mobile {
  display: none;
}

@media only screen and (max-width: 1180px) {
  .header .burger_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1180px) {
  .header .logo_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 35px;
  }
}

.header .logo_wrapper .lang_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-left: 24px;
  width: 59px;
  height: 30px;
  border: 1px solid #8eb3bf;
  border-radius: 5px;
}

.header .logo_wrapper .lang_switcher p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.header .logo_wrapper .lang_switcher img {
  margin-left: 5px;
}

.header .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f2445;
  text-transform: uppercase;
  height: 48px;
  width: 100%;
  margin-bottom: 17px;
  margin-top: 20px;
  background: rgba(142, 179, 191, 0.3);
}

.header .sub_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f2445;
  padding: 0px 20px;
  height: 38px;
  width: 100%;
  max-width: 280px;
  margin-bottom: 3px;
  background: #f7f7f7;
  border-radius: 5px;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  border: 1px solid #f7f7f7;
  cursor: pointer;
}

.header .sub_category:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 1px solid #8eb3bf;
}

@media screen and (max-width: 1180px) {
  .header .sub_category {
    height: 50px;
    max-width: 350px;
  }
}

.header .sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .sp p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f2445;
}

.header .nav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  width: 325px;
  padding: 25px 0px;
  bottom: 0px;
  left: 0px;
  gap: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.7)),
    to(#8eb3bf)
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    #8eb3bf 100%
  );
}

.header .nav_wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80px;
  height: 80px;
  background: #0f2445;
  border-radius: 5px;
}

.header .nav_wrapper a p {
  margin-top: 11px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
}

.header_sub_modal {
  left: 325px;
  z-index: 100;
  background: #ffffff;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  min-height: 100vh;
  padding: 25px 0px 25px 0px;
}

@media only screen and (max-width: 1180px) {
  .header_sub_modal {
    z-index: 105;
    left: 0px;
    height: 100vh;
    overflow: auto;
    padding: 13.5px 0px 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.header_sub_modal .close_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 45px;
  background: #0f2445;
  border-radius: 5px;
  padding: 0px 20px;
  margin-top: 12px;
  margin-bottom: 23px;
  cursor: pointer;
}

.header_sub_modal .close_btn p {
  color: #ffffff;
}

.header_sub_modal .close_btn img {
  margin-left: 15px;
}

.modal_appear {
  -webkit-animation: modal_appear 0.5s ease-out;
  animation: modal_appear 0.5s ease-out;
}

.modal_disappear {
  -webkit-animation: modal_disappear 0.5s ease-in;
  animation: modal_disappear 0.5s ease-in;
}

@-webkit-keyframes modal_appear {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }

  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@keyframes modal_appear {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }

  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@-webkit-keyframes modal_disappear {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }

  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@keyframes modal_disappear {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }

  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

.cart_modal_appear {
  -webkit-animation: cart_modal_appear 0.5s ease-out;
  animation: cart_modal_appear 0.5s ease-out;
}

.cart_modal_disappear {
  -webkit-animation: cart_modal_disappear 0.5s ease-in;
  animation: cart_modal_disappear 0.5s ease-in;
}

@-webkit-keyframes cart_modal_appear {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }

  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@keyframes cart_modal_appear {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@-webkit-keyframes cart_modal_disappear {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }

  100% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@keyframes cart_modal_disappear {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }

  100% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

.wc-block-checkout {
  display: flex;
  width: 100%;
  flex-direction: column-reverse !important;
  padding: 25px;
}

.wp-block-woocommerce-checkout-totals-block {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100% !important;
}

.wp-block-woocommerce-checkout-totals-block span,
.wp-block-woocommerce-checkout-totals-block input,
.wp-block-woocommerce-checkout-totals-block label,
.wp-block-woocommerce-checkout-totals-block div,
.wp-block-woocommerce-checkout-totals-block h2,
.wp-block-woocommerce-checkout-totals-block p,
.wp-block-woocommerce-checkout-fields-block span,
.wp-block-woocommerce-checkout-fields-block input,
.wp-block-woocommerce-checkout-fields-block label,
.wp-block-woocommerce-checkout-fields-block div,
.wp-block-woocommerce-checkout-fields-block h2,
.wp-block-woocommerce-checkout-fields-block p {
  font-family: "Roboto" !important;
  color: #0f2445 !important;
}

.wc-block-components-button__text {
  color: #fff !important;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

body
  > div.main_wrapper
  > div
  > div.wc-block-components-sidebar-layout.wc-block-checkout.is-large
  > div.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block
  > form
  > div.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block
  > div.wc-block-checkout__actions_row
  > button
  > span {
  color: #fff !important;
}

.wp-block-woocommerce-checkout-fields-block input,
.wp-block-woocommerce-checkout-totals-block input {
  border: 1px solid #8eb3bf !important;
}

.wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background: #8eb3bf !important;
}

.wc-block-components-checkout-place-order-button {
  border-radius: 5px;
  background: #0f2445;
  cursor: pointer;
}

.wp-block-woocommerce-checkout-fields-block {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100% !important;
  padding-right: unset !important;
}

.wc-block-components-validation-error p {
  color: #ff5151 !important;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block {
  display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-shipping-block {
  display: none !important;
}

.wp-block-woocommerce-checkout-order-note-block {
  display: none !important;
}

.wc-block-checkout__use-address-for-billing {
  display: none !important;
}

.wc-block-checkout__shipping-option.wp-block-woocommerce-checkout-shipping-methods-block
  .wc-block-formatted-money-amount {
  display: none !important;
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: white !important;
}

.woocommerce-billing-fields__field-wrapper {
}

.woocommerce-billing-fields__field-wrapper .form-row {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
}

.woocommerce-billing-fields__field-wrapper .form-row label abbr {
}

.woocommerce-billing-fields__field-wrapper
  .form-row
  .woocommerce-input-wrapper {
  display: flex !important;
  width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper
  .form-row
  .woocommerce-input-wrapper
  .input-text {
  display: flex !important;
  width: 100% !important;
  border-radius: 5px !important;
  border: 1px solid rgba(142, 179, 191, 0.3) !important;
  padding: 10px 10px;
  margin-top: 5px;
  margin-bottom: 25px;
}

#billing_country_field > span > span > span.selection > span {
  border-radius: 5px !important;
  border: 1px solid rgba(142, 179, 191, 0.3) !important;
}
#billing_state_field > span > span > span.selection > span {
  border-radius: 5px !important;
  border: 1px solid rgba(142, 179, 191, 0.3) !important;
}
.select2-container .select2-selection--single {
  height: 38.75px !important;
  display: flex !important;
  align-items: center !important;
  margin-top: 5px !important;
  margin-bottom: 25px !important;
}

#billing_country, #billing_state {
  border-radius: 5px !important;
  border: 1px solid rgba(142, 179, 191, 0.3) !important;
  height: 38.75px !important;
  display: flex !important;
  width: 100%;
  align-items: center !important;
  margin-top: 5px !important;
  margin-bottom: 25px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px !important;
}
#billing_state_field
  > span
  > span
  > span.selection
  > span
  > span.select2-selection__arrow {
  top: 10px !important;
}
.col-2 {
  display: none !important;
}
.woocommerce-billing-fields h3,
#ship-to-different-address > label > span {
  margin-bottom: 35px;
  margin-top: 20px;
}
.woocommerce-shipping-totals.shipping {
  display: flex;
  flex-direction: column;
}
.woocommerce-shipping-totals.shipping th {
  display: flex !important;
  justify-content: flex-start !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #212736;
  margin-bottom: 35px;
  margin-top: 20px;
}
#shipping_method li label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 10px;
  cursor: pointer !important;
}
#payment .wc_payment_methods.payment_methods {
  padding: 0px !important;
  margin-top: 20px !important;
  padding-bottom: 20px !important;
}
#payment .wc_payment_methods.payment_methods li input {
  margin: 0px !important;
}
#payment .wc_payment_methods.payment_methods li label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 10px;
  cursor: pointer !important;
}

.form-row.place-order {
  display: flex !important;
  justify-content: center !important;
}
#place_order {
  border-radius: 5px;
  background: #0f2445;
  cursor: pointer;
  padding: 13px 30px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#order_review
  .cart-modal--container
  .cart-modal--items-wrapper
  .cart-modal--item
  .cart-modal--item-delete-btn {
  display: none !important;
}
#order_review
  .cart-modal--container
  .cart-modal--items-wrapper
  .cart-modal--item
  .cart-modal--item-quantity-wrapper
  .cart-modal--item-quantity-btn {
  display: none !important;
}
#payment
  > div.cart-modal--container
  > div
  > div.cart-modal--item
  > div.cart-modal--item-info
  > div.cart-modal--item-options
  > div.cart-modal--item-quantity-wrapper
  > div.cart-modal--item-quantity {
  border-radius: 5px;
  background: rgba(142, 179, 191, 0.3);
}
.checkout-special-page {
  width: 100% !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  padding: 30px 20px !important;
  align-items: center !important;
  min-height: unset !important;
  margin-top: 0px !important;
}
.checkout-special-page .cart-modal--container {
  padding: 40px;
}
.checkout-special-page h1 {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 30px;
  text-align: center;
}
.checkout-special-page > .wp-block-group {
  width: 100% !important;
  max-width: 500px !important;
}
.woocommerce-error {
  background-color: white !important;
  padding: 1em 2em !important;
}
.woocommerce-error li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #b81c24c5;
  text-align: center;
  display: flex;
  justify-content: center;
}

#payment > ul > li.wc_payment_method {
  margin: 10px 0px !important;
  cursor: pointer !important;
}
#shipping_method > li {
  margin: 10px 0px !important;
  cursor: pointer !important;
}

.woocommerce-error::before {
  content: "" !important;
  display: none !important;
}

#payment > h4 {
  display: flex !important;
  justify-content: flex-start !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #212736;
  margin-bottom: 30px;
  margin-top: 20px;
}

.cart-modal--item-quantity-input {
  font-size: 16px;
}

@media screen and (max-width: 700px) {
  .woocommerce-billing-fields__field-wrapper .form-row label {
    font-size: 18px !important;
  }
  #payment .wc_payment_methods.payment_methods li label,
  #shipping_method li label {
    font-size: 18px !important;
  }
  #order_review .cart-modal--container {
    padding: 40px 10px 30px !important;
  }

  .woocommerce-billing-fields__field-wrapper
    .form-row
    .woocommerce-input-wrapper
    .input-text {
    padding: 15px 10px !important;
  }
  .select2-container .select2-selection--single {
    height: 48px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 16px !important;
  }
  #billing_state_field
    > span
    > span
    > span.selection
    > span
    > span.select2-selection__arrow {
    top: 16px !important;
  }
}

.logo_wrapper img {
  width: 165px;
  height: 63px;
}

.contact_info > img {
  width: 165px;
  height: 63px;
}

.header_open {
  /* height: calc(100vh - 130px); */
  height: 100vh;
  max-height: 100vh;
  /* overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
  padding: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.scroll_hidden {
  overflow: hidden;
}

.force_show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 325px);
  min-height: 100vh;
}

@media only screen and (max-width: 1180px) {
  .main_wrapper {
    margin-top: 90px;
  }
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.start_nav::-webkit-scrollbar {
  width: 0;
}

.start_nav::-webkit-scrollbar {
  height: 0;
}

.start_inside_nav::-webkit-scrollbar {
  width: 0;
}

.start_inside_nav::-webkit-scrollbar {
  height: 0;
}

.start {
  background: url(../assets/start_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: center;
  height: 70vh;
  position: relative;
}

.start .container {
  padding: 25px 55px 0px 55px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  background: linear-gradient(180deg, #0f2445 0%, rgba(15, 36, 69, 0) 100%);
}

.start h1 {
  /* max-width: 303px; */
  font-size: 40px;
  color: #fff;
  /* backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px); */
}

.start .start_title_wrapper {
  display: flex;
  padding: 15px 5px;
  align-items: center;
  /* background-color: #ffffffc6; */

  margin-bottom: 70px;
}

.start .start_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  gap: 8px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.start .start_nav .start_inside_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: 55px;
}

@media only screen and (max-width: 1180px) {
  .start .start_nav .start_inside_nav {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1180px) {
  .start .start_nav .start_inside_nav {
    margin-left: 50px;
  }
}

.start .start_nav .nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 214px;
  height: 53px;
  opacity: 0.8;
  background: #ffffff;
  border-radius: 5px 5px 0px 0px;
}

@media only screen and (max-width: 1180px) {
  .start .start_nav .nav_item {
    width: auto;
    padding: 0px 30px;
  }
}

.start .start_nav .nav_item p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f2445;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (max-width: 1180px) {
  .start .start_nav .nav_item p {
    text-transform: unset;
  }
}

@media screen and (min-width: 800px) and (max-width: 1180px) {
  .start .start_nav .nav_item p {
    text-transform: uppercase;
  }
}

.start .start_nav .nav_item .line {
  position: absolute;
  bottom: 0px;
  width: 128px;
  height: 3px;
  border-radius: 5px;
}

.start .start_nav .active_nav {
  opacity: 1;
}

.start .start_nav .active_nav .line {
  background: #8eb3bf;
}

.materials_start {
  background: url(../assets/start_back_m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: center;
}

.materials_start h1 {
  max-width: 474px;
}

.description .container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 60px;
}

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

.description_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 20px;
}

.description_menu .custom_btn {
  margin-top: 0px;
}

.description p {
  margin-top: 7px;
  margin-bottom: 7px;
}

.description h3 {
  margin-top: 15px;
}

.description ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: circle;
  list-style-type: circle;
}

.description li {
  /* display: flex; */
  display: list-item;
  width: calc(100% - 30px);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  list-style: circle;
  list-style-type: circle;
  /* padding-left: 20px; */
  margin-left: 30px;
}

.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.projects .container {
  margin: 0px;
}

.projects h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.spec_title_cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 1180px) {
  .projects .slider_projects_m .link_to_all {
    max-width: 200px !important;
    width: 100% !important;
    height: 150px !important;
    aspect-ratio: unset !important;
  }
}

.projects .slider_projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  overflow-x: auto;
  margin-bottom: 31px;
  gap: 35px;
  z-index: 1;
}

.projects .slider_projects .slide_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 35px;
  padding-right: 55px;
}

@media only screen and (max-width: 1180px) {
  .projects .slider_projects .slide_wrapper {
    padding-right: 20px !important;
  }
}

.projects .slider_projects .slide {
  z-index: 10;
  margin-bottom: 41px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 403px;
  width: 403px;
}

.projects .slider_projects .slide:first-child {
  margin-left: 55px;
}

@media only screen and (max-width: 1180px) {
  .projects .slider_projects .slide:first-child {
    margin-left: 20px !important;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1180px) {
  .projects .slider_projects .slide:first-child {
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 1180px) {
  .projects .slider_projects .slide {
    min-width: 300px;
    width: 300px;
  }
}

.projects .slider_projects .slide .slide_category {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 20px;
  background: rgba(142, 179, 191, 0.7);
  border-radius: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f2445;
  z-index: 2;
}

.projects .slider_projects .slide .slide_img {
  width: 100%;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
  aspect-ratio: 2/1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slide_img_wrapper {
  animation: timeline;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px auto;
}

@keyframes timeline {
  0% {
    background-position: -350px 0;
  }

  100% {
    background-position: 400px 0;
  }
}

.projects .slider_projects .slide .slide_img_wrapper {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

.projects .slider_projects .slide .slide_img_wrapper:hover .slide_img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.projects .slider_projects .slide .slide_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

.projects .slider_projects .slide .slide_info h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 100px);
}

.projects .slider_projects .slide .slide_info p {
  width: 84px;
  margin-top: 5px;
  text-align: end;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #8eb3bf;
}

.materials .slider_projects .slide {
  min-width: 202px;
  width: 202px;
}

.materials .slider_projects .slide .slide_img_wrapper {
  border: 1px solid rgba(142, 179, 191, 0.3);
  border-radius: 5px;
}

.materials .slider_projects .slide .slide_img {
  aspect-ratio: 1/1;
}

.materials .slider_projects .slide .slide_info h3 {
  width: 100%;
}

.contacts .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1180px) {
  .contacts .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contacts h2 {
  width: 100%;
  margin-bottom: 44px;
}

.contacts .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(50% - 31px);
}

@media only screen and (max-width: 1180px) {
  .contacts .contact_info {
    width: 100%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1180px) {
  .contacts .contact_info {
    width: calc(50% - 31px);
  }
}

.contacts .contact_info img {
  margin-bottom: 20px;
}

.contacts .contact_info .contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 122px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.contacts .contact_info .contact_block:hover {
  background: rgba(142, 179, 191, 0.1);
  border-radius: 5px;
}

.contacts .contact_info .contact_block .contact_icon {
  margin: 0px;
  width: 40px;
  height: 40px;
}

.contacts .contact_info .contact_block p {
  margin-top: 22px;
  text-align: center;
}

.contacts .contact_info .phone_block {
  width: 50%;
}

.contacts form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  padding: 37px 44px;
  background: rgba(142, 179, 191, 0.3);
  border-radius: 5px;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  border: 1px solid rgb(232, 240, 242);
}

.contact_form_wrapper {
  display: flex;
  justify-content: center;
  width: calc(50% - 31px);
}

@media only screen and (max-width: 1180px) {
  .contacts form {
    width: 100%;
    margin-top: 20px;
    padding: 30px 30px;
  }

  .contact_form_wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1180px) {
  .contacts form {
    width: 100%;
    padding: 30px 20px;
  }

  .contact_form_wrapper {
    width: calc(50% - 31px);
  }
}

.contacts form:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 1px solid #8eb3bf;
}

.contacts form .form_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #212736;
  margin-bottom: 37px;
}

.contacts form .contacts_form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 23px;
  position: relative;
}

.contacts form .contacts_form_block p {
  margin-bottom: 8px;
  margin-left: 7px;
}

.contacts form .contacts_form_block .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 51px;
  padding: 14px 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#ffffff),
      to(#ffffff)
    ),
    #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff), #ffffff;
  border: 1px solid rgba(142, 179, 191, 0.3);
  border-radius: 5px;
}

.contacts form .contacts_form_block .green_alert {
  color: #ff3c3c;
  padding: 13px 10px;
}

.contacts form .contacts_form_block .warning {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 42px;
  left: 13px;
}

.contacts form .contacts_form_block .warning_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.contacts form .form_desc {
  margin-top: 14px;
  position: relative;
}

.contacts form .form_desc > div {
  position: relative;
}

.contacts form .form_desc p {
  text-indent: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.contacts form .form_desc a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}

.contacts form .form_desc .checkbox_custom {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: #00000000;
}

.contacts
  form
  .form_desc
  .checkbox_custom:checked
  + .checkbox_custom_label::after {
  content: "";
  display: block;
  /* position: absolute; */
  position: relative;
  top: 1px;
  /* top: 2.5px; */
  left: 35.5px;
  width: 5px;
  height: 8.5px;
  border: solid #0f2445;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-tap-highlight-color: #00000000;
}

.contacts form .form_desc .checkbox_custom_label {
  position: relative;
  cursor: pointer;
  position: relative;
  left: -26px;
  top: 0px;
  -webkit-tap-highlight-color: #00000000;
}

.contacts form .form_desc .checkbox_custom_label::before {
  content: "";
  width: 13px;
  height: 13px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0f2445;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  /* position: absolute; */
  position: relative;
  top: 14.5px;
  left: 30px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  -webkit-tap-highlight-color: #00000000;
}

@media screen and (min-width: 801px) {
  .contacts form .form_desc .checkbox_custom_label::before {
    position: absolute;
    top: unset;
  }

  .contacts
    form
    .form_desc
    .checkbox_custom:checked
    + .checkbox_custom_label::after {
    position: absolute;
    top: 2.5px;
  }
}

@media screen and (max-width: 800px) {
  .contacts form .form_desc .checkbox_custom_label {
    position: relative;
    left: calc(50% - 40px);
    top: -20px;
  }

  .contacts form .form_desc .checkbox_custom_label::before {
  }

  .contacts
    form
    .form_desc
    .checkbox_custom:checked
    + .checkbox_custom_label::after {
  }

  .contacts form .form_desc p {
    text-indent: 0px;
  }
}

.top_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -15px;
  /* margin-top: 31px; */
  margin-top: 20px;

  overflow: hidden;
  overflow-x: auto;
  z-index: 2;
}

.top_links::-webkit-scrollbar-track {
}

.top_links::-webkit-scrollbar-thumb {
}

.top_links::-webkit-scrollbar {
  height: 0px;
}

.top_links_wrapper {
  display: flex;
  flex-wrap: no-wrap;
  margin-left: 55px;
  align-items: center;
  flex-direction: row;
  width: auto !important;
}

@media screen and (max-width: 1180px) {
  .top_links_wrapper {
    margin-left: 20px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1180px) {
  .top_links_wrapper {
    margin-left: 50px;
  }
}

.top_links .top_links_item {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #8eb3bf;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}

.top_links .top_links_item:first-child {
  margin-left: 0px;
}

.top_links .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8eb3bf;
}

.about {
  min-height: calc(100vh - 146px);
}

.about_block ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: circle;
  list-style-type: circle;
}

.about_block li {
  /* display: flex; */
  display: list-item;
  width: calc(100% - 30px);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  list-style: circle;
  list-style-type: circle;
  /* padding-left: 20px; */
  margin-left: 30px;
}

.about_block p {
  margin-top: 7px;
  margin-bottom: 7px;
}

.about h2 {
  width: 100%;
  margin-bottom: 34px;
}

.about .about_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* width: calc(100% - 220px); */
  width: 100%;
}

@media only screen and (max-width: 1180px) {
  .about .about_wrapper {
    width: 100%;
  }
}

.about .about_wrapper .about_block img {
  width: 100%;
  margin-top: 44px;
  margin-bottom: 44px;
  border-radius: 5px;
}

.about .about_wrapper .about_block img:first-of-type {
  margin-top: 0px;
  height: 265px;
  object-fit: cover;
}

.about .about_wrapper .about_block h3 {
  margin-bottom: 28px;
}

.more {
  padding: 13px 45px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background: #0f2445;
  border-radius: 5px;
  margin-top: 34px;
}

.catalog_p .catalog_p_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* width: calc(100% - 80px); */
  width: 100%;
}

@media only screen and (max-width: 1180px) {
  .catalog_p .catalog_p_wrapper {
    width: 100%;
  }
}

.catalog_p .catalog_p_wrapper .slide {
  z-index: 10;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 400px;
  width: 100%;
  padding: 33px 34px;
  border: 1px solid rgba(142, 179, 191, 0.4);
  border-radius: 5px;
}

@media only screen and (max-width: 1180px) {
  .catalog_p .catalog_p_wrapper .slide {
    min-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.catalog_p .catalog_p_wrapper .slide .slide_category {
  position: absolute;
  top: 33px;
  left: 34px;
  padding: 10px 20px;
  background: rgba(142, 179, 191, 0.7);
  border-radius: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f2445;
  z-index: 2;
}

.catalog_p .catalog_p_wrapper .slide .slide_img {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 2/1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.catalog_p .catalog_p_wrapper .slide .slide_img_wrapper {
  overflow: hidden;
  width: 40%;
  border-radius: 5px;
}

@media only screen and (max-width: 1180px) {
  .catalog_p .catalog_p_wrapper .slide .slide_img_wrapper {
    width: 100%;
  }
}

.catalog_p .catalog_p_wrapper .slide .slide_img_wrapper:hover .slide_img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.catalog_p .catalog_p_wrapper .slide .slide_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 55%;
}

@media only screen and (max-width: 1180px) {
  .catalog_p .catalog_p_wrapper .slide .slide_info_wrapper {
    width: 100%;
    margin-top: 20px;
  }
}

.catalog_p .catalog_p_wrapper .slide .slide_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}

.catalog_p .catalog_p_wrapper .slide .slide_info h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 100px);
}

.catalog_p .catalog_p_wrapper .slide .slide_info p {
  width: 84px;
  margin-top: 5px;
  text-align: end;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #8eb3bf;
}

.catalog_m .more {
  margin-top: 44px;
}

.catalog_m .catalog_m_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

@media only screen and (max-width: 1180px) {
  .catalog_m .catalog_m_wrapper {
    gap: 20px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1180px) {
  .catalog_m .catalog_m_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.catalog_m .catalog_m_wrapper .slide {
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(25% - 40px);
}

@media only screen and (max-width: 1180px) {
  .catalog_m .catalog_m_wrapper .slide {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 800px) and (max-width: 1180px) {
  .catalog_m .catalog_m_wrapper .slide {
    width: calc(33.33% - 40px);
  }
}

.catalog_m .catalog_m_wrapper .slide .slide_img_wrapper {
  border: 1px solid rgba(142, 179, 191, 0.3);
  border-radius: 5px;
}

.catalog_m .catalog_m_wrapper .slide .slide_category {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 20px;
  background: rgba(142, 179, 191, 0.7);
  border-radius: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f2445;
  z-index: 2;
}

.catalog_m .catalog_m_wrapper .slide .slide_img {
  width: 100%;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.catalog_m .catalog_m_wrapper .slide .slide_img_wrapper {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

.catalog_m .catalog_m_wrapper .slide .slide_img_wrapper:hover .slide_img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.catalog_m .catalog_m_wrapper .slide .slide_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

.catalog_m .catalog_m_wrapper .slide .slide_info h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.catalog_m .catalog_m_wrapper .slide .slide_info p {
  width: 84px;
  margin-top: 5px;
  text-align: end;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #8eb3bf;
}

.loadmore_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.post_p_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 26px;
}

.post_p_info p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #8eb3bf;
  text-transform: uppercase;
}

.posts_p h2 {
  margin-bottom: 26px;
}

.spec_title_cats {
  margin-bottom: 26px;
}

.posts_p .posts_p_wrapper {
  width: calc(100% - 200px);
}

@media only screen and (max-width: 1180px) {
  .posts_p .posts_p_wrapper {
    width: 100%;
  }
}

.posts_p .posts_p_wrapper p {
  margin-top: 17px;
  margin-bottom: 17px;
}

.posts_p .posts_p_wrapper h3 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.posts_p .posts_p_wrapper img {
  width: 85%;
  margin-top: 17px;
  margin-bottom: 17px;
  border-radius: 5px;
}

.posts_p .posts_p_wrapper .posts_p_main_img {
  width: 100%;
  margin-bottom: 17px;
}

.thanks_page {
  height: calc(100vh - 146px);
  justify-content: center;
}

.thanks_page p {
  margin-top: 21px;
  margin-bottom: 20px;
  text-align: center;
}

.posts_m .posts_m_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.posts_m .posts_m_wrapper .posts_m_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 36%;
}

@media only screen and (max-width: 1180px) {
  .posts_m .posts_m_wrapper .posts_m_img_wrapper {
    width: 100%;
  }
}

.posts_m .posts_m_wrapper .posts_m_img_wrapper img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(142, 179, 191, 0.3);
}

.posts_m .posts_m_wrapper .posts_m_img_wrapper .colours_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 0px 21px;
  margin-top: 24px;
}

.posts_m .posts_m_wrapper .posts_m_img_wrapper .colours_wrapper .colours_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(33.33% - 14px);
  cursor: pointer;
}

.posts_m
  .posts_m_wrapper
  .posts_m_img_wrapper
  .colours_wrapper
  .colours_item
  div {
  width: 100%;
  height: 41px;
  background: #79362a;
  border-radius: 5px;
  margin-bottom: 15px;
}

.posts_m
  .posts_m_wrapper
  .posts_m_img_wrapper
  .colours_wrapper
  .colours_item
  p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #000000;
  margin-bottom: 11px;
  text-align: center;
}

.posts_m .posts_m_wrapper .posts_m_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(64% - 40px);

  color: #212736;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.posts_m_info ul,
ol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: circle;
  list-style-type: circle;
}

.posts_m_info li {
  /* display: flex; */
  display: list-item;
  width: calc(100% - 30px);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  list-style: circle;
  list-style-type: circle;
  /* padding-left: 20px; */
  margin-left: 30px;
}

@media only screen and (max-width: 1180px) {
  .posts_m .posts_m_wrapper .posts_m_info {
    width: 100%;
  }
}

.posts_m .posts_m_wrapper .posts_m_info h2 {
  margin-bottom: 3px;
}

.posts_m .posts_m_wrapper .posts_m_info .spec_title_cats {
  margin-bottom: 3px;
}

.posts_m .posts_m_wrapper .posts_m_info p {
  margin-bottom: 25px;
}

.posts_m .posts_m_wrapper .posts_m_info .posts_m_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin-top: 25px;
}

@media screen and (max-width: 700px) {
.posts_m .posts_m_wrapper .posts_m_info .posts_m_actions {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
}

.form-row.place-order {
  flex-direction: column;
}

.tg_fixed {
  position: fixed;
  height: 50px;
  width: 50px;
  bottom: calc(5% + 100px);
  right: calc(5% + 10px);
  z-index: 1000;
}

.form-call-wrapper {
  font-style: normal;
  text-transform: none;
  word-spacing: normal;
  letter-spacing: normal;
  display: block;
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: static;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  font-style: normal;
  text-transform: none;
  height: auto;
  width: auto;
  max-width: none;
  max-height: none;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  word-spacing: normal;
  letter-spacing: normal;
}
.form-call-wrapper * {
  transition: 0.5s;
}
.form-call-wrapper {
  /*color: rgb(220,220,226);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px / 4;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  z-index: 1000;
  cursor: pointer;
}

.form-call-wrapper:after,
.form-call-wrapper:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  transform-origin: center center;
  box-sizing: border-box;
  z-index: 9;
  transition: 0.5s;
}

.form-call-wrapper:after {
  background: #0f24459f;
  animation: lexprofitBackAnim 1.5s linear infinite;
}

.form-call-wrapper:before {
  border: 1px solid #0f24459f;
  animation: lexprofitBorderAnim 1.5s -0.5s linear infinite;
}

.form-call-wrapper .form-call-btn {
  z-index: 10;
  position: absolute;
  background-color: #0f24459f;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.form-call-wrapper .form-call-btn .form-call-phone-icon {
  font-family: Flaticon-call-button;
  font-size: 25px;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-call-wrapper .form-call-btn .form-call-phone-icon:before {
  /* content: "\e907"; */
  content: url(../assets/tg_anim.svg);
  position: relative;
  top: 3px;
  left: -2px;
  color: rgb(255, 255, 255);
}
.form-call-wrapper:hover .form-call-btn {
  background-color: #0f24459f;
}
.form-call-wrapper:hover:after {
  background-color: #0f24459f;
}
.form-call-wrapper:hover:before {
  border-color: #0f24459f;
}
.form-call-wrapper:hover .form-call-btn {
  animation: lexprofitBoundingAnim 1s linear infinite;
}

/*
   * Animations
   */
@keyframes lexprofitBackAnim {
  0% {
    transform: scaleX(0.7) scaleY(0.7);
  }
  25% {
    transform: scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: scaleX(1.5) scaleY(1.5);
  }
  65% {
    transform: scaleX(1.2) scaleY(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.7) scaleY(0.7);
    opacity: 0;
  }
}

@keyframes lexprofitBorderAnim {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(1.5) scaleY(1.5);
  }
  100% {
    transform: scaleX(2) scaleY(2);
    opacity: 0;
  }
}
@keyframes lexprofitBoundingAnim {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(0deg);
  }
}

.posts_m .posts_m_wrapper .posts_m_info .posts_m_actions .custom_btn {
  margin-top: 0px !important;
  height: 45px;
  padding: 0px 12px 0px 21px;
}

.posts_m .posts_m_wrapper .posts_m_info .posts_m_actions .order_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 35%;
  height: 45px;
  background: #0f2445;
  border-radius: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  cursor: pointer;
}

.posts_m .posts_m_wrapper .posts_m_info .posts_m_actions .download_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(65% - 7px);
  height: 45px;
  border-radius: 5px;
  border: 1px solid #8eb3bf;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f2445;
  cursor: pointer;
}

.posts_m .posts_m_wrapper .posts_m_info .posts_m_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

.posts_m .posts_m_wrapper .posts_m_info .posts_m_options .posts_m_options_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.posts_m
  .posts_m_wrapper
  .posts_m_info
  .posts_m_options
  .posts_m_options_item
  .posts_m_options_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 45px;
  background: rgba(142, 179, 191, 0.3);
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}

.posts_m
  .posts_m_wrapper
  .posts_m_info
  .posts_m_options
  .posts_m_options_item
  .posts_m_options_button
  p {
  font-weight: 500;
  margin-bottom: 0px;
}

.posts_m
  .posts_m_wrapper
  .posts_m_info
  .posts_m_options
  .posts_m_options_item
  .posts_m_options_button
  img {
  position: absolute;
  right: 16px;
}

.posts_m
  .posts_m_wrapper
  .posts_m_info
  .posts_m_options
  .posts_m_options_item
  .posts_m_options_button
  .img_plus {
  top: 15.6px;
}

.posts_m
  .posts_m_wrapper
  .posts_m_info
  .posts_m_options
  .posts_m_options_item
  .posts_m_options_button
  .img_minus {
  top: 22px;
}

.posts_m
  .posts_m_wrapper
  .posts_m_info
  .posts_m_options
  .posts_m_options_item
  .posts_m_options_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 23px;
  max-height: 900px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: post_info_appear 2s ease-out;
  animation: post_info_appear 2s ease-out;
}

.posts_m
  .posts_m_wrapper
  .posts_m_info
  .posts_m_options
  .posts_m_options_item
  .posts_m_options_info
  .posts_m_options_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.posts_m
  .posts_m_wrapper
  .posts_m_info
  .posts_m_options
  .posts_m_options_item
  .posts_m_options_info
  .posts_m_options_info_item
  p {
  margin-bottom: 0px;
}

.posts_m
  .posts_m_wrapper
  .posts_m_info
  .posts_m_options
  .posts_m_options_item
  .posts_m_options_info
  .posts_m_options_info_item
  p:first-child {
  width: 40%;
}

.posts_m
  .posts_m_wrapper
  .posts_m_info
  .posts_m_options
  .posts_m_options_item
  .posts_m_options_info
  .posts_m_options_info_item
  p:last-child {
  width: 57%;
  display: flex;
  justify-content: flex-end;
  text-align: end;
}

@-webkit-keyframes post_info_appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes post_info_appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes post_info_disappear {
}

@keyframes post_info_disappear {
}

.select2-results__option {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.order-received-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.order-receiced-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order-receiced-wrapper p {
  text-align: center;
}
.order-receiced-wrapper .custom_btn {
  max-width: 250px;
}

.privacy h2 {
  margin-bottom: 26px;
}

.privacy .privacy_wrapper {
  width: calc(100% - 200px);
}

@media only screen and (max-width: 1180px) {
  .privacy .privacy_wrapper {
    width: 100%;
  }
}

.privacy .privacy_wrapper h3 {
  margin-bottom: 28px;
}

.privacy .privacy_wrapper p {
  margin-bottom: 39px;
}

.privacy .privacy_wrapper .privacy_mail {
  margin-bottom: 0px;
  color: rgba(255, 0, 0, 0.7019607843);
  font-weight: 400;
}

footer {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(142, 179, 191, 0)),
    to(rgba(142, 179, 191, 0.4))
  );
  background: linear-gradient(
    180deg,
    rgba(142, 179, 191, 0) 0%,
    rgba(142, 179, 191, 0.4) 100%
  );
  width: 100%;
  margin-top: auto;
}

footer .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 55px 31px;
}

@media only screen and (max-width: 1180px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

footer .footer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #0f2445;
  width: 30%;
}

@media only screen and (max-width: 1180px) {
  footer .footer_item {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

footer .privacy_link {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #0f2445;
}

footer .socials {
  gap: 24px;
}

footer .socials .socials_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 55px;
  height: 55px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  cursor: pointer;
}

footer .socials .socials_item:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 1px solid #8eb3bf;
}

footer .socials .socials_item img {
  width: 27px;
  height: 27px;
}

.catalog_main_photo {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 17px;
}

.catalog_common_wrapper > p {
  /* margin-bottom: 35px; */
  margin-top: 7px;
  margin-bottom: 7px;
}

.catalog_common_wrapper h3 {
  margin-top: 15px;
}

.catalog_common_wrapper ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: circle;
  list-style-type: circle;
}

.catalog_common_wrapper li {
  /* display: flex; */
  display: list-item;
  width: calc(100% - 30px);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  list-style: circle;
  list-style-type: circle;
  /* padding-left: 20px; */
  margin-left: 30px;
}

.catalog_m_wrapper > .catalog_main_photo,
.catalog_m_wrapper > p {
  margin-bottom: 0px;
}

.catalog_m_wrapper > p {
  margin-top: -13px;
  margin-bottom: -13px;
  display: flex;
  width: 100%;
}

.catalog_m_wrapper ul {
  margin-top: -5px;
  margin-bottom: -5px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.catalog_m_wrapper h3 {
  margin-bottom: -20px;
  margin-top: -5px;
}

@media only screen and (max-width: 1180px) {
  .catalog_m_wrapper > p {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .catalog_m_wrapper ul {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .catalog_m_wrapper h3 {
    margin-bottom: -10px;
    margin-top: 5px;
  }
}

.slide_info h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.link_to_all_slide {
  max-width: 202px;
  min-width: 202px !important;
  width: 202px !important;
}

.link_to_all {
  width: 100%;
  max-width: 202px;
  height: 202px;
  aspect-ratio: 1/1;
  margin-top: 0px;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 1180px) {
  .main_wrapper {
    width: 100%;
    margin-left: 0px;
  }

  body
    > div.main_wrapper
    > section:nth-child(3)
    > div.scroll-wrapper.slider_projects.slider_projects_m
    > div
    > div
    > a
    > div.slide_img_wrapper
    > img {
    height: 150px;
  }

  /* .projects .slider_projects .slide .slide_img {
   
  } */
}

@media screen and (min-width: 1181px) and (max-width: 1282px) {
  .form_desc p {
    width: 174px;
    text-align: center;
  }
}

@media screen and (min-width: 800px) and (max-width: 851px) {
  .form_desc p {
    width: 174px;
    text-align: center;
  }
}

@media screen and (max-width: 432px) {
  .form_desc p {
    width: 174px;
    text-align: center;
  }
}
