* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a,
img,
button,
input,
label,
svg,
path {
  transition: 0.3s ease all;
}

button,
input {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.gallery-container {
  margin: 20px 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1560px;
  padding: 0px 20px;
  margin: 0 auto;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 15px 0px;
}

header .header_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

header .header_nav .mob-logo,
header .header_nav .menu-btn {
  display: none;
}

header .header_nav .header_nav-left {
  display: flex;
  align-items: center;
  gap: 34px;
}

header .header_nav .header_nav-right {
  display: flex;
  align-items: center;
  gap: 26px;
}

header .header_nav .nav_link {
  font-size: 16px;
  font-weight: 300;
  line-height: 19.5px;
  color: #FFF;
  text-align: center;
}

header .header_nav .nav_link.disable {
  color: #ffc60c;
}

header .header_nav .nav_link.disable:hover {
  color: #FFF;
}

header .header_nav .nav_btn {
  padding: 17px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #000000;
  border-radius: 40px;
  background: #FFC60C;
}

.header_mob {
  background: linear-gradient(180deg, #1A2024 0%, #193245 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 10%;
  height: 10vh;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 15;
  padding: 22px 22px 42px;
  display: none;
  transition: 0.3s ease all;
}

.header_mob.active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  pointer-events: all;
}

.header_mob .header_mob-blog {
  margin-top: 57px;
  padding-bottom: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 85px;
  height: 100%;
  overflow: auto;
}

.header_mob .header_mob-blog::-webkit-scrollbar {
  display: none;
}

.header_mob .header_mob-blog .header_mob-navs {
  display: flex;
  flex-direction: column;
  gap: 69px;
}

.header_mob .header_mob-blog .header_mob-navs .mob_nav-links {
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.header_mob .header_mob-blog .header_mob-navs .mob_nav-links .mob_nav-link {
  font-size: 24px;
  font-weight: 300;
  line-height: 29.26px;
  text-align: center;
  color: #FFF;
}

.header_mob .header_mob-blog .header_mob-navs .mob_nav-links .mob_nav-link.disable {
  color: #647A8C;
}

.header_mob .header_mob-blog .header_mob-navs .mob_nav-links .mob_nav-link.disable:hover {
  color: #FFF;
}

.header_mob .header_mob-blog .header_mob-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 62px;
}

.header_mob .header_mob-blog .header_mob-social .mob_social-link {
  width: 64px;
  height: 64px;
  background: #039BE5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_mob .header_mob-blog .header_mob-social .mob_social-link:hover {
  background: #0376b0;
}

.home {
  position: relative;
  padding: 134px 0px 0px;
  background: linear-gradient(180deg, #1A2024 0%, #193245 100%);
}

.home .home_pagination {
  position: absolute;
  right: 80px;
  z-index: 2;
  top: 0;
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}

.home .home_pagination .swiper-pagination {
  position: static;
  width: auto;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.home .home_pagination .swiper-pagination .swiper-pagination-bullet {
  background: #FFF;
  width: 18px;
  opacity: 1;
  height: 18px;
}

.home .home_pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.2);
}

.home .home_pagination .line {
  width: 1px;
  height: 100%;
  background: #FFF;
}

.home .home_content {
  display: flex;
  flex-direction: column;
  margin-bottom: -36px;
}

.home .home_content .home_title {
  display: flex;
  align-items: center;
  gap: 27.2px;
  position: relative;
  z-index: 2;
}

.home .home_content .home_title img {
  margin-top: 10px;
}

.home .home_content .home_title h1 {
  font-family: "Benzin", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 49.57px;
  color: #FFF;
  max-width: 898px;
}

.home .home_content .homeSlide {
  padding-top: 204px;
  margin-top: -122px;
  min-height: 633px;
}

.home .home_content .home_arrow {
  position: absolute;
  left: 59.6%;
  bottom: 200px;
  width: 435px;
}

.home .home_content .home_arrow .swiper-button-next {
  width: 38px;
  right: -35px;
}

.home .home_content .home_arrow .swiper-button-prev {
  width: 38px;
  left: -35px;
}

.home .home_content .home_arrow .swiper-button-next:after,
.home .home_content .home_arrow .swiper-button-prev:after {
  display: none;
}

.home .home_content .home_slider-wrap {
  display: flex;
  align-items: start;
  gap: 128px;
}

.home .home_content .home_slider-wrap .home_slider-info {
  display: flex;
  opacity: 0;
  flex-direction: column;
  padding-bottom: 50px;
  transition: 0.5s ease all;
}

.home .home_content .home_slider-wrap .home_slider-info .home_slider-title {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 59px;
  width: 810px;
}

.home .home_content .home_slider-wrap .home_slider-info .home_slider-title b {
  font-family: "Benzin", sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 110.16px;
  color: #FFC60C;
}

.home .home_content .home_slider-wrap .home_slider-info .home_slider-title b span {
  color: rgba(255, 255, 255, 0.2);
}

.home .home_content .home_slider-wrap .home_slider-info .home_slider-title h3 {
  font-family: "Benzin", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 41.37px;
  color: #FFFFFF;
  max-width: 566px;
}

.home .home_content .home_slider-wrap .home_slider-info .home_list {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 31px 12px;
  margin-bottom: 44px;
}

.home .home_content .home_slider-wrap .home_slider-info .home_list li {
  max-width: 329px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6980392157);
  list-style: disc;
  margin-left: 20px;
}

.home .home_content .home_slider-wrap .home_slider-info .home_slider-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home .home_content .home_slider-wrap .home_slider-info .home_slider-links a {
  width: 256px;
  border-radius: 40px;
  padding: 16px 22px;
  border: 1px solid #FFC60C;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #FFF;
}

.home .home_content .home_slider-wrap .home_img-wrap {
  margin-top: 20px;
  position: relative;
}

.home .home_content .home_slider-wrap .home_img-wrap .home_slider-img {
  position: absolute;
  top: -207px;
  left: 265px;
  width: 302px;
  opacity: 0;
  transition: 0.6s ease all;
}

.home .home_content .swiper-slide-next {
  opacity: 1 !important;
}

.home .home_content .swiper-slide-next .home_img-wrap .home_slider-img {
  position: absolute;
  top: -207px;
  left: 265px;
  width: 302px;
  opacity: 1;
  filter: blur(10px);
}

.home .home_content .swiper-slide {
  min-height: 525px;
}

.home .home_content .swiper-slide-active {
  z-index: 1;
}

.home .home_content .swiper-slide-active .home_slider-wrap .home_slider-info {
  opacity: 1;
}

.home .home_content .swiper-slide-active .home_img-wrap {
  width: 375px;
}

.home .home_content .swiper-slide-active .home_img-wrap .home_slider-img {
  position: relative;
  top: 0;
  left: 0;
  width: 375px;
  opacity: 1;
  margin-top: 36px;
}

.home .home_boxs {
  padding: 51px 15px 56px 0;
  background: #12191E;
}

.home .home_boxs .boxs_wrap {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  gap: 30px;
}

.home .home_boxs .boxs_wrap .box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 391px;
}

.home .home_boxs .boxs_wrap .box h4 {
  font-family: "Benzin", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55.08px;
  color: #647A8C;
}

.home .home_boxs .boxs_wrap .box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #FFF;
}

.paints {
  padding: 71px 0px 74px;
  background: #354049;
}

.paints .paints_content {
  display: flex;
  flex-direction: column;
}

.paints .paints_content .paints_title {
  font-family: "Benzin", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.05px;
  color: #FFF;
}

.paints .paints_content .paints_cards {
  padding: 65px 0px 75px;
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  gap: 21px 41px;
}

.paints .paints_content .paints_cards .paints_card {
  padding: 40px 30px 27px;
  background: #2A3640;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 37px;
  align-items: center;
}

.paints .paints_content .paints_cards .paints_card .card_img-wrap {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paints .paints_content .paints_cards .paints_card .paints_card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.paints .paints_content .paints_cards .paints_card .paints_card-bottom .paints_card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.paints .paints_content .paints_cards .paints_card .paints_card-bottom .paints_card-title span {
  width: 46px;
  height: 46px;
  background: #1A2024;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Benzin", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.28px;
  color: #2A3640;
}

.paints .paints_content .paints_cards .paints_card .paints_card-bottom .paints_card-title h4 {
  font-family: "Benzin", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.03px;
  color: #FFF;
}

.paints .paints_content .paints_info {
  display: flex;
  flex-direction: column;
}

.paints .paints_content .paints_info h3 {
  font-family: "Benzin", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.05px;
  color: #FFF;
  margin-bottom: 7px;
}

.paints .paints_content .paints_info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #FFF;
  margin-bottom: 29px;
}

.paints .paints_content .paints_info .paints_tab {
  padding: 16px 22px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #000000;
  background: #FFC60C;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.delivery {
  background: #FFF;
  padding-top: 34px;
  margin-bottom: -256px;
}

.delivery .delivery_content {
  display: flex;
  flex-direction: column;
  gap: 106px;
}

.delivery .delivery_content .delivery_location {
  border-radius: 20px;
  padding: 23px 30px 23px 59px;
  background: #354049;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 53px;
}

.delivery .delivery_content .delivery_location .delivery_title {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.delivery .delivery_content .delivery_location .delivery_title h2 {
  font-family: "Benzin", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55.08px;
  color: #EBF0F3;
}

.delivery .delivery_content .delivery_location .delivery_title p {
  font-family: "Benzin", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.58px;
  color: #EBF0F3;
}

.delivery .delivery_content .delivery_location .location_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.delivery .delivery_content .delivery_location .location_info b {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  color: #EBF0F3;
  width: 289px;
}

.delivery .delivery_content .delivery_location .location_info .location_list {
  display: flex;
  flex-direction: column;
}

.delivery .delivery_content .delivery_location .location_info .location_list span {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  color: #EBF0F3;
}

.delivery .delivery_content .delivery_block {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 92px;
}

.delivery .delivery_content .delivery_block .delivery_info {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.delivery .delivery_content .delivery_block .delivery_info h2 {
  font-family: "Benzin", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55.08px;
  max-width: 573px;
  color: #000000;
}

.delivery .delivery_content .delivery_block .delivery_info p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  max-width: 650px;
}

.delivery .delivery_content .delivery_block .delivery_info .delivery_img {
  max-width: 586px;
  width: 100%;
}

.delivery .delivery_content .delivery_block .delivery_cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 750px;
}

.delivery .delivery_content .delivery_block .delivery_cards .delivery_card {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #EBF0F3;
  width: 100%;
  padding: 38px;
  min-height: 210px;
}

.delivery .delivery_content .delivery_block .delivery_cards .delivery_card .card_num {
  width: 170px;
  font-family: "Benzin", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 68.85px;
  color: #B1BEC9;
}

.delivery .delivery_content .delivery_block .delivery_cards .delivery_card-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 465px;
}

.delivery .delivery_content .delivery_block .delivery_cards .delivery_card-info h4 {
  font-family: "Benzin", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 41.31px;
  color: #000000;
}

.delivery .delivery_content .delivery_block .delivery_cards .delivery_card-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}

.business {
  padding: 283px 0px 75px;
  background: #354049;
}

.business .business_content {
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.business .business_content .business_cards {
  display: grid;
  grid-template-columns: 49% 24% 24%;
  gap: 20px;
}

.business .business_content .business_cards .big_card {
  border-radius: 20px;
  background: #2A3640;
  padding: 55px 38px;
}

.business .business_content .business_cards .big_card h3 {
  font-family: "Benzin", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.05px;
  color: #FFF;
  max-width: 560px;
}

.business .business_content .business_cards .small_card {
  padding: 53px 40px;
  border-radius: 20px;
  background: #EBF0F3;
}

.business .business_content .business_cards .small_card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}

.business .business_content .business_info {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 29px;
}

.business .business_content .business_info .business_title {
  font-family: "Benzin", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 41.31px;
  color: #FFF;
}

.business .business_content .business_info-texts {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.business .business_content .business_info-texts p {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.business .business_content .business_info-texts p a {
  text-decoration: underline;
  color: #FFF;
}

.business .business_content .business_info-texts .business_info-link {
  border-radius: 40px;
  background: #FFC60C;
  padding: 16px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #000000;
  width: 256px;
}

.system {
  padding: 82px 0px 107px;
  background: #FFF;
}

.system .system_content {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.system .system_content .system_title {
  max-width: 990px;
  font-family: "Benzin", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55.08px;
  color: #000000;
}

.system .system_content .system_block {
  display: grid;
  grid-template-columns: 25% 25% 47%;
  gap: 20px;

}

.system .system_content .system_block .system_cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.system .system_content .system_block .system_cards1 .system_card:nth-child(2) {
  background: #f7f9fa;
}

.system .system_content .system_block .system_cards1 .system_card:nth-child(3) {
  background: #D8E7F3;
}

.system .system_content .system_block .system_cards2 .system_card:nth-child(1) {
  background: rgba(235, 240, 243, 0.4);
}

.system .system_content .system_block .system_cards2 .system_card:nth-child(2) {
  height: auto;
}

.system .system_content .system_block .system_cards3 {
  flex-direction: row;
  display: flex;
}

@media (max-width: 768px) {
  .system .system_content .system_block .system_cards3 {
    flex-direction: column;
    display: flex;
  }
}


.system .system_content .system_block .system_cards3 .system_card {
  background: #f7f9fa;
}

.system .system_content .system_block .system_cards3 .system_card:nth-child(2) {
  background: #f7f9faa8;
}

.system .system_content .system_block .system_card {
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding: 35px 40px 40px;
  height: 100%;
  background: #EBF0F3;
  border-radius: 20px;
}

.system .system_content .system_block .system_card-big .system_card {
  height: auto;
}

.system .system_content .system_block .system_card h5 {
  font-family: "Benzin", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 33.05px;
  color: #000000;
}

.system .system_content .system_block .system_card img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  margin: auto;
}

.support {
  padding: 55px 0;
  background: #354049;
}

.support .support_content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.support .support_content .support_title {
  display: flex;
  align-items: center;
  gap: 28px;
}

.support .support_content .support_title h2 {
  font-family: "Benzin", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55.08px;
  color: #FFF;
  max-width: 380px;
}

.support .support_content .support_cards {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 18px;
}

.support .support_content .support_cards .support_card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #2A3640;
  border-radius: 20px;
  padding: 42px 20px 42px 30px;
}

.support .support_content .support_cards .support_card b {
  font-family: "Benzin", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 68.85px;
  color: #B1BEC9;
}

.support .support_content .support_cards .support_card-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.support .support_content .support_cards .support_card-info span {
  font-family: "Benzin", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.54px;
  color: #E1EFFB;
}

.support .support_content .support_cards .support_card-info p {
  font-family: "Benzin", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.82px;
  color: #E1EFFB;
}

.start_blog {
  padding: 107px 0 89px;
}

.start_blog .start_content {
  padding: 0px 86px 0px 57px;
  background: #FFC60C;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.start_blog .start_content .start_title2 {
  display: none;
}

.start_blog .start_content .start_texts {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 430px;
}

.start_blog .start_content .start_texts p {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  color: #000000;
}

.start_blog .start_content .start_texts a {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  background: #FFC60C;
  border-radius: 40px;
  padding: 16px 22px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.technolog {
  position: relative;
}

.technolog .technolog_content {
  display: flex;
  flex-direction: column;
}

.technolog .technolog_content .technolog_top {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.technolog .technolog_content .technolog_top .technolog_title {
  max-width: 829px;
  font-family: "Benzin", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55.08px;
  color: #000000;
  margin-bottom: 41px;
}

.technolog .technolog_content .technolog_top .technolog_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 65px;
  color: #000000;
  max-width: 866px;
}

.technolog .technolog_content .technolog_top .technolog_links {
  display: flex;
  align-items: center;
  gap: 55px;
}

.technolog .technolog_content .technolog_top .technolog_links .technolog_link {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
  color: #354049;
}

.technolog .technolog_content .technologSlide {
  overflow: unset;
}

.technolog .technolog_content .technologSlide .swiper-slide {
  height: 360px;
}

.technolog .technolog_content .technolog_slider .technolog_imgs-wrap {
  display: flex;
  align-items: start;
  gap: 10px;
}

.technolog .technolog_content .technolog_slider .technolog_imgs-wrap .technolog_slider-imgs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.technolog .technolog_content .technolog_slider .technolog_imgs-wrap .technolog_slider-img {
  width: 100%;
  height: 100%;
}

.technolog .technolog_content .technolog_slider .technolog_imgs-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 360px;
  border-radius: 20px;
}

.technolog .technolog_content .technolog_slider .technolog_imgs-wrap .technolog_img-normal {
  width: 213px;
}

.technolog .technolog_content .technolog_slider .technolog_imgs-wrap .technolog_img-small {
  height: 173px;
}

.technolog .gradient-left {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  width: 213px;
  height: 360px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.91) 30.73%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 1;
}

.technolog .gradient-right {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  width: 417px;
  height: 360px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.91) 30.73%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 1;
}

.technolog .technolog_slider-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.technolog .technolog_slider-arrow .swiper-button-next {
  right: 50px;
  bottom: 170px;
  top: auto;
}

.technolog .technolog_slider-arrow .swiper-button-prev {
  position: absolute;
  left: 50px;
  bottom: 170px;
  top: auto;
}

.technolog .technolog_slider-arrow .swiper-button-next:after,
.technolog .technolog_slider-arrow .swiper-button-prev:after {
  display: none;
}

.professional {
  padding-bottom: 100px;
  position: relative;
}

.professional .professional_content {
  display: grid;
  align-items: start;
  grid-template-columns: 30% 61%;
  gap: 117px;
  margin: 75px 0 296px;
}

.category_modal .professional .professional_content {
  display: flex;
  align-items: start;
  grid-template-columns: 100%;
  gap: 117px;
  margin: 75px 0 296px;
}

.professional .professional_content .professional_info {
  display: flex;
  flex-direction: column;
  gap: 47px;
  max-width: 509px;
}

.professional .professional_content .professional_info p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #000000;
}

.professional .professional_content .professional_info .professional_links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.professional .professional_content .professional_info .professional_links a {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 30px 18px 23px;
  border-radius: 20px;
  background: #354049;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  color: #FFF;
  max-width: 400px;
}

.professional .professional_content .professional_slider {
  position: absolute;
  max-width: 60%;
  min-height: 664px;
  right: 0;
  top: 0;
}

.professional .professional_content .professional_slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  height: 102%;
  width: 579px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.91) 30.73%, rgba(255, 255, 255, 0) 100%);
}

.professional .professional_content .professional_slider .swiper-button-next:after,
.professional .professional_content .professional_slider .swiper-button-prev:after {
  display: none;
}

.professional .professional_content .professional_slider .swiper-button-prev {
  left: -64px;
}

.professional .professional_content .professional_slider .swiper-button-next {
  right: 50px;
}

.professional .professional_content .professional_card {
  background: linear-gradient(334.32deg, #041119 5.55%, #1A2024 95.77%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 664px;
  overflow: hidden;
}

.professional .professional_content .professional_card .card_info {
  display: flex;
  flex-direction: column;
  padding: 25px 41px 0;
  width: 100%;
}

.professional .professional_content .professional_card .card_info span {
  font-family: "Benzin", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.03px;
  color: #FFC60C;
  margin-bottom: 44px;
}

.professional .professional_content .professional_card .card_info h4 {
  font-family: "Benzin", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 41.31px;
  color: #FFF;
  margin-bottom: 20px;
  max-width: 303px;
}

.professional .professional_content .professional_card .card_info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #FFF;
  max-width: 361px;
  margin-bottom: 27px;
}

.professional .professional_content .professional_card .card_info a {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #000000;
  padding: 17px 23px;
  border-radius: 40px;
  background: #FFC60C;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.professional .professional_content .professional_card-img {
  margin-top: auto;
}

.professional .professional_blog {
  background-image: url(../img/professional-blog-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 92px;
  padding: 116px 40px 0;
}

.professional .professional_blog .professional_text {
  display: flex;
  align-items: center;
  gap: 38px;
  max-width: 702px;
}

.professional .professional_blog .professional_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #FFF;
}

.professional .professional_blog a {
  width: 256px;
  padding: 16px 22px;
  background: #FFC60C;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #000000;
  margin-bottom: -27px;
}

.company {
  padding-bottom: 128px;
}

.company .company_content {
  display: grid;
  grid-template-columns: 46.5% 46.5%;
  gap: 94px;
}

.company .company_content .company_info {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.company .company_content .company_info .company_texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company .company_content .company_info .company_texts p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}

.company .company_content .company_title {
  font-family: "Benzin", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.05px;
  color: #000000;
}

.company .company_content .company_slider-wrap {
  display: flex;
  flex-direction: column;
}

.company .company_content .company_slider-wrap .companySlide {
  padding: 31px 0;
}

.company .company_content .company_slider-wrap .company_slider {
  position: relative;
}

.company .company_content .company_slider-wrap .company_slider .swiper-button-next:after,
.company .company_content .company_slider-wrap .company_slider .swiper-button-prev:after {
  display: none;
}

.company .company_content .company_slider-wrap .company_slider .swiper-button-prev,
.company .company_content .company_slider-wrap .company_slider .swiper-button-next {
  position: static;
  margin-top: 0;
  height: auto;
  width: auto;
}

.company .company_content .company_slider-wrap .company_slider .company_arrow {
  position: relative;
  display: flex;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 15px;
}

.company .company_content .company_slider-wrap .company_sertificate {
  height: 286px;
  padding: 13px 9px;
  background: #FFF;
  box-shadow: 10px 15px 19px 0px rgba(0, 0, 0, 0.0901960784);
}

.company .company_content .company_slider-wrap .company_sertificate img {
  width: 100%;
  height: 100%;
}

.contact {
  background: #354049;
  padding: 56px 0px 70px;
}

.contact .contact_title {
  font-family: "Benzin", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55.08px;
  color: #FFF;
}

.contact .contact_block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 33px;
}

.contact .contact_block .contact_cards {
  display: grid;
  grid-template-columns: 24% 24.5% 24% 24.5%;
  gap: 1%;
}

.contact .contact_block .contact_cards .contact_card {
  display: flex;
  align-items: start;
  gap: 32px;
  border-radius: 20px;
  padding: 56px 45px;
  background: #2A3640;
}

.contact .contact_block .contact_cards .contact_card-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.contact .contact_block .contact_cards .contact_card-info .info_address {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact .contact_block .contact_cards .contact_card-info .info_address b {
  font-family: "Benzin", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.05px;
  color: #FFFFFF;
}

.contact .contact_block .contact_cards .contact_card-info .info_address p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  color: #FFFFFF;
}

.contact .contact_block .contact_cards .contact_card-info .info_address a {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-decoration: underline;
  color: #9BBFD7;
}

.contact .contact_block .contact_cards .contact_card-info .info_phone {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.contact .contact_block .contact_cards .contact_card-info .info_phone .contact_number {
  font-family: "Benzin", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24.79px;
  text-decoration: underline;
  color: #FFFFFF;
}

.contact .contact_block .contact_cards .contact_card-info .info_phone .contact_email {
  font-size: 16px;
  line-height: 21.94px;
  text-decoration: underline;
  color: #FFFFFF;
}

.contact .contact_block .contact_social {
  display: grid;
  grid-template-columns: 19.5% 19% 19% 19% 19.5%;
  gap: 1%;
}

.contact .contact_block .contact_social .social_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 45px;
  background: #2A3640;
  border-radius: 20px;
}

.contact .contact_block .contact_social .social_link-texts {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.contact .contact_block .contact_social .social_link-texts span {
  font-family: "Benzin", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.79px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.contact .contact_block .contact_social .social_link-texts a,
.contact .contact_block .contact_social .social_link-texts b {
  font-size: 20px;
  font-weight: 700;
  line-height: 29.26px;
  color: #FFF;
}

.contact .contact_block .contact_social .social_link-texts .email {
  text-decoration: underline;
}

.copyright {
  padding: 62px 0;
  background: #1A2024;
}

.copyright .copyright_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.copyright .copyright_block a,
.copyright .copyright_block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  color: #FFF;
}

.copyright .copyright_block a {
  text-decoration: underline;
}

.application {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}

.application.active {
  opacity: 1;
  pointer-events: all;
}

.application .application-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.application .application_block {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 50px 50px 50px;
  background: #FFF;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
}

.application .application_block .application_close {
  position: fixed;
  top: 25px;
  right: 35px;
}

.application .application_block .application_form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 400px;
}

.application .application_block .application_form h2 {
  font-family: "Benzin", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  color: #000000;
}

.application .application_block .application_form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.application .application_block .application_form form textarea,
.application .application_block .application_form form input {
  padding: 16px 22px 16px;
  border-radius: 20px;
  background: #F0F0F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  color: #000;
  border: none;
  outline: none;
}

.application .application_block .application_form form textarea::-moz-placeholder,
.application .application_block .application_form form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  color: rgba(0, 0, 0, 0.5019607843);
}

.application .application_block .application_form form textarea::placeholder,
.application .application_block .application_form form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  color: rgba(0, 0, 0, 0.5019607843);
}

.application .application_block .application_form form textarea {
  resize: none;
  min-height: 200px;
}

.application .application_block .application_form form .application_btn {
  margin-top: 10px;
  width: 256px;
  border-radius: 40px;
  background: #FFC60C;
  padding: 16px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #000000;
}

.application .application_block .message-img {
  position: absolute;
  bottom: -55px;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}

.product_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}

.product_modal.active {
  opacity: 1;
  pointer-events: all;
}

.product_modal .product_modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.product_modal-wrap {
  overflow: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 49px;
  padding: 106px 80px 50px 104px;
  background: #FFF;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
}

.product_modal-wrap::-webkit-scrollbar {
  width: 6px;
}

.product_modal-wrap::-webkit-scrollbar-track {
  border-radius: 5px;
}

.product_modal-wrap::-webkit-scrollbar-thumb {
  background: #2A3640;
  border-radius: 5px;
}

.product_modal-wrap .product_close {
  position: fixed;
  top: 25px;
  right: 35px;
}

.product_modal-wrap .product_block {
  display: flex;
  flex-direction: column;
  gap: 41px;
}

.product_modal-wrap .product_block .product_modal-img {
  width: 235px;
  height: 291px;
}

.product_modal-wrap .product_block .product_info {
  max-width: 558px;
}

.product_modal-wrap .product_block .product_info h2 {
  max-width: 407px;
  font-family: "Benzin", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 41.31px;
  color: #000000;
  margin-bottom: 32px;
}

.product_modal-wrap .product_block .product_info b {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #000000;
}

.product_modal-wrap .product_block .product_info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}

.product_modal-wrap .product_block .product_info-texts {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.product_modal-wrap .product_block .product_modal-links {
  display: flex;
  align-items: center;
  gap: 46px;
}

.product_modal-wrap .product_block .product_modal-links .product_modal-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #000000;
  width: 256px;
  padding: 16px 22px;
  border-radius: 40px;
  background: #FFC60C;
}

.product_modal-wrap .product_block .product_modal-links .pdf-download {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  text-decoration: underline;
  color: #000000;
  white-space: nowrap;
}

.category_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  padding: 40px 60px;
}

.category_modal.active {
  opacity: 1;
  pointer-events: all;
}

.category_modal .category_modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.category_modal .study_modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.global_modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 2;
  display: none;
}



.category_modal-block {
  overflow: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 66px;
  padding: 70px 219px 74px 58px;
  background: #FFF;
  width: 100%;
  height: 100%;
}

.category_modal-block::-webkit-scrollbar {
  display: none;
}

.category_modal-block .category_close {
  position: fixed;
  top: 110px;
  right: 80px;
}

.category_modal-block .modal_tabs {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  gap: 20px 41px;
}

.category_modal-block .modal_tabs .modal_tab {
  padding: 33px 30px;
  border-radius: 20px;
  background: #2A3640;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}

.category_modal-block .modal_tabs .modal_tab span {
  width: 46px;
  height: 46px;
  background: #1A2024;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Benzin", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.28px;
  color: #2A3640;
}

.category_modal-block .modal_tabs .modal_tab b {
  font-family: "Benzin", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.03px;
  text-align: left;
  color: #FFF;
}

.category_modal-block .modal_tabs .modal_tab.active {
  background: #FFC60C;
}

.category_modal-block .modal_tabs .modal_tab.active span {
  background: #FFF;
  color: #2A3640;
}

.category_modal-block .modal_tabs .modal_tab.active b {
  color: #2A3640;
}

.category_modal-block .category_cards {
  display: none;
  align-items: start;
  gap: 41px;
  flex-wrap: wrap;
}

.category_modal-block .category_cards.active {
  display: flex !important;
}

.category_modal-block .category_cards .category_card {
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 350px;
  padding: 42px 28px;
  border-radius: 20px;
  background: #EBF0F3;
}

.category_modal-block .category_cards .category_card .card_top {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.category_modal-block .category_cards .category_card .card_top h3 {
  font-family: "Benzin", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.05px;
  color: #000000;
}

.category_modal-block .category_cards .category_card .card_top p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #000000;
}

.category_modal-block .category_cards .category_card-img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 6px;
}

.category_modal-block .category_cards .category_card-link {
  width: 256px;
  padding: 16px 22px;
  background: #FFC60C;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #000000;
}

@media (max-width: 1550px) {
  header {
    padding: 15px 15px 15px 0px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_slider-title {
    width: 100%;
  }

  .home .home_content .home_slider-wrap .home_slider-info {
    width: 700px;
  }

  .home .home_content .home_slider-wrap {
    gap: 70px;
  }

  .home .home_pagination {
    right: 10px;
  }

  .home .home_content .home_arrow {
    left: 740px;
  }

  .paints .paints_content .paints_cards {
    grid-template-columns: 31% 31% 31%;
  }

  .category_modal-block {
    padding: 70px 40px 74px 40px;
  }

  .category_modal-block .category_close {
    top: 55px;
  }

  .category_modal-block .modal_tabs {
    grid-template-columns: 23% 23% 23% 23%;
    gap: 20px;
  }
}

@media (max-width: 1250px) {
  .home .home_content .home_slider-wrap .home_slider-info {
    width: 550px;
  }

  .home .home_content .home_title h1 {
    font-size: 22px;
    line-height: 30px;
    max-width: 540px;
  }

  .home .home_content .home_title img {
    margin-top: 0;
    width: 70px;
  }

  .home .home_content .home_slider-wrap .home_img-wrap .home_slider-img,
  .home .home_content .swiper-slide-next .home_img-wrap .home_slider-img {
    top: -90px;
    left: 200px;
    width: 235px;
  }

  .home .home_content .swiper-slide-active .home_img-wrap .home_slider-img {
    width: 300px;
    margin-top: 90px;
    top: 0;
    left: 0;
  }

  .home .home_content .home_arrow {
    left: 608px;
    width: 325px;
  }

  .home .home_content {
    margin-bottom: 0;
  }

  .home .home_content .homeSlide {
    min-height: auto;
  }

  .delivery .delivery_content .delivery_location {
    flex-direction: column;
    gap: 50px;
    align-items: start;
    padding: 32px 12px 33px;
  }

  .delivery .delivery_content .delivery_location .location_info,
  .delivery .delivery_content .delivery_location .delivery_title {
    padding: 0px 17px;
  }

  .delivery .delivery_content .delivery_location .delivery_map {
    width: 100%;
  }

  .delivery .delivery_content .delivery_block {
    gap: 30px;
  }

  .system .system_content .system_block {
    grid-template-columns: 48.5% 48.5%;
    height: auto;
  }

  .support .support_content {
    flex-direction: column;
  }

  .start_blog .start_content .start_title img {
    width: 300px;
  }

  .start_blog .start_content {
    padding: 0px 30px 0px 30px;
  }

  .company .company_content {
    grid-template-columns: 100%;
    gap: 51px;
  }

  .company .company_content .company_slider-wrap .companySlide {
    overflow: unset;
  }

  .contact .contact_block .contact_social,
  .contact .contact_block .contact_cards {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .contact .contact_block {
    gap: 20px;
  }

  .category_modal-block .modal_tabs {
    grid-template-columns: 31% 31% 31%;
  }
}

@media (max-width: 991px) {
  header {
    padding: 22px 15px 22px 0px;
  }

  header .header_nav {
    align-items: start;
  }

  header .header_nav .mob-logo,
  header .header_nav .menu-btn,
  .header_mob {
    display: block;
  }

  .home .container {
    padding-right: 35px;
  }

  header .header_nav .header_nav-left,
  header .header_nav .nav_link,
  .home .home_content .home_arrow,
  .home .home_content .swiper-slide .home_img-wrap {
    display: none;
  }

  .home .home_content .homeSlide {
    padding-top: 0;
    margin-top: 30px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_slider-title h3,
  .home .home_content .home_title h1 {
    max-width: 100%;
  }

  .home .home_content .home_slider-wrap .home_slider-info {
    width: 100%;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_slider-title {
    margin-bottom: 30px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_list {
    gap: 12px;
  }

  .home .home_content .swiper-slide {
    min-height: auto;
  }

  .paints .paints_content .paints_cards {
    grid-template-columns: 47.5% 47.5%;
  }

  .delivery .delivery_content .delivery_block {
    gap: 55px;
    flex-direction: column;
    align-items: center;
  }

  .delivery .delivery_content .delivery_block .delivery_info .delivery_img {
    max-width: 400px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 495px;
    margin: 0 auto;
  }

  .delivery {
    padding: 40px 0 59px;
    margin-bottom: 0;
  }

  .business {
    padding: 38px 0px 52px;
    background: #354049;
  }

  .business .business_content {
    gap: 54px;
  }

  .business .business_content .business_cards {
    grid-template-columns: 100%;
    gap: 30px;
  }

  .business .business_content .business_info {
    grid-template-columns: 100%;
    gap: 28px;
  }

  .business .business_content .business_info .business_title {
    font-size: 24px;
    line-height: 33px;
  }

  .start_blog .start_content {
    padding: 42px 26px;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }

  .start_blog .start_content .start_img {
    order: 1;
    width: 84px;
    margin-bottom: 52px;
  }

  .start_blog .start_content .start_title2 {
    display: block;
    order: 2;
  }

  .start_blog .start_content .start_title2 img {
    width: 100%;
  }

  .start_blog .start_content .start_title {
    display: none;
  }

  .start_blog .start_content .start_texts {
    order: 3;
  }

  .start_blog {
    padding: 50px 0 57px;
  }

  .technolog .technolog_content .technolog_top .technolog_title {
    font-size: 32px;
    line-height: 40px;
  }

  .technolog .technolog_content .technolog_top .technolog_links {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .professional .professional_content {
    grid-template-columns: 100%;
    gap: 50px;
    margin: 50px 0 30px;
  }

  .category_modal .professional .professional_content {
    grid-template-columns: 100%;
    gap: 50px;
    margin: 50px 0 30px;

  }

  .professional .professional_content .professional_slider {
    position: static;
    max-width: 100%;
    min-height: 664px;
  }

  .professional .professional_content .professional_slider .professionalSlide {
    overflow: unset;
  }

  .professional .professional_content .professional_slider::after {
    display: none;
  }

  .professional .professional_content .professional_slider .professional_arrow {
    display: none;
  }

  .category_modal-block .modal_tabs {
    display: flex;
    overflow: auto;
    padding: 0px 35px;
    gap: 10px;
  }

  .study_modal_body .category_cards.active {
    overflow: auto;
    home_title
  }


  .category_modal-block .modal_tabs::-webkit-scrollbar {
    display: none;
  }

  .category_modal-block {
    padding: 108px 0px 74px 0px;
  }

  .category_modal-block .modal_tabs .modal_tab {
    min-width: 300px;
  }

  .category_modal-block .category_cards {
    padding: 0px 35px;
  }

  .category_modal-block .modal_tabs .modal_tab {
    padding: 17px 25px;
  }

  .category_modal {
    padding: 0;
  }

  .category_modal-block .category_close {
    top: 36px;
    right: 16px;
  }
}

@media (max-width: 768px) {
  header .header_nav .nav_btn {
    padding: 16px 22px;
    font-size: 14px;
    line-height: 17px;
  }

  .home .home_content .home_title img {
    display: none;
  }

  .home .home_content .homeSlide {
    margin-top: 20px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_slider-title {
    margin-bottom: 18px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_list {
    grid-template-columns: 100%;
    gap: 16px;
    margin-bottom: 50px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_slider-links {
    align-items: start;
    gap: 23px;
    flex-direction: column;
  }

  .home .home_content .home_slider-wrap .home_slider-info {
    padding-bottom: 32px;
  }

  .home .home_boxs .boxs_wrap {
    grid-template-columns: 100%;
  }

  .home .home_pagination {
    height: 64%;
    z-index: 1;
  }

  .home .home_boxs {
    position: relative;
    z-index: 2;
  }

  .paints .container {
    padding: 0;
  }

  .paints .paints_content .paints_cards {
    display: flex;
    overflow: auto;
    padding: 37px 15px 44px;
    gap: 41px;
  }

  .paints .paints_content .paints_cards::-webkit-scrollbar {
    display: none;
  }

  .paints .paints_content .paints_cards .paints_card {
    min-width: 350px;
  }

  .paints .paints_content .paints_info,
  .paints .paints_content .paints_title {
    padding: 0 15px;
  }

  .delivery .delivery_content {
    gap: 33px;
  }

  .delivery .delivery_content .delivery_block .delivery_cards .delivery_card {
    align-items: start;
    flex-direction: column;
    gap: 10px;
    padding: 26px 20px 31px;
  }

  .system {
    padding: 50px 0;
  }

  .system .system_content .system_block {
    grid-template-columns: 100%;
  }

  .system .system_content .system_block .system_cards2 {
    order: 1;
    flex-direction: column-reverse;
  }

  .system .system_content {
    gap: 32px;
  }

  .support .support_content .support_cards {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .company {
    padding-bottom: 20px;
  }

  .company .company_content .company_slider-wrap .company_slider .company_arrow {
    display: none;
  }

  .contact {
    padding: 50px 0 40px;
  }

  .copyright {
    padding: 37px 0 35px;
    background: #1A2024;
  }

  .copyright .copyright_block {
    flex-direction: column-reverse;
    gap: 17px;
    align-items: start;
  }

  .product_modal-wrap {
    padding: 15px 16px 36px 36px;
    background: #FFF;
    max-width: 100%;
    gap: 21px;
  }

  .application .application_block .application_close,
  .category_modal-block .category_close,
  .product_modal-wrap .product_close {
    position: static;
    margin-left: auto;
  }

  .product_modal-wrap .product_block {
    gap: 29px;
  }

  .category_modal-block .modal_top {
    display: flex;
    flex-direction: column-reverse;
    gap: 41px;
  }

  .category_modal-block .category_close {
    margin-right: 16px;
  }

  .category_modal-block {
    padding: 15px 0px 50px 0px;
  }

  .application .application_block .application_form {
    max-width: 100%;
    gap: 42px;
  }

  .application .application_block {
    padding: 15px 28px 50px 28px;
    max-width: 100%;
    gap: 12px;
    overflow: auto;
  }

  .application .application_block .message-img {
    bottom: -100px;
  }
}

@media (max-width: 576px) {
  header .header_nav {
    gap: 15px;
  }

  .home {
    padding: 110px 0px 0px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_slider-title h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
  }

  .home .home_content .home_title h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .paints {
    padding: 45px 0;
  }

  .business .business_content .business_info-texts .business_info-link {
    width: 100%;
  }

  .business .business_content .business_cards .small_card {
    padding: 31px 20px;
  }

  .business .business_content .business_cards .big_card {
    padding: 23px 15px;
  }

  .business .business_content .business_cards .big_card h3 {
    font-size: 20px;
    line-height: 27.5px;
  }

  .system .system_content .system_block .system_card {
    padding: 35px 17px;
  }

  .support .support_content .support_title {
    align-items: start;
    gap: 45px;
    flex-direction: column;
    width: 100%;
  }

  .support .support_content .support_cards .support_card {
    align-items: start;
    gap: 17px;
    flex-direction: column;
    padding: 32px 20px 22px 20px;
  }

  .technolog .technolog_slider-arrow,
  .technolog .gradient-right,
  .technolog .gradient-left {
    display: none;
  }

  .professional .professional_blog .professional_text {
    align-items: start;
    gap: 33px;
    flex-direction: column;
  }

  .professional .professional_blog {
    align-items: start;
    gap: 30px;
    padding: 35px 32px 45px;
  }

  .professional .professional_blog a {
    margin-bottom: 0;
  }

  .professional {
    padding-bottom: 50px;
  }

  .contact .contact_block .contact_cards .contact_card {
    gap: 32px;
    padding: 36px 31px 38px 25px;
  }

  .contact .contact_block .contact_social .social_link {
    gap: 20px;
    padding: 34px 30px;
  }

  .category_modal-block .category_cards.active {
    flex-direction: column;
    gap: 20px;
  }

  .category_modal-block .category_cards .category_card {
    width: 100%;
  }

  .product_modal-wrap .product_block .product_modal-links {
    align-items: start;
    gap: 23px;
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  header .header_nav .nav_btn {
    padding: 10px 16px;
    font-size: 9px;
    line-height: 12px;
  }

  header .header_nav .mob-logo img {
    width: 45px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_slider-title b {
    font-size: 65px;
    line-height: 80px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_slider-title h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_list li {
    font-size: 16px;
    line-height: 20px;
  }

  .home .home_content .home_slider-wrap .home_slider-info .home_list {
    gap: 10px;
    margin-bottom: 26px;
  }

  .home .home_boxs .boxs_wrap .box h4 {
    font-size: 36px;
    line-height: 42px;
  }

  .paints .paints_content .paints_title {
    font-family: "Benzin", sans-serif;
    font-size: 20px;
    line-height: 26px;
  }

  .paints .paints_content .paints_cards .paints_card {
    min-width: 100%;
  }

  .paints .paints_content .paints_info h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .paints .paints_content .paints_info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 29px;
  }

  .support .support_content .support_title h2,
  .delivery .delivery_content .delivery_block .delivery_info h2,
  .system .system_content .system_title {
    font-size: 22px;
    line-height: 26px;
  }

  .delivery .delivery_content .delivery_block .delivery_cards .delivery_card-info h4 {
    font-size: 20px;
    line-height: 22px;
  }

  .system .system_content .system_block .system_card h5,
  .delivery .delivery_content .delivery_block .delivery_info p {
    font-size: 18px;
    line-height: 26px;
  }

  .system .system_content .system_block .system_card img {
    max-width: 70%;
  }

  .delivery .delivery_content .delivery_location .delivery_title h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .delivery .delivery_content .delivery_location .delivery_title p {
    font-size: 14px;
    line-height: 20.58px;
  }

  .delivery .delivery_content .delivery_location .location_info b {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
  }

  .delivery .delivery_content .delivery_location .location_info .location_list span {
    font-size: 18px;
    line-height: 24px;
  }

  .delivery .delivery_content .delivery_block .delivery_info .delivery_img {
    max-width: 300px;
    height: auto;
  }

  .business .business_content .business_cards .big_card h3 {
    font-size: 15px;
    line-height: 22px;
  }

  .business .business_content .business_info-texts p,
  .delivery .delivery_content .delivery_block .delivery_cards .delivery_card-info p {
    font-size: 14px;
    line-height: 20px;
  }

  .delivery .delivery_content .delivery_block .delivery_cards .delivery_card .card_num {
    width: 100%;
    font-size: 45px;
    line-height: 55px;
  }

  .delivery .delivery_content .delivery_block .delivery_cards .delivery_card {
    padding: 20px;
  }

  .business .business_content .business_cards .small_card p {
    font-size: 16px;
    line-height: 22px;
  }

  .business .business_content .business_cards .small_card {
    padding: 20px;
    border-radius: 15px;
  }

  .business .business_content .business_info .business_title {
    font-size: 20px;
    line-height: 26px;
  }

  .business .business_content .business_info-texts {
    gap: 15px;
  }

  .support .support_content .support_title {
    gap: 20px;
  }

  .support .support_content .support_title img {
    width: 80px;
  }

  .support .support_content .support_cards .support_card {
    gap: 10px;
    padding: 20px;
  }

  .support .support_content .support_cards .support_card-info {
    gap: 15px;
  }

  .support .support_content .support_cards .support_card-info p {
    font-size: 14px;
    line-height: 20px;
  }

  .start_blog .start_content .start_texts p {
    font-size: 20px;
    line-height: 26px;
  }

  .start_blog .start_content .start_texts a {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 20px;
    max-width: 100%;
  }

  .technolog .technolog_content .technolog_top .technolog_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .technolog .technolog_content .technolog_top .technolog_text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px;
    max-width: 100%;
  }

  .technolog .technolog_content .technolog_top .technolog_links {
    gap: 15px;
  }

  .technolog .technolog_content .technolog_top .technolog_links .technolog_link {
    font-size: 16px;
    line-height: 20px;
  }

  .technolog .technolog_content .technologSlide .swiper-slide,
  .technolog .technolog_content .technolog_slider .technolog_imgs-wrap img {
    height: 300px;
  }

  .technolog .technolog_content .technolog_slider .technolog_imgs-wrap .technolog_img-small {
    height: 143px;
  }

  .professional .professional_content .professional_info p {
    font-size: 16px;
    line-height: 24px;
  }

  .company .company_content .company_info .company_texts p {
    font-size: 14px;
    line-height: 20px;
  }

  .company .company_content .company_info .company_texts {
    gap: 15px;
  }

  .professional .professional_content .professional_info {
    gap: 30px;
    max-width: 100%;
  }

  .professional .professional_content .professional_card .card_info {
    padding: 25px;
  }

  .professional .professional_content .professional_card .card_info span {
    margin-bottom: 20px;
  }

  .professional .professional_content .professional_card .card_info h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .professional .professional_content .professional_card .card_info p {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .professional .professional_content .professional_card {
    height: 500px;
  }

  .professional .professional_content .professional_slider {
    min-height: 500px;
  }

  .professional .professional_content .professional_card-img {
    width: 100%;
  }

  .contact .contact_title {
    font-size: 30px;
    line-height: 36px;
  }

  .contact .contact_block .contact_cards .contact_card-info .info_address b {
    font-size: 20px;
    line-height: 28px;
  }
}

/*# sourceMappingURL=style.css.map */