@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-bold.eot");
  src: local("Lato Bold"), local("Lato-Bold"),
    url("../fonts/lato-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lato-bold.woff2") format("woff2"),
    url("../fonts/lato-bold.woff") format("woff"),
    url("../fonts/lato-bold.ttf") format("truetype"),
    url("../fonts/lato-bold.svg#lato") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-bolditalic.eot");
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"),
    url("../fonts/lato-bolditalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lato-bolditalic.woff2") format("woff2"),
    url("../fonts/lato-bolditalic.woff") format("woff"),
    url("../fonts/lato-bolditalic.ttf") format("truetype"),
    url("../fonts/lato-bolditalic.svg#lato") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-regular.eot");
  src: local("Lato Regular"), local("Lato-Regular"),
    url("../fonts/lato-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lato-regular.woff2") format("woff2"),
    url("../fonts/lato-regular.woff") format("woff"),
    url("../fonts/lato-regular.ttf") format("truetype"),
    url("../fonts/lato-regular.svg#lato") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-italic.eot");
  src: local("Lato Italic"), local("Lato-Italic"),
    url("../fonts/lato-italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lato-italic.woff2") format("woff2"),
    url("../fonts/lato-italic.woff") format("woff"),
    url("../fonts/lato-italic.ttf") format("truetype"),
    url("../fonts/lato-italic.svg#lato") format("svg");
  font-weight: 400;
  font-style: italic;
}

body {
  color: #444444;
  font-family: "Lato", arial, sans-serif;
  background-color: #f7f7f7;
  background-image: none;
}
.mobile {
  display: none !important;
}

.welcome {
  background: none;
}
.auth_links a,
.auth_links {
  font-size: 18px;
  color: #6687ae;
}
.px-3{
  padding-inline: 1rem;
}

.welcome span {
  background: transparent;

  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  color: #2d2d2d;
}
#container {
  /*width: 930px;*/
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  background: transparent;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  border-radius: 0;
}
.h-top-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 14px;
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
}
.fts-container {
  max-width: 1200px;
  margin-inline: auto;
  
}
.dark_menu {
  background-color: #6687ae;
}
.header_bottom_content {
  border-radius: 0;
}
.top_cotacts{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.wrapp_pagenation_ajax{
  padding-bottom: 15px;
}

#menu {
  /* background: #f8f8f8 url('../images/grad_menu.png') top left repeat-x; */
  height: 54px;
  padding: 0px 0 0 5px;
  font-family: "Lato", "Roboto", arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.link_buttoms {
  display: flex;
  justify-content: space-between;
}
.top-right-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 28px;
}
.fts-btn {
  height: 58px;
  padding-inline: 14px;
  min-width: 150px;
  justify-content: center;
  color: #ffffff;
  background-color: #6687ae;
  border: 1px solid #6687ae;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-family: "Lato", "Roboto", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  border-radius: 6px;
}
.fts-btn  span {
  color: #fff;
}
.fts-btn:hover,
.fts-btn btn:hover span {
  color: #fafafa;
}

.fts-btn.secondary {
  background-color: #83b257 !important;
  border: 1px solid #83b257 !important;
}
.fts-btn.transparent {
  background-color: transparent;
  border: 1px solid #2d2d2d;
  color: #2d2d2d !important;
}
.fts-btn:hover {
  color: #fff;
}
.bg_white {
  background-color: #fff;
  display: flow-root;
}

.contact {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  font-size: 14px;
}
.dflex {
  display: flex;
}
.dflex.column {
  flex-direction: column;
}
.dflex.justify-between {
  justify-content: space-between;
}
.flex1 {
  flex: 1;
}
.w100 {
  width: 100%;
}
.d-none {
  display: none;
}
.gap10 {
  gap: 10px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-block: 100px;
}
.contact a.phone {
  font-family: "Lato", "Roboto", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  background-image: url(/upload/content/phone-black.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
  color: #2d2d2d;
}
.contact .btn_callback_link {
  display: flex;
  align-items: center;
  font-family: "Lato", "Roboto", arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #6687ae;
  background-image: url(/upload/content/phone-blue.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
  text-underline-offset: 4px;
  text-decoration-color: #D9D9D9;

}
.contact .btn_callback_link::before {
  content: none;
}
.h-bootom-block {
  margin-top: 12px;
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: auto 405px 1fr;
  grid-template-areas:
    "logo search contact"
    "logo search btns";
}
.search_inside {
  grid-area: search;
}
.contact {
  grid-area: contact;
}
.link_buttoms {
  grid-area: btns;
}

.h-bootom-block .logo {
  background: none;
  background-size: auto;
  background-size: contain;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.h-bootom-block .wrapp_logo {
  grid-area: logo;
}

.h-bootom-block .search_inside #searchform .wrapp_search_elems .btn_search {
  width: 58px;
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.h-bootom-block .search_inside #searchform .wrapp_search_elems {
  display: flex;
  overflow: hidden;

  border: 1px solid #2d2d2d;
  border-radius: 6px;
}
.h-bootom-block .search_inside #searchform .wrapp_search_elems input {
  padding: 15px 10px;
  font-size: 18px;
}
.h-bootom-block .search_inside {
  max-width: 329px;
}

#menu a {
  font-size: 18px;
}
.fon-top-2 {
  background-color: #6687ae;
}
.foot-top ul span {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  padding-bottom: 2px;
  margin-bottom: 7px;
  color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
}
.foot-top li a {
  list-style: none;
  color: #fff;

  padding: 8px 0;
  display: block;

  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
a.wf-city {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  color: #ffffff;
}
.social {
  width: 335px;
  text-align: left;
  padding-top: 110px;
  position: relative;
  float: right;
  margin-right: 0;
  padding-right: 30px;
  margin-bottom: 30px;
}

.social::before {
  background: url(/upload/content/support.png) no-repeat top center;
  display: block;
  content: "";
  height: 112px;
  width: 222px;
  position: absolute;
  top: 36px;
  left: unset;
  right: 55px;
}
.social a#asi {
  height: 51px;
  width: 51px;
  display: inline-block;
  margin: 0 17px 0 0px;
  z-index: 1;
  position: relative;
}

.social .vk {
  background: url(/upload/content/VK.png) no-repeat center center;
}
.social .yt {
  background: url(/upload/content/YouTube_full-color_icon_2017.png) no-repeat
    center center;
}
.social .tele {
  background: url(/upload/content/Telegram_2019_Logo.svg.png) no-repeat center
    center;
  margin: 0 0px 0px 2px;
}
.info-mas {
  text-align: right;

  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
.info-mas__row {
  margin-bottom: 5px;
}
.social_wrap {
  display: flex;
  flex-direction: column;
  max-width: 365px;
}
section.advantages .content .items {
  display: flex;
  grid-gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}
section.advantages .content .items .item {
  width: clamp(150px, 18%, 400px);
  /* width: 33%; */
}
section.advantages .content .items .item .icon {
  width: 145px;
  height: 145px;
}

section.advantages .content .items .item .txt {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
}
.general_heading {
  margin: 10px 0 50px;
  margin-bottom: 8px;

  background: none;

  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;

  color: #2d2d2d;
}

.example_builder .items_example .item_example .content_item_example {
  border-radius: 24px 24px 0 0;
}
.example_builder .items_example .item_example .name_example {
  border-radius: 0 0 24px 24px;
}
.images_360 .items {
  gap: 30px;
}

.images_360 .items .item {
  max-width: 33%;
  flex: 0 0 33%;
  border: 1px solid #ffffff;
  margin: 0 0 0px -1px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  height: 340px;
  display: flex;
  overflow: hidden;
  background: #ffffff;
  border-radius: 24px;
}
.images_360 .items .item .open_360window {
  width: 54px;
  height: 63px;

  padding: 0;

  background: #83b257;
  border-radius: 24px 0px;
}
.slider-details .item .content_slide {
  border-radius: 24px;
  overflow: hidden;
}
.general_heading span {
  background-color: transparent;
}
.products_container_new ul.skin-opencart {
  width: 3600px;
}
.products_container_new ul.skin-opencart li {
  float: left;
  display: flex;
  justify-content: center;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 24px;
}
.jcarousel_arrows {
  background-color: transparent;
}

.skin-opencart .product_holder .image {
  height: 280px;
  margin-bottom: 15px;
}

.product_container.products_container_new .skin-opencart .product_holder {
  border: none;
  width: 100%;
  margin: 15px;
}

.products_container_new .skin-opencart .quantity_product {
  display: none;
}
.products_container_new .skin-opencart .price {
  display: none;
}
.products_container_new .skin-opencart .form-quan {
  display: none;
}
.skin-opencart .product_holder .name a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  
  color: #2d2d2d;
}
.skin-opencart .product_holder .image .labels .label {
  width: 315px;
  height: 47px;

  background: #f7e331;
  border-radius: 6px;

  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 47px;
  padding: 0;
  text-transform: uppercase;

  color: #ffffff;
}
@media (max-width: 600px) {
  .not-in-mobile{
    display: none;
  }
  .mt-50 {
    margin-top: 16px;
  }
  .pb100 {
    padding-block: 32px;
  }
  .top-sticky {
    background-color: #fff;
  }
  .mobile {
    display: block !important;
  }
  #container {
    padding: 0 !important;
  }
  #content {
    /* padding-inline: 16px; */
  }
  .fts-btn {
    height: 34px;
    padding: 0 8px;
  }
  .h-bootom-block {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    grid-template-areas:
      "logo  contact"
      "logo  btns"
      "search search";
  }
  .h-bootom-block .wrapp_logo {
    width: auto;
    max-width: fit-content;
  }
  .info_contacts{
    margin-bottom: 16px;
  }
  .fixed-m .fon-top .h-bootom-block .search_inside {
    height: 0 !important;
    margin-top: 0;
    display: none;
  }
  .product_container .skin-opencart .product_holder {
    margin: 10px;
  }
  .skin-opencart .product_holder .image .labels .label {
    font-size: 12px;
    width: fit-content;
    height: auto;
    line-height: normal;
    padding: 4px;
  }
  .h-bootom-block .contact {
    flex-direction: column;
    width: 100%;
    gap: 4px;
  }
  .link_buttoms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". btn1";
    justify-items: end;
    gap: 0;
  }
  .gbtn1 {
    grid-area: btn1;
  }
  .gbtn2 {
    grid-area: btn2;
    display: none;
  }
  .gbtn3 {
    grid-area: btn3;
    display: none;
  }
  .images_360 .items .item {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 -1px 0px;
    padding: 9px 0px;
  }
  .foot-top {
    flex-direction: column;
  }
  .h-bootom-block .search_inside {
    max-width: 100%;
  }
  .phones {
    align-items: flex-end;
  }
  .contact .btn_callback_link {
    align-self: flex-end;
    background-image: none;
  }
  section.advantages .content .items {
    gap: 10px;
  }
  section.advantages .content .items .item .icon {
    width: 100px;
    height: 100px;
  }
  section.advantages .content .items .item .txt {
    font-size: 18px;
    line-height: normal;
  }
  section.advantages .content .items .item{
    width: clamp(30%, 38%, 50%);
  }
  .fon-top {
    padding: 10px 20px;
  }
  .fon-top-2 {
    padding: 0;
  }
  .social_wrap {
    max-width: 100%;
    padding: 10px;
  }
  .social .select-city-pp {
    right: 50%;
  }
}

@media screen and (max-width: 980px) {
  .products_container_new li {
    width: 48% !important;
    margin: 0px !important;
    margin-bottom: 0px;
    margin-bottom: 8px !important;
    float: none !important;
  }
  .products_container_new ul {
    gap: 10px;
  }
}
@media only screen and (max-width: 759px) {
  .product_holder .name a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 702px) {
  .h-top-block div {
    display: block;
  }
}
@media (max-width: 420px) {
  .fixed-m .fon-top {
    padding: 10px 20px 2px 20px;
  }
}
