@charset "UTF-8";
.to-top {
  display: none;
  position: fixed;
  right: 32px;
  bottom: 70px;
  z-index: 2000;
}
.to-top .to-top-relative {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.to-top .to-top-relative a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(#264394, #5f7ac5);
  cursor: pointer;
}
.to-top .to-top-relative a i {
  pointer-events: none;
  color: #fff;
}
.to-top .to-top-relative .to-top-pulse {
  position: absolute;
  width: 50px;
  height: 50px;
  background: linear-gradient(#264394, #5f7ac5);
  border-radius: 50%;
  z-index: -1;
  animation: toTop 2s infinite;
}
@keyframes toTop {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.to-top.active {
  display: block;
}

.form_manager {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 7000;
  display: none;
  justify-content: center;
  align-items: center;
}
.form_manager .form_manager_cnt {
  width: 400px;
  background: #fff;
  padding: 15px 25px 25px 25px;
  border-radius: 5px;
}
.form_manager .form_manager_cnt .form_manager_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.form_manager .form_manager_cnt .form_manager_header h5 {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: "Inter";
  color: #000;
}
.form_manager .form_manager_cnt .form_manager_header .form_manager_close {
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F1F1F1;
}
.form_manager .form_manager_cnt .form_manager_header .form_manager_close:hover i {
  transform: scale(1.2);
}
.form_manager .form_manager_cnt .form_manager_txt h4 {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.form_manager .form_manager_cnt .form_manager_txt form {
  display: flex;
  flex-direction: column;
}
.form_manager .form_manager_cnt .form_manager_txt form input {
  padding: 12px 15px;
  border-radius: 50px;
  margin-bottom: 10px;
  background: #F5F5F5;
}
.form_manager .form_manager_cnt .form_manager_txt form textarea {
  resize: none;
  height: 130px;
}
.form_manager .form_manager_cnt .form_manager_txt form .dealers_confiditial {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.form_manager .form_manager_cnt .form_manager_txt form .dealers_confiditial input {
  margin: 0 6px 0 0;
  accent-color: #CE362D;
}
.form_manager .form_manager_cnt .form_manager_txt form .dealers_confiditial label {
  font-size: 0.7rem;
  margin-bottom: 0;
}
.form_manager .form_manager_cnt .form_manager_txt form .btn-form_group .btn-dark {
  width: 100%;
}
.form_manager .form_manager_cnt .form_manager_txt form .group_switch {
  margin-bottom: 20px;
}
.form_manager .form_manager_cnt .form_manager_txt form .btn-all {
  width: 100%;
}
.form_manager.active {
  display: flex;
}

.fixed-social{
    position:fixed;
    top: 300px;
    right: 0;
    background: #182D68;
    display:flex;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
    padding:16px;
    z-index: 3000;
}
.fixed-social a{
    display:none;
    justify-content:center;
    align-items:center;
    width: 30px;
    height: 30px;
    background:#ffffff;
    border-radius:7px;
    margin-bottom: 10px;
    opacity:0;
}
.fixed-social a:nth-child(1){
    display:flex;
    opacity:1;
}
.fixed-social.active a{
    display:flex;
    animation: fade_in 0.2s linear forwards;
    animation-delay: calc(.1s * var(--i));
}
.fixed-social .soc-open{
    background:none;
    cursor:pointer;
}

.fixed-video-btn{
    position:fixed;
    top: 200px;
    right: 50px;
    z-index: 2000;
}
.fixed-video-btn a{
    display:flex;
    justify-content:center;
    align-items:center;
    width: 50px;
    height: 50px;
    background:#0262EF;
    border-radius:50%;
    transition:0.2s linear;
}
.fixed-video-btn a:hover{
    box-shadow:0 0 7px #264394;
}

@media screen and (max-width: 525px) {
  .form_manager .form_manager_cnt {
    width: 320px;
  }
}
@font-face {
  font-family: "Inter";
  src: local("☺"), url("../fonts/Inter/Inter28pt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("☺"), url("../fonts/Inter/Inter28pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("☺"), url("../fonts/Inter/Inter28pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("☺"), url("../fonts/Inter/Inter28pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("☺"), url("../fonts/Inter/Inter28pt-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #F5F5F7;
}

:root {
  font-size: 16px;
  --white:#ffffff;
  --color_txt: #2C2C2C;
  --color_hover: #0262EF;
  --color_blue-dark: #264394;
  --gap_x: 30px;
}

.py-50 {
  padding: 50px 0;
}

h1, h2, h3, h4, h5, p, ul, li {
  padding: 0;
  margin: 0;
}

h1, h2 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.4rem;
}

p, a, b {
  font-family: "Inter", sans-serif;
}

li {
  list-style: none;
}

button, input, textarea {
  border: none;
  outline: none !important;
}

a {
  text-decoration: none !important;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn-all {
  position: relative;
  width: 280px;
  height: 55px;
  background: var(--color_hover);
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.btn-all .btn-txt {
  position: relative;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 500;
  z-index: 2;
}
.btn-all .pulse {
  position: absolute;
  width: 15px;
  height: 200px;
  display: block;
  background: var(--white);
  animation: pulse 3s linear infinite;
  z-index: 1;
}
.btn-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background: linear-gradient(90deg, transparent, #013889);
  transition: 0.2s linear;
  z-index: 0;
}
.btn-all:hover::before {
  opacity: 1;
}

.btn-white {
  position: relative;
  width: 280px;
  height: 55px;
  border: 1px solid var(--color_hover);
  background: var(--white);
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.btn-white .btn-txt {
  position: relative;
  color: var(--color_hover);
  font-size: 1.1rem;
  font-weight: 500;
  z-index: 1;
}
.btn-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(76, 141, 240, 0.3450980392));
  opacity: 0;
  transition: 0.2s linear;
  z-index: 0;
}
.btn-white:hover::before {
  opacity: 1;
}

.sl_btn-group {
  display: flex;
}
.sl_btn-group .btn_sl {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e0dfdf;
}
.sl_btn-group .btn_sl:last-child {
  margin-left: 20px;
}

.group_switch {
  display: flex;
  align-items: center;
}
.group_switch > p {
  font-size: 0.8rem;
}
.group_switch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  flex-shrink: 0;
  margin-right: 10px;
}
.group_switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.group_switch .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  border-radius: 50px;
  transition: 0.3s;
}
.group_switch .slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  top: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}
.group_switch .switch input:checked + .slider {
  background-color: var(--color_blue-dark);
}
.group_switch .switch input:checked + .slider::before {
  transform: translateX(24px);
}

.product {
  position: relative;
  background: #F5F5F7;
  border-radius: 7px;
  padding: 17px;
  cursor: pointer;
  transition: 0.2s linear;
}
.product > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1D1D1D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  min-height: 38px;
  margin-bottom: 8px;
}
.product img {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}
.product .product_group {
  position: relative;
  z-index: 2;
}
.product .product_group a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: var(--color_blue-dark);
  margin-bottom: 14px;
  transition: 0.2s linear;
}
.product .product_group a svg {
  margin: 3px 0 0 6px;
  transition: 0.2s linear;
}
.product .product_group a:hover {
  color: var(--color_hover);
}
.product .product_group a:hover svg {
  fill: var(--color_hover);
}
.product .product_group .btn-all {
  width: 100%;
}
.product:hover {
  box-shadow: 0 0 7px rgba(2, 97, 239, 0.3725490196);
}

.product-itm {
  position: relative;
  border: 1px solid #EBEBEB;
  border-radius: 7px;
  padding: 17px;
  cursor: pointer;
  transition: 0.2s linear;
}
.product-itm > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-itm img {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}
.product-itm .product_group {
  position: relative;
  z-index: 2;
}
.product-itm .product_group p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #0F0F0F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  min-height: 38px;
  margin-bottom: 8px;
}
.product-itm .product_group .price {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}
.product-itm .product_group .btn-all {
  width: 100%;
}
.product-itm:hover {
  box-shadow: 0 0 7px rgba(2, 97, 239, 0.3725490196);
}

.new_item {
  position: relative;
  background-color: #F5F5F7;
  border-radius: 20px;
  padding: 20px;
  transition: 0.2s linear;
}
.new_item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.new_item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 10px;
}
.new_item .new_item_txt .new_data {
  font-family: "Inter", sans-serif;
  color: #8E8E93;
  font-weight: 300;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 9px;
}
.new_item .new_item_txt h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  min-height: 46px;
  margin-bottom: 10px;
}
.new_item .new_item_txt p {
  font-weight: 300;
  color: #636366;
  margin-bottom: 12px;
}
.new_item .new_item_txt a {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: var(--color_blue-dark);
  transition: 0.2s linear;
  z-index: 1;
}
.new_item .new_item_txt a::before {
  position: absolute;
  bottom: -3px;
  content: "";
  display: inline-block;
  width: 85px;
  height: 1px;
  background: var(--color_blue-dark);
  transition: 0.2s linear;
}
.new_item .new_item_txt a:hover {
  color: var(--color_hover);
}
.new_item .new_item_txt a:hover::before {
  background: #0262EF;
}
.new_item:hover {
  box-shadow: 0 0 7px rgba(2, 97, 239, 0.4470588235);
}

.social {
  display: flex;
}
.social a {
  width: 40px;
  height: 40px;
  background: #3B3B3B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.social a:hover {
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.5019607843);
}

.crumps {
  padding-top: 100px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb span {
  margin: 0 5px;
}

.breadcrumb-item {
  margin-bottom: 5px;
}
.breadcrumb-item a {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: var(--color_txt);
  transition: 0.2s linear;
}
.breadcrumb-item a:hover {
  color: var(--color_hover);
}
.breadcrumb-item.active {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: var(--color_blue-dark);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
}

.page-item {
  background: #e7e7e8;
  padding: 10px 16px;
  margin: 0 0 7px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.page-item a {
  color: var(--color_txt);
}
.page-item span {
  color: #757576;
}
.page-item:hover a {
  color: var(--color_hover);
}
.page-item.active {
  background: #bbd3f6;
}

.back-btn {
  color: var(--color_txt);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  transition: 0.2s linear;
}
.back-btn svg {
  fill: var(--color_txt);
  margin-right: 5px;
  transition: 0.2s linear;
}
.back-btn:hover {
  color: var(--color_hover);
}
.back-btn:hover svg {
  fill: var(--color_hover);
}

.header {
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  transition: 0.05s linear;
}

.header_cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E9E9E9;
  padding: 20px var(--gap_x) 0 30px;
  border-radius: 20px 20px 0 0;
}

.header_menu ul {
  display: flex;
}
.header_menu ul li {
  position: relative;
  margin: 0 9px;
}
.header_menu ul li .h-link-group {
  display: flex;
  align-items: center;
}
.header_menu ul li .h-link-group a {
  display: flex;
  align-items: center;
  height: 45px;
  color: #3B3B3B;
  font-size: 0.9rem;
  transition: 0.2s linear;
}
.header_menu ul li .h-link-group svg {
  flex-shrink: 0;
  margin-left: 5px;
  transition: 0.2s linear;
}
.header_menu ul li .h-link-group:hover a {
  color: var(--color_hover);
}
.header_menu ul li .h-link-group:hover svg {
  fill: var(--color_hover);
}
.header_menu ul li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border-radius: 5px;
}
.header_menu ul li > ul li .h-link-group {
  width: 200px;
  justify-content: space-between;
}
.header_menu ul li > ul li .h-link-group a {
  height: auto;
  min-height: 32px;
}
.header_menu ul li:hover > ul {
  display: block;
  animation: in_up 0.2s linear forwards;
}

.header_group {
  display: flex;
  align-items: center;
}

.header_whatsapp {
  display: flex;
  align-items: center;
  color: var(--color_txt);
  font-size: 1rem;
  transition: 0.2s linear;
}
.header_whatsapp img {
  flex-shrink: 0;
  margin-right: 7px;
}
.header_whatsapp:hover {
  color: var(--color_hover);
}

.header_lang {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #D4D4D4;
  border-radius: 4px;
  padding: 3px 4px 3px 12px;
  margin-right: 12px;
}
.header_lang img {
  flex-shrink: 0;
  margin-right: 6px;
}
.header_lang .lang_btn_open {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header_lang .lang_list {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 7px;
  transition: 0.2s linear;
}
.header_lang .lang_list a {
  display: flex;
  align-items: center;
  background: #D4D4D4;
  padding: 7px;
  margin-bottom: 6px;
  border-radius: 4px;
}
.header_lang .lang_list a:hover {
  box-shadow: 0 0 7px rgba(2, 97, 239, 0.4039215686);
}
.header_lang:hover .lang_list {
  display: block;
  animation: fade_in 0.3s linear forwards;
}

.h-scroll {
  padding-top: 0;
}
.h-scroll .header_cnt {
  padding-top: 0;
  background: var(--white);
  border-radius: 0 0 20px 20px;
}

.btn-burger {
  position: relative;
  width: 25px;
  height: 20px;
  background: none;
  margin-left: 9px;
  padding: 0;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s linear;
}
.btn-burger span {
  width: 100%;
  height: 4px;
  display: block;
  background: var(--color_txt);
  border-radius: 5px;
  transition: 0.2s linear;
}
.btn-burger span:nth-child(2) {
  width: 70%;
}
.btn-burger.active {
  flex-direction: row;
  align-items: center;
  width: 25px;
}
.btn-burger.active span {
  position: absolute;
}
.btn-burger.active span:nth-child(1) {
  transform: rotate(45deg);
}
.btn-burger.active span:nth-child(2) {
  opacity: 0;
}
.btn-burger.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.mob_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
.mob_menu.active {
  display: block;
  animation: in_up 0.2s linear forwards;
}

.mob_menu_block {
  padding-top: 5px;
}

.mob_menu_cnt {
  background: #E9E9E9;
  border-top: 1px solid #b9b9b9;
  border-radius: 0 0 20px 20px;
  padding: 15px 25px;
}
.mob_menu_cnt > ul {
  height: 231px;
  overflow-y: scroll;
  padding-right: 17px;
  margin-bottom: 15px;
}
.mob_menu_cnt ul li .menu-itm-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 33px;
}
.mob_menu_cnt ul li .menu-itm-group a {
  font-family: "Inter", sans-serif;
  color: var(--color_txt);
  font-size: 1rem;
  font-weight: 400;
  transition: 0.2s linear;
}
.mob_menu_cnt ul li .menu-itm-group a:hover {
  color: var(--color_hover);
}
.mob_menu_cnt ul li .menu-itm-group .btn-sub-open {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background: none;
}
.mob_menu_cnt ul li > ul {
  display: none;
  padding: 0 20px;
}
.mob_menu_cnt ul li > ul.active {
  display: block;
}
.mob_menu_cnt.mob_menu-scroll {
  border-radius: 20px 20px 20px 20px;
  border-top: none;
  background: var(--white);
}
.mob_menu_cnt .mob-menu-contact {
  border-top: 1px solid #bebebe;
  padding-top: 12px;
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
}
.mob_menu_cnt .mob-menu-contact .group-mob-cont {
  display: flex;
  align-items: center;
}
.mob_menu_cnt .mob-menu-contact .group-mob-cont img {
  flex-shrink: 0;
  margin-right: 9px;
}
.mob_menu_cnt .mob-menu-contact .group-mob-cont a {
  color: #1D1D1D;
}

.hero {
  padding-top: 85px;
}

.hero_info {
  background: #E9E9E9;
  border-radius: 0 0 20px 20px;
  padding: 10px var(--gap_x) 30px var(--gap_x);
  margin-bottom: 20px;
}
.hero_info h1 {
  position: relative;
  max-width: 720px;
  margin-bottom: 7px;
}
.hero_info h1 span {
  display: inline-flex;
  align-items:center;
  font-size: 0.8rem;
  background-color: var(--white);
  border-radius: 70px;
  padding: 8px 12px;
  width: 200px;
  white-space: nowrap;
  margin-left: 9px;
}
.hero_info h1 span img {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  margin-right: 9px;
}
.hero_info p {
  font-weight: 500;
  max-width: 430px;
  font-size: 1rem;
  margin-bottom: 15px;
}

.hero_btn-group {
  display: flex;
}
.hero_btn-group .btn-all {
  margin-right: 12px;
}

.hero_bottom {
  position: relative;
}

.hero_bottom > .hero-sl-group {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 37%;
  z-index: 100;
}
.hero-sl .slick-list{
    overflow:hidden;
}
.hero-sl .slick-list .slick-track{
    display:flex;
}
.hero-sl .slick-list .slick-track .slick-slide img{
    width: 100%;
    height:auto;
}
.hero-sl-bts-group{
    position:absolute;
    bottom:20px;
    right: 25px;
    z-index: 2000;
}
.hero-sl-bts-group button{
    width: 45px;
    height: 45px;
    background:#ffffff;
    border-radius: 50%;
    display:dlex;
    justofy-content:center;
    align-items: center;
    padding: 0;
    cursor:pointer;
}
.hero-sl-bts-group .hero-next{
    margin-left: 8px;
}
.hero-sl-bts-group button svg{
    margin-top: 5px;
    pointer-events: none;
}

.hero_bottom-anim {
  display: flex;
  justify-content: space-around;
  background: #264394;
  border-radius: 20px;
  padding: 10px var(--gap_x);
  container-type: inline-size;
  box-sizing: border-box;
}
.hero_bottom-anim span {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20cqw;
  color: rgba(147, 164, 211, 0.2705882353);
  animation: simbol 0.5s linear forwards;
  animation-delay: calc(0.2s * var(--i));
}

.hero_adv {
  position: absolute;
  bottom: 25px;
  padding-left: 35px;
  width: 100%;
  display: flex;
  z-index: 100;
  box-sizing: border-box;
}

.hero_adv_itm {
  background: var(--white);
  border-radius: 7px;
  display: flex;
  padding: 7px 15px 7px 0;
  margin-right: 15px;
}
.hero_adv_itm .adv_ico {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}

.advantage {
  padding: 50px 0;
}

.advantage_cnt .title {
  margin-bottom: 30px;
}

.advantage_list {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  column-gap: 1.33%;
  row-gap: 17px;
}

.advantage_item {
  border-radius: 20px;
  padding: 30px 20px;
}
.advantage_item:nth-child(1) {
  background-color: var(--color_blue-dark);
}
.advantage_item:nth-child(1) .count {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: var(--white);
  font-size: 5rem;
  line-height: 5rem;
}
.advantage_item:nth-child(1) p {
  color: var(--white);
  font-size: 1.5rem;
}
.advantage_item:nth-child(2) {
  position: relative;
  background-color: var(--white);
  grid-column-start: 2;
  grid-column-end: 4;
  overflow: hidden;
}
.advantage_item:nth-child(2) p {
  font-size: 1.5rem;
  color: #344054;
  max-width: 310px;
}
.advantage_item:nth-child(2) img {
  position: absolute;
  bottom: -40px;
  right: 20px;
}
.advantage_item:nth-child(3) {
  background-color: var(--white);
  grid-column-start: 4;
  grid-column-end: 5;
}
.advantage_item:nth-child(3) p {
  font-size: 1.5rem;
  color: #344054;
  max-width: 310px;
}
.advantage_item:nth-child(4) {
  background-color: var(--white);
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
  display: flex;
  flex-direction: column;
}
.advantage_item:nth-child(4) p {
  font-size: 1.5rem;
  color: #344054;
  max-width: 310px;
}
.advantage_item:nth-child(4) img {
  width: 257px;
  height: 257px;
  flex-shrink: 0;
}
.advantage_item:nth-child(5) {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  background-color: var(--white);
}
.advantage_item:nth-child(5) .count {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #264394;
  font-size: 5rem;
  line-height: 5rem;
}
.advantage_item:nth-child(5) p {
  color: #264394;
  font-size: 1.5rem;
}
.advantage_item:nth-child(6) {
  position: relative;
  background-color: var(--white);
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  overflow: hidden;
}
.advantage_item:nth-child(6) p {
  font-size: 1.5rem;
  color: #344054;
  max-width: 310px;
}
.advantage_item:nth-child(6) img {
  position: absolute;
  width: 280px;
  height: 129px;
  bottom: 0;
  right: 0;
}
.advantage_item:nth-child(7) {
  position: relative;
  background-color: var(--color_blue-dark);
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
  overflow: hidden;
  min-height: 400px;
  overflow: hidden;
}
.advantage_item:nth-child(7) p {
  font-size: 1.5rem;
  color: var(--white);
  max-width: 310px;
}
.advantage_item:nth-child(7) img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -50px;
  left: 0;
}
.advantage_item:nth-child(8) {
  position: relative;
  background-color: var(--white);
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
}
.advantage_item:nth-child(8) p {
  font-size: 1.5rem;
  color: var(--color_blue-dark);
  max-width: 310px;
}
.advantage_item:nth-child(9) {
  background-color: var(--color_blue-dark);
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
}
.advantage_item:nth-child(9) .count {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: var(--white);
  font-size: 5rem;
  line-height: 5rem;
}
.advantage_item:nth-child(9) p {
  color: var(--white);
  font-size: 1.5rem;
}
.advantage_item:nth-child(10) {
  position: relative;
  background-color: var(--white);
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
}
.advantage_item:nth-child(10) p {
  font-size: 1.5rem;
  color: var(--color_blue-dark);
  max-width: 310px;
}
.advantage_item {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.4s linear;
}
.advantage_item.active {
  opacity: 1;
  transform: translateY(0);
}

.problem {
  padding: 30px 0;
}

.problem_cnt {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px var(--gap_x);
}
.problem_cnt .title {
  margin-bottom: 35px;
}
.problem_cnt .title h2 {
  margin-bottom: 7px;
}
.problem_cnt .title p {
  font-weight: 500;
  font-style: italic;
  font-size: 1.2rem;
}

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

.problem_inf {
  width: 58%;
}
.problem_inf ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.problem_inf ul li .problem_itm_icon {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color_blue-dark);
  border-radius: 15px;
  flex-shrink: 0;
  margin-right: 13px;
}
.problem_inf ul li .problem_itm_txt b {
  display: inline-block;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.problem_inf ul li .problem_itm_txt p {
  color: #656567;
  font-size: 1rem;
  max-width: 370px;
}
.problem_inf > p {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  color: #414141;
  max-width: 550px;
}

.problem_img {
  width: 40%;
}
.problem_img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

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

.consultation_banner {
  position: relative;
  width: 60%;
  background-color: var(--color_blue-dark);
  border-radius: 20px;
  padding: 30px 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.consultation_banner svg {
  margin-bottom: 15px;
}
.consultation_banner .title {
  margin-bottom: 22px;
}
.consultation_banner .title h2 {
  color: var(--white);
  max-width: 420px;
}
.consultation_banner img {
  position: absolute;
  bottom: -60px;
  right: -60px;
}

.consultation_inf {
  width: 38%;
}
.consultation_inf ul li {
  background-color: var(--white);
  display: flex;
  align-items: center;
  padding: 9px 15px;
  border-radius: 7px;
  margin-bottom: 8px;
}
.consultation_inf ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color_blue-dark);
  border-radius: 14px;
  flex-shrink: 0;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.service_home {
  padding: 50px 0;
}

.service_one {
  padding: 10px 0 50px 0;
}

.service_all .title {
  margin-bottom: 30px;
}

.service_all_grid {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
}

.service_all_itm {
  position: relative;
  border-radius: 20px;
}
.service_all_itm > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.service_all_itm .service_all_itm_txt > a{
    position:relative;
    display:flex;
    align-items:center;
    margin-top: 12px;
    color:#000000;
    transition:0.2s linear;
    z-index: 100;
}
.service_all_itm .service_all_itm_txt > a svg{
    margin: 4px 0 0 7px;
    fill:#000000;
    transition:0.2s linear;
}
.service_all_itm .service_all_itm_txt > a:hover{
    color: #0262EF;
}
.service_all_itm .service_all_itm_txt > a:hover svg{
    fill: #0262EF;
}
.service_all_itm:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  justify-content: space-between;
  background-color: var(--white);
  padding: 25px;
}
.service_all_itm:nth-child(1) .service_all_itm_txt {
  width: 52%;
}
.service_all_itm:nth-child(1) .service_all_itm_txt b {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 7px;
  display: inline-block;
}
.service_all_itm:nth-child(1) .service_all_itm_txt p {
  font-size: 1.2rem;
  color: #344054;
}
.service_all_itm:nth-child(1) .service_all-img {
  width: 43%;
}
.service_all_itm:nth-child(1) .service_all-img img {
  width: 100%;
}
.service_all_itm:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 4;
  background-color: var(--color_blue-dark);
  padding: 25px;
}
.service_all_itm:nth-child(2) .service_all_itm_txt b {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--white);
  display: inline-block;
}
.service_all_itm:nth-child(2) .service_all_itm_txt > a{
    color:#ffffff;
}
.service_all_itm:nth-child(2) .service_all_itm_txt > a svg{
    fill:#ffffff;
}
.service_all_itm:nth-child(2) .service_all_itm_txt ul li {
  position: relative;
  color: var(--white);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.service_all_itm:nth-child(2) .service_all_itm_txt ul li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: var(--white);
  margin-right: 10px;
}
.service_all_itm:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: var(--color_blue-dark);
  padding: 25px;
}
.service_all_itm:nth-child(3) .service_all_itm_txt b {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--white);
  display: inline-block;
}
.service_all_itm:nth-child(3) .service_all_itm_txt a{
    color:#ffffff;
}
.service_all_itm:nth-child(3) .service_all_itm_txt a svg{
    fill:#ffffff;
}
.service_all_itm:nth-child(3) .service_all_itm_txt  a:hover{
    color:#78abf7;
}
.service_all_itm:nth-child(3) .service_all_itm_txt a:hover svg{
    fill:#78abf7;
}
.service_all_itm:nth-child(2) .service_all_itm_txt  a:hover{
    color:#78abf7;
}
.service_all_itm:nth-child(2) .service_all_itm_txt a:hover svg{
    fill:#78abf7;
}
.service_all_itm:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 3;
  background-color: var(--white);
  padding: 25px;
}
.service_all_itm:nth-child(4) .service_all_itm_txt b {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #1D1D1D;
  display: inline-block;
}
.service_all_itm:nth-child(4) .service_all_itm_txt p {
  font-size: 1.2rem;
  color: #344054;
}
.service_all_itm:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 4;
  background-color: var(--white);
  overflow: hidden;
}
.service_all_itm:nth-child(5) .service_all_itm_txt {
  padding: 25px 25px 0 25px;
}
.service_all_itm:nth-child(5) .service_all_itm_txt b {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #1D1D1D;
  display: inline-block;
}
.service_all_itm:nth-child(5) .service_all_itm_txt p {
  font-size: 1.2rem;
  color: #344054;
}
.service_all_itm:nth-child(5) .service_all-img img {
  display: block;
  width: 100%;
}
.service_all_itm:nth-child(6) {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  display: flex;
  justify-content: space-between;
  background-color: var(--white);
  padding: 25px;
  overflow: hidden;
}
.service_all_itm:nth-child(6) .service_all_itm_txt {
  width: 52%;
}
.service_all_itm:nth-child(6) .service_all_itm_txt b {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 7px;
  display: inline-block;
}
.service_all_itm:nth-child(6) .service_all_itm_txt p {
  font-size: 1.2rem;
  color: #344054;
}
.service_all_itm:nth-child(6) .service_all-img {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.service_all_itm:nth-child(6) .service_all-img img {
  width: 300px;
}
.service_all_itm {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.4s linear;
}
.service_all_itm.active {
  transform: translateY(0);
  opacity: 1;
}
.service_all_itm:hover {
  box-shadow: 0 0 7px rgba(2, 97, 239, 0.3882352941) inset;
}

.service-content .service_item .service_item-txt h3{
    font-size: 1.5rem;
}
.service-content .service_item .service_item-txt p{
    min-height:auto;
    margin-bottom: 17px;
}
.service-content .service_item .service_item-txt{
    margin-bottom: 25px;
}
.service-content .service_item .service_item-txt ul{
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: 12px;
    margin-bottom: 22px;
}
.service-content .service_item .service_item-txt ul li{
    border: 1px solid #cccccc;
    padding:15px;
    box-sizing:border-box;
}
.service-content .service_item > img{
    margin-bottom: 25px;
}

.home_products_cnt {
  background-color: var(--white);
  padding: 30px var(--gap_x);
  border-radius: 20px;
}
.home_products_cnt .title {
  margin-bottom: 30px;
}

.home_products_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.home_products_title h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}
.home_products_title a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--color_blue-dark);
  transition: 0.2s linear;
}
.home_products_title a svg {
  transition: 0.2s linear;
  margin: 3px 0 0 7px;
}
.home_products_title a:hover {
  color: var(--color_hover);
}
.home_products_title a:hover svg {
  fill: var(--color_hover);
}

.home_products_list {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  column-gap: 1.33%;
  row-gap: 15px;
  margin-bottom: 20px;
}

.home_accessories_list {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  column-gap: 1.25%;
  row-gap: 15px;
  margin-bottom: 20px;
}

.about {
  padding: 20px 0 30px 0;
}

.home_about_cnt {
  background: var(--white);
  border-radius: 20px;
  padding: 30px var(--gap_x);
  display: flex;
  justify-content: space-between;
}

.home_about_img {
  width: 38%;
}
.home_about_img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}
.home_about_img ul {
  margin-bottom: 22px;
}
.home_about_img ul li {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  max-width: 600px;
  margin-bottom: 16px;
  color: #344054;
  padding-left: 22px;
}
.home_about_img ul li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #344054;
  border-radius: 50%;
}

.home_about_inf {
  width: 60%;
}
.home_about_inf .home_about_el {
  background: #F5F5F7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 15px;
}
.home_about_inf .home_about_el > img {
  flex-shrink: 0;
  margin-right: 9px;
}
.home_about_inf .home_about_el p {
  max-width: 400px;
}
.home_about_inf .title {
  margin-bottom: 20px;
}
.home_about_inf .title h2 {
  margin-bottom: 10px;
}
.home_about_inf .title p {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 500;
  color: #414141;
  max-width: 500px;
}
.home_about_inf ul {
  margin-bottom: 22px;
}
.home_about_inf ul li {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  max-width: 600px;
  margin-bottom: 16px;
  color: #344054;
  padding-left: 22px;
}
.home_about_inf ul li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #344054;
  border-radius: 50%;
}

.employees {
  padding: 0 0 50px 0;
}

.employees_cnt {
  background: var(--white);
  border-radius: 20px;
  padding: 30px var(--gap_x);
}
.employees_cnt .title {
  margin-bottom: 30px;
}

.employees_list {
  display: grid;
  grid-template-columns: 7% 7% 7% 7% 7% 7% 7% 7% 7% 7% 7% 7%;
  column-gap: 1.45%;
  row-gap: 12px;
}

.employees_itm {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.employees_itm img {
  width: 100%;
}
.employees_itm .emploees_itm-inf {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 15px;
}
.employees_itm .emploees_itm-inf span {
  color: var(--color_hover);
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 4px;
}
.employees_itm .emploees_itm-inf p {
  font-weight: 400;
  font-size: 1rem;
  color: #344054;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  min-height: 38px;
}
.employees_itm:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
}
.employees_itm:nth-child(2) {
  grid-column-start: 5;
  grid-column-end: 9;
}
.employees_itm:nth-child(3) {
  grid-column-start: 9;
  grid-column-end: 13;
}
.employees_itm:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 4;
}
.employees_itm:nth-child(5) {
  grid-column-start: 4;
  grid-column-end: 7;
}
.employees_itm:nth-child(6) {
  grid-column-start: 7;
  grid-column-end: 10;
}
.employees_itm:nth-child(7) {
  grid-column-start: 10;
  grid-column-end: 13;
}

.action {
  padding: 10px 0 50px 0;
}

.action_cnt {
  background: var(--color_blue-dark);
  border-radius: 20px;
  padding: 30px var(--gap_x);
  display: flex;
  justify-content: space-between;
}

.action_inf {
  width: 60%;
}
.action_inf .title {
  margin-bottom: 30px;
}
.action_inf .title h2 {
  color: var(--white);
}
.action_inf ul {
  margin-bottom: 35px;
}
.action_inf ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.action_inf ul li svg {
  flex-shrink: 0;
  margin-right: 12px;
}
.action_inf ul li p {
  color: var(--white);
  font-weight: 500;
  font-style: italic;
  font-size: 1.2rem;
}

.action_img {
  width: 38%;
}
.action_img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

.payment {
  padding: 20px 0 50px 0;
}

.payment_cnt .title {
  margin-bottom: 30px;
}

.payment_grid {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
}

.payment_itm {
  border-radius: 20px;
}
.payment_itm .payment_txt b {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 7px;
  display: inline-block;
}
.payment_itm .payment_txt p {
  margin-bottom: 17px;
}
.payment_itm .payment_txt ul {
  margin-bottom: 25px;
}
.payment_itm .payment_txt ul li {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.payment_itm .payment_txt ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--white);
  flex-shrink: 0;
  margin-right: 6px;
}
.payment_itm .payment_txt p {
  font-size: 1.1rem;
}
.payment_itm:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  justify-content: space-between;
  background-color: var(--white);
  overflow: hidden;
}
.payment_itm:nth-child(1) .payment_txt {
  padding: 25px;
}
.payment_itm:nth-child(1) .payment_img img {
  display: block;
}
.payment_itm:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  background-color: var(--color_blue-dark);
  padding: 25px;
}
.payment_itm:nth-child(2) .payment_txt b {
  color: var(--white);
  max-width: 300px;
  margin-bottom: 17px;
}
.payment_itm:nth-child(2) .payment_txt p {
  color: var(--white);
}
.payment_itm:nth-child(2) .payment_txt .btn-all {
  width: 100%;
}
.payment_itm:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  background-color: var(--color_blue-dark);
  overflow: hidden;
}
.payment_itm:nth-child(3) .payment_txt {
  padding: 25px 25px 0 25px;
}
.payment_itm:nth-child(3) .payment_txt b {
  color: var(--white);
  max-width: 300px;
  margin-bottom: 17px;
}
.payment_itm:nth-child(3) .payment_txt p {
  color: var(--white);
}
.payment_itm:nth-child(3) .payment_img {
  display: flex;
  justify-content: end;
}
.payment_itm:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  background-color: var(--white);
}
.payment_itm:nth-child(4) .payment_txt {
  padding: 25px 25px 0 25px;
}
.payment_itm:nth-child(4) .payment_txt b {
  color: #344054;
  max-width: 300px;
  margin-bottom: 17px;
}
.payment_itm:nth-child(4) .payment_txt p {
  color: #344054;
}
.payment_itm:nth-child(4) .payment_txt p span {
  font-weight: 700;
}

.form_all_cnt {
  background-color: var(--white);
  border-radius: 20px;
  display: flex;
  padding: 30px var(--gap_x);
  justify-content: space-between;
}

.form_all_img {
  width: 48%;
}
.form_all_img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.form_all_element {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form_all_element .title {
  margin-bottom: 25px;
}
.form_all_element .title h2 {
  margin-bottom: 12px;
  max-width: 300px;
}
.form_all_element form .inp_group {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 12px;
  margin-bottom: 17px;
}
.form_all_element form .inp_group label {
  display: block;
}
.form_all_element form .inp_group label input {
  background: #F5F5F5;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  border-radius: 60px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 25px;
  color: Base/400;
}
.form_all_element form .inp_group label:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.form_all_element form .group_switch {
  margin-bottom: 22px;
}
.form_all_element form .btn-all {
  width: 100%;
}

.reviews {
  padding: 60px 0;
}

.reviews_cnt .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.reviews_slider .slick-list {
  overflow: hidden;
}
.reviews_slider .slick-list .slick-track {
  display: flex;
}
.reviews_slider .slick-list .slick-track .slick-slide {
  margin: 0 7px;
}
.reviews_slider a {
  display: block;
}
.reviews_slider a img {
  width: 100%;
  border-radius: 20px;
}

.sertificate {
  padding: 0 0 30px 0;
}

.sertificate_cnt {
  background: var(--white);
  border-radius: 20px;
  padding: 30px var(--gap_x);
}
.sertificate_cnt .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.sertificate_cnt .title h2 {
  max-width: 600px;
}

.sertificate_slider .slick-list {
  overflow: hidden;
}
.sertificate_slider .slick-list .slick-track {
  display: flex;
}
.sertificate_slider .slick-list .slick-track .slick-slide {
  margin: 0 7px;
}
.sertificate_slider a {
  display: block;
}
.sertificate_slider a img {
  width: 100%;
  border-radius: 20px;
}

.partners {
  padding: 50px 0;
}

.partners_cnt .title {
  margin-bottom: 30px;
}
.partners_cnt .title h2 {
  text-align: center;
}

.partners_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
}

.partners_itm {
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-radius: 16px;
}
.partners_itm img {
  width: 70%;
}

.home_news {
  padding: 50px 0;
}

.home_news_cnt {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px var(--gap_x);
}
.home_news_cnt .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.home_news_cnt .title a {
  color: var(--color_blue-dark);
  font-weight: 500;
  transition: 0.2s linear;
}
.home_news_cnt .title a:hover {
  color: var(--color_hover);
}

.home_news_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
}

.branches {
  margin-bottom: 30px;
}

.branches_cnt {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px var(--gap_x);
}
.branches_cnt .title {
  margin-bottom: 30px;
}

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

.branches-col {
  width: 49%;
}

.branches_itm {
  margin-bottom: 20px;
}
.branches_itm .branch_name {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.branches_itm .branch_name svg {
  flex-shrink: 0;
  margin-right: 10px;
}
.branches_itm p {
  font-weight: 400;
  font-size: 1rem;
  color: #344054;
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
}
.branches_itm a {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  color: #344054;
  margin-bottom: 3px;
}
.branches_itm a:hover {
  color: var(--color_hover);
}
.branches_itm:last-child {
  margin-bottom: 0;
}

.contact-all {
  padding: 0 0 50px 0;
}

.contact-all_cnt {
  background-color: var(--color_blue-dark);
  border-radius: 20px;
  padding: 30px var(--gap_x);
  display: flex;
  justify-content: space-between;
}

.contact-all-inf, .contact-all-graphic {
  width: 49%;
}

.contact-all-graphic .cont_group {
  margin-bottom: 0;
}

.cont_group {
  margin-bottom: 20px;
}
.cont_group > a {
  display: block;
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 5px;
  transition: 0.2s linear;
}
.cont_group > a:hover {
  color: #6ca2f3;
}
.cont_group .graphic-itm {
  margin-bottom: 15px;
}
.cont_group .graphic-itm p {
  color: var(--white);
  margin-bottom: 3px;
}
.cont_group .graphic-itm > span {
  display: flex;
  align-items: center;
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.cont_group .graphic-itm > span img {
  flex-shrink: 0;
  margin-right: 7px;
}

.cont_group-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.cont_group-header img {
  flex-shrink: 0;
  margin-right: 10px;
}
.cont_group-header span {
  color: var(--white);
  font-weight: 600;
  font-size: 1.3rem;
  font-family: "Inter", sans-serif;
}

.map {
  width: 100%;
  height: 300px;
}
.map .leaflet-div-icon {
  background: none;
  border: none;
}
.map .leaflet-tile-pane {
  filter: grayscale(100%);
}
.map .leaflet-marker-pane {
  filter: none;
}

.category {
  padding-top: 10px;
}
.category .title {
  margin-bottom: 30px;
}

.category_cnt {
  padding: 30px var(--gap_x);
  border-radius: 20px;
  background-color: var(--white);
}
.category_cnt .pagination {
  margin-bottom: 12px;
}

.category_list {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  column-gap: 1.33%;
  row-gap: 15px;
  margin-bottom: 25px;
}

.category-item {
  position: relative;
  background-color: #F5F5F7;
  padding: 20px;
  border-radius: 15px;
  transition: 0.2s linear;
}
.category-item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.category-item .cat-name {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  min-height: 38px;
  margin-bottom: 5px;
}
.category-item img {
  width: 100%;
}
.category-item:hover {
  box-shadow: 0 0 7px rgba(2, 97, 239, 0.4470588235);
}

.products {
  padding-top: 10px;
}
.products .title {
  margin-bottom: 30px;
}

.products_cnt {
  padding: 30px var(--gap_x);
  border-radius: 20px;
  background-color: var(--white);
}
.products_cnt .pagination {
  margin-bottom: 12px;
}

.products-list {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  column-gap: 1.33%;
  row-gap: 15px;
  margin-bottom: 25px;
}

.news_all {
  padding-top: 10px;
}
.news_all .title {
  margin-bottom: 30px;
}

.news_all_cnt {
  padding: 30px var(--gap_x);
  border-radius: 20px;
  background-color: var(--white);
}
.news_all_cnt .pagination {
  margin-bottom: 12px;
}

.news_all-list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 15px;
  margin-bottom: 25px;
}

.card {
  padding-top: 10px;
}

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

.card_inf {
  width: 70%;
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px var(--gap_x);
  box-sizing: border-box;
}
.card_inf .title {
  display: flex;
  justify-content: space-between;
}
.card_inf .title h1 {
  font-size: 1.6rem;
  max-width: 600px;
}

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

.card_inf_sl-block {
  width: 36%;
}

.card_sl_for {
  width: 100%;
}
.card_sl_for .slick-list {
  overflow: hidden;
}
.card_sl_for .slick-list .slick-track {
  display: flex;
}
.card_sl_for .slick-list .slick-track .slick-slide a {
  display: block;
}
.card_sl_for .slick-list .slick-track .slick-slide a img {
  width: 100%;
}

.group_sl-nav {
  display: grid;
  grid-template-columns: 9% 80% 9%;
  column-gap: 1%;
}
.group_sl-nav .btn-sl-card {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: none;
}
.group_sl-nav .btn-sl-card svg {
  transition: 0.2s linear;
}
.group_sl-nav .btn-sl-card:hover svg {
  fill: var(--color_hover);
}

.card_sl-nav {
  width: 100%;
}
.card_sl-nav .slick-list {
  overflow: hidden;
}
.card_sl-nav .slick-list .slick-track {
  display: flex;
}
.card_sl-nav .slick-list .slick-track .slick-slide {
  margin: 0 3px;
}
.card_sl-nav .slick-list .slick-track .slick-slide img {
  width: 100%;
  border: 1px solid #D1D1D6;
  border-radius: 12px;
}

.card_inf_params {
  width: 59%;
}

.param-row {
  margin-bottom: 12px;
}
.param-row span {
  display: block;
}
.param-row .name {
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0F0F0F;
  margin-bottom: 4px;
}
.param-row .param-el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.9px solid #bebebe;
  padding-bottom: 4px;
  margin-bottom: 8px;
  min-height: 35px;
}
.param-row .param-el .param-name {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #636366;
}
.param-row .param-el .param-val {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0F0F0F;
  max-width: 250px;
  text-align: right;
}
.param-row button {
  color: var(--color_hover);
  background: none;
  font-weight: 500;
  cursor: pointer;
  font-size: 1rem;
  transition: 0.2s linear;
}
.param-row button:hover {
  color: var(--color_txt);
}
.param-row p {
  font-size: 1rem;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.card_side-bar {
  width: 28%;
  box-sizing: border-box;
}

.price_bar-block {
  position: sticky;
  top: 80px;
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px var(--gap_x);
}
.price_bar-block b {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #0F0F0F;
  display: block;
  margin-bottom: 5px;
}
.price_bar-block .price-count {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #0F0F0F;
  display: inline-block;
  margin-bottom: 10px;
}
.price_bar-block .btn-all {
  width: 100%;
  margin-bottom: 12px;
}
.price_bar-block .btn-white {
  width: 100%;
}

.similar {
  padding-top: 50px;
}

.similar_cnt {
  background-color: var(--white);
  padding: 30px var(--gap_x);
  border-radius: 20px;
}
.similar_cnt .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.similar_cnt .title span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #0F0F0F;
}

.similar_slider .slick-list {
  overflow: hidden;
}
.similar_slider .slick-list .slick-track {
  display: flex;
}
.similar_slider .slick-list .slick-track .slick-slide {
  margin: 5px 4px;
}
.similar_slider .slick-list .slick-track .slick-slide .product-itm {
  box-sizing: border-box;
}

.service_one_cnt {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px var(--gap_x);
}
.service_one_cnt .title {
  margin-bottom: 25px;
}
.service_one_cnt .title h1 {
  margin-bottom: 10px;
}

.service_list {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 15px;
}

.service_item img {
  width: 100%;
  border-radius: 12px;
}
.service_item .service_item-txt {
  margin-bottom: 17px;
}
.service_item .service_item-txt h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.2rem;
  color: #344054;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.service_item .service_item-txt p {
  font-size: 1rem;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  min-height: 57px;
}
.service_item:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}

.questions_cnt {
  padding: 10px var(--gap_x) 10px var(--gap_x);
}
.questions_cnt .title {
  margin-bottom: 20px;
}

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

.questions_col {
  width: 49%;
}

.questions_itm {
  padding: 20px;
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: 10px;
}
.questions_itm:last-child {
  margin-bottom: 0;
}

.questions_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questions_header .questions_name {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0A0A0A;
}
.questions_header .question_btn {
  background: none;
  cursor: pointer;
}
.questions_header .question_btn svg {
  transition: 0.2s linear;
}
.questions_header .question_btn:hover svg {
  fill: var(--color_hover);
}
.questions_header .question_btn.active svg {
  transform: rotate(180deg);
}

.questions_txt {
  padding-top: 15px;
  display: none;
}
.questions_txt p {
  font-size: 1rem;
  color: #1F1F1F;
}
.questions_txt.active {
  display: block;
}

.map-about {
  padding: 20px 0 50px 0;
}

.map-about_cnt {
  background-color: var(--white);
  padding: 30px var(--gap_x);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-about_cnt img {
  max-width: 100%;
  height: auto;
}

.gallery {
  padding-bottom: 50px;
}

.gallery_cnt {
  background-color: var(--white);
  padding: 30px var(--gap_x);
  border-radius: 20px;
}
.gallery_cnt .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.gallery_btn-group {
  display: flex;
}
.gallery_btn-group .btn-images {
  background: var(--color_blue-dark);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}
.gallery_btn-group .btn-images img {
  flex-shrink: 0;
  margin-right: 7px;
}
.gallery_btn-group .btn-images:hover {
  box-shadow: 0 0 7px var(--color_hover);
}
.gallery_btn-group .btn-videos {
  background: var(--white);
  color: #3B3B3B;
  border: 1px solid #3B3B3B;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 12px;
  transition: 0.2s linear;
}
.gallery_btn-group .btn-videos img {
  flex-shrink: 0;
  margin-right: 7px;
}
.gallery_btn-group .btn-videos:hover {
  box-shadow: 0 0 7px var(--color_hover);
}

.tab_image, .tab_video {
  display: none;
}
.tab_image.active, .tab_video.active {
  display: block;
}

.gallery_sl-for {
  margin-bottom: 12px;
}
.gallery_sl-for .slick-list {
  overflow: hidden;
}
.gallery_sl-for .slick-list .slick-track {
  display: flex;
}
.gallery_sl-for .slick-list .slick-track .slick-slide a {
  display: block;
}
.gallery_sl-for .slick-list .slick-track .slick-slide a img {
  width: 100%;
  border-radius: 15px;
}

.gallery_sl-nav {
  width: calc(100% - 120px);
}
.gallery_sl-nav .slick-list {
  overflow: hidden;
}
.gallery_sl-nav .slick-list .slick-track {
  display: flex;
}
.gallery_sl-nav .slick-list .slick-track .slick-slide {
  margin: 0 5px;
}
.gallery_sl-nav .slick-list .slick-track .slick-slide img {
  width: 100%;
  border-radius: 15px;
}

.gallery_nav-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery_nav-group .btn-gallery-slick {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #8E8E93;
  transition: 0.2s linear;
  cursor: pointer;
}
.gallery_nav-group .btn-gallery-slick:hover {
  box-shadow: 0 0 7px rgba(2, 97, 239, 0.4666666667);
}

.video_sl-nav {
  width: calc(100% - 120px);
}
.video_sl-nav .slick-list {
  overflow: hidden;
}
.video_sl-nav .slick-list .slick-track {
  display: flex;
}
.video_sl-nav .slick-list .slick-track .slick-slide {
  margin: 0 5px;
}
.video_sl-nav .slick-list .slick-track .slick-slide img {
  width: 100%;
  border-radius: 15px;
}

.video_sl-for {
  margin-bottom: 12px;
}
.video_sl-for .slick-list {
  overflow: hidden;
}
.video_sl-for .slick-list .slick-track {
  display: flex;
}
.video_sl-for .slick-list .slick-track .slick-slide a {
  display: block;
}
.video_sl-for .slick-list .slick-track .slick-slide a img {
  width: 100%;
  border-radius: 15px;
}

.video_nav-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video_nav-group .btn-video-slick {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #8E8E93;
  transition: 0.2s linear;
  cursor: pointer;
}
.video_nav-group .btn-video-slick:hover {
  box-shadow: 0 0 7px rgba(2, 97, 239, 0.4666666667);
}

.new {
  padding-top: 10px;
}

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

.new_inf {
  background-color: var(--white);
  padding: 30px var(--gap_x);
  border-radius: 20px;
  box-sizing: border-box;
  width: 70%;
}
.new_inf .title {
  margin-bottom: 17px;
}
.new_inf .txt_new-group {
  margin-bottom: 30px;
}
.new_inf .txt_new-group img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 12px;
}
.new_inf .txt_new-group h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #344054;
  font-size: 1.3rem;
  margin-bottom: 17px;
}
.new_inf .txt_new-group p {
  font-weight: 400;
  color: #344054;
  margin-bottom: 12px;
}

.new_sidebar {
  box-sizing: border-box;
  width: 28%;
}
.new_sidebar .sidebar-title {
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #1D1D1D;
}
.new_sidebar .news_sidebar_list .new_item {
  background-color: var(--white);
  margin-bottom: 15px;
}

.characteristics-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5000;
  display: none;
  justify-content: center;
  align-items: center;
}
.characteristics-modal.active {
  display: flex;
}

.characteristics-modal_cnt {
  width: 600px;
  padding: 30px var(--gap_x);
  border-radius: 20px;
  background-color: var(--white);
}
.characteristics-modal_cnt .characteristics-modal_group {
  display: flex;
  justify-content: space-between;
}
.characteristics-modal_cnt .characteristics-modal_group .btn-all, .characteristics-modal_cnt .characteristics-modal_group .btn-white {
  width: 49%;
}

.characteristics-modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.characteristics-modal_header h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.characteristics-modal_header .characteristics-close {
  background: none;
  cursor: pointer;
}
.characteristics-modal_header .characteristics-close svg {
  transition: 0.2s linear;
}
.characteristics-modal_header .characteristics-close:hover svg {
  transform: scale(1.2);
}

.characteristics-modal_txt {
  height: 235px;
  overflow-y: scroll;
  padding-right: 12px;
  margin-bottom: 10px;
}

.description_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5000;
  display: none;
  justify-content: center;
  align-items: center;
}
.description_modal.active {
  display: flex;
}

.description_modal_cnt {
  width: 600px;
  padding: 30px var(--gap_x);
  border-radius: 20px;
  background-color: var(--white);
}
.description_modal_cnt .characteristics-modal_group {
  display: flex;
  justify-content: space-between;
}
.description_modal_cnt .characteristics-modal_group .btn-all, .description_modal_cnt .characteristics-modal_group .btn-white {
  width: 49%;
}

.description_modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.description_modal_header h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.description_modal_header .description_modal_close {
  background: none;
  cursor: pointer;
}
.description_modal_header .description_modal_close svg {
  transition: 0.2s linear;
}
.description_modal_header .description_modal_close:hover svg {
  transform: scale(1.2);
}

.description_modal_txt {
  height: 235px;
  overflow-y: scroll;
  padding-right: 12px;
  margin-bottom: 10px;
}
.description_modal_txt p {
  font-size: 1rem;
  margin-bottom: 10px;
}
.description_modal_txt ul {
  list-style: disc;
}
.description_modal_txt ul li {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  padding-left: 17px;
  margin-bottom: 10px;
}
.description_modal_txt ul li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: #454545;
}

.footer {
  background-color: #2D2D2D;
  padding: 20px 0 10px 0;
}

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

.footer_logo {
  width: 15%;
}
.footer_logo img {
  width: 100%;
  margin-bottom: 20px;
}

.footer_menu {
  width: 60%;
}
.footer_menu ul {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 5px;
}
.footer_menu ul li a {
  color: #bebebe;
  transition: 0.2s linear;
}
.footer_menu ul li a:hover {
  color: var(--color_hover);
}

.footer-inf {
  width: 14%;
}

.footer-inf-group {
  margin-bottom: 10px;
}
.footer-inf-group a {
  display: block;
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  margin-bottom: 3px;
  transition: 0.2s linear;
}
.footer-inf-group a:hover {
  color: var(--color_hover);
}

.gr_header {
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
}
.gr_header img {
  flex-shrink: 0;
  margin-right: 7px;
}

.footer_copy {
  display: flex;
  justify-content: space-between;
}
.footer_copy .politics {
  display: flex;
}
.footer_copy .politics span {
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  margin-right: 12px;
  color: #b2b2b3;
}
.footer_copy .dev {
  opacity: 0.7;
}
.footer_copy .dev a {
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 0.8rem;
}
.footer_copy .dev a img {
  width: 100px;
  flex-shrink: 0;
  margin: 3px 0 0 9px;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes in_up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 40% {
    transform: translateX(-350px) rotate(15deg);
  }
  100% {
    transform: translateX(350px) rotate(15deg);
  }
}
@keyframes simbol {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-60px);
  }
  90% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1200px) {
  .header_menu {
    display: none;
  }
  .btn-burger {
    display: flex;
  }
  .hero_bottom > img {
    width: 35cqw;
    height: auto;
  }
  .advantage_list {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: 15px;
  }
  .advantage_item:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .advantage_item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .advantage_item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .advantage_item:nth-child(5) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .advantage_item:nth-child(8) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .advantage_item:nth-child(10) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .advantage_item:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .advantage_item:nth-child(6) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .advantage_item:nth-child(9) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .problem_flex {
    flex-direction: column;
  }
  .problem_inf {
    width: 100%;
    order: 2;
  }
  .problem_img {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  .consultation_cnt {
    flex-direction: column;
  }
  .consultation_banner {
    width: 100%;
    margin-bottom: 17px;
  }
  .consultation_inf {
    width: 100%;
  }
  .service_all_grid {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .service_all_itm:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .service_all_itm:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .service_all_itm:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .service_all_itm:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .service_all_itm:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    display: flex;
  }
  .service_all_itm:nth-child(6) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .service_all_itm:nth-child(6) .service_all_itm_txt {
    width: 100%;
  }
  .service_all_itm:nth-child(6) .service_all-img {
    display: none;
  }
  .home_products_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .home_accessories_list {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: 15px;
    margin-bottom: 20px;
  }
  .home_about_cnt {
    flex-direction: column;
  }
  .home_about_img {
    width: 100%;
    order: 2;
  }
  .home_about_inf {
    order: 1;
    width: 100%;
    margin-bottom: 17px;
  }
  .employees_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .employees_itm:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .employees_itm:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .employees_itm:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .employees_itm:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .employees_itm:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .employees_itm:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .employees_itm:nth-child(7) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .action_cnt {
    flex-direction: column;
  }
  .action_inf {
    width: 100%;
    order: 2;
  }
  .action_img {
    width: 100%;
    order: 1;
    margin-bottom: 22px;
  }
  .payment_grid {
    display: block;
  }
  .payment_itm {
    margin-bottom: 15px;
  }
  .payment_itm:nth-child(2) .payment_txt .btn-all {
    width: 300px;
  }
  .payment_itm:nth-child(4) {
    padding: 20px;
  }
  .payment_itm:nth-child(4) .payment_txt {
    padding: 0;
  }
  .new_cnt {
    flex-direction: column;
  }
  .new_inf {
    width: 100%;
    margin-bottom: 25px;
  }
  .new_sidebar {
    width: 100%;
  }
  .form_all_cnt {
    flex-direction: column;
  }
  .form_all_img {
    width: 100%;
    margin-bottom: 15px;
  }
  .form_all_element {
    width: 100%;
  }
  .form_all_element form .btn-all {
    width: 300px;
  }
  .footer_cnt {
    flex-wrap: wrap;
  }
  .footer_logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .footer_logo img {
    width: 300px;
  }
  .footer_menu {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer_menu ul li {
    border: 1px solid #49494a;
    border-radius: 7px;
    padding: 7px 15px;
  }
  .footer-inf {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
  }
  .footer_copy {
    flex-direction: column;
    align-items: center;
  }
  .footer_copy .politics {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 900px) {
  :root {
    font-size: 15px;
  }
  .header_lang {
   
  }
  .hero_info h1 {
    
  }
  .hero_info h1 span {
     margin-left: 0;
    font-size:0.7rem;
  }
  .hero_bottom > img {
    right: 10px;
  }
  .hero_bottom-anim {
    height: 300px;
  }
  .hero_adv {
    flex-direction: column;
    bottom: 15px;
  }
  .hero_adv_itm {
    max-width: 50%;
    margin-bottom: 7px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
  }
  .hero_adv_itm p{
      color:#ffffff;
  }
  .advantage_list {
    display: block;
  }
  .advantage_item {
    margin-bottom: 15px;
  }
  .advantage_item:nth-child(4) {
    flex-direction: row;
    justify-content: space-between;
  }
  .advantage_item:nth-child(4) img {
    width: 150px;
    height: auto;
  }
  .advantage_item:nth-child(6) {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .advantage_item:nth-child(6) img {
    position: relative;
  }
  .advantage_item:nth-child(7) {
    padding: 0;
  }
  .advantage_item:nth-child(7) p {
    padding: 20px 0 0 20px;
  }
  .advantage_item:nth-child(7) img {
    position: relative;
  }
  .service_all_grid {
    display: block;
  }
  .service_all_itm {
    margin-bottom: 15px;
  }
  .service_all_itm:nth-child(1) {
    display: block;
  }
  .home_products_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .home_accessories_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .home_news_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .category_list {
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
  }
  .products-list {
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
  }
  .news_all-list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .card_cnt {
    flex-direction: column;
  }
  .card_inf {
    width: 100%;
    margin-bottom: 20px;
  }
  .card_side-bar {
    width: 100%;
  }
  .card_inf_flex {
    flex-direction: column;
  }
  .card_inf_sl-block {
    width: 100%;
    margin-bottom: 16px;
  }
  .card_inf_params {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .service_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .service_item:last-child {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
@media screen and (max-width: 700px) {
  .branches_list {
    flex-direction: column;
  }
  .branches-col {
    width: 100%;
    margin-bottom: 17px;
  }
  .branches_itm {
    border: 1px solid rgba(38, 67, 148, 0.2784313725);
    border-radius: 15px;
    padding: 15px;
  }
  .contact-all_cnt {
    flex-direction: column;
  }
  .contact-all-inf {
    width: 100%;
  }
  .contact-all-graphic {
    width: 100%;
  }
  .cont_group {
    border: 1px solid rgba(67, 125, 212, 0.6);
    border-radius: 15px;
    padding: 15px;
  }
  .products-list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .card_inf .title {
    flex-direction: column;
  }
  .card_inf .title h1 {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .characteristics-modal_cnt, .description_modal_cnt {
    width: 295px;
  }
  .characteristics-modal_cnt .characteristics-modal_group, .description_modal_cnt .characteristics-modal_group {
    flex-direction: column;
  }
  .characteristics-modal_cnt .characteristics-modal_group .btn-all, .description_modal_cnt .characteristics-modal_group .btn-all {
    width: 100%;
    margin-bottom: 9px;
  }
  .characteristics-modal_cnt .characteristics-modal_group .btn-white, .description_modal_cnt .characteristics-modal_group .btn-white {
    width: 100%;
  }
  .questions_list {
    flex-direction: column;
  }
  .questions_col {
    width: 100%;
  }
  .questions_col:first-child {
    margin-bottom: 10px;
  }
  
  .service-content .service_item .service_item-txt ul{
       grid-template-columns: 100%;
       column-gap: 0;
   }

  .footer_copy .politics {
    flex-direction: column;
    align-items: center;
  }
  .footer_copy .politics span {
    display: inline-block;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  .header_whatsapp {
    display: flex;
    align-items: center;
    color: var(--color_txt);
    font-size: 0;
    transition: 0.2s linear;
  }
  .header_whatsapp img {
    width: 27px;
    height: 27px;
  }
  .hero_info h1 {
    max-width: 320px;
  }

  .hero_info h1 span img {
    width: 22px;
    height: 22px;
  }
  .hero_btn-group {
    display: block;
  }
  .hero_btn-group .btn-all {
    width: 100%;
    margin-bottom: 8px;
  }
  .hero_btn-group .btn-white {
    width: 100%;
  }
  .consultation_banner {
    height: 450px;
  }
  .consultation_banner img {
    width: 250px;
  }
  .service_all_itm:nth-child(1) .service_all_itm_txt {
    width: 100%;
  }
  .service_all_itm:nth-child(1) .service_all-img img {
    width: 100%;
  }
  .home_products_cnt .title {
    margin-bottom: 10px;
  }
  .home_products_title {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .employees_list {
    display: block;
  }
  .employees_itm {
    margin-bottom: 15px;
  }
  .form_all_element form .inp_group {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .form_all_element form .inp_group label:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .advantage_item:nth-child(2) img {
    display: none;
  }
  .service_all_itm:nth-child(5) {
    flex-direction: column;
  }
  .home_accessories_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .home_products_cnt .btn-all, .home_about_inf .btn-all, .action_inf .btn-all {
    width: 100%;
  }
  .category_list {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
  .footer_menu ul {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 500px) {
  .title h1 {
    font-size: 1.5rem;
  }
  .sertificate_cnt .title h2 {
    margin-bottom: 12px;
  }
  .sertificate_cnt .title {
    flex-direction: column;
    align-items: start;
  }
  .form_manager .form_manager_cnt {
    width: 290px;
  }
  .category_list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .products-list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .news_all-list {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .service_item .service_item-txt .btn-all {
    width: 100%;
  }
  .gallery_cnt .title {
    flex-direction: column;
    justify-content: start;
  }
  .gallery_cnt .title h2 {
    margin-bottom: 17px;
  }
  .gallery_btn-group {
    width: 100%;
    justify-content: space-between;
  }
  .gallery_btn-group .btn-images, .gallery_btn-group .btn-videos {
    width: 49%;
    margin-left: 0;
  }
  .footer_menu ul {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  
  .hero-sl-bts-group{
      bottom: 10px;
  }
  .hero-sl-bts-group button{
      width: 30px;
      height: 30px;
  }
  .hero-sl-bts-group button svg{
      transform:scale(0.8);
  }
}
@media screen and (max-width: 490px){
   .header_cnt{
        padding:0 15px 0 15px;
        align-items:center;
        height: 60px;
    }
    .header_logo svg{
            width: 164px;
            height: 34px;
    }
    .fixed-video-btn {
        right: 32px;
        top:auto;
        bottom: 150px;
    }
}

@media screen and (max-width: 425px) {
  .hero_adv {
    padding-left: 15px;
  }
  .hero_adv_itm p {
    font-size: 0.9rem;
  }
  
  .header_logo svg{
            width: 135px;
            height: 28px;
    }
    
    .hero_info h1 {
        font-size: 1.8rem;
    }
    .hero_info h1 span{
        padding:4px 10px;
    }
}

.description-btn{
        padding: 0;
    margin-top: 15px;
    display: block;
}