* {
  margin: 0;
  padding: 0;
}
:root {
  --base-font: #575B74;
  --heading: #4C5065;
  --active-color: #283581;
  --orange: #FA5739;
}
html {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: var(--base-font, #575B74);
}
body {
  font-family: "Geist", sans-serif;
  color: var(--base-font);
}
.row.gutter-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutter-15 > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.gutter-40 > div {
  padding-left: 20px;
  padding-right: 20px;
}
.row .col-1-5 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Manrope", sans-serif;
  color: var(--heading, #4C5065);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h1 {
  font-size: 1.5rem;
  margin-bottom: 1.5625rem;
}
h2 {
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.1875rem;
}
h5 {
  font-size: 1.0625rem;
}
a.my-btn,
a.btn-primary {
  display: inline-block;
  padding: 0.9375rem 2.8125rem;
  border-radius: 4px;
  background: #FA5739;
  border-color: #FA5739;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: 0.2s;
}
a.my-btn:hover,
a.btn-primary:hover {
  background: #f92d07;
  border-color: #f92d07;
}
a.my-btn:active,
a.btn-primary:active {
  background: #c82305;
  border-color: #c82305;
}
#header_top_wrapper {
  border-bottom: 2px solid #345BAA;
}
#header_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  padding-top: 8px;
}
#top_menu {
  display: flex;
}
#top_menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#top_menu ul li {
  list-style: none;
  margin-right: 0.6875rem;
  display: flex;
}
#top_menu ul li a,
#top_menu ul li span {
  color: var(--active-color);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}
#top_menu ul li.super a {
  color: var(--orange);
  font-weight: 700;
}
#top_menu ul li.mm-submenu-exist > a,
#top_menu ul li.mm-submenu-exist > span {
  display: flex;
  align-items: center;
}
#top_menu ul li.mm-submenu-exist > a:after,
#top_menu ul li.mm-submenu-exist > span:after {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.0625rem;
  content: '';
  background: url(../image/chev-down.svg) center center no-repeat;
  background-size: 0.4375rem 0.4375rem;
  margin-left: 0.0625rem;
}
#top_menu ul li.mm-submenu-exist > span {
  cursor: default;
}
#top_menu ul li.mm-submenu-exist {
  position: relative;
}
#top_menu ul li.mm-submenu-exist > ul {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  left: -0.9375rem;
  border-radius: 4px;
  box-sizing: content-box;
  border: 1px solid var(--border, #9092A1);
  background: #FFF;
  padding: 0.625rem 0.9375rem 1.5625rem;
}
#top_menu ul li.mm-submenu-exist > ul:before {
  content: '';
  display: block;
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA4IDgiPjxwYXRoIGZpbGw9IiM5MDkyQTEiIGQ9Ik0zLjEzNCAxLjVhMSAxIDAgMCAxIDEuNzMyIDBsMS43MzIgM0ExIDEgMCAwIDEgNS43MzIgNkgyLjI2OGExIDEgMCAwIDEtLjg2Ni0xLjVsMS43MzItM1oiLz48L3N2Zz4=) 0 0 no-repeat;
  background-size: cover;
  right: 1rem;
  top: -7px;
  width: 0.5625rem;
  height: 0.5625rem;
}
#top_menu ul li.mm-submenu-exist:hover > ul {
  display: block;
}
#top_login {
  display: flex;
  font-size: 0.875rem;
  background: url(../image/icons_user.svg) 0 center no-repeat;
  background-size: 1.25rem 1.25rem;
  padding-left: 1.5625rem;
}
#top_login a {
  color: var(--active-color);
}
#top_login a:first-child {
  margin-right: 0.1875rem;
}
#top_login a:last-child {
  margin-left: 0.1875rem;
}
#header_middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
#header_contact {
  display: flex;
  align-items: center;
}
.header_phones,
.footer_phones {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header_phones a,
.footer_phones a {
  color: var(--active-color);
}
.header_phones a.phone,
.footer_phones a.phone {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.header_phones a.consult,
.footer_phones a.consult {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: -0.1875rem;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.header_messengers,
.footer_messengers,
.contact_messengers {
  margin-left: 1.25rem;
  display: flex;
}
.header_messengers a,
.footer_messengers a,
.contact_messengers a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
}
.header_messengers a:last-child,
.footer_messengers a:last-child,
.contact_messengers a:last-child {
  margin-right: 0;
}
.header_messengers a.tg,
.footer_messengers a.tg,
.contact_messengers a.tg {
  background: url(../image/icons_telegram.svg) center center no-repeat;
  background-size: contain;
}
.header_messengers a.whatsapp,
.footer_messengers a.whatsapp,
.contact_messengers a.whatsapp {
  background: url(../image/icons_whatsapp.svg) center center no-repeat;
  background-size: contain;
}
.header_messengers a.viber,
.footer_messengers a.viber,
.contact_messengers a.viber {
  background: url(../image/icons_viber.svg) center center no-repeat;
  background-size: contain;
}
.header_messengers a.insta,
.footer_messengers a.insta,
.contact_messengers a.insta {
  background: url(../image/icons_instagram.svg) center center no-repeat;
  background-size: contain;
}
#header_address {
  padding-left: 2.3125rem;
  background: url(../image/icons_address.svg) 0 50% no-repeat;
  background-size: 2.5rem 2.5rem;
}
#header_address .address {
  font-weight: 500;
}
#header_address .work_time {
  font-size: 0.75rem;
  font-weight: 400;
}
#header_cart_area {
  display: flex;
}
#header_cart_area a {
  display: block;
  width: 2.5625rem;
  height: 2.5625rem;
  margin-right: 1.0625rem;
  border: 0.125rem solid var(--active-color);
  border-radius: 50px;
}
#header_cart_area a:last-child {
  margin-right: 0;
}
#header_cart_area a.fav_link {
  background: url(../image/icons_favorite.svg) 50% 50% no-repeat;
  background-size: 1.6875rem 1.6875rem;
  position: relative;
}
#header_cart_area a.fav_link span#wishlist_total {
  position: absolute;
  display: flex;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  right: -0.625rem;
  top: 0;
  background-color: #FA5739;
  text-align: center;
  justify-content: center;
  color: #FFF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
}
#header_cart_area #cart a {
  background: url(../image/icons_cart.svg) 50% 50% no-repeat;
  background-size: 1.6875rem 1.6875rem;
  position: relative;
  margin-right: 0;
}
#header_cart_area #cart a span.d-none {
  display: none !important;
}
#header_cart_area #cart a span#cart-total {
  position: absolute;
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  right: -10px;
  top: 0;
  background-color: #FA5739;
  text-align: center;
  justify-content: center;
  color: #FFF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
}
#header_bottom_wrapper {
  background: #345BAA;
  padding: 0.625rem 0;
}
#header_bottom_wrapper #header_bottom_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header_bottom_wrapper #header_menu {
  display: flex;
  align-items: center;
}
#header_bottom_wrapper #catalog_wrapper {
  position: relative;
}
#header_bottom_wrapper #catalog_wrapper .oc2-horizontal {
  position: absolute;
  padding: 0.9375rem 1.25rem;
  background: #fff;
  border: 1px solid #FA5739;
  border-radius: 0 4px 4px 4px;
  z-index: 10;
  top: 100%;
  margin-top: -3px;
  display: none;
}
#header_bottom_wrapper #catalog_wrapper .oc2-horizontal li {
  list-style: none;
  margin-bottom: 0.625rem;
}
#header_bottom_wrapper #catalog_wrapper .oc2-horizontal li a {
  color: var(--active-color);
  white-space: nowrap;
}
#header_bottom_wrapper #catalog_wrapper .catalog_button {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #FA5739;
  background: #FA5739;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.5rem 1.125rem 0.5rem 0.9375rem;
  margin-right: 0.9375rem;
  outline: none;
}
#header_bottom_wrapper #catalog_wrapper .catalog_button .icon {
  margin-right: 0.1875rem;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../image/icons_catalog.svg) 50% 50% no-repeat;
}
#header_bottom_wrapper #catalog_wrapper.active .oc2-horizontal {
  display: block;
}
#header_bottom_wrapper #catalog_wrapper.active .catalog_button {
  background-color: #fff;
  color: var(--active-color);
  position: relative;
}
#header_bottom_wrapper #catalog_wrapper.active .catalog_button:after {
  height: 1px;
  width: 100%;
  background: #fff;
  display: block;
  content: '';
  position: absolute;
  bottom: 1px;
  z-index: 11;
  left: 0;
}
#header_bottom_wrapper #catalog_wrapper.active .catalog_button .icon {
  background: url(../image/icons_catalog_close.svg) 50% 50% no-repeat;
}
#header_bottom_wrapper .main_menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#header_bottom_wrapper .main_menu ul li {
  list-style: none;
  margin-right: 0.9375rem;
}
#header_bottom_wrapper .main_menu ul li:last-child {
  margin-right: 0;
}
#header_bottom_wrapper .main_menu ul li a {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
}
#header_bottom_wrapper #search {
  display: flex;
  align-items: center;
}
#header_bottom_wrapper #search input {
  width: 13.75rem;
  height: 2.5625rem;
  color: #9194A2;
  padding: 0.75rem;
  border-radius: 4px 0 0 4px;
  background: #FFF;
  border: none;
  outline: none;
}
#header_bottom_wrapper #search input:focus {
  color: var(--base-font);
}
#header_bottom_wrapper #search button {
  height: 2.5625rem;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  padding: 0 0.75rem;
}
#header_bottom_wrapper #search button svg {
  width: 1.6875rem;
  height: auto;
}
#header_bottom_wrapper #search button:hover svg path {
  stroke: #2b2d3a;
}
#main_slider_wrapper {
  margin-top: 1.5625rem;
}
#main_slider .swiper-viewport {
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}
#main_slider .swiper-wrapper {
  border-radius: 10px;
}
#main_slider .swiper-slide {
  border-radius: 10px;
}
#main_slider .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#main_slider .swiper-pager .swiper-button-prev,
#main_slider .swiper-pager .swiper-button-next {
  opacity: 1;
  background: url(../image/icons_slider_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
}
#main_slider .swiper-pager .swiper-button-prev::before,
#main_slider .swiper-pager .swiper-button-next::before {
  display: none;
}
#main_slider .swiper-pager .swiper-button-prev {
  left: 0.9375rem;
}
#main_slider .swiper-pager .swiper-button-next {
  transform: rotate(180deg);
  right: 0.9375rem;
}
#main_slider .b_place {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#main_slider .b_place img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#main_advantages_wrapper {
  background-color: #EDF3FF;
  padding-top: 7.875rem;
  margin-top: -4.8125rem;
  padding-bottom: 1.375rem;
}
.advantages_row {
  display: flex;
  justify-content: space-between;
  margin-left: -22px;
  margin-right: -22px;
}
.advantages_row .advantage {
  padding: 0 1.375rem;
  width: 25%;
  margin-bottom: 1.25rem;
}
.advantages_row .advantage .title {
  color: var(--heading);
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.625rem;
}
.advantages_row .advantage .text {
  line-height: 140%;
}
.advantages_row .advantage .text img {
  width: 100% !important;
  height: auto !important;
}
#mobile_menu_button {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#mobile_menu_button svg {
  margin-right: 0.3125rem;
}
#super_price_wrapper {
  padding-top: 3.375rem;
  padding-bottom: 3.125rem;
}
#bestsellers_wrapper {
  padding-top: 3.375rem;
  padding-bottom: 2.6875rem;
}
.product_teaser {
  position: relative;
}
.product_teaser .photo {
  margin-bottom: 0.75rem;
}
.product_teaser .photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.product_teaser .title {
  margin-bottom: 0.6875rem;
}
.product_teaser .title a {
  color: #283581;
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.2s;
  text-decoration: none;
}
.product_teaser .title a:hover {
  color: #161d47;
}
.product_teaser .price_block {
  font-size: 1.125rem;
  line-height: 140%;
  display: flex;
}
.product_teaser .price_block .price {
  font-weight: 400;
  font-size: 1.125rem;
}
.product_teaser .price_block .special_price {
  font-weight: 700;
}
.product_teaser .price_block .old_price {
  color: #9092A1;
  font-weight: 400;
  text-decoration-line: line-through;
  margin-left: 0.8125rem;
}
.product_teaser .product_teaser_cart_block {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0.9375rem;
  top: 0.9375rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.product_teaser .product_teaser_cart_block button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100px;
  border: none;
  outline: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.product_teaser .product_teaser_cart_block button:hover {
  opacity: 1;
}
.product_teaser .product_teaser_cart_block .add_to_cart {
  background: #D9D9D9 url(../image/icons_cart.svg) 50% 50% no-repeat;
  background-size: 1.6463rem 1.5854rem;
  margin-bottom: 0.3125rem;
}
.product_teaser .product_teaser_cart_block .add_to_favorites {
  background: #D9D9D9 url(../image/icons_favorite.svg) 50% 50% no-repeat;
  background-size: 1.6463rem 1.5854rem;
}
.product_teaser .product_teaser_cart_block a.wishlist_remove {
  background: #D9D9D9 url(../image/icons_delete.svg) 50% 50% no-repeat;
  background-size: 1.6463rem 1.5854rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100px;
  border: none;
  outline: none;
  opacity: 0.8;
  transition: opacity 0.2s;
  display: block;
}
.product_teaser:hover .product_teaser_cart_block {
  opacity: 1;
}
#latest_products,
#super_price,
#bestsellers {
  position: relative;
}
#latest_products .swiper-viewport,
#super_price .swiper-viewport,
#bestsellers .swiper-viewport {
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}
#latest_products .swiper-wrapper,
#super_price .swiper-wrapper,
#bestsellers .swiper-wrapper {
  border-radius: 10px;
}
#latest_products .swiper-slide,
#super_price .swiper-slide,
#bestsellers .swiper-slide {
  border-radius: 10px;
}
#latest_products .swiper-slide img,
#super_price .swiper-slide img,
#bestsellers .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#latest_products .swiper-pager .swiper-button-prev,
#super_price .swiper-pager .swiper-button-prev,
#bestsellers .swiper-pager .swiper-button-prev,
#latest_products .swiper-pager .swiper-button-next,
#super_price .swiper-pager .swiper-button-next,
#bestsellers .swiper-pager .swiper-button-next {
  opacity: 1;
  background: url(../image/icons_slider_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
}
#latest_products .swiper-pager .swiper-button-prev::before,
#super_price .swiper-pager .swiper-button-prev::before,
#bestsellers .swiper-pager .swiper-button-prev::before,
#latest_products .swiper-pager .swiper-button-next::before,
#super_price .swiper-pager .swiper-button-next::before,
#bestsellers .swiper-pager .swiper-button-next::before {
  display: none;
}
#latest_products .swiper-pager .swiper-button-prev.swiper-button-disabled,
#super_price .swiper-pager .swiper-button-prev.swiper-button-disabled,
#bestsellers .swiper-pager .swiper-button-prev.swiper-button-disabled,
#latest_products .swiper-pager .swiper-button-next.swiper-button-disabled,
#super_price .swiper-pager .swiper-button-next.swiper-button-disabled,
#bestsellers .swiper-pager .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
#latest_products .swiper-pager .swiper-button-prev,
#super_price .swiper-pager .swiper-button-prev,
#bestsellers .swiper-pager .swiper-button-prev {
  left: 0.9375rem;
}
#latest_products .swiper-pager .swiper-button-next,
#super_price .swiper-pager .swiper-button-next,
#bestsellers .swiper-pager .swiper-button-next {
  transform: rotate(180deg);
  right: 0.9375rem;
}
#main_articles_wrapper {
  background: #EDF3FF;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.article_teaser {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article_teaser .image a {
  display: block;
}
.article_teaser .image a img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.article_teaser .description {
  padding: 0.9375rem;
}
.article_teaser .title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: normal;
}
.article_teaser .title a {
  color: #283581;
  transition: color 0.2s;
  text-decoration: none;
}
.article_teaser .title a:hover {
  color: #161d47;
}
.article_teaser .info {
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: 0.625rem;
}
.article_teaser .info .views {
  background: url(../image/icons_views.svg) 0 50% no-repeat;
  background-size: 1rem 1rem;
  padding-left: 1.25rem;
  margin-right: 0.875rem;
}
.article_teaser .info .date {
  background: url(../image/icons_calendar.svg) 0 50% no-repeat;
  padding-left: 1.1875rem;
  background-size: 1rem 1rem;
}
.article_teaser .more {
  margin-top: 0.8125rem;
}
.article_teaser .more a {
  color: #283581;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: url(../image/icons_arrow_right.svg) 100% 50% no-repeat;
  background-attachment: 0.5625rem 0.5rem;
  display: inline-block;
  padding-right: 14px;
}
.article_teaser.first {
  transition: 0.2s;
  position: relative;
}
.article_teaser.first a {
  text-decoration: none;
  color: #fff;
}
.article_teaser.first .image img {
  border-radius: 10px;
}
.article_teaser.first .description {
  padding: 4.6875rem 1.5625rem 1.125rem 1.5625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #283581 0%, rgba(40, 53, 129, 0) 100%);
  border-radius: 0 0 10px 10px;
  transition: 0.2s;
  width: 100%;
}
.article_teaser.first .title {
  font-size: 1.5rem;
}
.article_teaser.first .info {
  margin-top: 0.9375rem;
}
.article_teaser.first .info .views {
  background: url(../image/icons_views_white.svg) 0 50% no-repeat;
  background-size: 1rem 1rem;
}
.article_teaser.first .info .date {
  background: url(../image/icons_calendar_white.svg) 0 50% no-repeat;
  background-size: 1rem 1rem;
}
.article_teaser.first:hover .description {
  background: linear-gradient(0deg, #161d47 0%, rgba(22, 29, 71, 0) 100%);
}
#main_news_wrapper {
  padding-top: 3.125rem;
  padding-bottom: 3.1875rem;
}
.new_teaser {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.new_teaser .image {
  margin-bottom: 15px;
}
.new_teaser .image a {
  display: block;
}
.new_teaser .image a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.new_teaser .title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: normal;
}
.new_teaser .title a {
  color: #283581;
  transition: color 0.2s;
  text-decoration: none;
}
.new_teaser .title a:hover {
  color: #161d47;
}
.new_teaser .info {
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: 0.625rem;
}
.new_teaser .info .views {
  background: url(../image/icons_views.svg) 0 50% no-repeat;
  background-size: 1rem 1rem;
  padding-left: 1.25rem;
  margin-right: 0.875rem;
}
.new_teaser .info .date {
  background: url(../image/icons_calendar.svg) 0 50% no-repeat;
  padding-left: 1.1875rem;
  background-size: 1rem 1rem;
}
.new_teaser .more {
  margin-top: 0.8125rem;
}
.new_teaser .more a {
  color: #283581;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: url(../image/icons_arrow_right.svg) 100% 50% no-repeat;
  background-attachment: 0.5625rem 0.5rem;
  display: inline-block;
  padding-right: 14px;
}
.project_teaser {
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.2s;
  position: relative;
}
.project_teaser .image a {
  display: block;
}
.project_teaser .image a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.project_teaser .info {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: 0.625rem;
}
.project_teaser a {
  text-decoration: none;
  color: #fff;
}
.project_teaser .description {
  padding: 4.6875rem 1.5625rem 1.125rem 1.5625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #283581 0%, rgba(40, 53, 129, 0) 100%);
  border-radius: 0 0 10px 10px;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.project_teaser .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
.project_teaser .info {
  margin-top: 0.9375rem;
}
.project_teaser:hover .description {
  background: linear-gradient(0deg, #161d47 0%, rgba(22, 29, 71, 0) 100%);
}
#page ul.breadcrumb {
  margin: 0;
  padding: 0.9375rem 0 0.625rem 0;
  background: none;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.05rem */
}
#page ul.breadcrumb li {
  display: flex;
}
#page ul.breadcrumb li:after {
  display: block;
  content: '/';
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
#page ul.breadcrumb li:last-child:after {
  display: none;
}
#page ul.breadcrumb li a {
  color: #283581;
  display: inline-block;
}
.blog_category_78 .article_teaser {
  border: 1px solid #9194A2;
  border-radius: 10px;
  margin-bottom: 1.875rem;
}
.blog_category_72 .row > div {
  margin-bottom: 30px;
}
.information-contact .contact_left {
  border-radius: 10px 10px 0 0;
  background: #E9E9E9;
  padding: 3.125rem;
}
.information-contact .contact_map iframe {
  border-radius: 0 0 10px 10px;
}
.information-contact .contact_form {
  border-radius: 10px;
  background: #D3D5E6;
  padding: 3.125rem 3.125rem 4.0625rem 3.125rem;
}
.information-contact .contact_form .modal-header {
  padding: 0;
  border: none;
}
.information-contact .contact_form .modal-header h4 {
  color: var(--heading, #4C5065);
  font-family: "Manrope", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5625rem;
}
.information-contact .contact_form .modal-body,
.information-contact .contact_form .col-sm-12,
.information-contact .contact_form .row {
  padding: 0;
  margin: 0;
}
.information-contact .contact_form .modal-footer {
  margin-top: 0.375rem;
  padding: 0;
  border: none;
  justify-content: flex-start;
}
.information-contact .contact_phone a {
  color: var(--active-color);
}
.information-contact .contact_phone a.phone {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.information-contact .contact_phone a.consult {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: -0.1875rem;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.information-contact .contact_messengers {
  margin-left: 0;
  margin-top: 0.9375rem;
  margin-bottom: 2.1875rem;
}
#page .text img {
  max-width: 100%;
  height: auto;
}
#page .text li {
  list-style-position: inside;
}
.product-category .subcategories,
.product-search .subcategories,
.product-manufacturer-info .subcategories {
  margin-bottom: 2.75rem;
}
.product-category .subgategory .image,
.product-search .subgategory .image,
.product-manufacturer-info .subgategory .image {
  margin-bottom: 0.625rem;
}
.product-category .subgategory .image img,
.product-search .subgategory .image img,
.product-manufacturer-info .subgategory .image img {
  width: 100%;
  height: auto;
}
.product-category .subgategory .title a,
.product-search .subgategory .title a,
.product-manufacturer-info .subgategory .title a {
  color: #283581;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.2s;
  text-decoration: none;
  display: inline-block;
}
.product-category .subgategory .title a:hover,
.product-search .subgategory .title a:hover,
.product-manufacturer-info .subgategory .title a:hover {
  color: #00093F;
}
.product-category .ocf-selected-card,
.product-search .ocf-selected-card,
.product-manufacturer-info .ocf-selected-card {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-bottom: 1.875rem;
}
.product-category .ocf-selected-card button,
.product-search .ocf-selected-card button,
.product-manufacturer-info .ocf-selected-card button {
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  color: #575B74;
  font-family: "Geist", sans-serif;
  background: #ECEDF6;
  border: 1px solid #9092A1;
  border-radius: 4px;
  text-decoration: none;
  padding: 0.625rem 0.9375rem;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.product-category .ocf-selected-card button svg,
.product-search .ocf-selected-card button svg,
.product-manufacturer-info .ocf-selected-card button svg {
  margin-left: 0.625rem;
}
.product-category .ocf-selected-card button:hover,
.product-search .ocf-selected-card button:hover,
.product-manufacturer-info .ocf-selected-card button:hover {
  background: #c9cce6;
  border: 1px solid #74778a;
}
.product-category .sort,
.product-search .sort,
.product-manufacturer-info .sort {
  display: flex;
  margin-bottom: 1.5625rem;
}
.product-category .sort a,
.product-search .sort a,
.product-manufacturer-info .sort a {
  margin-right: 0.75rem;
  color: #575B74;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: 0.2s;
}
.product-category .sort a:hover,
.product-search .sort a:hover,
.product-manufacturer-info .sort a:hover {
  color: #2b2d3a;
}
.product-category .sort a.active,
.product-search .sort a.active,
.product-manufacturer-info .sort a.active {
  color: #283581;
  text-decoration: underline;
}
.product-category .sort a.active:hover,
.product-search .sort a.active:hover,
.product-manufacturer-info .sort a.active:hover {
  color: #00093F;
}
.product-category .sort a:last-child,
.product-search .sort a:last-child,
.product-manufacturer-info .sort a:last-child {
  margin-right: 0;
}
.product-category .products_list .product_teaser,
.product-search .products_list .product_teaser,
.product-manufacturer-info .products_list .product_teaser {
  margin-bottom: 2.1875rem;
}
.product-category ul.pagination,
.product-search ul.pagination,
.product-manufacturer-info ul.pagination {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
.product-category ul.pagination li,
.product-search ul.pagination li,
.product-manufacturer-info ul.pagination li {
  list-style: none;
  color: #9092A1;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.product-category ul.pagination li span,
.product-search ul.pagination li span,
.product-manufacturer-info ul.pagination li span {
  display: inline-block;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  width: 2.5625rem;
  border-radius: 4px;
  border: 1px solid #9092A1;
  color: #fff;
  background: #9092A1;
  cursor: default;
}
.product-category ul.pagination li a,
.product-search ul.pagination li a,
.product-manufacturer-info ul.pagination li a {
  display: inline-block;
  border: 1px solid #9092A1;
  color: #9092A1;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  width: 2.5625rem;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.2s;
}
.product-category ul.pagination li a:hover,
.product-search ul.pagination li a:hover,
.product-manufacturer-info ul.pagination li a:hover {
  color: #5d5f6e;
  border-color: #5d5f6e;
}
.product-category .category_description,
.product-search .category_description,
.product-manufacturer-info .category_description {
  margin-top: 70px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 1.55rem */
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.information-sitemap #content h3 a {
  color: var(--active-color);
}
.information-sitemap #content ul li {
  list-style: inside;
}
.information-sitemap #content ul li a {
  color: var(--active-color);
}
.sidebar {
  padding-right: 3.0625rem;
}
.sidebar .ocf-container .ocf-header {
  padding: 0;
  margin: 0;
}
.sidebar .ocf-container .ocf-filter-header {
  margin-bottom: 0.9375rem;
}
.sidebar .ocf-container .ocf-filter-header .ocf-filter-name {
  color: var(--heading, #4C5065);
  font-family: "Manrope", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}
.sidebar .ocf-container .ocf-input-group-addon {
  background: none;
  justify-content: center;
}
.sidebar .ocf-container .ocf-input-group {
  display: flex;
}
.sidebar .ocf-container .ocf-input-group-addon {
  display: flex;
  align-items: center;
}
.sidebar .ocf-noUi-handle {
  border-radius: 4px;
  border: 1px solid #283581;
  display: flex;
  background: #FFF url(../image/icons_slider_handle.svg) 50% 50% no-repeat;
  background-size: 0.375rem 1rem;
  cursor: pointer;
  box-shadow: none;
  width: 2.25rem;
  height: 1.875rem;
  right: -1.625rem;
  top: -0.375rem;
}
.sidebar .ocf-noUi-handle-upper {
  right: -10px;
}
.sidebar .ocf-noUi-pips {
  display: none;
}
.sidebar .ocf-noUi-connect::before {
  background-color: #C8CAD7;
}
.sidebar .ocf-input-group .ocf-form-control {
  border-radius: 4px;
  border: 1px solid #9092A1;
  background: #FFF;
  height: 2.5625rem;
}
.sidebar .ocf-input-group .ocf-form-control:first-child,
.sidebar .ocf-input-group-addon:first-child,
.sidebar .ocf-input-group .ocf-form-control:last-child,
.sidebar .ocf-input-group-addon:last-child {
  border-radius: 4px;
}
.sidebar .ocf-theme-light .ocf-filter {
  margin-bottom: 2.125rem;
}
.checkout-simplecheckout .simplecheckout-button-right {
  margin-top: 1.875rem;
  float: unset;
  text-align: left;
}
.checkout-simplecheckout .simplecheckout-cart {
  border: 1px solid #C8CAD7;
  border-radius: 4px;
}
.checkout-simplecheckout .simplecheckout-cart .thead {
  display: flex;
  border-bottom: 1px solid #C8CAD7;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: var(--base-font, #575B74);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
}
.checkout-simplecheckout .simplecheckout-cart .tbody {
  padding: 0;
}
.checkout-simplecheckout .simplecheckout-cart .product {
  display: flex;
  align-items: center;
  padding-top: 1.25em;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #C8CAD7;
}
.checkout-simplecheckout .simplecheckout-cart .product:last-child {
  border-bottom: none;
}
.checkout-simplecheckout .simplecheckout-cart .product > div {
  display: flex;
  align-items: center;
}
.checkout-simplecheckout .simplecheckout-cart .product > div.price {
  align-items: flex-start;
}
.checkout-simplecheckout .simplecheckout-cart .product .name {
  /* h5 */
  font-family: Manrope;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.checkout-simplecheckout .simplecheckout-cart .product .name a {
  color: var(--active-element, #283581);
}
.checkout-simplecheckout .simplecheckout-cart .product .name a:hover {
  color: #161d47;
}
.checkout-simplecheckout .simplecheckout-cart .product .total {
  font-weight: 600;
}
.checkout-simplecheckout .simplecheckout-cart .product .quantity .input-group {
  display: flex;
}
.checkout-simplecheckout .simplecheckout-cart .product .quantity .input-group input {
  width: 1.75rem;
  height: 2.25rem;
  text-align: center;
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  padding: 0;
}
.checkout-simplecheckout .simplecheckout-cart .product .quantity .input-group input[type=number] {
  appearance: textfield;
  width: 2.5rem;
  height: 2.3125rem;
  border-top: 1px solid var(--border, #9092A1);
  border-bottom: 1px solid var(--border, #9092A1);
  border-left: none;
  border-right: none;
  background: #FFF;
}
.checkout-simplecheckout .simplecheckout-cart .product .quantity .input-group input[type=number]:focus {
  outline: none;
  border-color: #696b7c;
}
.checkout-simplecheckout .simplecheckout-cart .product .quantity .input-group button {
  width: 1.625rem;
  height: 2.3125rem;
  padding: 0;
  background: #283581;
  border: 1px solid #283581;
  transition: 0.2s;
}
.checkout-simplecheckout .simplecheckout-cart .product .quantity .input-group button[data-onclick="decreaseProductQuantity"] {
  border-radius: 4px 0 0 4px;
}
.checkout-simplecheckout .simplecheckout-cart .product .quantity .input-group button[data-onclick="increaseProductQuantity"] {
  border-radius: 0 4px 4px 0;
}
.checkout-simplecheckout .simplecheckout-cart .product .quantity .input-group button:focus {
  outline: none;
  box-shadow: none;
}
.checkout-simplecheckout .simplecheckout-cart .product .quantity .input-group button:active {
  outline: none;
  box-shadow: none;
}
.checkout-simplecheckout .simplecheckout-cart .product .quantity .input-group button:hover {
  background-color: #1c255a;
}
.checkout-simplecheckout .simplecheckout-cart .product .remove button {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../image/icons_delete.svg) 50% 50% no-repeat;
  background-size: contain;
  outline: none;
  border: none;
}
.checkout-simplecheckout .simplecheckout-cart .image {
  width: 11.4%;
  margin-left: 1.8125rem;
  padding-right: 1.625rem;
}
.checkout-simplecheckout .simplecheckout-cart .image img {
  max-width: 80px;
  height: auto;
  border-radius: 10px;
}
.checkout-simplecheckout .simplecheckout-cart .name {
  width: 24.3%;
  padding-right: 1.25rem;
}
.checkout-simplecheckout .simplecheckout-cart .model {
  width: 13.6%;
}
.checkout-simplecheckout .simplecheckout-cart .quantity {
  width: 14.3%;
}
.checkout-simplecheckout .simplecheckout-cart .price {
  width: 14%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkout-simplecheckout .simplecheckout-cart .total {
  width: 15%;
}
.checkout-simplecheckout .simplecheckout-cart .remove {
  flex: 1;
}
.checkout-simplecheckout .form_wrapper {
  border: 1px solid #C8CAD7;
  background-color: #fff;
  padding: 3.125rem;
  display: flex;
  border-radius: 4px;
  margin-top: 0.9375rem;
}
.checkout-simplecheckout .form_wrapper > div {
  width: 50%;
}
.checkout-simplecheckout .form_wrapper .simplecheckout-left-column {
  padding-right: 1.5625rem;
}
.checkout-simplecheckout .form_wrapper .simplecheckout-right-column {
  padding-left: 1.5625rem;
}
.checkout-simplecheckout #order_summary_wrapper {
  position: relative;
}
.checkout-simplecheckout #order_summary {
  background-color: #D3D5E6;
  border: none;
  padding: 2.5rem 2.5rem 3.125rem;
  border-radius: 4px;
  position: sticky;
  top: 15px;
}
.checkout-simplecheckout #order_summary .title {
  color: var(--heading, #4C5065);
  font-family: "Manrope", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5625rem;
}
.checkout-simplecheckout #order_summary #buttons .simplecheckout-button-right {
  margin-top: 2.3125rem;
  width: 100%;
}
.checkout-simplecheckout #order_summary #buttons .simplecheckout-button-right a {
  width: 100%;
  padding: 0.875rem;
  color: #fff;
}
.checkout-simplecheckout #order_summary .simplecheckout-cart-total {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.94rem;
  line-height: 125%;
}
.checkout-simplecheckout #order_summary .simplecheckout-cart-total-value {
  display: inline-block;
  margin-top: 0.15rem;
}
.checkout-simplecheckout #order_summary #total_total {
  color: var(--base-font, #575B74);
  font-family: "Geist", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
}
.checkout-simplecheckout #order_summary #total_total .simplecheckout-cart-total-value {
  margin-top: 0;
}
.checkout-simplecheckout #order_summary .tax_info {
  font-size: 0.8rem;
  margin-bottom: 0.94rem;
}
.checkout-simplecheckout #main_menu_wrapper {
  display: none;
}
.checkout-simplecheckout #consult_block_wrapper {
  display: none;
}
.checkout-simplecheckout #footer_wrapper {
  margin-top: 90px;
}
.checkout-simplecheckout .checkout-heading {
  color: var(--heading, #4C5065);
  font-family: "Manrope", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.checkout-simplecheckout #simplecheckout_comment .checkout-heading {
  color: #575B74;
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.4rem */
  margin-bottom: 0.1875rem;
}
.checkout-simplecheckout #simplecheckout_shipping_address .checkout-heading {
  display: none;
}
.checkout-simplecheckout #simplecheckout_shipping_address .col-sm-12 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.checkout-simplecheckout #simplecheckout_shipping_address .col-sm-12 legend {
  color: var(--heading, #4C5065);
  font-family: "Manrope", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.checkout-simplecheckout .simplecheckout-block {
  margin: 0;
}
.checkout-simplecheckout .simplecheckout-block-content {
  padding: 0;
}
.checkout-simplecheckout .simplecheckout-block-content .form-group {
  margin: 0;
}
.checkout-simplecheckout .simplecheckout-block-content .col-sm-4,
.checkout-simplecheckout .simplecheckout-block-content .col-sm-8 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.checkout-simplecheckout #simplecheckout_shipping_address label,
.checkout-simplecheckout #simplecheckout_customer label,
.checkout-simplecheckout #simplecheckout_comment label {
  color: #575B74;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.4rem */
  margin-bottom: 0.1875rem;
}
.checkout-simplecheckout #simplecheckout_shipping_address .row-shipping_address_tip_platelschika,
.checkout-simplecheckout #simplecheckout_customer .row-shipping_address_tip_platelschika,
.checkout-simplecheckout #simplecheckout_comment .row-shipping_address_tip_platelschika {
  margin-bottom: 20px;
}
.checkout-simplecheckout #simplecheckout_shipping_address .row-shipping_address_tip_platelschika label,
.checkout-simplecheckout #simplecheckout_customer .row-shipping_address_tip_platelschika label,
.checkout-simplecheckout #simplecheckout_comment .row-shipping_address_tip_platelschika label {
  display: inline-block;
}
.checkout-simplecheckout #simplecheckout_shipping_address .row-shipping_address_tip_platelschika .col-sm-8 > div,
.checkout-simplecheckout #simplecheckout_customer .row-shipping_address_tip_platelschika .col-sm-8 > div,
.checkout-simplecheckout #simplecheckout_comment .row-shipping_address_tip_platelschika .col-sm-8 > div {
  display: flex;
}
.checkout-simplecheckout #simplecheckout_shipping_address .row-shipping_address_tip_platelschika .col-sm-8 > div .radio,
.checkout-simplecheckout #simplecheckout_customer .row-shipping_address_tip_platelschika .col-sm-8 > div .radio,
.checkout-simplecheckout #simplecheckout_comment .row-shipping_address_tip_platelschika .col-sm-8 > div .radio {
  margin-right: 20px;
}
.checkout-simplecheckout #simplecheckout_shipping_address .row-shipping_address_tip_platelschika .col-sm-8 > div .radio input,
.checkout-simplecheckout #simplecheckout_customer .row-shipping_address_tip_platelschika .col-sm-8 > div .radio input,
.checkout-simplecheckout #simplecheckout_comment .row-shipping_address_tip_platelschika .col-sm-8 > div .radio input {
  margin-right: 3px;
}
.checkout-simplecheckout #simplecheckout_shipping_address .form-control,
.checkout-simplecheckout #simplecheckout_customer .form-control,
.checkout-simplecheckout #simplecheckout_comment .form-control {
  border: 1px solid #9092A1;
  background: #FFF;
  border-radius: 4px;
  height: 2.625rem;
  font-family: "Geist", sans-serif;
}
.checkout-simplecheckout #simplecheckout_shipping_address .form-control:focus,
.checkout-simplecheckout #simplecheckout_customer .form-control:focus,
.checkout-simplecheckout #simplecheckout_comment .form-control:focus {
  color: var(--base-font);
  box-shadow: none;
  border-color: #5d5f6e;
}
.checkout-simplecheckout #simplecheckout_shipping_address input,
.checkout-simplecheckout #simplecheckout_customer input,
.checkout-simplecheckout #simplecheckout_comment input {
  margin-bottom: 1.25rem;
}
.checkout-simplecheckout #simplecheckout_shipping_address textarea.form-control,
.checkout-simplecheckout #simplecheckout_customer textarea.form-control,
.checkout-simplecheckout #simplecheckout_comment textarea.form-control {
  height: 11.6875rem;
  resize: none;
  margin-bottom: 0.94rem;
}
.checkout-simplecheckout #simplecheckout_shipping_address .has-error input,
.checkout-simplecheckout #simplecheckout_customer .has-error input,
.checkout-simplecheckout #simplecheckout_comment .has-error input,
.checkout-simplecheckout #simplecheckout_shipping_address .has-error textarea,
.checkout-simplecheckout #simplecheckout_customer .has-error textarea,
.checkout-simplecheckout #simplecheckout_comment .has-error textarea {
  border-color: #f39292;
}
.checkout-simplecheckout .simplecheckout-error-text {
  font-size: 0.8rem;
  margin-bottom: 0.94rem;
  margin-top: -0.9rem;
  color: #f39292;
}
.checkout-simplecheckout #simplecheckout_shipping .radio:last-child,
.checkout-simplecheckout #simplecheckout_payment .radio:last-child {
  margin-bottom: 0;
}
.checkout-simplecheckout #simplecheckout_shipping .radio label.title,
.checkout-simplecheckout #simplecheckout_payment .radio label.title {
  color: #575B74;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.4rem */
  border: 1px solid #C8CAD7;
  background: #FFF;
  border-radius: 4px;
  margin-bottom: 0.94rem;
  padding: 0.94rem;
  width: 100%;
  cursor: pointer;
  transition: 0.2s;
}
.checkout-simplecheckout #simplecheckout_shipping .radio label.title:hover,
.checkout-simplecheckout #simplecheckout_payment .radio label.title:hover {
  border-color: #9c9fb7;
}
.checkout-simplecheckout #simplecheckout_shipping .radio label.title.checked,
.checkout-simplecheckout #simplecheckout_payment .radio label.title.checked {
  border: 1px solid #FA5739;
  position: relative;
}
.checkout-simplecheckout #simplecheckout_shipping .radio label.title.checked:after,
.checkout-simplecheckout #simplecheckout_payment .radio label.title.checked:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.125rem;
  height: 0.75rem;
  background: url(../image/icons_cart_checked.svg) 50% 50% no-repeat;
  background-size: contain;
  right: 0.81rem;
  top: 0.69rem;
}
.checkout-simplecheckout #simplecheckout_shipping .radio label.title > input,
.checkout-simplecheckout #simplecheckout_payment .radio label.title > input {
  display: none;
}
.checkout-simplecheckout #simplecheckout_shipping .radio label.title .form-group,
.checkout-simplecheckout #simplecheckout_payment .radio label.title .form-group {
  margin: 0;
  margin-top: 0.3125rem;
}
.checkout-simplecheckout #simplecheckout_shipping .radio label.title .form-group label,
.checkout-simplecheckout #simplecheckout_payment .radio label.title .form-group label {
  color: #575B74;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.225rem */
  margin: 0;
}
.checkout-simplecheckout #simplecheckout_shipping .radio label[for="filterit.1"],
.checkout-simplecheckout #simplecheckout_payment .radio label[for="filterit.1"] {
  display: none;
}
.checkout-simplecheckout #simplecheckout_shipping .radio label[for="filterit.1"].jur,
.checkout-simplecheckout #simplecheckout_payment .radio label[for="filterit.1"].jur {
  display: block;
}
.checkout-simplecheckout #simplecheckout_payment {
  margin-top: 1.88rem;
}
.buttons .pull-right {
  float: left;
}
.product-product #hpmodel {
  display: flex;
  flex-wrap: wrap;
}
.product-product #hpmodel .hpm-group {
  margin-bottom: 0.9375rem;
  width: 100%;
}
.product-product #hpmodel .hpm-group.hpm-group-5 {
  margin-bottom: 1.875rem;
}
.product-product #hpmodel .hpm-group.hpm-group-1 {
  width: 50%;
  padding-right: 0.4375rem;
}
.product-product #hpmodel .hpm-group.hpm-group-2 {
  width: 50%;
  padding-left: 0.4375rem;
}
.product-product #hpmodel .hpm-title {
  font-weight: 700;
  line-height: 155%;
  /* 1.55rem */
  margin-bottom: 0.25rem;
}
.product-product #product_page_top {
  background: #ECEDF6;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  padding-left: 2.8125rem;
}
.product-product #product_page_top .image {
  width: 30%;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  position: relative;
}
.product-product #product_page_top .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.product-product #product_page_top .image .additional_images {
  position: absolute;
  top: 3.75rem;
  left: 1.0625rem;
  display: flex;
  flex-direction: column;
}
.product-product #product_page_top .image .additional_images a {
  margin-bottom: 0.625rem;
}
.product-product #product_page_top .image .additional_images img {
  opacity: 0.5;
  transition: 0.2s;
  border: 2px solid #9092A1;
  width: 4.625rem;
  height: auto;
}
.product-product #product_page_top .image .additional_images img:hover {
  opacity: 1;
}
.product-product #product_page_top .center {
  width: 37%;
  padding: 0 2.8125rem;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
.product-product #product_page_top .center .sku {
  font-size: 1rem;
  font-style: normal;
  line-height: 155%;
}
.product-product #product_page_top .center .attributes {
  margin-top: 0.625rem;
}
.product-product #product_page_top .center .attributes li {
  list-style: none;
  margin-bottom: 10px;
}
.product-product #product_page_top .center .attributes .attribute_name {
  font-weight: 700;
}
.product-product #product_page_top .center .attributes a {
  text-decoration: underline;
  color: var(--base-font);
}
.product-product #product_page_top .center .payment,
.product-product #product_page_top .center .delivery {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 1.09375rem */
  padding-left: 3.5rem;
}
.product-product #product_page_top .center .delivery {
  position: relative;
  margin-top: 4.9375rem;
  background: url(../image/icons_delivery.svg) 0 50% no-repeat;
  background-size: 3.125rem 3.125rem;
}
.product-product #product_page_top .center .delivery:before {
  display: block;
  width: 6.375rem;
  height: 2px;
  background: #9092A1;
  content: '';
  position: absolute;
  top: -2.5rem;
  left: 0;
}
.product-product #product_page_top .center .payment {
  background: url(../image/icons_payments.svg) 0 50% no-repeat;
  background-size: 2.875rem 2.875rem;
  margin-top: 1.6875rem;
}
.product-product #product_page_top .right {
  flex: 1;
  background: #D3D5E6;
  padding: 2.8125rem;
}
.product-product #product_page_top .right .stock_status {
  margin-bottom: 25px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  /* 1.74375rem */
  padding-left: 1.4375rem;
}
.product-product #product_page_top .right .stock_status.in_stock {
  color: #46962B;
  background: url(../image/icons_instock.svg) 0 50% no-repeat;
  background-size: 1.1875rem 1.1875rem;
}
.product-product #product_page_top .right .stock_status.stock_out {
  color: #E07A7A;
  background: url(../image/icons_preorder.svg) 0 50% no-repeat;
  background-size: 1.1875rem 1.1875rem;
}
.product-product #product_page_top .right .price_block {
  display: flex;
  color: #575B74;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.75rem */
}
.product-product #product_page_top .right .price_block .old_price {
  color: #9092A1;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-product #product_page_top .right .add_to_cart_block {
  margin-top: 0.9375rem;
}
.product-product #product_page_top .right .add_to_cart_block button#button-cart {
  display: inline-flex;
  padding: 0.9375rem 1.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #FA5739;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  outline: none;
  transition: 0.2s;
}
.product-product #product_page_top .right .add_to_cart_block button#button-cart svg {
  margin-right: 0.625rem;
  width: 1.6875rem;
  height: 1.625rem;
}
.product-product #product_page_top .right .add_to_cart_block button#button-cart:hover {
  background: #f92d07;
}
.product-product #product_page_top .right .add_to_cart_block button#button-cart.active,
.product-product #product_page_top .right .add_to_cart_block button#button-cart:focus {
  background: #c82305;
  box-shadow: none;
}
.product-product #product_page_top #add_to_wishlist {
  border: none;
  display: flex;
  background: none;
  align-items: center;
  color: var(--active-color);
  transition: 0.2s;
}
.product-product #product_page_top #add_to_wishlist svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
  transition: 0.2s;
}
.product-product #product_page_top #add_to_wishlist svg path {
  transition: 0.2s;
}
.product-product #product_page_top #add_to_wishlist:hover {
  color: #161d47;
}
.product-product #product_page_top #add_to_wishlist:hover svg path {
  color: #161d47;
}
.product-product #product_description {
  margin-top: 2.1875rem;
}
.product-product #product_description p:last-child {
  margin-bottom: 0;
}
.product-product #recently_viewed {
  margin-top: 3.125rem;
}
.swal2-popup a {
  color: #283581;
  transition: 0.2s;
}
.swal2-popup a:hover {
  color: #161d47;
}
.information-information .text ul li {
  list-style-position: inside;
}
.contact_form label,
#form39Modal label {
  color: #575B74;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.4rem */
  margin-bottom: 0.25rem;
}
.contact_form .form-group,
#form39Modal .form-group {
  margin-bottom: 1.25rem;
}
.contact_form input,
#form39Modal input,
.contact_form textarea,
#form39Modal textarea {
  border-radius: 4px;
  border: 1px solid #9092A1;
  background: #FFF;
  width: 100%;
  height: 2.625rem;
}
.contact_form input:focus,
#form39Modal input:focus,
.contact_form textarea:focus,
#form39Modal textarea:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #74778a;
}
.contact_form textarea,
#form39Modal textarea {
  resize: none;
  height: 5.375rem;
}
.contact_form .text-danger,
#form39Modal .text-danger {
  display: none;
}
.contact_form .has-error input,
#form39Modal .has-error input,
.contact_form .has-error textarea,
#form39Modal .has-error textarea {
  border-color: #f39292;
}
.contact_form button.btn-primary,
#form39Modal button.btn-primary {
  display: inline-block;
  padding: 0.9375rem 2.8125rem;
  border-radius: 4px;
  background: #FA5739;
  border-color: #FA5739;
  color: #FFF;
  outline: none;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: 0.2s;
  border: none;
}
.contact_form button.btn-primary:hover,
#form39Modal button.btn-primary:hover {
  background: #f92d07;
  border-color: #f92d07;
  outline: none;
  box-shadow: none;
}
.contact_form button.btn-primary:active,
#form39Modal button.btn-primary:active {
  background: #c82305;
  border-color: #c82305;
  outline: none;
  box-shadow: none;
}
.recent_product_teaser {
  display: flex;
}
.recent_product_teaser .image {
  margin-right: 0.9375rem;
}
.recent_product_teaser .image img {
  width: 7.0625rem;
  height: auto;
  border-radius: 10px;
}
.recent_product_teaser .stock_status {
  display: none;
}
.recent_product_teaser .title a {
  color: #283581;
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.2s;
}
.recent_product_teaser .title a:hover {
  color: #00093F;
}
.recent_product_teaser .price_block {
  display: flex;
  margin-top: 0.75rem;
  color: #575B74;
  font-family: Geist;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.575rem */
}
.recent_product_teaser .price_block .old_price {
  color: #9092A1;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.575rem */
  text-decoration-line: line-through;
  margin-left: 5px;
}
#form39Modal .col-sm-12 {
  padding: 0;
}
#form39Modal .row {
  padding: 0;
  margin: 0;
}
#form39Modal .modal-header {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#form39Modal .modal-body {
  padding: 1.875rem;
}
#form39Modal .modal-footer {
  justify-content: center;
}
.article_page .carousel {
  margin-bottom: 1.875rem;
  border-radius: 10px;
  overflow: hidden;
}
.article_page .carousel .swiper-pager .swiper-button-prev,
.article_page .carousel .swiper-pager .swiper-button-next {
  opacity: 1;
  background: url(../image/icons_slider_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
}
.article_page .carousel .swiper-pager .swiper-button-prev::before,
.article_page .carousel .swiper-pager .swiper-button-next::before {
  display: none;
}
.article_page .carousel .swiper-pager .swiper-button-prev {
  left: 0.9375rem;
}
.article_page .carousel .swiper-pager .swiper-button-next {
  transform: rotate(180deg);
  right: 0.9375rem;
}
.article_page .carousel img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
#consult_block_wrapper {
  background: #E9E9E9;
  margin-top: 5.625rem;
}
#consult_block .wrap {
  background: url(../image/consult_bg.svg) 2.875rem 0 no-repeat;
  padding: 4.125rem 8.125rem 4.1875rem 8.125rem;
  display: flex;
  justify-content: space-between;
}
#consult_block .wrap > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#consult_block .title {
  color: #4C5065;
  font-family: "Manrope", sans-serif;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#consult_block .description {
  color: #4C5065;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.75rem */
  margin-top: 0.625rem;
}
#footer_wrapper {
  background: #345BAA;
  padding-top: 3.125rem;
  padding-bottom: 3.4375rem;
}
#footer_wrapper .left {
  max-width: 25%;
}
#footer_wrapper .cener {
  display: flex;
}
#footer {
  display: flex;
  justify-content: space-between;
}
#footer .center {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
#footer .menu1,
#footer .menu2 {
  position: relative;
  color: #fff;
}
#footer .menu1 .menu_title,
#footer .menu2 .menu_title {
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  margin-bottom: 0.625rem;
}
#footer .menu1 ul,
#footer .menu2 ul {
  margin: 0;
  padding: 0;
}
#footer .menu1 ul li,
#footer .menu2 ul li {
  list-style: none;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#footer .menu1 ul li a,
#footer .menu2 ul li a {
  color: #FFF;
}
#footer .menu1 > div {
  position: relative;
}
#footer .menu2 ul {
  column-count: 2;
  column-gap: 35px;
}
#footer .menu2 li.mm-submenu-exist > a {
  display: none;
}
#footer .footer_phones a {
  color: #fff;
}
#footer .footer_messengers {
  margin-top: 0.9375rem;
  justify-content: flex-end;
}
#footer .footer_address {
  color: #FFF;
  margin-top: 0.9375rem;
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#footer .footer_worktime {
  color: #FFF;
  text-align: right;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
#footer .footer_worktime .sub {
  font-size: 0.75rem;
  margin-top: 0.125rem;
}
#footer_logo {
  margin-bottom: 0.9375rem;
}
#footer_legal {
  color: #FFF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#footer_copy {
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 0.9375rem;
}
.footer_payments {
  position: absolute;
  top: 105%;
}
.footer_payments img {
  max-width: 26.125rem;
  height: auto;
}
#bottom_wrapper {
  background: #173470;
}
#bottom {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#bottom a {
  color: #fff;
  text-decoration: underline;
}
#bottom .bottom_links a {
  margin-right: 0.5rem;
}
.mm-menu.mm-offcanvas {
  display: none !important;
}
.mm-menu.mm-offcanvas.mm-opened {
  display: block !important;
}
.mm-slideout {
  z-index: auto !important;
}
@media (max-width: 1349px) {
  html {
    font-size: 12px;
  }
  #header_bottom_wrapper .main_menu ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 14px;
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  #header_logo img {
    width: 100px;
    height: auto;
  }
  .header_phones a.phone,
  .footer_phones a.phone {
    font-size: 1rem;
  }
  .header_phones a.consult,
  .footer_phones a.consult {
    font-size: 0.7rem;
  }
  #header_cart_area a {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  #header_cart_area a.fav_link,
  #header_cart_area #cart a {
    background-size: 1rem 1rem;
  }
  #header_cart_area a.fav_link span#wishlist_total,
  #header_cart_area #cart a span#cart-total {
    width: 1rem;
    height: 1rem;
    right: -0.5rem;
  }
  #main_slider .b_place {
    flex-direction: row;
    margin-top: 0.9375rem;
  }
  #main_slider .b_place > div {
    width: 50%;
  }
  #main_slider .b_place > div:first-child {
    padding-right: 0.4375rem;
  }
  #main_slider .b_place > div:last-child {
    padding-left: 0.4375rem;
  }
  #main_slider .b_place img {
    border-radius: 10px;
  }
  .advantages_row {
    flex-direction: column;
  }
  .advantages_row .advantage {
    width: 100%;
  }
  .advantages_row .advantage .title br {
    display: none;
  }
  #module_id_68 {
    margin-left: -7px;
    margin-right: -7px;
  }
  #module_id_68 > div {
    padding-left: 7px;
    padding-right: 7px;
  }
  #module_id_68 > div:first-child {
    margin-bottom: 14px;
  }
  #main_projects .row > div {
    margin-bottom: 14px;
  }
  #main_projects .row > div:last-child {
    margin-bottom: 0;
  }
  .project_teaser .title {
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
  }
  #consult_block .wrap {
    flex-direction: column;
    padding: 2rem 1rem 2rem 1rem;
    background: url(../image/consult_bg.svg) 1rem 0 no-repeat;
  }
  #consult_block .wrap a.my-btn,
  #consult_block .wrap a.btn-primary {
    width: 280px;
    margin-top: 0.9375rem;
  }
  #consult_block .title {
    font-size: 1.9rem;
  }
  #footer_logo img {
    width: 100px;
    height: auto;
  }
  #footer {
    flex-direction: column;
  }
  #footer .left,
  #footer .menu1,
  #footer .menu2,
  #footer .right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #footer .right {
    margin-bottom: 20px;
  }
  #footer .footer_phones {
    align-items: flex-start;
  }
  #footer .footer_messengers {
    margin-left: 0;
    justify-content: flex-start;
  }
  #footer .footer_payments {
    display: none;
  }
  #footer .footer_worktime,
  #footer .footer_address {
    text-align: left;
  }
  .blog-category #page .row > div {
    margin-bottom: 25px;
  }
  .blog-category #page .row > div:last-child {
    margin-bottom: 0;
  }
  #bottom {
    flex-direction: column;
  }
  #bottom .bottom_links {
    margin-bottom: 0.625rem;
  }
  #bottom .bottom_links a {
    white-space: nowrap;
    margin-bottom: 0.4375rem;
    display: inline-block;
  }
  .product-product #product_page_top {
    flex-direction: column;
    padding: 0;
  }
  .product-product #product_page_top .image {
    width: 100%;
    padding: 2rem 2rem 1.5rem 2rem;
    display: flex;
    justify-content: center;
  }
  .product-product #product_page_top .image img {
    width: auto;
    height: 350px;
  }
  .product-product #product_page_top .center {
    width: 100%;
    padding: 0 2rem 3rem 2rem;
  }
  #recently_viewed > .row > div {
    margin-bottom: 1.875rem;
  }
  #recently_viewed > .row > div:last-child {
    margin-bottom: 0;
  }
  .checkout-simplecheckout .form_wrapper {
    flex-direction: column-reverse;
  }
  .checkout-simplecheckout .form_wrapper .simplecheckout-left-column {
    width: 100%;
    padding-right: 0;
    margin-top: 1.88rem;
  }
  .checkout-simplecheckout .form_wrapper .simplecheckout-right-column {
    width: 100%;
    padding-left: 0;
  }
  .checkout-simplecheckout #order_summary_wrapper {
    margin-top: 0.9375rem;
  }
  .product_teaser .product_teaser_cart_block {
    opacity: 1;
  }
  .information-contact .contact_form {
    margin-top: 0.9375rem;
  }
  #main_news .row > div:last-child {
    display: none;
  }
  .checkout-simplecheckout .simplecheckout-cart .thead {
    display: none;
  }
  .checkout-simplecheckout .simplecheckout-cart .product .image {
    width: 27%;
  }
  .checkout-simplecheckout .simplecheckout-cart .product .price {
    display: none;
  }
  .checkout-simplecheckout .simplecheckout-cart .product .name {
    width: 55%;
  }
  .checkout-simplecheckout .simplecheckout-cart .product .name .model {
    width: 100%;
    margin-top: 0.3125rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
  }
  .checkout-simplecheckout .simplecheckout-cart .product .name .total {
    width: 100px;
    margin-top: 0.3125rem;
  }
  .sidebar .ocf-theme-light .ocf-filter {
    margin-bottom: 0;
  }
  .sidebar .ocf-container .ocf-filter-header {
    margin-bottom: 0;
  }
  .ocf-header .ocf-close-mobile {
    margin-top: 0.9375rem;
    margin-right: 0.9375rem;
  }
  #page .ocf-btn-mobile-static {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: none;
  }
}
