@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/usertpl/fonts/open-sans/open-sans-v40-cyrillic_latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/usertpl/fonts/open-sans/open-sans-v40-cyrillic_latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/usertpl/fonts/open-sans/open-sans-v40-cyrillic_latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/usertpl/fonts/open-sans/open-sans-v40-cyrillic_latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/usertpl/fonts/pt-sans/pt-sans-v17-cyrillic_latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/usertpl/fonts/pt-sans/pt-sans-v17-cyrillic_latin-700.woff2") format("woff2");
}
html[lang=kk] .head .logo {
  width: 250px;
}
html[lang=kk] .menu .list {
  gap: 15px;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-size: 17px;
  color: #212121;
  top: 0 !important;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
}

.flex-ai-c {
  align-items: center;
  -webkit-align-items: center;
}

.flex-jc-sa {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
}

p {
  margin-top: 0;
}

h1 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

input, textarea {
  font-family: inherit;
  outline: none;
  display: block;
  width: 100%;
}

input {
  background: #fff;
  height: 58px;
  line-height: 56px;
  font-size: 19px;
  padding: 0 15px;
  border: 1px solid #080808;
}

textarea {
  background: #fff;
  font-size: 19px;
  padding: 10px 15px;
  border: 1px solid #080808;
}

.invalid {
  border-color: red;
  box-shadow: 0 0 3px red;
}

.btn {
  display: block;
  text-decoration: none;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  background: #005a96;
  border-bottom: 4px solid #024877;
  cursor: pointer;
  transition: background 0.2s;
}

.btn:hover {
  background: #0063a1;
}

.btn:active:not(.added) {
  border-bottom: 0;
  border-top: 4px solid #024877;
  line-height: 48px;
  padding-top: 4px;
}

.width {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}

.bigwidth {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.gtitle {
  text-align: center;
  color: #005a96;
  font-size: 33px;
  font-weight: 600;
}

.find-error-text {
  font-size: 14px;
  margin: 10px 0;
}
@media (max-width: 976px) {
  .find-error-text {
    padding-left: 20px;
  }
}

.catalog-descr {
  margin: 30px 0 40px 0;
}
@media (max-width: 976px) {
  .catalog-descr {
    padding: 0 10px;
  }
}
.catalog-descr h1, .catalog-descr h2, .catalog-descr h3 {
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0;
}
.catalog-descr h1 {
  font-size: 30px;
}
.catalog-descr h2 {
  font-size: 22px;
}
.catalog-descr h3 {
  font-size: 18px;
}
.catalog-descr:not(h1, h2, h3) {
  font-size: 15px !important;
}
.catalog-descr ul, .catalog-descr ol {
  margin: 10px 0;
}

.owl-stage {
  display: flex;
}

.about-video {
  width: 100%;
  height: 550px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-video {
    height: 400px;
  }
  .about-video.padding-20 {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .about-video {
    height: 300px;
  }
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-tooltip {
  display: none !important;
}

.skiptranslate {
  display: none !important;
}

.head {
  padding: 15px 0 0;
  background: url("/usertpl/i/head-l.png") no-repeat left center, url("/usertpl/i/head-r.png") no-repeat right center;
  position: relative;
}
.head .logo {
  display: block;
  background: url("/usertpl/i/logo.webp") center/contain no-repeat;
  width: 300px;
  height: 110px;
  margin-bottom: 10px;
}
.head .r {
  margin-bottom: 10px;
  gap: 20px;
}
@media (max-width: 440px) {
  .head .r {
    justify-content: center;
  }
}
.head .r .cont {
  display: flex;
  align-items: center;
}
@media (max-width: 440px) {
  .head .r .cont {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 370px) {
  .head .r .cont {
    width: 100%;
    justify-content: center;
  }
}
.head .r .cont a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #383a3b;
  line-height: 18px;
  width: fit-content;
}
.head .r .cont .block.phones {
  margin-right: 20px;
}
.head .r .cont .block.phones a:hover {
  color: #005a96;
}
.head .r .cont .block.phones a:not(:last-child) {
  margin-bottom: 3px;
}
.head .r .cont .block.links {
  margin-right: 20px;
}
.head .r .cont .block.links .item {
  font-weight: 600;
  color: #014d7f;
  line-height: 16px;
  transition: opacity 0.2s;
  width: fit-content;
}
.head .r .cont .block.links .item:not(:last-child) {
  margin-bottom: 3px;
}
.head .r .cont .block.links .item:hover {
  opacity: 0.7;
}
.head .r .cont .recall {
  display: block;
  border-bottom: 1px dashed;
  cursor: pointer;
  font-size: 14px;
}
.head .r .cont .lang-item {
  font-size: 10px;
  font-weight: 600;
  background: #EFEFEF;
  width: 35px;
  height: 17px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #014d7f;
  cursor: pointer;
}
.head .r .cont .lang-item.active {
  background: rgba(98, 182, 222, 0.2);
  cursor: default;
}
.head .r .cont .lang-item:first-child {
  margin-bottom: 3px;
}
.head .r .button {
  margin: 1px 0 0 0;
  width: 37px;
  height: 37px;
  border-radius: 3px;
  position: relative;
}
.head .r .button:hover {
  background-color: #2773A5 !important;
}
.head .r .button .count {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #00395f;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .r .button.cart {
  background: #005a96 url("/usertpl/i/cart.svg") center/20px no-repeat;
}
.head .r .button.compare {
  background: #005a96 url("/usertpl/i/icons/icon-compare.svg") center/20px no-repeat;
}

.promo {
  height: 550px;
  position: relative;
}
@media (max-width: 576px) {
  .promo {
    height: 320px;
  }
}
.promo .background {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo .slogan {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  text-align: center;
  color: #FFFFFF;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  z-index: 1;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .promo .slogan {
    width: 100%;
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .promo .slogan {
    font-size: 28px;
  }
}
.promo .slogan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 90, 150, 0.75);
  transform: perspective(85px) rotateX(-2deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .promo .slogan::before {
    transform: none;
  }
}

.main {
  padding: 90px 0;
  position: relative;
}
.main.desktop {
  background: url("/usertpl/i/main-bg.webp") no-repeat center center/cover;
}
.main.mobile {
  background: url("/usertpl/i/main-bg-mobile.webp") no-repeat center center/cover;
}

.main .slogan {
  text-align: center;
  position: relative;
  max-width: 720px;
  width: 100%;
  margin: 0 auto 5px;
  padding: 20px 0;
}

.main .slogan .text {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  font-family: "PT Sans", sans-serif;
  line-height: 46px;
  transition: 0.4s;
  opacity: 0;
}

.main .slogan .text.vis {
  opacity: 1;
}

.main .slogan .bg {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #005a96;
  z-index: 1;
  transform: perspective(85px) rotateX(-2deg);
  transition: 0.4s;
}

.main .slogan .bg.vis {
  opacity: 1;
  opacity: 0.72;
}

.main .logo {
  top: -1000px;
  transition: 1s; /*background:url(/usertpl/i/main-logo.png) no-repeat center center / contain;*/
  max-width: 639px;
  height: 189px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main .logo.vis {
  top: 0;
}

.catalogsections {
  background: #005a96;
  position: relative;
  z-index: 1;
}

.catalogsections .line {
  border-bottom: 1px solid #276fa0;
}

.catalogsections .item {
  width: 50%;
  padding: 35px 20px;
  color: #fff;
  border-left: 1px solid #276fa0;
}

.catalogsections .item h2 {
  margin: 0;
}

.catalogsections .item:last-child {
  border-right: 1px solid #276fa0;
}

.catalogsections .item .r {
  width: 270px;
}

.catalogsections .item .r a {
  text-decoration: none;
  transition: 0.2s;
}

.catalogsections .item .r a:hover {
  color: #fff;
}

.catalogsections .item .title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}

.catalogsections .item .link {
  font-size: 17px;
  font-weight: 600;
  color: #cfcdcd;
  display: inline-block;
  background: url(/usertpl/i/ctl-link.png) center right/22px no-repeat;
  line-height: 28px;
  height: 28px;
  padding-right: 32px;
}

.catalogsections .item .img {
  background: no-repeat center center/contain #fff;
  width: 166px;
  height: 132px;
}
@media (max-width: 576px) {
  .catalogsections .item .img {
    width: 130px;
  }
}

.advantage {
  padding: 50px 0;
  background: #f2f2f2;
}

.advantage .gtitle {
  margin-bottom: 60px;
}

.advantage .item {
  margin-bottom: 40px;
  max-width: 230px;
}

.advantage .item .img {
  background: no-repeat center top;
  width: 108px;
  height: 114px;
  margin-bottom: 15px;
}

.advantage .item .a {
  color: #005a96;
  font-size: 29px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}

.advantage .item .b {
  color: #4f5050;
  font-size: 18px;
}

.newsblock {
  padding: 50px 0;
  background: url(/usertpl/i/newsblock-l.png) no-repeat left center, url(/usertpl/i/newsblock-r.png) no-repeat center right #fbfafa;
}

.newsblock .gtitle {
  margin-bottom: 50px;
}

.newsblock .item {
  margin-bottom: 35px;
}

.main-article {
  padding: 50px 0;
}

.partners {
  padding: 50px 0;
  background: #f2f2f2;
}

.partners .gtitle {
  margin-bottom: 50px;
}

.partners .wrap {
  text-align: center;
}

.partners .item {
  margin: 0 20px 40px;
}

.questionblock {
  background: url("/usertpl/i/formbg.webp") center/cover no-repeat;
  position: relative;
  padding: 65px 0;
}

.questionblock .gtitle {
  margin-bottom: 50px;
}

.questionblock .wrap {
  padding: 65px;
  background: rgba(0, 0, 0, 0);
}

.questionblock .l {
  max-width: 425px;
  width: 100%;
}

.questionblock .r {
  max-width: 425px;
  width: 100%;
}

.questionblock input {
  margin-bottom: 22px;
}

.questionblock input:last-child {
  margin-bottom: 0;
}

.questionblock textarea {
  height: 136px;
  margin-bottom: 24px;
}

.questionblock .transporentlayer {
  background: rgba(0, 90, 150, 0.2);
  padding: 50px 0 90px;
}

.footer {
  padding: 35px 0 0;
  background: #f8f7f7;
  color: #302f2f;
}

.footer .bigwidth > * {
  margin-bottom: 25px;
}

.footer .logo {
  display: block;
  background: url(/usertpl/i/footer-logo.png);
  width: 232px;
  height: 89px;
}

.footer .text {
  font-size: 13px;
}

.footer .phone a {
  color: #0f0f0f;
  font-size: 14px;
  text-decoration: none;
}

.footer .phone .btn {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.footer .phone .btn:active {
  line-height: 22px;
}

.footer .dev {
  font-size: 13px;
  text-align: center;
}

.newslist {
  max-width: 470px;
  width: 100%;
  margin-bottom: 20px;
}

.newslist .ntitle {
  color: #005a96;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  transition: 0.2s;
}

.newslist .ntitle:hover {
  opacity: 0.7;
}

.newslist .anons {
  color: #4f5050;
  font-size: 13px;
  margin-bottom: 10px;
}

.newslist .link {
  color: #98aebe;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  background: url(/usertpl/i/newslist-more.png) no-repeat center right;
  height: 28px;
  line-height: 28px;
  padding-right: 35px;
}

.newslist .img {
  background: no-repeat center center/100%;
  width: 176px;
  height: 175px;
  margin-top: 5px;
  transition: 0.2s;
}

.newslist .img:hover {
  background: no-repeat center center/110%;
}

.newslist .r {
  width: 270px;
}

.vhead {
  background: url("/usertpl/i/main-bg.webp") no-repeat center top -130px/cover;
  padding: 40px 0 130px;
}

.recently-viewed {
  padding: 50px 20px;
  background-color: #f2f2f2;
}
.recently-viewed .gtitle {
  margin-bottom: 40px;
}
.recently-viewed .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 576px) {
  .recently-viewed .wrap {
    grid-template-columns: 1fr;
  }
}
.recently-viewed .wrap .item {
  display: flex;
  gap: 10px;
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.recently-viewed .wrap .item:hover {
  border-color: rgba(0, 90, 150, 0.4);
}
.recently-viewed .wrap .item:hover .info .title {
  color: #005a96;
}
.recently-viewed .wrap .item .image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}
.recently-viewed .wrap .item .info .title {
  font-size: 16px;
  font-weight: 600;
  color: #00395f;
  width: 100%;
}
@media (max-width: 576px) {
  .recently-viewed .wrap .item .info .title {
    font-size: 15px;
  }
}
.recently-viewed .wrap .item .info .specs .specs-item {
  font-size: 13px;
}

/*
.vhead .vtitle{padding:35px 30px 0;background:rgba(0,90,150,0.7)}
.vhead .vtitle .name{margin-bottom:35px;font-size:45px;line-height:47px;color:#fff;font-family:"PT Sans";width:calc(100% - 360px);text-transform: uppercase;}
.vhead .vtitle .search{margin-bottom:35px;max-width:344px;width:100%}
.vhead .search input{background:#00395f;border-color:#00395f;color:#fff;font-size:20px;padding:0 15px;height:47px;line-height:47px;width:290px}
.vhead .search .searchbtn{background:url(/usertpl/i/search-lupa.png) no-repeat center center #00395f;width:46px;height:47px;cursor:pointer}
*/
.vhead .vtitle {
  padding: 35px 30px;
  background: rgba(0, 90, 150, 0.7);
}

.vhead .vtitle .name {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 47px;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  width: 100%;
}

.vhead .vtitle .search {
  width: 100%;
  position: relative;
}

.vhead .search input {
  background: #00395f;
  border-color: #00395f;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  width: calc(100% - 50px);
}

.vhead .search input::placeholder {
  color: #ccc;
}

.vhead .search .searchbtn {
  background: url(/usertpl/i/search-lupa.png) no-repeat center center/20px #00395f;
  width: 45px;
  height: 45px;
  cursor: pointer;
  margin-left: 5px;
}

.livesearch-results {
  display: none;
  width: 100%;
  max-height: 472px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 20px 10px 0 20px;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  border: 1px solid #00395f;
}
.livesearch-results::-webkit-scrollbar {
  width: 12px;
}
.livesearch-results::-webkit-scrollbar-track {
  box-shadow: inset 0 0 12px 12px transparent;
  border: solid 4px transparent;
}
.livesearch-results::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 12px 12px #bbbbbe;
  border: solid 4px transparent;
  border-radius: 14px;
}
.livesearch-results::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #fff;
  position: sticky;
  left: 0;
  bottom: 0;
}
.livesearch-results.active {
  display: block;
}
.livesearch-results .item {
  display: flex;
  gap: 10px;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  transition: border-color 0.1s;
}
.livesearch-results .item:hover {
  border-color: rgba(0, 90, 150, 0.2);
}
.livesearch-results .item:hover .info .title {
  color: #005a96;
}
.livesearch-results .item:not(:last-child) {
  margin-bottom: 5px;
}
.livesearch-results .item .image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}
.livesearch-results .item .info {
  padding-top: 5px;
  width: calc(100% - 80px);
}
.livesearch-results .item .info .title {
  font-size: 18px;
  font-weight: 700;
  color: #00395f;
  line-height: 1.2;
  margin-bottom: 3px;
  transition: color 0.1s;
}
@media (max-width: 576px) {
  .livesearch-results .item .info .title {
    font-size: 16px;
  }
}
.livesearch-results .item .info .specs {
  display: flex;
  gap: 20px;
}
@media (max-width: 576px) {
  .livesearch-results .item .info .specs {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .livesearch-results .item .info .specs .block {
    width: 100%;
  }
}
.livesearch-results .item .info .specs .spec-item {
  display: flex;
  gap: 3px;
  font-size: 13px;
}
@media (max-width: 576px) {
  .livesearch-results .item .info .specs .spec-item {
    width: 100%;
    flex-wrap: wrap;
    font-size: 12px;
  }
}
.livesearch-results .item .info .specs .spec-item .spec-title {
  font-weight: 600;
}
@media (max-width: 576px) {
  .livesearch-results .item .info .specs .spec-item .spec-title.standart {
    display: none;
  }
}
.livesearch-results .item .buttons {
  margin: 0 10px 0 auto;
  align-self: center;
}
.livesearch-results .item .buttons .cart-button {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #EFEFEF;
}

.way {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.way .position {
  display: none;
}

.way a {
  text-decoration: none;
}

.view {
  background: #fff;
  margin-top: -105px;
  padding: 30px 30px 45px;
}

.view.ctl {
  padding: 0;
}

.view .title {
  font-size: 45px;
  color: #00395f;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 25px;
}

.news .img {
  background: no-repeat center center/100%;
  width: 300px;
  height: 200px;
  float: left;
  margin: 6px 10px 0 0;
  transition: 0.2s;
}

.news .img:hover {
  background: no-repeat center center/110%;
}

.childwrap {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
}

@media (max-width: 976px) {
  .childwrap {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .childwrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .childwrap {
    grid-template-columns: 1fr;
  }
}
.ctlparent {
  padding: 25px 20px;
  color: #fff;
  background: #005a96;
  margin-bottom: 20px;
}

.ctlparent::after {
  content: "";
  display: block;
  clear: both;
}

.ctlparent .a {
  font-size: 33px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}

.ctlparent .link {
  font-size: 17px;
  font-weight: 600;
  color: #cfcdcd;
  display: inline-block;
  background: url(/usertpl/i/ctl-link-down.png) no-repeat center right;
  line-height: 28px;
  height: 28px;
  padding-right: 40px;
  transition: 0.2s;
}

.ctlparent .link:hover {
  color: #fff;
}

.ctlparent .img {
  background: no-repeat center center/contain #fff;
  width: 166px;
  height: 132px;
  float: left;
  margin-right: 20px;
}

.ctlchild {
  padding: 20px;
  background: #96d7f6;
  color: #00395f;
  font-size: 18px;
}

.ctlchild .name {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
}

.ctlchild .link {
  font-size: 17px;
  font-weight: 600;
  color: #767578;
  display: inline-block;
  background: url(/usertpl/i/ctl-link-down-child.png) no-repeat center right;
  line-height: 28px;
  height: 28px;
  padding-right: 40px;
  transition: 0.2s;
}

.ctlchild .link:hover {
  opacity: 0.8;
}

.catalog .title {
  margin-bottom: 5px;
  line-height: 1.1;
}

.catalog .category {
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #00395f;
}

.catalog .category .link {
  font-weight: 400;
  text-decoration: none;
}

.catalog .h {
  margin-bottom: 27px;
}

.catalog .l {
  width: calc(100% - 370px);
  min-width: 320px;
}
@media (max-width: 576px) {
  .catalog .l {
    min-width: unset;
    width: 100%;
  }
}

.catalog .l .img {
  display: flex;
  width: 276px;
  height: 360px;
  transition: 0.2s;
  position: relative;
}
@media (max-width: 576px) {
  .catalog .l .img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}

.catalog .l img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog .l .img:hover {
  background: no-repeat center center/110%;
}

.catalog .l .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/usertpl/i/lupa.png);
  width: 112px;
  height: 111px;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}

.catalog .l .img:hover::after {
  opacity: 1;
}

.catalog .form {
  max-width: 340px;
  width: 100%;
  background: #4c8bb5;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .catalog .form {
    margin-top: 20px;
  }
}

.catalog .form .a {
  margin-bottom: 10px;
}

.catalog .form .b {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.catalog .form .b a {
  text-decoration: none;
}

.catalog .form input {
  font-size: 17px;
  height: 46px;
  line-height: 46px;
  margin-bottom: 9px;
}

.catalog .form textarea {
  font-size: 17px;
  height: 114px;
  margin-bottom: 14px;
}

.catalog .form .btn {
  height: 49px;
  line-height: 47px;
}

.catalog .form .btn:active {
  line-height: 40px;
}

.catalog .tabs {
  border-bottom: 1px solid #4887b1;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
@media (max-width: 768px) {
  .catalog .tabs {
    grid-template-columns: 1fr;
  }
}

.catalog .tabs .item {
  background: #4887b1;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 25px 5px;
  border: 1px solid #4887b1;
  margin-bottom: -1px;
  cursor: pointer;
  transition: 0.2s;
}

.catalog .tabs .item.active {
  background: #fff;
  color: #212121;
  border-color: #4887b1 #4887b1 #fff;
}

.catalog .tabs .item:hover {
  background: #fff;
  color: #212121;
  border-color: #4887b1 #4887b1 #fff;
}

.catalog .content .item {
  display: none;
}

.catalog .content .item.active {
  display: block;
}

.catalog .content .item table {
  width: 100%;
  color: #131313;
}

.catalog .content .item table tr:nth-child(2n) {
  background: #f8f7f7;
}

.catalog .content .item table tr:nth-child(2n+1) {
  background: #f2f2f2;
}

.catalog .content .item table tr:first-child {
  background: #becad4;
}

.catalog .content .item table td {
  padding: 30px 20px;
  border: 1px solid #fff;
}

.catalog .content .item table th {
  padding: 30px 20px;
  border: 1px solid #fff;
}

.catalog .content .item .btn {
  width: 180px;
  height: 45px;
  line-height: 45px;
  margin: 15px auto 0;
  font-size: 16px;
}

.catalog .content .pasp {
  display: flex;
  width: 49%;
  height: 300px;
  background: no-repeat top center/cover;
}

.catalog .content .pasp::after {
  content: "";
  display: block;
  position: relative;
  background: url(/usertpl/i/lupa.png);
  width: 112px;
  height: 111px;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}

.catalog .content .pasp:hover::after {
  opacity: 1;
}

.catalog .links {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.catalog .links .link {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #005a96;
  position: relative;
}
@media (max-width: 420px) {
  .catalog .links .link span {
    display: none;
  }
}
.catalog .links .link::before {
  content: "";
  position: absolute;
  top: 8px;
  border: solid #005a96;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.catalog .links .link.prev {
  padding-left: 12px;
}
.catalog .links .link.prev::before {
  left: 0;
  transform: rotate(135deg);
}
.catalog .links .link.next {
  padding-right: 12px;
  margin-left: auto;
}
.catalog .links .link.next::before {
  right: 0;
  transform: rotate(-45deg);
}

.catalog .official-dealer-banner {
  background-color: #62b6de;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 2px;
}
@media (max-width: 415px) {
  .catalog .official-dealer-banner {
    gap: 10px;
    padding: 15px;
  }
}
.catalog .official-dealer-banner .icon {
  width: 45px;
  height: 45px;
}
@media (max-width: 576px) {
  .catalog .official-dealer-banner .icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 415px) {
  .catalog .official-dealer-banner .icon {
    width: 25px;
    height: 25px;
  }
}
.catalog .official-dealer-banner .text {
  color: #005a96;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 600;
}
@media (max-width: 976px) {
  .catalog .official-dealer-banner .text {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .catalog .official-dealer-banner .text {
    font-size: 19px;
  }
}
@media (max-width: 576px) {
  .catalog .official-dealer-banner .text {
    font-size: 14px;
  }
}
@media (max-width: 415px) {
  .catalog .official-dealer-banner .text {
    font-size: 12px;
  }
}

.catalog-btns {
  display: flex;
  gap: 2px;
}
.catalog-btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(50% - 1px);
  background-size: 17px;
  padding: 0 15px;
}
.catalog-btns .btn.active {
  background-color: #00395f;
  border-bottom: 0;
}
.catalog-btns .btn.cart-btn {
  border-radius: 2px 0 0 2px;
  background-image: url("/usertpl/i/icons/icon-cart.svg");
}
.catalog-btns .btn.compare-btn {
  border-radius: 0 2px 2px 0;
  background-image: url("/usertpl/i/icons/icon-compare.svg");
}

.catalog-item.row .info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.catalog-item.row .info .image {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  padding: 4px;
}
.catalog-item.row .catalog-btns {
  flex-wrap: wrap;
}
.catalog-item.row .catalog-btns .btn {
  flex-shrink: 0;
  height: 28px;
}
.catalog-item.row .catalog-btns .btn.more-btn {
  width: 100%;
  border-radius: 2px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.catalog-item.block {
  display: none;
  flex-direction: column;
}
.catalog-item.block.active {
  display: flex;
}
.catalog-item.block .image {
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 10px;
}
.catalog-item.block .title {
  display: block;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
.catalog-item.block .title:hover {
  color: #005a96;
}
.catalog-item.block .catalog-btns {
  display: flex;
  margin-top: auto;
}
.catalog-item.block .catalog-btns .btn {
  height: 30px;
  line-height: 30px;
}

.catalog .catalog-btns {
  display: flex;
  gap: 6px;
}
.catalog .catalog-btns .btn {
  gap: 3px;
  width: calc(50% - 3px);
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-image: none;
}
@media (max-width: 400px) {
  .catalog .catalog-btns .btn {
    font-size: 13px;
  }
}
.catalog .catalog-btns .btn .icon {
  width: 18px;
  height: 18px;
}

.catalog-items {
  position: relative;
}
.catalog-items.block-view {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 20px;
}
@media (max-width: 976px) {
  .catalog-items.block-view {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .catalog-items.block-view {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .catalog-items.block-view {
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog-items.block-view .ctltable {
  display: none;
}
.catalog-items-spoiler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 25px 20px;
  background: #005a96;
  margin-bottom: 2px;
  scroll-margin-top: 2px;
  text-decoration: none;
}
.catalog-items-spoiler.link .link {
  background: url("/usertpl/i/ctl-link-down.png") center right/22px no-repeat;
}
.catalog-items-spoiler.link .link.active {
  background: url("/usertpl/i/ctl-link-down.png") center right/22px no-repeat;
}
.catalog-items-spoiler:hover {
  background-color: #0063a1;
}
.catalog-items-spoiler:hover .link {
  color: #fff;
}
.catalog-items-spoiler .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media (max-width: 400px) {
  .catalog-items-spoiler .title {
    font-size: 15px !important;
  }
}
.catalog-items-spoiler .title .title-link {
  text-decoration: none;
}
.catalog-items-spoiler .title .title-link:hover {
  text-decoration: underline;
}
.catalog-items-spoiler .link {
  font-size: 16px;
  font-weight: 600;
  color: #98aebe;
  background: url("/usertpl/i/ctl-link-down.png") center right/22px no-repeat;
  padding-right: 30px;
  cursor: pointer;
}
.catalog-items-spoiler .link.active {
  background-image: url("/usertpl/i/ctl-link-up.png");
}
.catalog-items-content {
  position: relative;
  display: none;
  margin-top: 0;
}
.catalog-items-content.active {
  display: grid;
}
.catalog-items-content.block-view {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 20px;
}
@media (max-width: 976px) {
  .catalog-items-content.block-view {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .catalog-items-content.block-view {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .catalog-items-content.block-view {
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog-items-content.block-view .ctltable {
  display: none;
}

.catalog-view-buttons {
  display: flex;
  gap: 5px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.catalog-view-buttons .catalog-view-button {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  border-radius: 2px;
}
.catalog-view-buttons .catalog-view-button.list {
  background: #005a96 url("/usertpl/i/icons/icon-view-list.svg") center/17px no-repeat;
}
.catalog-view-buttons .catalog-view-button.block {
  background: #005a96 url("/usertpl/i/icons/icon-view-block.svg") center/17px no-repeat;
}
.catalog-view-buttons .catalog-view-button.active {
  background-color: #00395f;
}
.catalog-view-buttons .catalog-view-button:hover:not(.active) {
  cursor: pointer;
  background-color: #0063a1;
}

.ctltable {
  width: 100%;
  color: #191919;
  background: #f8f7f7;
  border: none;
  border-collapse: collapse;
  font-size: 15px;
}

.ctltable tr {
  transition: 0.2s;
}

.ctltable tr:nth-child(2n) {
  background: #f2f2f2;
}

.ctltable tr:first-child {
  background: #becad4;
  text-align: center;
}

.ctltable td {
  border: 1px solid #fff;
  padding: 16px;
}

.ctltable tr:first-child td {
  border-top: 0;
}

.ctltable tr:last-child td {
  border-bottom: 0;
}

.ctltable tr td:first-child, .ctltable tr td:first-child {
  border-left: 0;
}

.ctltable tr td:last-child, .ctltable tr td:last-child {
  border-right: 0;
}

.ctltable tr:hover {
  background: #E0E9F1;
}

.ctltable .link {
  color: #005a96;
  text-decoration: none;
  transition: 0.2s;
}

.ctltable .link:hover {
  opacity: 0.8;
}

.paging {
  width: 100%;
  text-align: center;
}

.paging .page {
  display: inline-block;
  margin: 0 5px;
}

.poplayer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

.pop {
  display: none;
  margin: auto;
  background: url("/usertpl/i/quest-bg.webp") no-repeat center center/cover;
  width: 100%;
  max-width: 500px;
  position: relative;
}

.pop .close {
  cursor: pointer;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 45px;
  line-height: 30px;
}

.pop .title {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  margin-bottom: 15px;
  padding: 10px;
}

.pop input {
  margin-bottom: 10px;
}

.pop .transporentlayer {
  background: rgba(0, 90, 150, 0.2);
  padding: 40px 30px 30px;
}

.pop.msg .content {
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.ctlindex {
  margin: 10px 0;
}

.error-page .text {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.error-page .text .title {
  font-weight: 700;
  line-height: 1;
  font-size: 72px;
  margin-bottom: 0;
}

.cart-page .empty.hidden {
  display: none;
}
@media (max-width: 400px) {
  .cart-page .view {
    padding: 0 20px;
  }
}
.cart-page .cart-content {
  display: none;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 976px) {
  .cart-page .cart-content {
    flex-wrap: wrap;
  }
}
.cart-page .cart-content.active {
  display: flex;
}
.cart-page .cart-content .cart-list-wrap {
  width: calc(100% - 360px);
}
@media (max-width: 976px) {
  .cart-page .cart-content .cart-list-wrap {
    width: 100%;
  }
}
.cart-page .cart-content .cart-list-wrap .cart-list {
  margin-bottom: 24px;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item {
  display: flex;
  gap: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 10px;
  position: relative;
  transition: border-color 0.1s;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item:hover {
  border-color: #acbdc9;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item:not(:last-child) {
  margin-bottom: 10px;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .image {
  width: 110px;
  height: 110px;
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 400px) {
  .cart-page .cart-content .cart-list-wrap .cart-list .cart-item .image {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 10px;
    right: 10px;
  }
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 120px);
}
@media (max-width: 576px) {
  .cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content {
    width: 100%;
  }
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block:first-child {
  width: calc(100% - 180px);
}
@media (max-width: 576px) {
  .cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block:last-child {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block .title {
  font-size: 21px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block .specs .specs-item {
  font-size: 13px;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block .specs .specs-item .specs-name {
  font-weight: 600;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block .count {
  display: flex;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block .count .button {
  width: 30px;
  height: 30px;
  background: #00395f;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block .count .button:first-child {
  border-radius: 2px 0 0 2px;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block .count .button:last-child {
  border-radius: 0 2px 2px 0;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block .count .input {
  width: 50px;
  height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #00395f;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block .delete {
  width: 30px;
  height: 30px;
  background: url("/usertpl/i/icons/icon-trash.svg") center/20px no-repeat;
  cursor: pointer;
  border-radius: 50%;
}
.cart-page .cart-content .cart-list-wrap .cart-list .cart-item .content .block .delete:hover {
  background-color: #f1f1f1;
}
.cart-page .cart-content .cart-list-wrap .cart-text {
  font-weight: 600;
  font-size: 16px;
  color: #00395f;
}
.cart-page .cart-content .cart-form {
  width: 340px;
  background: #4c8bb5;
  padding: 20px;
  border-radius: 0 0 2px 2px;
  transform: translateY(-30px);
}
@media (max-width: 976px) {
  .cart-page .cart-content .cart-form {
    width: 100%;
    transform: none;
  }
}
.cart-page .cart-content .cart-form .form-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}
.cart-page .cart-content .cart-form .block {
  width: 100%;
}
.cart-page .cart-content .cart-form .block .input,
.cart-page .cart-content .cart-form .block .textarea {
  font-size: 17px;
  border-radius: 1px;
  margin-bottom: 10px;
}
.cart-page .cart-content .cart-form .block .input {
  height: 45px;
}
.cart-page .cart-content .cart-form .block .textarea {
  height: 115px;
  resize: none;
}
.cart-page .cart-content .cart-form .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  padding-top: 4px;
}

.compare-page .compare-table {
  display: none;
  align-items: flex-end;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}
.compare-page .compare-table.active {
  display: flex;
}
.compare-page .compare-table .aside {
  position: absolute;
  left: -30px;
  width: 60px;
  flex-shrink: 0;
  border-top: 1px solid #005a96;
}
.compare-page .compare-table .aside .spec-title {
  padding: 5px;
  background-color: #005a96;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  height: 29px;
}
@media (max-width: 420px) {
  .compare-page .compare-table .aside .spec-title {
    height: 27.5px;
  }
}
.compare-page .compare-table .items {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
.compare-page .compare-table .items .compare-item {
  position: relative;
}
.compare-page .compare-table .items .compare-item .delete {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/usertpl/i/icons/icon-trash.svg") center/20px no-repeat;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.1s;
}
.compare-page .compare-table .items .compare-item .delete:hover {
  background: #f1f1f1 url("/usertpl/i/icons/icon-trash-active.svg") center/20px no-repeat;
}
.compare-page .compare-table .items .compare-item .item-image {
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
  object-fit: contain;
  padding: 5px;
}
.compare-page .compare-table .items .compare-item .item-title {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 5px;
  height: 67px;
  overflow: hidden;
  transition: color 0.1s;
}
@media (max-width: 420px) {
  .compare-page .compare-table .items .compare-item .item-title {
    font-size: 12px;
    height: 72px;
  }
}
.compare-page .compare-table .items .compare-item .item-title:hover {
  color: #005a96;
}
.compare-page .compare-table .items .compare-item .specs {
  border-top: 1px solid #E5E5E5;
}
.compare-page .compare-table .items .compare-item .specs .spec-item {
  padding: 5px 8px;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  font-size: 13px;
}
@media (max-width: 420px) {
  .compare-page .compare-table .items .compare-item .specs .spec-item {
    font-size: 12px;
  }
}
.compare-page .compare-table .items .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.1s;
}
.compare-page .compare-table .items .owl-nav button:hover:not(.disabled) {
  background-color: #0D67A3;
}
.compare-page .compare-table .items .owl-nav button.owl-prev {
  left: 0;
  border-radius: 3px 0 0 3px;
  background: #005a96 url("/usertpl/i/icons/icon-prev.svg") center/20px no-repeat;
}
.compare-page .compare-table .items .owl-nav button.owl-next {
  right: -30px;
  border-radius: 0 3px 3px 0;
  background: #005a96 url("/usertpl/i/icons/icon-next.svg") center/20px no-repeat;
}
.compare-page .compare-table .items .owl-nav button.disabled {
  background-color: #CCCCCC;
  cursor: not-allowed;
}
.compare-page .empty {
  display: none;
}
.compare-page .empty.active {
  display: block;
}
.compare-page .loader {
  display: none;
  height: 349px;
  background: url("/usertpl/i/loader.svg") center/100px no-repeat;
}
.compare-page .loader.active {
  display: block;
}

.menu {
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .menu {
    display: none;
  }
}
.menu a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu .link {
  cursor: pointer;
}
.menu .list {
  display: flex;
  gap: 35px;
}
.menu .list .item {
  position: relative;
}
.menu .list .item.has-child {
  user-select: none;
}
.menu .list .item.has-child .link {
  padding-right: 15px;
}
.menu .list .item.has-child .link::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: 0;
  background: url("/usertpl/i/arrow-down.svg") no-repeat;
}
.menu .list .item.has-child.active .link::after {
  transform: rotate(180deg);
}
.menu .list .item.has-child.active .sublist {
  display: grid;
}
.menu .list .item .link {
  font-weight: 600;
  color: #014d7f;
}
.menu .list .item .link:hover {
  color: #2773A5;
}
.menu .list .item .sublist {
  display: none;
  position: absolute;
  top: 30px;
  left: -480px;
  z-index: 10;
  padding: 30px;
  gap: 30px;
  background-color: rgba(0, 90, 150, 0.9);
  grid-template-columns: 1fr 1fr;
  width: 1000px;
}
.menu .list .item .sublist .subitem .sublink {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
.menu .list .item .sublist .subitem .sublink:hover {
  text-decoration: underline;
}
.menu .list .item .sublist .sublist-2 .subitem {
  background-color: unset;
  padding: 0;
}
.menu .list .item .sublist .sublist-2 .subitem:not(:last-child) {
  margin-bottom: 5px;
}
.menu .list .item .sublist .sublist-2 .subitem .sublink {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  width: fit-content;
  margin-bottom: 0;
}
.menu .list .item .sublist .sublist-2 .subitem .sublink:hover {
  border-bottom-color: transparent;
}

.menu-mobile-btn {
  display: none;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #005a96;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  text-align: start;
  position: relative;
  padding-left: 40px;
}
.menu-mobile-btn.active::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1024px) {
  .menu-mobile-btn {
    display: block;
  }
}
.menu-mobile-btn::before {
  content: "";
  background: url(/usertpl/i/menumobile.png) no-repeat;
  width: 20px;
  height: 17px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-mobile-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/usertpl/i/ctl-link-down.png) center/cover no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-mobile {
  display: none;
  width: 100%;
  background: #004D89;
}
.menu-mobile.active {
  display: block;
}
.menu-mobile ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu-mobile a {
  display: block;
  text-decoration: none;
}
.menu-mobile .list .item:not(:last-child) {
  border-bottom: 1px solid #276fa0;
}
.menu-mobile .list .item.has-child.active .link::after {
  transform: rotate(180deg);
}
.menu-mobile .list .item.has-child.active .sublist {
  display: block;
}
.menu-mobile .list .item.has-child .link {
  position: relative;
}
.menu-mobile .list .item.has-child .link::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 13px;
  background: url("/usertpl/i/arrow-down.svg") no-repeat;
  filter: brightness(1000);
}
.menu-mobile .list .item .link {
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.menu-mobile .list .item .sublist {
  display: none;
  padding: 5px 10px;
  background: #00417D;
}
.menu-mobile .list .item .sublist .subitem:not(:last-child) {
  border-bottom: 1px solid #276fa0;
}
.menu-mobile .list .item .sublist .subitem.has-child .sublink-1 {
  position: relative;
}
.menu-mobile .list .item .sublist .subitem.has-child .sublink-1::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url("/usertpl/i/arrow-down.svg") no-repeat;
  filter: brightness(1000);
}
.menu-mobile .list .item .sublist .subitem.has-child.active .sublink-1::after {
  transform: rotate(180deg);
}
.menu-mobile .list .item .sublist .subitem.has-child.active .sublist-2 {
  display: block;
}
.menu-mobile .list .item .sublist .subitem .sublink {
  font-size: 14px;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
}
.menu-mobile .list .item .sublist .subitem .sublist-2 {
  display: none;
  padding: 0 15px 10px 15px;
}
.menu-mobile .list .item .sublist .subitem .sublist-2 .subitem {
  border: none;
}
.menu-mobile .list .item .sublist .subitem .sublist-2 .subitem .sublink {
  text-transform: none;
  font-size: 13px;
  padding: 5px;
}

.factories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 48px 0;
}
@media (max-width: 976px) {
  .factories {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .factories {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .factories {
    grid-template-columns: 1fr;
  }
}
.factories .factory-image {
  width: 100%;
  height: 90px;
  object-fit: contain;
}
.factories .factory-name {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 976px) {
  .factories .factory {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .factories {
    flex-wrap: wrap;
  }
  .factories .factory {
    width: 100%;
  }
}
.whatsapp-btn {
  position: fixed;
  bottom: 0;
  left: 36px;
  border-radius: 4px 4px 0 0;
  background: url("/usertpl/i/whatsapp.svg") 20px center/25px no-repeat #46a53d;
  font-size: 16px;
  line-height: 17px;
  padding: 15px 30px 15px 56px;
  color: #fff;
  text-decoration: none;
  z-index: 1;
}

@media (max-width: 576px) {
  .whatsapp-btn {
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-position: center;
    background-size: 40px;
    padding: 0;
  }
  .whatsapp-btn span {
    display: none;
  }
}
@media (max-width: 1140px) {
  .bigwidth {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .view .content {
    overflow-x: scroll;
  }
}
@media (max-width: 1024px) {
  .flex {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .main .slogan .bg {
    transform: none;
  }
  .head .menu {
    display: none;
  }
  .head .menumobile {
    display: flex;
    justify-content: space-between;
  }
  .head .menumobile .title {
    display: none;
  }
  .head .menumobile .item {
    display: block;
    padding: 7px 20px;
  }
  .head .menumobile .item:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 960px) {
  .catalogsections .item .r {
    text-align: center;
    width: 100%;
  }
  .catalogsections .item .img {
    margin-bottom: 15px;
  }
  .questionblock input:last-child {
    margin-bottom: 22px;
  }
  .questionblock .wrap {
    background: rgba(0, 0, 0, 0.9);
  }
}
@media (max-width: 800px) {
  .vhead .vtitle .name {
    font-size: 36px;
    line-height: 40px;
  }
  .ctltable td:nth-child(4) {
    display: none;
  }
  .ctltable td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 620px) {
  .head .menu {
    width: 100%;
    text-align: center;
  }
  .main {
    padding: 30px 0;
  }
  .main .slogan .text {
    font-size: 32px;
    line-height: 34px;
  }
  .catalog .tabs .item {
    width: 100%;
    margin: 0;
    padding: 10px 5px;
  }
  .head .menumobile {
    display: block;
  }
  .head .menumobile .title {
    display: block;
  }
  .head .menumobile .item {
    display: none;
    padding: 7px 40px;
  }
  .head .menumobile .item:last-child {
    margin-bottom: 30px;
  }
  .ctltable td:nth-child(2) {
    display: none;
  }
  .ctltable td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 576px) {
  .catalogsections .item .title {
    font-size: 15px;
  }
  .catalogsections .item .link {
    font-size: 14px;
    background-size: 20px;
    padding-right: 25px;
  }
}
@media (max-width: 480px) {
  .ctlparent .r {
    text-align: center;
  }
  .ctlparent .a {
    font-size: 18px;
  }
  .ctlparent .img {
    float: none;
    margin: 0 auto 10px;
  }
  .questionblock .wrap {
    padding: 30px 20px;
  }
  .footer .text, .footer .phone {
    width: 100%;
    text-align: center;
  }
  .footer .text .btn, .footer .phone .btn {
    width: 200px;
    margin: auto;
  }
}
@media (max-width: 400px) {
  .vhead .vtitle {
    padding: 35px 10px;
  }
  .view .title {
    font-size: 32px;
  }
  .vhead .vtitle .name {
    font-size: 32px;
  }
  .pop .title {
    font-size: 32px;
  }
  .catalog .form {
    height: auto;
  }
}
@media (max-width: 375px) {
  .main .slogan .text {
    font-size: 24px;
    line-height: 26px;
  }
  .main .logo {
    height: 110px;
  }
  .footer .dev {
    width: 100%;
  }
}
@media (max-width: 359px) {
  .vhead .search input {
    width: 245px;
  }
}
/* NEW YEAR  STYLES*/
/*
.head::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:url('/usertpl/i/new-year/snowflakes.webp') top / 200px repeat;
    z-index: -1;
    opacity: .2;
}
.catalogsections::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:url('/usertpl/i/new-year/snowflakes.webp') top / 350px repeat;
    filter: brightness(100);
    opacity: .1;
    z-index: -1;
}
*/
