/*стили сброса и общие стили*/
*{-webkit-box-sizing: border-box;box-sizing: border-box;outline: none;font-family: 'Inter', sans-serif;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dfn,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin: 0;padding: 0;border: 0;font: 100% inherit;vertical-align: baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}
body{line-height: 1}
ol, ul {  margin: 0;  padding: 0;  list-style-type: none;}
blockquote,q{quotes: none}
blockquote:before,blockquote:after,q:before,q:after{content: '';content: none}
button{background: transparent}
table{border-collapse: collapse;border-spacing: 0}
h1{font-size: 48px;font-style: normal;font-weight: 400;line-height: 72px;font-family: 'Inter', sans-serif;}
h2{font-size: 36px;font-style: normal;font-weight: 400;line-height: 40px;font-family: 'Inter', sans-serif;}
h3{font-size: 30px;font-style: normal;font-weight: 400;line-height: 32px;font-family: 'Inter', sans-serif;}
h4{font-size: 24px;font-family: 'Inter', sans-serif;}
h5{font-size: 20px;font-family: 'Inter', sans-serif;}
h6{font-size: 18px;font-family: 'Inter', sans-serif;font-weight: 600;}
p,a,span.div,li {
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  font-size: 16px;
}
p {
  font-size: 16px;
}
body {
  position: relative;
  background: #fff;
}
.container {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1560px;
  padding: 0 15px;
}
@media (max-width: 1560px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p,a,span.div,li {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p,a,span.div,li {
    font-size: 12px;
  }
}
@media (max-width: 720px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
  p,a,span.div,li {
    font-size: 11px;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  padding: 40px 20px 20px;
}
.wrap-header-content {
  display: flex;
  align-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(7.5px);
  padding: 20px 26px 20px 20px;
  width: 100%;
  justify-content: space-between;
}

.cat-header-btn {
  cursor: pointer;
  border-radius: 5px;
  background: #0F56A6;
  height: 44px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08px;
}
.city-header {
  position: relative;
  display: flex;
  height: 44px;
  flex-direction: column;
}
.city-header p {
  color: #616971;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.city-header .link-city {
  cursor: pointer;
  position: relative;
  color: #003067;
  width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.city-header .link-city:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #003067;
  opacity: 0.3;
}
.wrap-city-list {
  position: absolute;
  top: calc(100% + 38px);
  left: 0;
  width: 360px;
  display: none;
  padding: 20px 16px 20px 20px;
  border-radius: 15px;
  background: #DDE6F0;
}
.wrap-city-list.open {
  display: block;
}
.city-list {
  padding: 0;
  margin: 0;
  overflow: auto;
  height: 264px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.city-list::-webkit-scrollbar {
  width: 4px;
  border-radius: 8px;
  background: #F9FAFC;
}
.city-list::-webkit-scrollbar-track {
  background: #F9FAFC;
}
.city-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background:  #324861;
}
.city-list li {
  cursor: pointer;
  color: #274D72;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.09px;
}
.wrap-city-list li.curent {
  font-weight: 600;
}

.wrap-gamb-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  display: none;
  padding: 40px 50px;
  border-radius: 15px;
  background: #DDE6F0;
}
.wrap-gamb-menu.open {
  display: block;
}
.gamb-col-mobile {
  display: none;
}
.gamb-menu {
  display: flex;
  gap: 20px;
}
.gamb-col {
  width: 33.333%;
}
.type-list-tech {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.type-list-tech li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.type-list-tech li a {
  color: #274D72;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; 
  transition: all 0.3s;
}
.type-list-tech li a.curent,
.type-list-tech li a:hover {
  color: #003067;
  transition: all 0.3s;
}
.gamb-link-btn {
  position: relative;
}
.gamb-link-btn a {
  color: #274D72;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.08px;
}
.gamb-link-btn span {
  cursor: pointer;
  display: none;
  margin-left: 7px;
  width: 10px;
  height: 6px;
  background: url('./../imgs/arr-m.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.gamb-link-btn.open span {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.only-link {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
}
.only-link li a {
  color: #274D72;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.07px;
  transition: all 0.3s;
}
.only-link li a:hover,
.only-link li a.curent {
  color: #0F56A6;
  transition: all 0.3s;
}
.list-paragrafh {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-paragrafh li a {
  color: #274D72;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.08px;
}
.links-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.links-header a {
  color: #0F56A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.call-header-link {
  color: #212325;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.signup-btn {
  border-radius: 5px;
  border: 1px solid #0F56A6;
  display: flex;
  height: 44px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  color: #0F56A6;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.gamb-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.gamb-btn span {
  position: relative;
  width: 24px;
  height: 2px;
  background: #0F56A6;
}

.gamb-btn span:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  top: -10px;
  background: #0F56A6;
  transition: all 0.3s;
}

.gamb-btn span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background: #0F56A6;
  transition: all 0.3s;
}

.gamb-btn.active span {
  background: transparent;
  transition: all 0.3s;
}

.gamb-btn.active span:after {
  transform: rotate(45deg);
  top: 0;
  transition: all 0.3s;
}

.gamb-btn.active span:before {
  transform: rotate(-45deg);
  bottom: 0;
  transition: all 0.3s;
}
.main {
  position: relative;
  z-index: 1;
  padding: 20px 13px 0px 20px;
}
.slide-bg {
  width: 100%;
  position: relative;
  z-index: 2;
}
.slide-tab {
  display: none;
}
.slide-mob {
  display: none;
}
.wrap-container-slide {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 210px;
  width: 100%;
}
.wrap-main-logo {
  display: flex;
  gap: 19px;
  align-items: center;
  margin-bottom: 41px;
}
.wrap-main-logo p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wrap-container-slide h1 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1px;
  margin-bottom: 11px;
}
.wrap-container-slide h3 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wrap-main-btn {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 41px;
}
.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-radius: 10px;
  background: #FF2C3C;
  padding: 0 50px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wrap-main-btn p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%;
}
.main-search {
  border-radius: 20px;
  background: rgba(240, 244, 249, 0.75);
  backdrop-filter: blur(7.5px);
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 55vw;
  padding: 1.7vw 30px;
  z-index: 1;
}
.main-search p {
  color: #212325;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.main-search form {
  position: relative;
  width: 100%;
}
.main-search .wrap-input {
  position: relative;
  width: 100%;
  z-index: 1;
}
.main-search .wrap-input input {
  height: 56px;
  padding: 0 20px;
  border-radius: 10px;
  border: none;
  width: 100%;
  background: #FFF;
}
.main-search .wrap-input input::placeholder {
  color: rgba(97, 105, 113, 0.50);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-search button {
  position: absolute;
  z-index: 2;
  right: 0px;
  border-radius: 10px;
  border: none;
  width: 56px;
  height: 56px;
  bottom: 0;
}
.wrap-main-pagination-block {
  position: absolute;
  left: calc(50% + 9.2vw);
  bottom: 40px;
  z-index: 10;
}
.wrap-main-pagination {
  position: relative;
  width: 587px;
  height: 120px;
  padding: 0 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(7.5px);
}
.wrap-main-pagination .arrow:before,
.wrap-main-pagination .arrow:after {
  display: none;
}
.wrap-main-pagination .arrow svg {
  fill: transparent;
  width: 17px;
  height: 32px;
}
.swiper-button-next.arrow {
  right: 16px;
  top: 30px;
  margin: 0;
}
.swiper-button-prev.arrow {
  right: 64px;
  left: auto;
  top: 30px;
  margin: 0;
}
.wrap-main-pagination .swiper-pagination {
  bottom: 27px;
  display: flex;
  align-items: flex-end;
  padding: 0px 28px;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.40);
  height: 2px;
  border-radius: 0;
  flex: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
  background: #fff;
}
.main-catalog {
  margin-top: 115px;
}
.block-title {
  color: #212325;
  letter-spacing: 1.8px;
}
.wrap-main-catalog-items {
  margin-top: 50px;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
.main-catalog-item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  background: rgba(247, 247, 247, 0.50);
  width: calc(25% - 23px);
  height: 250px;
  color: #212325;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.main-catalog-item img {
  margin-bottom: 19px;
}
.wrap-color-items {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  gap:30px;
  justify-content: space-between;
}
.color-item {
  width: calc(50% - 15px);
  height: 578px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
  overflow: hidden;
  padding: 68px 59px;
}
.color-item-left {
  background-image: 
  url('./../imgs/blue-bg-desc.png'),
  linear-gradient(128deg, #0F56A6 0%, #0B6BD7 167.15%);
  background-repeat: no-repeat, no-repeat;
  background-position: center right, center;
  background-size: contain, auto;
}
.color-item-right {
  background-color: #c00;
  background-image: 
  linear-gradient(90deg, rgba(0, 0, 0, 0.00) 50%, rgba(102, 102, 102, 0.40) 76.93%),
  url('./../imgs/red-bg-desc.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center right, center right;
  background-size: contain, auto;
}
.title-color {
  margin-top: auto;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}
.color-item p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  max-width: 300px;
  margin-bottom: 30px;
}
.color-item a {
  border-radius: 8px;
  border: 1px solid #FFF;
  height: 48px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  transition: all 0.3s;
}
.color-item a:hover {
  background: #fff;
  color: #000;
  transition: all 0.3s;
}
.brands {
  margin-top: 120px;
}
.brand-slider {
  overflow: hidden;
  padding-bottom: 110px;
  margin-top: 44px;
}
.brand-slider .swiper-slide {
  text-align: center;
  height: 218px;
  padding: 32px 0;
  border-right: 1px solid #CAD9EB;
}
.brand-slider .swiper-slide img {
  margin-bottom: 38px;
}
.brand-slider .swiper-slide p {
  color: #212325;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}
.brand-slider .arrow {
  bottom: 0;
  margin: 0;
  top: auto;
  width: 60px;
  height: 60px;
}
.brand-slider .arrow svg {
  fill: transparent;
}
.brand-slider .swiper-button-next.arrow {
  right: 0;
}
.inner-spec {
  margin-top: 120px;
}
.wrap-block-top a {
  overflow: hidden;
  color: #212325;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.075px;
}
.wrap-block-top {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-inner-spec-items {
  display: flex;
  gap: 30px;
}
.inner-spec-item {
  width: calc(25% - 23px);
  background: #F9FAFC;
  border-radius:20px;
  background: #F9FAFC;
  overflow: hidden;
}
.spec-img {
  width: 100%;
  border-radius:20px 20px 0 0;
  height: 270px;
  object-fit: cover;
  object-position: center;
}
.spec-item-content {
  width: 100%;
  padding: 20px 20px 30px;
}
.spec-item-title {
  overflow: hidden;
  color: #274D72;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  margin-bottom: 10px;
}
.availability {
  position: relative;
  color: #616971;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.42px;
}
.availability.yes,
.availability.no {
  padding-left: 16px;
}
.availability.yes:after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  background: #70BB5E;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.availability.no:after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  background: grey;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.wrap-spec-item-price {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.spec-item-price {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
.spec-item-price span {
  overflow: hidden;
  color: #616971;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.42px;
}
.spec-item-price p {
  overflow: hidden;
  color: #212325;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}
.spec-item-price-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 148px;
  height: 56px;
  background: #0F56A6;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08px;
}
.spec-item-lizing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #0F56A6;
  width: 100%;
  gap: 10px;
  height: 48px;
  overflow: hidden;
  color: #0F56A6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.08px;
}
.spec-item-lizing-btn span {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url('./../imgs/ilizing.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.suitable {
  margin-top: 120px;
}
.wrap-suitable-block {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 20px 20px 10px 20px;
  background-image: url('./../imgs/suit-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.title-form-block {
  margin-left: 50%;
  margin-top: 50px;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.16px;
}
.title-form-block span {
  display: block;
  color:  #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.wrap-position-logo {
  position: absolute;
  left: 50px;
  bottom: 24px;
}
.wrap-form-logo {
  display: flex;
  gap: 16px;
  align-items: center;
}
.wrap-position-logo p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.065px;
  margin-top: 20px;
}
.suitable-form {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.wrap-suitable-form {
  display: flex;
  gap: 20px;
}
.wrap-suitable-form button {
  height: 56px;
  border-radius: 10px;
  background: #FF2C3C;
  width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #FF2C3C;
  line-height: normal;
  letter-spacing: 0.08px;
}
.wrap-suitable-form .wrap-input {
  flex: 1;
}
.wrap-suitable-form .wrap-input input {
  height: 56px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  width: 100%;
  background: #FFF;
}
.wrap-suitable-form .wrap-input input::placeholder {
  color: rgba(97, 105, 113, 0.50);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.company {
  margin-top: 120px;
}
.wrap-company-side {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.company-right,
.company-left {
  width: calc(50% - 15px);
}
.company-left img {
  width: 100%;
}
.company-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company-title {
  color:#0F56A6;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.company-pretitle {
  color: #212325;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.company-right p {
  color: #616971;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-top: 20px;
}
.company-right a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08px;
  border-radius: 10px;
  background: #0F56A6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border: 1px solid #0F56A6;
  margin-top: 40px;
  width: fit-content;
  padding: 0 30px;
  transition: all 0.3s;
}
.company-right a:hover {
  color: #0F56A6;
  background: #fff;
  transition: all 0.3s;
}
.wrap-company-items {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.company-item {
  padding: 40px;
  position: relative;
  width: calc(33.333% - 20px);
  display: flex;
  border-radius: 20px;
  background: #F9FAFC;
  flex-direction: column;
  align-items: flex-end;
  min-height: 316px;
}
.company-item p {
  color: #616971;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-top: auto;
}
.company-item p strong {
  margin-bottom: 10px;
  color: #0F56A6;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: block;
}
.company-item.bg-1 {
  background-image: url('./../imgs/vv1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.company-item.bg-2 {
  background-image: url('./../imgs/vv2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.company-item.bg-1 p,
.company-item.bg-1 p strong,
.company-item.bg-2 p,
.company-item.bg-2 p strong {
  color: #fff;
}
.company-item:first-child {
  background: transparent;
}
.company-item:first-child p {
  color: #616971;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.number-company-item {
  position: absolute;
  right: 40px;
  top: 40px;
  color: #0F56A6;
  opacity: 0.2;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  z-index: 2;
}
.company-item.bg-1 .number-company-item,
.company-item.bg-2 .number-company-item {
  opacity: 0.5;
  color: #fff;
}
.partners {
  margin-top: 120px;
}
.partners-slider {
  overflow: hidden;
  padding-bottom: 110px;
  margin-top: 44px;
}
.partners-slider .swiper-slide {
  text-align: center;
  height: 199px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  border-right: 1px solid #CAD9EB;
}
.partners-slider .swiper-slide img {
  margin-top: auto;
  width: fit-content;
  margin-bottom: auto;
}
.partners-slider .swiper-slide p {
  color: #212325;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 145%;
}
.partners-slider .arrow {
  bottom: 0;
  margin: 0;
  top: auto;
  width: 60px;
  height: 60px;
}
.partners-slider .arrow svg {
  fill: transparent;
}
.partners-slider .swiper-button-next.arrow {
  right: 0;
}
.lizing-banner {
  margin-top: 80px;
}
.lizing-banner-content {
  border-radius: 20px;
  background-image: url('./../imgs/liz-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 40px 50px;
}
.lizing-title {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.15px;
}
.lizing-text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.1px;
  margin-top: 10px;
}
.lizing-banner-content a {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #FFF;
  display: flex;
  height: 56px;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  transition: all 0.3s;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.lizing-banner-content a:hover {
  color: #0F56A6;
  background: #fff;
  transition: all 0.3s;
}
.main-news {
  margin-top: 120px;
}
.wrap-news-items {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.news-item {
  width: calc(22.4% - 18px);
  overflow: hidden;
  background: #F9FAFC;
  border-radius: 20px;
}
.news-item img {
  width: 100%;
  height: 190px;
  object-position: center;
  object-fit: cover;
}
.news-item:first-child {
  width: calc(33.3% - 18px);
  border-radius: 20px 20px 30px 30px;
}
.news-item:first-child img {
  height: 274px;
}
.news-content {
  padding: 17px 26px;
}
.news-item:first-child .news-content {
  padding: 20px 25px 30px;
}
.news-data {
  display: block;
  margin-bottom: 10px;
  color: #616971;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.42px;
}
.news-content a {
  overflow: hidden;
  color: #0F56A6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}
.preform {
  margin: 120px 0;  
}
.wrap-upload-input {
  border: 2px dashed transparent;
  margin: 26px 0;
  position: relative;
}
.wrap-upload-content {
  cursor: pointer;
  display: inline-block;
}
.wrap-upload-input.highlight {
  background-color: #f0f8ff;
  border-color: #66b2ff;
}
.wrap-upload-content img {
  width: 25px;
  height: 32px;
  margin-bottom: 0px;
}
.wrap-upload-file {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.upfile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 0px;
}
.upfile span {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
.wrap-footer-form {
  border-radius: 24px;
  overflow: hidden;
  background: url('./../imgs/ff-bg-desc.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 80px 100px;
}
.ff-title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
}
.ff-text {
  color: #D9D9D9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 30px;
  max-width: 777px;
}
.wrap-input-fields {
  display: flex;
  gap: 32px;
}
.wrap-input-fields .wrap-input {
  width: 100%;
  max-width: 388px;
}
.wrap-input-fields .wrap-input input {
  border-radius: 10px;
  height: 56px;
  padding: 0 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(7.5px);
  border: none;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.1px;
}
.wrap-input-fields .wrap-input input::placeholder {
  color: #616971;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.1px;
}
.wrap-upload-content {
  display: flex;
  gap: 16px;
}
.wrap-upload-content img {
  width: fit-content;
}
.wrap-upload-content p {
  overflow: hidden;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: normal;
  letter-spacing: 0.09px;
}
.wrap-upload-content p span {
  display: block;
  overflow: hidden;
  color: #DCDCDC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.06px;
}
.wrap-bottom-form {
  display: flex;
  gap: 30px;
  align-items: center;
}
.wrap-bottom-form button {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #0F56A6;
  background: #0F56A6;
  height: 48px;
  display: flex;
  width: 260px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08px;
  transition: all 0.3s;
}
.wrap-bottom-form button:hover {
  background: #fff;
  color: #0F56A6;
  transition: all 0.3s;
}
.wrap-checked label {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.wrap-checked label span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.60);
}
.wrap-checked label input:checked + span {
  background: red;
}
.wrap-checked label p {
  color: #D9D9D9;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.06px;
  opacity: 0.6;
}
footer {
  padding: 20px;
  width: 100%;
  overflow: hidden;
}
.wrap-footer-content {
  border-radius: 30px;
  background: #EDF3F8;
  width: 100%;
}
.wrap-top-col-footer {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 60px 0;
}
.col-foot {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.col-nav {
  width: 360px;
}
.col-loc {
  width: 360px;
}
.col-loc img {
  width: 100%;
  margin-bottom: 20px;
}
.footer-pretitle {
  color: #212325;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.055px;
}
.footer-text {
  color: #616971;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.07px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.footer-mail {
  display: flex;
  flex-direction: column;
  color: #9BA0A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.07px;
  margin-bottom: 10px;
}
.footer-mail a {
  color: #274D72;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08px;
}
.wrap-footer-logo {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 30px;
}
.wrap-footer-logo a img {
  width: 204px;
}
.wrap-footer-logo p {
  color: #274D72;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
}
.wrap-footer-part-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.wrap-footer-part-logo p {
  color: #9BA0A4;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.065px;
}
.footer-phone {
  margin-bottom: 10px;
}
.footer-phone a {
  color: #212325;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}
.footer-phone span {
  display: block;
  color: #9BA0A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
}
.footer-mail {
  color: #616971;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.footer-call {
  margin-top: 5px;
  color: #0F56A6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 40px;
}
.footer-service-btn {
  border-radius: 4px;
  border: 1px solid #0F56A6;
  display: flex;
  height: 44px;
  width: fit-content;
  height: 44px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  color: #0F56A6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  transition: all 0.3s;
}
.footer-service-btn:hover {
  background: rgba(15, 86, 166, 0.05);
  transition: all 0.3s;
}
.col-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.col-nav-menu li a {
  color: #274D72;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0.08px;
}
.child-menu {
  padding-left: 20px;
}
.child-menu {
  display: none;
}
.footer-parent span {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
  width: 10px;
  height: 6px;
  background: url('./../imgs/arr-m.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.footer-parent.open span {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.footer-parent.open .child-menu {
  display: block;
}
.wrap-footer-bottom {
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
  border-top: 1px solid #CFDAE3;
}
.wrap-bottom-left-info {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.wrap-bottom-right-info {
  width: 60%;
}
.wrap-bottom-left-info a {
  color: #9BA0A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.wrap-bottom-left-info p {
  color: #9BA0A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.wrap-bottom-left-info p a {
  color: #9BA0A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: none;
}
.wrap-bottom-right-info p {
  color: #9BA0A4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.07px;
}
.main-catalog {
  margin-top: 55px;
}
.main-catalog-block {
  margin-top: 68px;
}
.main-cat-filter {
  width: 100%;
}
.wrap-link-tech {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 50px;
}
.wrap-link-tech button {
  color: #616971;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border: none;
  padding: 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.wrap-link-tech button:hover,
.wrap-link-tech button.active {
  color: #0F56A6;
  border-bottom: 2px solid #0F56A6;
  transition: all 0.3s;
}
.another-tech-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #616971;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}
.another-tech-btn span {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
  width: 10px;
  height: 6px;
  background: url('./../imgs/arr-m.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.another-tech-btn.open span {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.filter-brands {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-left: 22px;
  color: #212325;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: url('./../imgs/fb.png');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center left;
  line-height: 145%;
  margin-bottom: 20px;
}
.filter-brands span {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
  width: 10px;
  height: 6px;
  background: url('./../imgs/arr-m-b.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.filter-brands.open span {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.wrap-filter-brands {
  margin-bottom: 50px;
}
.wrap-brands-tag {
  display: none;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.wrap-brands-tag.see {
  display: flex;
}
.brands-tag {
  color: #212325;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.main-cat-item {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(244, 246, 250, 0.50);
  padding: 30px;
  display: flex;
  gap: 30px;
}
.wrap-img-main-cat {
  width: 460px;
  gap: 10px;
  display: flex;
}
.category-banner-thumbs-slider {
  width: 106px;
  min-width: 106px; 
  max-width: 106px;
  height: 257px;
  overflow: hidden; 
}
.category-banner-thumbs-slider img {
  width: 100%;
  border-radius: 3.722px;
}
.category-banner-top {
  height: 257px;
  width: 345px;
}
.category-banner-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 7.445px;
}
.wrap-char-main-cat {
  width: 438px;
}
.cat-title {
  overflow: hidden;
  color: #274D72;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.wrap-char-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.tag {
  display: flex;
  height: 26px;
  width: fit-content;
  border-radius: 5px;
  padding: 0 8px;
  align-items: center;
  justify-content: center;
  background: #0F56A6;
}
.tag.new {
  color: #fff;
}
.tag.spec {
  overflow: hidden;
  color: #212325;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07px;
  border-radius: 5px;
  background: #D3EEFF;
}
.char-table {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
.char-table p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  color: #616971;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07px;
}
.wrap-char-btn {
  width: 450px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-left: auto;
}
.char-price-block {
  width: calc(45% - 15px);
  margin-left: auto;
}
.char-price-block p {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #212325;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}
.char-price-block p span {
  overflow: hidden;
  color: #616971;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  letter-spacing: 0.07px;
}
.wrap-char-buy-btn {
  width: calc(55% - 15px);
}
.wrap-char-buy-btn a {
  border-radius: 10px;
  background: #0F56A6;
  height: 56px;
  border: 1px solid #0F56A6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08px;
  width: 100%;
  transition: all 0.3s;
}
.wrap-char-buy-btn a:hover {
  background: #fff;
  color: #0F56A6;
  transition: all 0.3s;
}
.wrap-char-stock {
  width: calc(45% - 15px);
}
.wrap-char-lizing {
  width: calc(55% - 15px);
}
.models {
  position: absolute;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  color: #0F56A6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.08px;
}
@media (max-width: 1640px ) {
  .container {
    max-width: 1110px;
    padding: 0 15px;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    padding: 31px 15px 20px;
  }
  .logo img {
    width: 147px;
  }
  .wrap-main-pagination {
    width: 422px;
    height: 93px;
  }
  .wrap-header-content {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5px);
    padding: 14px 14px 20px;
    width: 100%;
    justify-content: space-between;
  }
  .cat-header-btn {
    cursor: pointer;
    border-radius: 4px;
    background: #0F56A6;
    height: 36px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.055px;
  }
  .cat-header-btn img {
    width: 8px;
    height: 8px;
  }
  .city-header p {
    font-size: 10px;
  }
  .city-header .link-city {
    font-size: 13px;
  }
  .links-header a {
    font-size: 10px;
  }
  .city-header {
    height: auto;
  }
  .call-header-link {
    font-size: 14px;
  }
  .signup-btn {
    border-radius: 4px;
    height: 36px;
    padding: 0px 14px;
    font-size: 12px;
  }
  .search-header svg {
    width: 18px;
    height: 18px;
  }
  .gamb-btn span {
    width: 17px;
  }
  .gamb-btn {
    width: 36px;
    height: 36px;
  }
  .gamb-btn span:after {
    top: -8px;
  }
  .gamb-btn span:before {
    bottom: -8px;
  }
  .wrap-main-logo {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 28px;
  }
  .wrap-main-logo img {
    height: 27px;
    width: auto;
  }
  .wrap-container-slide {
    position: absolute;
    z-index: 3;
    left: -7px;
    top: 143px;
    width: 100%;
  }
  .wrap-main-logo p {
    font-size: 10px;
  }
  .wrap-container-slide h1 {
    font-size: 31px;
  }
  .wrap-container-slide h3 {
    font-size: 21px;
  }
  .wrap-main-btn {
    align-items: flex-start;
    gap: 21px;
    margin-top: 30px;
  }
  .main-btn {
    height: 44px;
    border-radius: 10px;
    background: #FF2C3C;
    padding: 0 38px;
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .wrap-main-btn p {
    font-size: 13px;
  }
  .main-search {
    border-radius: 14px;
    background: rgba(240, 244, 249, 0.75);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 55vw;
    padding: 1.7vw 30px;
    z-index: 1;
  }
  .main-search p {
    font-size: 18px;
    line-height: 24px;
  }
  .main-search .wrap-input input {
    height: 40px;
  }
  .wrap-main-pagination-block {
    position: absolute;
    left: calc(50% + 8.2vw);
    bottom: 27px;
    z-index: 10;
  }
  .main-catalog {
    margin-top: 68px;
  }
  .block-title {
    color: #212325;
    letter-spacing: 1px;
  }
  .wrap-main-catalog-items {
    margin-top: 26px;
    gap: 20px;
  }
  .main-catalog-item {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background: rgba(247, 247, 247, 0.50);
    width: calc(25% - 15px);
    height: 176px;
    color: #212325;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .wrap-color-items {
    margin-top: 83px;
    gap: 22px;
    justify-content: space-between;
  }
  .color-item {
    width: calc(50% - 11px);
    height: 410px;
    border-radius: 15px;
    overflow: hidden;
    padding: 48px 39px;
  }
  .color-item a {
    border-radius: 6px;
    height: 34px;
    width: 121px;
    color: #FFF;
    font-size: 11px;
    transition: all 0.3s;
  }
  .color-item p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    max-width: 217px;
    margin-bottom: 20px;
  }
  .title-color {
    margin-top: auto;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.06px;
    margin-bottom: 12px;
  }
  .brands {
    margin-top: 73px;
  }
  .brand-slider {
    overflow: hidden;
    padding-bottom: 80px;
    margin-top: 29px;
  }
  .brand-slider .swiper-slide {
    text-align: center;
    height: 154px;
    padding: 23px 0;
    border-right: 1px solid #CAD9EB;
  }
  .brand-slider .swiper-slide p {
    font-size: 12px;
  }
  .brand-slider .swiper-slide img {
    margin-bottom: 21px;
    max-width: 67%;
  }
  .brand-slider .arrow {
    bottom: 0;
    margin: 0;
    top: auto;
    width: 42px;
    height: 42px;
  }
  .swiper-button-prev.arrow {
    right: 50px;
  }
  .main-catalog-block {
    margin-top: 58px;
  }
  .wrap-link-tech button {
    font-size: 18px;
  }
  .wrap-link-tech {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 36px;
  }
  .filter-brands {
    display: flex
    ;
    align-items: center;
    margin-top: 24px;
    padding-left: 16px;
    color: #212325;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    background: url(./../imgs/fb.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center left;
    line-height: 145%;
    margin-bottom: 17px;
  }
  .wrap-brands-tag {
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .brands-tag {
    font-size: 12px;
  }
  .wrap-filter-brands {
    margin-bottom: 38px;
  }
  .main-cat-item {
    position: relative;
    margin-bottom: 15px;
    border-radius: 15px;
    background: rgba(244, 246, 250, 0.50);
    padding: 21px;
    display: flex;
    gap: 21px;
  }
  .wrap-img-main-cat {
    width: 326px;
    gap: 7px;
    display: flex;
  }
  .category-banner-thumbs-slider {
    width: 76px;
    min-width: 76px;
    max-width: 76px;
    height: 181px;
    overflow: hidden;
  }
  .category-banner-top {
    height: 181px;
    width: 241px;
  }
  .cat-title {
    overflow: hidden;
    color: #274D72;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .wrap-char-main-cat {
    width: 310px;
  }
  .wrap-char-btn {
    width: 325px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin-left: auto;
  }
  .wrap-char-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .tag {
    display: flex;
    height: 19px;
    width: fit-content;
    border-radius: 5px;
    padding: 0 5px;
    align-items: center;
    font-size: 10px;
    justify-content: center;
    background: #0F56A6;
  }
  .tag.spec {
    font-size: 10px;
  }
  .char-table p {
    font-size: 10px;
  }
  .char-table {
    flex-direction: column;
    gap: 6.9px;
  }
  .wrap-char-buy-btn a {
    border-radius: 7px;
    background: #0F56A6;
    height: 41px;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.08px;
    width: 100%;
    transition: all 0.3s;
  }
  .char-price-block p {
    font-size: 14px;
  }
  .char-price-block p span {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .char-price-block {
    margin-left: 0;
  }
  .wrap-char-buy-btn {
    width: calc(55% - 15px);
    margin-left: auto;
  }
  .availability.yes, .availability.no {
    padding-left: 11px;
    font-size: 11px;
  }
  .spec-item-lizing-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #0F56A6;
    width: 100%;
    gap: 10px;
    height: 34px;
    overflow: hidden;
    color: #0F56A6;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08px;
  }
  .wrap-char-lizing {
    width: calc(55% - 15px);
    margin-left: auto;
  }
  .spec-item-lizing-btn span {
    width: 17px;
    height: 17px;
  }
  .models {
    font-size: 11px;
  }
  .inner-spec {
    margin-top: 207px;
  }
  .inner-spec h2 {
    font-size: 34px;
  }
  .wrap-block-top a {
    font-size: 11px;
  }
  .wrap-block-top {
    margin-bottom: 35px;
  }
  .wrap-inner-spec-items {
    display: flex;
    gap: 21px;
  }
  .inner-spec-item {
    width: calc(25% - 16px);
    border-radius: 14px;
  }
  .spec-img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 190px;
    object-fit: cover;
    object-position: center;
  }
  .spec-item-content {
    width: 100%;
    padding: 15px;
  }
  .spec-item-title {
    overflow: hidden;
    color: #274D72;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    margin-bottom: 10px;
  }
  .spec-item-price span {
    font-size: 10px;
  }
  .spec-item-price p {
    font-size: 14px;
  }
  .wrap-spec-item-price {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 13px;
  }
  .spec-item-price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    width: 105px;
    height: 40px;
    background: #0F56A6;
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.08px;
  }
  .suitable {
    margin-top: 81px;
  }
  .wrap-suitable-block {
    height: 178px;
  }
  .wrap-position-logo {
    position: absolute;
    left: 40px;
    bottom: 19px;
    display: flex;
    flex-direction: column;
  }
  .wrap-form-logo {
    order: 2;
    gap: 10px;
  }
  .wrap-form-logo img {
    max-height: 32px;
  }
  .wrap-position-logo p {
    font-size: 9px;
    letter-spacing: 0.065px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .title-form-block {
    margin-left: 51%;
    margin-top: 30px;
    color: #FFF;
    font-size: 23.6px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: 0.16px;
  }
  .title-form-block span {
    font-size: 13.7px;
    margin-top: 7px;
  }
  .wrap-suitable-form .wrap-input input {
    height: 40px;
    font-size: 11px;
  }
  .wrap-suitable-form .wrap-input input::placeholder {
    font-size: 11px;
  }
  .wrap-suitable-form button {
    height: 40px;
    border-radius: 7px;
    width: 162px;
    font-size: 11px;
    letter-spacing: 0.08px;
  }
  .suitable + .inner-spec {
    margin-top: 74px;
  }
  .company {
    margin-top: 72px;
  }
  .company-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 98px;
  }
  .company-pretitle {
    color: #212325;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.16px;
    margin-top: 14px;
    margin-bottom: 6px;
  }
  .company-right p {
    font-size: 11px;
  }
  .company-right a {
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.08px;
    border-radius: 7px;
    background: #0F56A6;
    height: 40px;
    border: 1px solid #0F56A6;
    margin-top: 27px;
    width: fit-content;
    padding: 0 21px;
    transition: all 0.3s;
  }
  .wrap-company-items {
    gap: 27px 21px;
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .company-item {
    padding: 28px;
    position: relative;
    width: calc(33.333% - 14px);
    border-radius: 15px;
    background: #F9FAFC;
    flex-direction: column;
    align-items: flex-end;
    min-height: 224px;
  }
  .company-item:first-child {
    padding: 0 0 30px;
  }
  .company-item:first-child p {
    font-size: 17px;
  }
  .number-company-item {
    position: absolute;
    right: 29px;
    top: 19px;
    color: #0F56A6;
    opacity: 0.2;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    z-index: 2;
  }
  .company-item p {
    font-size: 11px;
  }
  .company-item p strong {
    font-size: 14px;
  }
  .partners {
    margin-top: 74px;
  }
  .partners .block-title {
    font-size: 35px;
  }
  .partners-slider {
    overflow: hidden;
    padding-bottom: 80px;
    margin-top: 34px;
  }
  .partners-slider .swiper-slide img {
    margin-top: auto;
    width: 68%;
    max-height: 50%;
    margin-bottom: auto;
  }
  .partners-slider .swiper-slide {
    height: 141px;
  }
  .partners-slider .swiper-slide p {
    font-size: 11px;
  }
  .lizing-banner {
    margin-top: 51px;
  }
  .lizing-banner-content {
    border-radius: 20px;
    padding: 23px 33px;
  }
  .lizing-text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.1px;
    margin-top: 5px;
  }
  .lizing-banner-content a {
    margin-top: 15px;
    border-radius: 7px;
    border: 1px solid #FFF;
    display: flex;
    height: 40px;
    padding: 0px 23px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transition: all 0.3s;
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
  }
  .main-news .block-title {
    font-size: 36px;
  }
  .wrap-news-items {
    gap: 21px;
  }
  .news-item:first-child {
    width: calc(33.3% - 14px);
    border-radius: 20px 20px 30px 30px;
  }
  .news-item:first-child img {
    height: 193px;
  }
  .news-item img {
    height: 134px;
  }
  .news-data {
    font-size: 13px;
  }
  .news-content {
    padding: 13px 15px;
  }
  .news-content a {
    font-size: 16px;
  }
  .news-item:first-child .news-content {
    padding: 13px 21px 16px;
  }
  .news-item:first-child .news-data {
    font-size: 11px;
  }
  .preform {
    margin: 66px 0 60px;
  }
  .wrap-footer-form {
    border-radius: 17px;
    padding: 46px 70px;
  }
  .ff-title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 92%;
    max-width: 510px;
    margin-bottom: 15px;
  }
  .ff-text {
    color: #D9D9D9;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 21px;
    max-width: 573px;
  }
  .wrap-input-fields {
    gap: 22px;
  }
  .wrap-input-fields .wrap-input {
    width: 100%;
    max-width: 260px;
  }
  .wrap-input-fields .wrap-input input {
    border-radius: 7px;
    height: 40px;
    padding: 0 14px;
    width: 100%;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(7.5px);
    border: none;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.1px;
  }
  .wrap-input-fields .wrap-input input::placeholder {
    font-size: 14px;
  }
  .wrap-upload-input {
    margin: 19px 0 0;
  }
  .wrap-upload-content img {
    height: 24px;
  }
  .wrap-upload-content {
    display: flex;
    gap: 9px;
  }
  .wrap-upload-content p {
    font-size: 12.6px;
  }
  .wrap-upload-content p span {
    font-size: 8.474px;
  }
  .wrap-upload-file {
    margin-top: 16px;
  }
  .wrap-bottom-form button {
    cursor: pointer;
    border-radius: 7px;
    border: 1px solid #0F56A6;
    background: #0F56A6;
    height: 34px;
    width: 184px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.08px;
    transition: all 0.3s;
  }
  .wrap-bottom-form {
    gap: 21px;
  }
  .wrap-checked label span {
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.60);
  }
  .wrap-checked label p {
    font-size: 8px;
  }
  .wrap-checked label {
    gap: 11px;
  }
  .col-loc img {
    width: 100%;
    margin-bottom: 14px;
  }
  .footer-pretitle {
    font-size: 11px;
  }
  .footer-text {
    color: #616971;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.07px;
    margin-top: 11px;
    margin-bottom: 14px;
  }
  .footer-mail {
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.07px;
    margin-bottom: 0px;
    margin-top: 4px;
  }
  .footer-mail a {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.08px;
  }
  .wrap-top-col-footer {
    gap: 30px;
    justify-content: space-between;
    padding: 42px 0;
  }
  .wrap-footer-logo a img {
    width: 141px;
  }
  .wrap-footer-logo p {
    font-size: 12.8px;
  }
  .wrap-footer-part-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
  }
  .wrap-footer-part-logo img {
    max-height: 26px;
  }
  .wrap-footer-part-logo img:nth-child(4) {
    max-height: 18px;
  }
  .wrap-footer-part-logo p {
    font-size: 9px;
  }
  .col-foot {
    width: 43%;
  }
  .wrap-footer-logo {
    margin-bottom: 19px;
  }
  .footer-phone a {
    font-size: 17px;
  }
  .footer-phone span {
    font-size: 9.8px;
    margin-top: 3px;
  }
  .footer-call {
    font-size: 11px;
    margin-bottom: 34px;
  }
  .footer-service-btn {
    border-radius: 4px;
    height: 32px;
    padding: 0px 19px;
    font-size: 11px;
  }
  .col-loc {
    width: 278px;
  }
  .col-nav-menu li a {
    font-size: 11px;
  }
  .col-nav-menu {
    gap: 16px;
  }
  .wrap-footer-bottom {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 12px;
    border-top: 1px solid #CFDAE3;
  }
  .wrap-bottom-left-info p,
  .wrap-bottom-left-info p a,
  .wrap-bottom-left-info a {
    font-size: 10px;
    line-height: 17px;
  }
  .wrap-bottom-left-info {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    height: max-content;
  }
  .wrap-bottom-right-info p {
    font-size: 10px;
  }
  .wrap-gamb-menu {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    display: none;
    padding: 30px 43px;
    border-radius: 15px;
    background: #DDE6F0;
}
.type-list-tech li a {
  font-size: 14px;
}
.type-list-tech {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.list-paragrafh li a,
.gamb-link-btn a {
  font-size: 14px;
}
.only-link {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 16px;
}
.only-link li a {
  font-size: 13px;
}
.list-paragrafh {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
}
@media(max-width: 1200px) {
  .container {
    max-width: 100%;
  }
  .main {
    position: relative;
    z-index: 1;
    padding: 15px 15px 0px 15px;
  }
  .logo img {
    width: 138px;
  }
  .signup-btn,
  .links-header,
  .city-header {
    display: none;
  }
  .wrap-main-pagination {
    display: none;
  }
  .wrap-header-content {
    padding: 14px 14px 13px;
  }
  .wrap-container-slide {
    position: absolute;
    z-index: 3;
    left: 15px;
    top: 158px;
    width: 100%;
  }
  .wrap-main-logo {
    gap: 10px;
  }
  .wrap-main-logo img:nth-child(4) {
    height: 24px;
  }
  .wrap-main-logo p {
    font-size: 12px;
  }
  .wrap-container-slide h1 {
    font-size: 30px;
  }
  .slide-bg {
    display: none;
  }
  .slide-tab {
    display: block;
  }
  .main-btn {
    height: 40px;
    border-radius: 10px;
    background: #FF2C3C;
    padding: 0 50px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .wrap-main-btn p {
    font-size: 14px;
  }
  .main-search {
    border-radius: 15px;
    background: rgba(240, 244, 249, 0.75);
    backdrop-filter: blur(7.5px);
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    margin-top: 30px;
  }
  .main-search p {
    font-size: 16px;
    line-height: normal;
  }
  .main-catalog {
    margin-top: 54px;
  }
  .wrap-main-catalog-items {
    margin-top: 34px;
    gap: 30px;
  }
  .main-catalog-item {
    width: calc(33.333% - 20px);
  }
  .wrap-color-items {
    margin-top: 58px;
    gap: 30px;
    justify-content: space-between;
    padding: 0px 25px;
  }
  .color-item {
    width: 100%;
    height: 332px;
    border-radius: 15px;
    overflow: hidden;
    padding: 33px 28px;
  }
  .color-item a {
    border-radius: 10px;
    height: 40px;
    width: 128px;
    color: #FFF;
    font-size: 12px;
    transition: all 0.3s;
  }
  .color-item p {
    color: #FFF;
    font-size: 12.2px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    max-width: 319px;
    margin-bottom: 27px;
  }
  .title-color {
    margin-top: auto;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.016px;
    margin-bottom: 9px;
  }
  .brands {
    margin-top: 55px;
    padding: 0px 25px;
    overflow: hidden;
  }
  .brand-slider {
    overflow: visible;
    padding-bottom: 0;
    margin-top: 14px;
  }
  .brand-slider .swiper-slide img {
    margin-bottom: 21px;
    max-width: 46%;
  }
  .brand-slider .arrow {
    display: none;
  }
  .brand-slider .swiper-slide {
    height: 140px;
  }
    .main-catalog-block {
        margin-top: 52px;
        padding: 0px 25px;
    }
        .wrap-link-tech {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-top: 34px;
    }
    .wrap-link-tech button {
        font-size: 14px;
    }
    .another-tech-btn span {
      margin-left: 11px;
    }
    .another-tech-btn {
      font-size: 14.1px;
    }
    .filter-brands {
        align-items: center;
        margin-top: 24px;
        padding-left: 20px;
        color: #0F56A6;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        background: url(./../imgs/fb.png);
        background-repeat: no-repeat;
        background-size: 14px 14px;
        background-position: center left;
        line-height: 145%;
        margin-bottom: 0;
    }
    .main-catalog-block {
      overflow: hidden;
    }
    .wrap-main-cat-items {
      display: flex;
      width: 100vw;
      gap: 30px;
      overflow: auto;
      padding-right: 30px;
    }
        .wrap-img-main-cat {
        width: 234px;
        gap: 6px;
        display: flex;
        flex-direction: column;
    }
    .category-banner-thumbs-slider {
        width: 234px;
        min-width: 234px;
        max-width: 234px;
        height: 51px;
        overflow: hidden;
        order: 2;
    }
    .main-cat-item {
      margin-bottom: 0;
      width: 87vw;
      min-width: 87vw;
      flex-wrap: wrap;
      gap: 17px;
    }
    .wrap-char-main-cat {
      width: calc(100% - 255px);
    }
    .cat-title {
      font-size: 16px;
    }
    .category-banner-top {
        height: 176px;
        width: 234px;
        order: 1;
    }
        .wrap-filter-brands {
        margin-bottom: 25px;
    }
        .tag {
        height: 20px;
        width: fit-content;
        border-radius: 5px;
        padding: 0 6px;
        align-items: center;
        font-size: 12px;
        justify-content: center;
        background: #0F56A6;
    }
        .tag.spec {
        font-size: 11.5px;
    }
    .wrap-char-tag {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
        .char-table p {
        font-size: 12px;
    }
        .wrap-char-btn {
        width: 100%;
        height: 40px;
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        margin-left: 0;
        margin-top: 9px;
    }
    .char-price-block {
      width: 16%;
      margin-left: 0;
      order: 2;
}
.wrap-char-stock {
    width: 17%;
    position: relative;
    order: 1;
}
    .wrap-char-buy-btn {
        width: 26%;
        margin-left: 0;
        order: 3;
    }
        .wrap-char-lizing {
        width: 29%;
        margin-left: 0;
        order: 4;
    }
    .models {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 12px;
}
.spec-item-lizing-btn {
  height: 40px;
}
.char-price-block p {
        font-size: 16px;
    }
        .inner-spec {
        margin-top: 122px;
        padding: 0 25px;
    }
    .inner-spec h2 {
        font-size: 24px;
        letter-spacing: 0.5px;
    }
        .wrap-block-top a {
        font-size: 13px;
    }
    .wrap-inner-spec-items {
        display: flex;
        gap: 30px;
        width: calc(100% + 40px);
        overflow: auto;
    }
    .inner-spec-item {
      width: 315px;
      min-width: 315px;
      max-width: 315px;
    }
    .wrap-block-top {
        margin-bottom: 22px;
    }
    .spec-img {
      height: 237px;
    }
        .spec-item-content {
        width: 100%;
        padding: 20px;
    }
        .spec-item-title {
        overflow: hidden;
        color: #274D72;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        align-self: stretch;
        margin-bottom: 16px;
    }
        .availability.yes, .availability.no {
        padding-left: 16px;
        font-size: 12px;
    }
        .spec-item-price span {
        font-size: 14px;
    }
        .spec-item-price p {
        font-size: 16.3px;
        margin-top: 5px;
    }
    .spec-item-price-btn {
        width: 132px;
        font-size: 14px;
      }
      .inner-spec-item .spec-item-lizing-btn {
        display: none;
      }
      .spec-item-price {
        margin-bottom: 0;
      }
          .suitable {
        margin-top: 34px;
        padding: 0px 25px;
    }
    .wrap-position-logo {
      display: none;
    }
    .wrap-suitable-block {
    position: relative;
    width: 100%;
    height: 156px;
    border-radius: 14px;
    background-image: url(./../imgs/suit-bg-m.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 30px;
    overflow: hidden;
}
    .title-form-block {
        margin-left: 0;
        margin-top: 0;
        color: #FFF;
        font-size: 17.6px;
        font-style: normal;
        font-weight: 600;
        line-height: 145%;
        letter-spacing: 0.16px;
    }
    .title-form-block span {
        font-size: 13px;
        margin-top: 11px;
    }
    .suitable-form {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 16px;
    width: 422px;
}
    .suitable + .inner-spec {
        margin-top: 90px;
    }
        .company {
        margin-top: 47px;
        padding: 0px 25px;
    }
    .company-left {
    width: calc(49.6% - 15px);
}
.company-right {
    width: calc(50.4% - 15px);
    padding-top: 0;
}
.company-title {
  font-size: 25px;
}
.company-pretitle {
  font-size: 20.4px;
}
    .company-right p {
        font-size: 12px;
        margin-top: 16px;
    }
        .company-right a {
        color: #FFF;
        font-size: 13.8px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.08px;
        border-radius: 10px;
        background: #0F56A6;
        height: 40px;
        border: 1px solid #0F56A6;
        margin-top: 18px;
        width: fit-content;
        padding: 0 31px;
        transition: all 0.3s;
    }
        .wrap-company-items {
        gap: 30px;
        margin-top: 99px;
        flex-wrap: wrap;
    }
        .company-item {
        padding: 28px;
        position: relative;
        width: calc(50% - 15px);
        border-radius: 15px;
        background: #F9FAFC;
        flex-direction: column;
        align-items: flex-end;
        min-height: 247px;
    }
        .company-item:first-child p {
        font-size: 16px;
                margin-top: auto;
    margin-bottom: auto;
    }
    .number-company-item {
        position: absolute;
        right: 32px;
        top: 12px;
        color: #0F56A6;
        opacity: 0.2;
        font-size: 60px;
        z-index: 2;
    }
        .company-item p {
        font-size: 12.1px;
    }
        .company-item p strong {
        font-size: 16.3px;
    }
        .partners {
          overflow: hidden;
        margin-top: 56px;
        padding: 0px 25px;
    }
        .partners .block-title {
        font-size: 23.1px;
    }
        .partners-slider {
        overflow: visible;
        padding-bottom: 0;
        margin-top: 13px;
    }
    .partners-slider .arrow {
      display: none;
    }
    .partners-slider .swiper-slide {
        height: 120px;
    }
        .partners-slider .swiper-slide img {
        margin-top: auto;
        width: 71%;
        max-height: 61%;
        margin-bottom: auto;
    }
        .partners-slider .swiper-slide p {
        font-size: 10px;
    }
        .lizing-banner {
        margin-top: 61px;
        padding: 0 25px;
    }
        .lizing-banner-content {
        border-radius: 15px;
        padding: 29px 28px 38px;
            background-image: url(./../imgs/liz-bg-m.png);
    }
    .lizing-title {
      font-size: 18px;
    }
        .lizing-text {
        color: #FFF;
        font-size: 14px;
        line-height: 140%;
        margin-top: 10px;
    }
        .lizing-banner-content a {
        margin-top: 21px;
        border-radius: 11px;
        border: 1px solid #FFF;
        height: 40px;
        padding: 0px 51px;
        justify-content: center;
        align-items: center;
        width: fit-content;
        transition: all 0.3s;
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%;
    }
    .main-news {
    margin-top: 55px;
    padding: 0 25px; 
}    
.main-news .block-title {
        font-size: 23.3px;
    }
        .wrap-news-items {
        gap: 30px;
        padding-right: 30px;
        overflow: auto;
        width: calc(100% + 40px);
    }
    .news-item {
      width: 212px;
      min-width: 212px;
        max-width: 212px;
    }
        .news-item:first-child {
        width: 328px;
        min-width: 328px;
        max-width: 328px;
        border-radius: 20px;
    }
        .news-item:first-child img {
        height: 183px;
    }
        .news-item img {
        height: 127px;
    }
    .main-news     .wrap-block-top {
        margin-bottom: 23px;
    }
        .news-data {
        font-size: 11.6px;
    }
        .news-content a {
        font-size: 14px;
    }
    .news-item:first-child .news-content {
        padding: 20px 18px 16px;
    }
        .preform {
        margin: 75px 0 42px;
        padding: 0px 25px;
    }
        .wrap-footer-form {
        border-radius: 28px;
        padding: 43px 40px;
    }
        .ff-title {
        color: #FFF;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 109%;
        max-width: 510px;
        margin-bottom: 21px;
    }
        .ff-text {
        color: #D9D9D9;
        font-size: 12.07px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%;
        margin-bottom: 29px;
        max-width: 573px;
    }
        .wrap-input-fields {
        gap: 30px;
        flex-wrap: wrap;
    }
    .wrap-input-fields .wrap-input {
        width: calc(50% - 15px);
        max-width: none;
    }
    .wrap-input-fields .wrap-input input,
    .wrap-input-fields .wrap-input input::placeholder {
      font-size: 16px;
    }
        .wrap-upload-input {
        margin: 29px 0 0;
    }
        .wrap-upload-content img {
        height: 33px;
    }
        .wrap-upload-content {
        display: flex;
        gap: 13px;
    }
        .wrap-upload-content p {
        font-size: 16.1px;
    }
        .wrap-upload-content p span {
        font-size: 11.974px;
    }
        .wrap-bottom-form button {
        cursor: pointer;
        border-radius: 7px;
        border: 1px solid #0F56A6;
        background: #0F56A6;
        height: 40px;
        width: 232px;
        padding: 0px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.08px;
        transition: all 0.3s;
    }
        .wrap-bottom-form {
        gap: 30px;
        align-items: flex-start;
        flex-direction: column;
    }
        .wrap-checked label span {
        width: 24px;
        height: 24px;
    }
        .wrap-checked label {
        gap: 17px;
    }
        .wrap-checked label p {
        font-size: 11.9px;
    }
    footer {
    padding: 20px 15px;
    width: 100%;
    overflow: hidden;
}
.wrap-footer-content {
    border-radius: 20px;
    background: #EDF3F8;
    width: 100%;
}
    .wrap-top-col-footer {
        gap: 30px;
        justify-content: space-between;
        padding: 19px 6px;
    }
    .col-foot {
        width: 100%;
    }
    .col-nav {
      display: none;
    }
    .col-loc {
      display: none;
    }
    .wrap-footer-logo p {
      display: none;
    }
        .wrap-footer-part-logo {
        display: flex;
        align-items: center;
        gap: 11px 22px;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
        .wrap-footer-part-logo p {
        font-size: 9.5px;
        width: 100%;
    }
    .footer-service-btn,
    .footer-call,
    .footer-mail,
    .footer-phone {
      display: none;
    }
        .wrap-footer-bottom {
        padding: 21px 0;
        display: flex
;
        justify-content: space-between;
        gap: 30px;
        margin-top: 0;
        border-top: 1px solid #CFDAE3;
    }
  }
  .type-tech-mobile {
    display: none;
  }
  .wrap-hidden-mobile-text {
    display: none;
  }
  @media(max-width: 720px) {
    .main {
        position: relative;
        z-index: 1;
        padding: 10px 10px 0px 10px;
    }
        .container {
        padding: 0 10px;
    }
        header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 20;
        padding: 20px 12px 20px;
    }
        .wrap-header-content {
        padding: 10px;
    }
    .cat-header-btn {
      display: none;
    }
        .logo img {
        width: 122px;
    }
        .gamb-btn {
        width: 50px;
        height: 30px;
    }
    .search-header {
      display: none;
    }
        .call-header-link {
        font-size: 12.4px;
        margin-left: auto;
    }
        .wrap-main-logo {
        gap: 10px 14px;
        flex-wrap: wrap;
    }
        .wrap-container-slide {
        position: absolute;
        z-index: 3;
        left: 10px;
        top: 100px;
        width: 100%;
        height: calc(100% - 100px);
    }
        .wrap-main-logo img {
        height: 22px;
        width: auto;
    }
        .wrap-main-logo img:nth-child(4) {
        height: 18px;
    }
    .wrap-main-logo p {
        font-size: 10px;
        width: 100%;
    }
    .wrap-container-slide h1 {
        font-size: 23px;
    }
        .wrap-container-slide h3 {
        font-size: 16.4px;
    }
    .slide-tab {
      display: none;
    }
    .slide-mob {
      display: block;
    }
    .wrap-main-btn p {
      display: none;
    }
    .wrap-container-slide .container {
      height: 100%;
    display: flex;
    flex-direction: column;
    }
        .wrap-main-btn {
        align-items: flex-start;
        gap: 21px;
        margin-top: auto;
        margin-bottom: 20px;
    }
        .main-search {
        border-radius: 10px;
        background: rgba(240, 244, 249, 0.75);
        backdrop-filter: blur(7.5px);
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 16px;
        z-index: 1;
        margin-top: 10px;
    }
        .main-search p {
        font-size: 13.6px;
        line-height: normal;
    }
    .main-search button {
    position: absolute;
    z-index: 2;
    right: 0px;
    border-radius: 10px;
    border: none;
    width: 36px;
    height: 36px;
    bottom: 0;
}
    .main-catalog {
        margin-top: 37px;
        padding: 0 13px;
    }
    .block-title {
      font-size: 19px;
    }
        .wrap-main-catalog-items {
        margin-top: 11px;
        gap: 20px;
    }
        .main-catalog-item {
        width: calc(50% - 10px);
    }
        .main-catalog-item {
        padding: 14px 16px;
        text-align: center;
        border-radius: 10px;
        height: auto;
        min-height: 121px;
        color: #212325;
        font-size: 12px;
    }
        .wrap-color-items {
        margin-top: 56px;
        gap: 20px;
        justify-content: space-between;
        padding: 0;
    }
        .color-item {
        width: 100%;
        height: 376px;
        border-radius: 10px;
        overflow: hidden;
        padding: 30px 10px 30px 20px;
    }
    .color-item-left {
    background-image: url(./../imgs/blue-bg-desc.png), linear-gradient(128deg, #0F56A6 0%, #0B6BD7 167.15%);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, center;
    background-size: 56%, auto;
}
    .color-item a {
        border-radius: 7px;
        height: 30px;
        width: 122px;
        color: #FFF;
        font-size: 11px;
        transition: all 0.3s;
    }
        .color-item p {
        color: #FFF;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%;
        max-width: 95%;
        margin-bottom: 19px;
    }
    .title-color {
      font-size: 16px;
    }
        .brands {
        margin-top: 40px;
        padding: 0px 13px;
        overflow: hidden;
    }
        .brand-slider .swiper-slide {
        height: 111px;
    }
        .brand-slider .swiper-slide p {
        font-size: 11px;
    }
        .main-catalog-block {
        margin-top: 36px;
        padding: 0px 13px;
    }
    .type-tech-mobile {
      border-radius: 10px;
      border: 1px solid #0F56A6;
      background: #F9FAFC;
      height: 45px;
      width: 100%;
      display: flex;
      padding: 0 10px;
      align-items: center;
      gap: 10px;
      color: #003067;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-top: 10px;
    }
    .type-tech-mobile span  {
  cursor: pointer;
  display: block;
  margin-left: 7px;
  width: 10px;
  height: 6px;
  background: url('./../imgs/arr-m.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.gamb-link-btn.open span {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.wrap-link-tech {
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  background: #F9FAFC;
  padding: 10px;
  gap: 15px;
  margin-top: 10px;
}
  .another-tech-btn {
    margin-left: 0;
  }
  .another-tech-btn span {
    display: none;
  }
  .filter-brands {
    border-radius: 10px;
      border: 1px solid #0F56A6;
      height: 45px;
      width: 100%;
      align-items: center;
      padding-left: 31px;
      margin-top: 22px;
      background-position: 10px center;
  }
  .wrap-filter-brands {
        margin-bottom: 18px;
    }
    .main-cat-item {
      padding: 17px 15px;
      width: 264px;
      max-width: 264px;
      min-width: 264px;
      flex-direction: column;
      gap: 9px;
    }
    .category-banner-thumbs-slider {
      display: none;
    }
    .wrap-char-main-cat {
        width: 100%;
    }
        .cat-title {
        font-size: 12px;
        line-height: 135%;
    }
        .wrap-char-tag {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 9px;
        margin-bottom: 13px;
    }
    .tag {
      font-size: 9.5px;
    }
        .tag.spec {
        font-size: 9.1px;
    }
        .char-table p {
        font-size: 10px;
    }
    .wrap-main-cat-items {
      gap: 20px;
    }
    .wrap-char-stock {
      display: none;
    }
    .wrap-char-lizing {
      display: none;
    }
    .char-price-block {
        width: 50%;
        margin-left: 0;
        order: 1;
    }
        .wrap-char-buy-btn {
        width: 50%;
        margin-left: 0;
        order: 3;
    }
        .char-price-block p {
        font-size: 12px;
    }
        .wrap-char-buy-btn a {
        border-radius: 7px;
        background: #0F56A6;
        height: 35px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.08px;
        width: 100%;
        transition: all 0.3s;
    }
    .inner-spec {
        margin-top: 106px;
        padding: 0 12px;
    }
        .wrap-block-top {
        margin-bottom: 18px;
        flex-direction: column;
        align-items: flex-start;
    }
        .inner-spec h2 {
        font-size: 19.6px;
        letter-spacing: 0.5px;
    }
    .wrap-block-top a {
        font-size: 13px;
        margin-top: 10px;
    }
    .inner-spec-item {
        width: 264px;
        min-width: 264px;
        max-width: 264px;
    }
        .wrap-inner-spec-items {
        display: flex;
        gap: 20px;
        width: calc(100% + 22px);
        overflow: auto;
    }
        .spec-img {
        height: 197px;
    }
        .spec-item-content {
        width: 100%;
        padding: 13px 15px;
    }
        .spec-item-title {
        overflow: hidden;
        color: #274D72;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 145%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        align-self: stretch;
        margin-bottom: 7px;
    }
    .availability {
      display: none;
    }
.wrap-spec-item-price {
  margin-top: 10px;
}
      .spec-item-price span {
        font-size: 11px;
    } 
    .spec-item-price p {
        font-size: 13.3px;
        margin-top: 0px;
    }
        .spec-item-price-btn {
        width: 110px;
        font-size: 12px;
                height: 36px;
                border-radius: 2px;
    }
        .suitable {
        margin-top: 52px;
        padding: 0px 12px;
    }
        .wrap-suitable-block {
        position: relative;
        width: 100%;
        height: 196px;
        border-radius: 21px;
        background-image: url(./../imgs/suit-bg-m.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 19px 21px;
        overflow: hidden;
    }
    .title-form-block {
      font-size: 15.6px;
    }
        .title-form-block span {
        font-size: 11.7px;
        margin-top: 8px;
    }
        .suitable-form {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 9px;
        width: 100%;
    }
        .wrap-suitable-form .wrap-input input {
        height: 36px;
        font-size: 11px;
            padding: 0 9px;
    }
    .wrap-suitable-form {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
    .wrap-suitable-form button {
        height: 36px;
        border-radius: 7px;
        width: 150px;
        font-size: 12px;
        letter-spacing: 0.08px;
    }
        .suitable + .inner-spec {
        margin-top: 38px;
    }
    .company {
        margin-top: 52px;
        padding: 0px 13px;
    }
    .wrap-company-side {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    flex-direction: column;
}
    .company-left {
        width: 93%;
    }
        .company-right {
        width: 100%;
        padding-top: 0;
    }
        .company-title {
        font-size: 20.2px;
    }
    .company-pretitle {
        font-size: 18px;
        margin-top: 10px;
    }
        .company-right p {
        font-size: 11px;
        margin-top: 16px;
    }
        .company-right a {
        color: #FFF;
        font-size: 11.9px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.08px;
        border-radius: 10px;
        background: #0F56A6;
        height: 36px;
        border: 1px solid #0F56A6;
        margin-top: 2px;
        width: fit-content;
        padding: 0 29px;
        transition: all 0.3s;
    }
    .wrap-hidden-mobile-text {
      display: block;
      margin-top: 50px;
    }
    .wrap-hidden-mobile-text p {
      color: #616971;
      font-size: 11px;
      font-style: normal;
      font-weight: 400;
      line-height: 145%;
    }
        .wrap-company-items {
        gap: 20px;
        margin-top: 51px;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .company-item:first-child {
      display: none;
    }
        .company-item {
        padding: 20px;
        position: relative;
        width: 264px;
        min-width: 264px;
        border-radius: 15px;
        background: #F9FAFC;
        flex-direction: column;
        align-items: flex-end;
        min-height: 198px;
    }
    .company-item p {
        font-size: 11px;
    }
    .company-item p strong {
        font-size: 14px;
    }
        .partners {
        overflow: hidden;
        margin-top: 42px;
        padding: 0px 13px;
    }
        .partners .block-title {
        font-size: 18.7px;
    }
    .partners-slider .swiper-slide img {
        margin-top: auto;
        width: 69%;
        max-height: 53%;
        margin-bottom: auto;
    }
        .partners-slider {
        overflow: visible;
        padding-bottom: 0;
        margin-top: 7px;
    }
        .partners-slider .swiper-slide {
        height: 68px;
    }
        .partners-slider .swiper-slide p {
        font-size: 8.9px;
    }
        .lizing-banner {
        margin-top: 51px;
        padding: 0 13px;
    }
    .lizing-banner-content {
        border-radius: 10px;
        padding: 20px 20px 34px;
        background-image: url(./../imgs/liz-bg-m.png);
    }
        .lizing-title {
        font-size: 16px;
        max-width: 200px;
    }
    .lizing-text {
      font-size: 11px;
    }
        .lizing-banner-content a {
        margin-top: 19px;
        border-radius: 10px;
        border: 1px solid #FFF;
        height: 36px;
        padding: 0px 29px;
        justify-content: center;
        align-items: center;
        width: fit-content;
        transition: all 0.3s;
        color: #FFF;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%;
    }
        .main-news {
        margin-top: 40px;
        padding: 0 13px;
    }
        .main-news .block-title {
        font-size: 18.9px;
    }
        .main-news .wrap-block-top {
        flex-direction: row;
        margin-bottom: 10px;
    }
        .news-item:first-child {
        width: 247px;
        min-width: 247px;
        max-width: 247px;
    }
        .news-item:first-child img {
        height: 138px;
    }
        .news-item:first-child .news-content {
        padding: 17px 18px 16px;
    }
    .news-data {
      margin-bottom: 4px;
    }
        .news-content a {
        font-size: 12px;
        line-height: 90%;
    }
        .preform {
        margin: 51px 0 31px;
        padding: 0px 13px;

    }
        .wrap-footer-form {
          height: 158.2vw;
        border-radius: 10px;
        padding: 22px 20px;
        overflow: hidden;
        background: url(./../imgs/ff-bg-mob.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center right;
    }
        .ff-title {
        color: #FFF;
        font-size: 18.2px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%;
        max-width: 510px;
        margin-bottom: 21px;
    }
    .ff-text {
      display: none;
    }
    .wrap-input-fields .wrap-input {
        width: 100%;
        max-width: none;
    }
        .wrap-input-fields .wrap-input input, .wrap-input-fields .wrap-input input::placeholder {
        font-size: 12px;
    }
    .wrap-input-fields .wrap-input input {
      height: 36px;
    }
        .wrap-input-fields {
        gap: 20px;
        flex-wrap: wrap;
    }
    .wrap-upload-input {
      display: none;
    }
        .wrap-bottom-form {
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 21px;
    }
        .wrap-bottom-form button {
        cursor: pointer;
        border-radius: 6px;
        border: 1px solid #0F56A6;
        background: #0F56A6;
        height: 34px;
        width: 150px;
        padding: 0px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.08px;
        transition: all 0.3s;
    }
        .wrap-checked label span {
        width: 34px;
        height: 24px;
    }
        .wrap-checked label p {
        font-size: 10.9px;
    }
        .wrap-footer-logo a img {
        width: 124px;
    }
        .wrap-footer-bottom {
        padding: 19px 0;
        flex-direction: column;
        justify-content: space-between;
        gap: 15px;
        margin-top: 0;
        border-top: 1px solid #CFDAE3;
    }
        .wrap-bottom-left-info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 4px;
        height: max-content;
    }
        .wrap-bottom-left-info p, .wrap-bottom-left-info p a, .wrap-bottom-left-info a {
        font-size: 12px;
        line-height: 17px;
    }
    .wrap-bottom-left-info br {
      display: none;
    }
    .wrap-bottom-right-info {
    width: 100%;
}    .wrap-news-items {
        gap: 30px;
        padding-right: 30px;
        overflow: auto;
        width: calc(100% + 22px);
    }
}
