@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Scada:ital,wght@0,400;0,700;1,400;1,700&display=swap");

html,body{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

html {
  width: 100%;
  margin-top: 0 !important;
}

body {
  color: white;
  font-family: "Scada";
  margin: 0;
  padding: 0;
  background-color: #000617;
  padding-top: 74px;
	
	@media(max-width: 1190px) {
		padding-top: 45px;
	}
}

a {
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}

button {
  transition: opacity 0.3s;
}

textarea {
  font-family: "Scada";
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }

  button:hover {
    opacity: 0.7;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

main {
  width: 100%;
  display: block;
  flex-direction: column;
  background-color: #000617;
}

section {
  margin: 0;
  width: 100%;
}

@media (max-width: 767px) {
  main {
    min-height: 100vh;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #212529;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header .tel-social-icon {
  display: none;
}

.header .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
}

.header .contact-info .contact-info-item {
  display: flex;
  align-items: center;
}

.header .contact-info .contact-info-item:not(:last-child) {
  margin-bottom: -30px;
}

.header .contact-info .contact-info-item img {
  margin-right: 10px;
  vertical-align: middle;
}

.header .call-back-button {
  margin: 0% 2%;
}

.header .call-back-button a {
  font-weight: 700;
  padding: 10px 20px;
  background-color: #2E2F8C;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
}

.header .call-back-button a img {
  vertical-align: middle;
  margin-right: 10px;
}

.header .menu {
  display: none;
}

.form1-text {
  font-family: "Scada";
  color: rgb(255, 255, 255);
  font-size: 20px;
  background-color: #484848;
  /* min-width: 100% !important;
    width: 100% !important; */
  padding: 20px;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 10px;
  margin: 0 !important;
}

.form1-text::placeholder {
  font-family: "Scada";
  font-size: 20px;
}

@media(max-width: 767px){
  .form1-text::placeholder {
     font-size: 10px ;
  }
  .wpcf7-not-valid-tip{
    font-size: 10px !important;
  }
  .wpcf7-response-output{
    font-size: 10px !important;
  }
}

@media (max-width: 1190px) {
  .header {
    display: flex;
    align-items: center;
    height: 45px;
  }

  .header .menu {
    display: flex;
  }

  .header .social-icons {
    align-self: right;
  }

  .header .social-icons img {
    width: 19px;
    height: 19px;
  }

  .header .social-icons a {
    display: flex;
    align-items: center;
  }

  .header .tel-social-icon a {
    display: flex;
    align-items: center;
  }

  .header .tel-social-icon {
    display: flex;
    margin-right: 2%;
  }

  .header .logo a {
    display: flex;
    align-items: center;
  }

  .header .logo img {
    width: 60px;
    height: 35px;
    margin-left: 20px;
  }

  .header .navigation {
    display: none;
  }

  .header .contact-info {
    display: none;
  }

  .header .call-back-button {
    display: none;
  }

  .header .menu-logo {
    align-items: center;
    justify-content: center;
  }

  .header .menu-triger {
	z-index: 100;
    background: url("../resources/svg/menu.svg") 20px 21px no-repeat;
	background-color: #2E2F8C;
    display: block;
    width: 60px;
    height: 60px;
	border-radius: 30px;
    position: fixed;
    right: 25px;
	bottom: 100px;
  }

  .header .menu-popup {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #2c2e3e;
    display: flex;
	border-radius: 25px 0 0 25px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 250px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    z-index: 9999;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }

  .header .menu-popup .menu-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }

  .header .menu-popup .menu-contact-info .contact-info-item {
    display: flex;
    align-items: center;
  }

  .header .menu-popup .menu-contact-info .contact-info-item:not(:last-child) {
    margin-bottom: -30px;
  }

  .header .menu-popup .menu-contact-info .contact-info-item img {
    margin-right: 10px;
    vertical-align: middle;
  }

  .header .menu-popup ul {
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
  }

  .header .logo-menu {
    width: 70px;
    height: 30px;
  }
  .header .logo-menu img {
    width: 70px;
  }

  .header p {
    margin: 20px 0px;
    font-size: 10px;
  }

  .header .menu-popup li {
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }

  .header .menu-popup li a {
    font-size: 10px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    text-decoration: none;
  }

  .header .body_pointer * {
    cursor: pointer;
  }
}

.logo img {
  margin-left: 48px;
  max-width: 100px;
}

.navigation a {
  font-size: 22px;
  font-weight: 400;
}

.navigation ul {
  list-style-type: none;
  padding: 0;
}

.navigation ul li {
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
}

.social-icons {
  display: flex;
  margin-right: 20px;
}

.social-icons .social-icon {
  margin-right: 2%;
}

.call-back-button {
  margin-left: 2%;
}

.call-back-button a {
  font-weight: 700;
  padding: 10px 20px;
  background-color: #2E2F8C;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
}

.call-back-button a img {
  vertical-align: middle;
  margin-right: 10px;
}

.order-section {
  background-image: url("../resources/img/background1.png");
  background-size: cover;
  background-color: #000000;
  width: 100%;
  padding-top: 30px;
}

.order-block {
	width: 170px;
	margin-left: auto;
	margin-right: 20px;
	padding: 8px;
	border: 1px solid #ff0000;
	color: #ff0000;
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-size: 20px;
  	border-radius: 8px;
}

@media(max-width: 768px) {
	.order-block {
		margin-top: 20px;
	}
}

.order-section h2 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 130px;
  font-weight: 700;
}

.order-section p {
  font-size: 27px;
  margin-bottom: 100px;
  margin-left: 130px;
  font-weight: 400;
}

.order-section button {
  font-weight: 700;
  padding: 20px 40px;
  background-color: #2E2F8C;
  color: white;
  border: none;
  margin-left: 130px;
  margin-bottom: 118px;
  border-radius: 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.order-section img {
  float: right;
  margin-left: 20px;
  margin-right: 140px;
  width: auto;
  height: auto;
}

.card img {
  height: auto !important;
  max-height: 200px !important;
}

@media (max-width: 767px) {
  .order-section {
    padding-top: 0;
    padding-bottom: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../resources/img/background1.png");
    background-size: cover;
    background-color: #000000;
  }

  .order-section img {
    display: none;
  }

  .order-section h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 5% 0%;
    text-align: center;
  }

  .order-section p {
    font-size: 9px;
    font-weight: 400;
    margin: 5% 0%;
    text-align: center;
  }

  .order-section button {
    margin: 5% 5%;
    font-weight: 700;
    background-color: #2E2F8C;
    color: white;
    border: none;
    padding: 3% 3%;
    border-radius: 5px;
    font-size: 8px;
    text-transform: uppercase;
    cursor: pointer;
  }
}

.class-of-bearings-carousel-selection .swiper3 {
  width: 100%;
  height: auto;
  position: relative;
}

.class-of-bearings-carousel-selection .swiper3 .swiper-button-next {
  margin-right: 4%;
  color: white;
  font-size: 24px;
}

.class-of-bearings-carousel-selection .swiper3 .swiper-button-prev {
  margin-left: 4%;
  color: white;
  font-size: 24px;
}

.class-of-bearings-carousel-selection .swiper3 .swiper-pagination3 {
  margin: 5% 0%;
  position: relative;
  /* Убедитесь, что это позиционирование не мешает другим элементам */
  z-index: 10;
  /* Установите z-index так, чтобы он был выше других элементов при необходимости */
}

.class-of-bearings-carousel-selection .swiper3 .swiper-pagination-bullet {
  width: 20px;
  /* Ширина неактивных кружков */
  height: 20px;
  /* Высота неактивных кружков */
  background-color: #fff;
  /* Цвет неактивных кружков */
  opacity: 0.5;
  /* Прозрачность неактивных кружков */
}

.class-of-bearings-carousel-selection .swiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2E2F8C;
  /* Цвет активного кружка */
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .Name-of-category {
  text-align: center;
  font-weight: 700;
  font-size: 65px;
  margin: 5%;
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container {
  color: #fff;
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac {
  background-color: #000617;
  border-color: #000617;
  margin: 1% 10%;
  color: #fff;
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-header {
  display: flex;
  flex-direction: row;
  padding: 1%;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  background-color: #212529;
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-header img {
  width: 50px;
  height: 50px;
  margin: 1%;
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-header button {
  font-size: 35px;
  font-weight: 400;
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-header .ac-trigger::after {
  content: "";
  background-image: url("../resources/svg/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  /* Adjust width as needed */
  height: 40px;
  /* Adjust height as needed */
  display: inline-block;
  margin: 10px;
  bottom: -5%;
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-header.active .ac-trigger::after {
  content: "";
  background-image: url("../resources/svg/arrow.svg");
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac.active .ac-panel {
  display: block;
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-panel {
  margin: 0% 3%;
  color: #fff;
  background-color: #484848;
  display: flex;
  flex-direction: column;
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-panel .ac-text {
  margin: 2% 3%;
  font-size: 25px;
  font-weight: 400;
}

.class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .accordion-header:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .class-of-bearings-carousel-selection .swiper3 {
    width: 100%;
    height: auto;
    position: relative;
  }

  .class-of-bearings-carousel-selection .swiper3 .swiper-button-next {
    display: none;
  }

  .class-of-bearings-carousel-selection .swiper3 .swiper-button-prev {
    display: none;
  }

  .class-of-bearings-carousel-selection .swiper3 .swiper-pagination3 {
    margin: 5% 0%;
    position: relative;
    /* Убедитесь, что это позиционирование не мешает другим элементам */
    z-index: 10;
    /* Установите z-index так, чтобы он был выше других элементов при необходимости */
  }

  .class-of-bearings-carousel-selection .swiper3 .swiper-pagination-bullet {
    width: 7px;
    /* Ширина неактивных кружков */
    height: 7px;
    /* Высота неактивных кружков */
    background-color: #fff;
    /* Цвет неактивных кружков */
    opacity: 0.5;
    /* Прозрачность неактивных кружков */
  }

  .class-of-bearings-carousel-selection .swiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2E2F8C;
    /* Цвет активного кружка */
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .Name-of-category {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin: 5%;
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container {
    color: #fff;
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac {
    background-color: #000617;
    border-color: #000617;
    margin: 1% 5%;
    color: #fff;
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    background-color: #212529;
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-header img {
    width: 15px;
    height: 15px;
    padding: 10px 0px;
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-header button {
    font-size: 10px;
    font-weight: 400;
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-header .ac-trigger::after {
    content: "";
    background-image: url("../resources/svg/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    /* Adjust width as needed */
    height: 6px;
    /* Adjust height as needed */
    display: inline-block;
    top: 20%;
    right: 1%;
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-header.active .ac-trigger::after {
    content: "";
    background-image: url("../resources/svg/arrow.svg");
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac.active .ac-panel {
    display: block;
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-panel {
    margin: 0% 3%;
    color: #fff;
    background-color: #484848;
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .ac-panel .ac-text {
    margin: 1% 2%;
    font-size: 7px;
    font-weight: 400;
  }

  .class-of-bearings-carousel-selection .swiper3 .wrapper3 .swiper-slide .accordion-container .ac .accordion-header:hover {
    color: #fff;
  }
}

.catalog-selection {
  background-color: #000617;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 7.5%;
}

.catalog-selection .swiper-pagination1 {
  margin: 5% 0%;
  position: relative;
  /* Убедитесь, что это позиционирование не мешает другим элементам */
  z-index: 10;
  /* Установите z-index так, чтобы он был выше других элементов при необходимости */
}

.catalog-selection .swiper-pagination-bullet {
  width: 20px;
  /* Ширина неактивных кружков */
  height: 20px;
  /* Высота неактивных кружков */
  background-color: #fff;
  /* Цвет неактивных кружков */
  opacity: 0.5;
  /* Прозрачность неактивных кружков */
}

.catalog-selection .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2E2F8C;
  /* Цвет активного кружка */
}

.catalog-selection .swiper1 {
  width: 100%;
  height: auto;
  position: relative;
}

.catalog-selection .swiper-slide {
  position: relative;
  flex-shrink: 0;
  margin-right: 3%;
  margin-left: 3%;
  transition: transform 0.3s;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 35px;
}

.catalog-selection .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalog-selection .wrapper1 {
  align-items: center;
}

.catalog-selection h3 {
  margin-top: 25%;
}

.catalog-selection .carousel-content {
  align-items: flex-end;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5%;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
  border-radius: 35px;
}

.catalog-selection .swiper-slide .carousel-content {
  opacity: 1;
}

.catalog-selection .btn {
  margin-top: 1%;
  display: inline-block;
  background-color: #2E2F8C;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}

.catalog-selection h2 {
  padding-bottom: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 65px;
}

.catalog-selection .all-units {
  background-color: red;
  color: white;
  padding: 20px 60px;
  border: none;
  border-radius: 13px;
  cursor: pointer;
  margin: 20px auto;
  margin-bottom: 50px;
  margin-top: 0px;
  font-size: 22px;
  font-weight: 700;
}

.catalog-selection .catalog-container {
  margin-bottom: calc(25px + (100 - 25) * ((100vw - 320px) / (1440 - 320)));
  box-sizing: border-box;
  width: 100%;
}

.catalog-selection .grid-container {
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  justify-content: center;
  justify-items: center;
}

.catalog-selection .groups-title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 70px 5%;
}

.catalog-selection .groups-card {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin: 0 1%;
}

@media (max-width: 920px) {
  .catalog-selection .groups-card {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
}

@media (max-width: 767px) {
  .catalog-selection .groups-title {
    font-size: 23px;
    margin: 50px 5%;
  }
}

.catalog-selection .grid-container .card {
  position: relative;
  background-color: #ffffff;
  width: calc(127px + (250 - 127) * ((100vw - 767px) / (1440 - 767)));
  padding: calc(20px + (25 - 20) * ((100vw - 767px) / (1440 - 767)));
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.catalog-selection .groups-card .card {
  width: 100%;
  max-width: 396px;
  padding: 0;
  position: relative;
  border: 2px solid #fff;
  border-radius: 10px;
}

.catalog-selection .grid-container .card img {
  max-width: calc(127px + (250 - 127) * ((100vw - 767px) / (1440 - 767)));
  display: flex;
}

.catalog-selection .groups-card .card img {
  max-width: 200px;
  position: absolute;
  top: 115px;
  right: -50px;
}

.catalog-selection .grid-container .card .card-info {
  position: absolute;
  top: 200%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.catalog-selection .groups-card .card .info {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: left;
  padding: 0 25px;
  min-height: 258px;
  height: 100%;
}

.catalog-selection .groups-card .card .name {
  font-size: 30px;
  font-weight: bold;
  margin-top: 43px;
}

.catalog-selection .groups-card .card .text {
  font-size: 18px;
  max-width: 55%;
  color: white;
  margin: 15px 0;
}

.catalog-selection .grid-container .groups-card .info .card-button {
  background-color: red;
  color: white;
  padding: 9px 25px;
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 43px;
}

.catalog-selection .grid-container .card .card-info .card-button {
  background-color: red;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}

.catalog-selection .grid-container .card:hover .card-info {
  top: 50%;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {}

@media (max-width: 767px) {
  .catalog-selection {
    margin-top: 5%;
  }

  .catalog-selection .swiper-pagination-bullet {
    width: 7px;
    /* Ширина неактивных кружков */
    height: 7px;
    /* Высота неактивных кружков */
    background-color: #fff;
    /* Цвет неактивных кружков */
    opacity: 0.5;
    /* Прозрачность неактивных кружков */
  }

  .catalog-selection .swiper-slide {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    padding: 0;
    margin-right: 3%;
    margin-left: 3%;
    transition: transform 0.3s;
    width: 169px;
    height: 10%;
    overflow: hidden;
  }

  .catalog-selection h3 {
    margin-top: 20%;
    font-size: 8px;
  }

  .catalog-selection .carousel-content {
    align-items: flex-end;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    max-height: 300px;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 3%;
    opacity: 0;
    transition: opacity 0.3s;
    text-align: center;
    border-radius: 10px;
  }

  .catalog-selection .btn {
    display: inline-block;
    margin-top: 3%;
    background-color: #2E2F8C;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 6px;
    font-weight: 700;
  }

  .catalog-selection h2 {
    text-align: center;
    padding-bottom: 2%;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5%;
  }

  .catalog-selection .all-units {
    display: none;
  }

  .catalog-selection .catalog-container {
    margin-bottom: calc(25px + (100 - 25) * ((100vw - 320px) / (1440 - 320)));
    box-sizing: border-box;
    width: 100%;
  }

  .catalog-selection .grid-container {
    margin-top: 5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 5%;
    justify-content: center;
    justify-items: center;
  }

  .catalog-selection .groups-card {
    grid-template-columns: repeat(1, 1fr);
  }

  .catalog-selection .grid-container .card {
    position: relative;
    background-color: #ffffff;
    padding: calc(10px + (20 - 10) * ((100vw - 320px) / (767 - 320)));
    text-align: center;
    width: calc(45px + (250 - 45) * ((100vw - 320px) / (767 - 320)));
    align-items: center;
    overflow: hidden;
    position: relative;
    display: flex;
  }

  .catalog-selection .groups-card .card {
    width: 100%;
    padding: 0;
  }

  .catalog-selection .grid-container .card img {
    max-width: calc(45px + (250 - 45) * ((100vw - 320px) / (767 - 320)));
    height: fit-content;
  }

  .catalog-selection .grid-container .card .card-info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .catalog-selection .groups-card .card .name {
    font-size: 24px;
    margin-top: 33px;
  }

  .catalog-selection .groups-card .card .text {
    max-width: 60%;
    font-size: 16px;
  }

  .catalog-selection .groups-card .card img {
    max-width: 200px;
    top: 85px;
  }

  .catalog-selection .grid-container .card .card-info .card-button {
    background-color: red;
    color: white;
    padding: 2px 7px;
    font-size: 7px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin-top: 0%;
  }

  .catalog-selection .grid-container .card .card-info p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .catalog-selection .grid-container .card:hover .card-info {
    opacity: 1;
    pointer-events: auto;
  }
}

.about-company-selection {
  background-image: url("../resources/img/background2.png");
  background-size: cover;
  padding: 7vh 2vw;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-company-selection .about-rectangle {
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 20%;
}

@media (max-width: 380px) {
  .catalog-selection .groups-card .card .text {
    max-width: 75%;
  }

  .catalog-selection .groups-card .card img {
    max-width: 120px;
  }

  .catalog-selection .grid-container .groups-card .info .card-button {
    margin-bottom: 33px;
  }
}

.about-company-selection .about-rectangle .about-company {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -40px;
  font-weight: 700;
  font-size: 65px;
  margin-top: -4%;
  margin: auto;
}

.about-company-selection .about-rectangle .about-company-description {
  font-weight: 400;
  font-size: 22px;
  padding: 90px 60px 47px;
  margin: 0;
}

.about-company-selection .about-rectangle .about-company-slogan {
  font-weight: 700;
  font-size: 40px;
  padding: 0 60px 90px;
  margin: 0;
}

@media (max-width: 767px) {
  .about-company-selection {
    background-image: url("../resources/img/background2.png");
    background-size: cover;
    padding: 5px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
  }

  .about-company-selection .about-rectangle {
    text-align: center;
    background-color: #000000;
    margin: 5%;
  }

  .about-company-selection .about-rectangle .about-company {
    font-size: 20px;
    top: -7%;
    margin: 0;
  }

  .about-company-selection .about-rectangle .about-company-description {
    font-weight: 400;
    font-size: 8px;
    margin: 10% 5% 0% 5%;
    padding: 0;
  }

  .about-company-selection .about-rectangle .about-company-slogan {
    font-weight: 700;
    font-size: 12px;
    margin: 5% 10% 7% 10%;
    padding: 0;
  }
}

.advantages-selection {
  background: #000;
  padding: 5% 0;
  align-items: center;
}

.advantages-selection h2 {
  padding-bottom: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 65px;
}

.advantages-selection .advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
  margin: 2% 2%;
}

.advantages-selection .advantages-grid .advantage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

.advantages-selection .advantages-grid .advantage .textDiv {
  align-items: left;
  text-align: left;
  margin-top: 0.5%;
  margin-left: 2%;
}

.advantages-selection .advantages-grid .advantage .title {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
}

.advantages-selection .advantages-grid .advantage .description {
  margin-top: 4%;
  font-size: 22px;
  font-weight: 400;
}

.advantages-selection .advantages-grid .advantage img {
  width: 45px;
  height: 45px;
  align-self: left;
}

.advantages-selection .advantages-grid .advantage h3,
.advantages-selection .advantages-grid .advantage p {
  margin: 0;
}

@media (max-width: 767px) {
  .advantages-selection {
    align-items: center;
  }

  .advantages-selection h2 {
    font-size: 20px;
    margin: 5% 0%;
    padding: 0;
  }

  .advantages-selection .advantages-grid {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
  }

  .advantages-selection .advantages-grid .advantage {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    height: 8vh;
  }

  .advantages-selection .advantages-grid .advantage .textDiv {
    /* align-items: left; */
    text-align: left;
    margin-top: 0.5%;
    margin-left: 2%;
  }

  .advantages-selection .advantages-grid .advantage .title {
    margin: 0;
    font-size: 10px;
    font-weight: 700;
  }

  .advantages-selection .advantages-grid .advantage .description {
    margin-top: 4%;
    font-size: 7px;
    font-weight: 400;
  }

  .advantages-selection .advantages-grid .advantage img {
    width: 18px;
    height: 18px;
    align-self: left;
  }

  .advantages-selection .advantages-grid .advantage h3,
  .advantages-selection .advantages-grid .advantage p {
    margin: 0;
  }
}

.conditions-section {
  padding: 70px 0;
  align-items: center;
}

.conditions-section .conditions-h2 {
  text-align: center;
  font-weight: 700;
  font-size: 65px;
  margin: 0;
}

.conditions-section .conditions-p {
  padding-bottom: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
}

.conditions-section .conditions-main-div {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  text-align: center;
}

.conditions-section .conditions-main-div .details-image {
  width: 40vw;
  height: 40vh;
}

.conditions-section .conditions-main-div .conditions-div {
  margin-left: 2%;
  display: grid;
  grid-gap: 5%;
  grid-template-columns: repeat(2, 1fr);
}

.conditions-section .conditions-main-div .conditions-div .condition {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  text-align: center;

}

.conditions-section .conditions-main-div .conditions-div .condition .textDiv {
  align-items: left;
  text-align: left;
  margin-left: 2%;
  margin-top: -3%;
}

.conditions-section .conditions-main-div .conditions-div .condition .title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}

.conditions-section .conditions-main-div .conditions-div .condition .description {
  margin-top: 4%;
  font-size: 20px;
  font-weight: 400;
}

.conditions-section .conditions-main-div .conditions-div .condition img {
  height: 6vh;
  align-self: left;
}

.conditions-section .conditions-main-div .conditions-div .condition h3,
.conditions-section .conditions-main-div .conditions-div .condition p {
  margin: 0;
}

@media (max-width: 767px) {
  .conditions-section {
    padding: 0;
    margin-top: 5%;
    align-items: center;
  }

  .conditions-section .conditions-h2 {
    font-size: 20px;
  }

  .conditions-section .conditions-p {
    font-size: 7px;
    padding: 0;
  }

  .conditions-section .conditions-main-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin-bottom: 10%;
  }

  .conditions-section .conditions-main-div .details-image {
    display: none;
  }

  .conditions-section .conditions-main-div .conditions-div {
    margin-top: 4%;
    margin-left: 5%;
    margin-right: 5%;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .conditions-section .conditions-main-div .conditions-div .condition {
    display: flex;
    flex-direction: row;
    justify-content: normal;
    text-align: center;

  }

  .conditions-section .conditions-main-div .conditions-div .condition .textDiv {
    align-items: left;
    text-align: left;
    margin-left: 2%;
    margin-top: -3%;
  }

  .conditions-section .conditions-main-div .conditions-div .condition .title {
    margin: 0;
    font-size: 10px;
    font-weight: 700;
  }

  .conditions-section .conditions-main-div .conditions-div .condition .description {
    margin-top: 4%;
    font-size: 7px;
    font-weight: 400;
  }

  .conditions-section .conditions-main-div .conditions-div .condition img {
    height: 18px;
    align-self: left;
  }

  .conditions-section .conditions-main-div .conditions-div .condition h3,
  .conditions-section .conditions-main-div .conditions-div .condition p {
    margin: 0;
  }
}

.how-we-works-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 0 30px;
  background: #000;
}

.how-we-works-section .how-we-works-h2 {
  padding-bottom: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 65px;
  margin: 0;
}

.how-we-works-section .steps-div {
  margin: 2% 5%;
  align-items: start;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2%;
}

.how-we-works-section .steps-div .step {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 6px;
  align-items: center;
  justify-content: center;
}

.how-we-works-section .steps-div .step .image-container {
  align-self: start;
  width: 11vw;
  height: 11vw;
  border-radius: 50%;
  position: relative;
  background-color: #2E2F8C;
}

.how-we-works-section .steps-div .step .image-container img {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: fill;
  object-fit: fill;
}

.how-we-works-section .steps-div .step .text-container {
  margin-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.how-we-works-section .steps-div .step .text-container .step-number {
  color: #2E2F8C;
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  white-space: normal;
}

.how-we-works-section .steps-div .step .text-container .step-description {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  white-space: normal;
}

.how-we-works-section button {
  background-color: red;
  color: white;
  padding: 20px 60px;
  border: none;
  border-radius: 13px;
  cursor: pointer;
  margin: 20px auto;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 1132px) {
  .how-we-works-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #000;
    margin-bottom: 10%;
  }

  .how-we-works-section .steps-div .step .text-container .step-number {
    color: #2E2F8C;
    margin: 0;
    font-size: 37px;
    font-weight: 700;
    white-space: normal;
  }

  .how-we-works-section .steps-div .step .text-container .step-description {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .how-we-works-section {
    padding: 0;
    margin-bottom: 10%;
  }

  .how-we-works-section .how-we-works-h2 {
    padding: 2% 0% 2% 0%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
  }

  .how-we-works-section .steps-div {
    margin: 2% 5%;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    justify-content: center;
  }

  .how-we-works-section .steps-div .step {
    display: flex;
    align-items: center;
    justify-content: normal;
  }

  .how-we-works-section .steps-div .step .image-container {
    align-self: center;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    position: relative;
    background-color: #2E2F8C;
  }

  .how-we-works-section .steps-div .step .image-container img {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .how-we-works-section .steps-div .step .text-container {
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .how-we-works-section .steps-div .step .text-container .step-number {
    color: #2E2F8C;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    white-space: normal;
  }

  .how-we-works-section .steps-div .step .text-container .step-description {
    margin: 0;
    font-size: 8px;
    font-weight: 400;
    white-space: normal;
  }

  .how-we-works-section button {
    display: none;
  }
}

.request-section .request-container {
  background-color: #212529;
  padding: 20px;
  text-align: center;
  margin: 70px 20%;
  border-radius: 10px;
}

.request-section .request-container .form-header {
  padding: 10px 0;
  margin-bottom: 20px;
}

.request-section .request-container .form-header h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
}

.request-section .request-container .wpcf7-form-control-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  width: -moz-available !important;
  width: -webkit-fill-available !important;
  width: fill-available !important;
  margin-top: 2%;
  margin-left: 20%;
  display: inline-block;
  margin-right: 20%;
  margin-bottom: 2%;
}

.wpcf7-form p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.request-section .request-container .wpcf7-form-control-wrap input {
  color: rgb(255, 255, 255);
  font-size: 20px;
  background-color: #484848;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 10px;
}

.request-section .request-container .submit-button {
  border-radius: 10px;
  background-color: #2E2F8C;
  color: white;
  padding: 10px 40px;
  border: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5%;
}

@media (max-width: 767px) {
  .request-section .request-container {
    background-color: #212529;
    padding: 20px;
    text-align: center;
    margin: 5% 5%;
    border-radius: 10px;
  }

  .request-section .request-container .form-header {
    padding: 2% 0;
    margin-bottom: 1%;
  }

  .request-section .request-container .form-header h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
  }

  .request-section .request-container .form-group {
    margin-top: 5%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 5%;
  }

  .request-section .request-container .form-group input {
    background-color: #484848;
    width: 100%;
    padding: 10px;
    font-size: 10px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 10px;
  }

  .request-section .request-container .wpcf7-form-control-wrap input {
    color: rgb(255, 255, 255);
    font-size: 10px;
    background-color: #484848;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 10px;
  }

  .request-section .request-container .submit-button {
    border-radius: 10px;
    background-color: #2E2F8C;
    color: white;
    padding: 4% 7%;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 700;
    margin-bottom: 0%;
  }
}

.feedback-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 2% 2%;
}

.feedback-section .feed {
  font-size: 65px;
  font-weight: 700;
}

.feedback-section .swiper2 {
  margin-top: 5%;
  width: 100%;
}

.feedback-section .swiper-slide {
  background-color: #212529;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  margin-right: 3%;
  margin-left: 3%;
  transition: transform 0.3s;
  width: 140px;
}

.feedback-section .swiper-pagination2 {
  margin: 5% 0%;
  position: relative;
  z-index: 10;
}

.feedback-section .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 0.5;
}

.feedback-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2E2F8C;
}

.feedback-section img {
  margin: 10% 5% 5% 5%;
  width: 60%;
  height: 6%;
}

.feedback-section h3 {
  margin: 5% 5%;
  font-size: 25px;
  font-weight: 700;
}

.feedback-section p {
  margin: 5% 5% 20% 5%;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .feedback-section {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .feedback-section .feed {
    font-size: 20px;
    font-weight: 700;
  }

  .feedback-section .swiper2 {
    margin-top: 5%;
    width: 100%;
  }

  .feedback-section .swiper-slide {
    position: relative;
    background-color: #212529;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    margin-right: 3%;
    margin-left: 3%;
    transition: transform 0.3s;
    width: 100px;
  }

  .feedback-section .swiper-pagination2 {
    margin: 5% 0%;
    position: relative;
    z-index: 10;
  }

  .feedback-section .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #fff;
    opacity: 0.5;
  }

  .feedback-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2E2F8C;
    /* Цвет активного кружка */
  }

  .feedback-section img {
    margin: 10% 10% 5% 10%;
    width: 60%;
    height: 6%;
  }

  .feedback-section h3 {
    margin: 5% 10%;
    font-size: 9px;
    font-weight: 700;
  }

  .feedback-section p {
    margin: 5% 10% 20% 10%;
    font-size: 6px;
    font-weight: 400;
  }
}

.map-section .map {
  width: 100vw;
  height: 500px;
}

@media (max-width: 767px) {
  .map-section .map {
    width: 100vw;
    height: 200px;
  }
}

.contacts-section {
  margin: 70px 5%;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.contacts-section .contact-info h2 {
  padding-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
}

.contacts-section .contact-info h3 {
  font-size: 30px;
  font-weight: 400;
}

.contacts-section .contact-info p {
  font-size: 30px;
  font-weight: 400;
}

.contacts-section .contact-info .info {
  margin-top: 5%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.contacts-section .contact-info img {
  margin-right: 3%;
}

.contacts-section .form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-self: start;
  margin: 0% 25%;
}

.contacts-section .form h2 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.contacts-section .form .wpcf7-form-control-wrap input,
textarea {
  font-size: 20px;
  margin-bottom: 7%;
  background-color: #212529;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: none;
  outline: none;
  resize: none;
  max-height: 120px;
  border-radius: 10px;
  color: #fff;
}

.contacts-section .form input::-moz-placeholder,
.contacts-section .form textarea::-moz-placeholder {
  font-family: "Scada";
  font-size: 20px;
}

.contacts-section .form input::placeholder,
.contacts-section .form textarea::placeholder {
  font-family: "Scada";
  font-size: 20px;
}

.submit-button2 {
  margin: 0% 10%;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #2E2F8C;
  font-weight: 700;
  font-size: 22px;
  border: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5%;
  color: white;
}

.contacts-section .form .big-input {
  height: 150px;
  resize: none;
}

.contacts-section .form p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 940px) {
  .contacts-section {
    margin: 2% 0%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contacts-section .contact-info {
    margin-bottom: 5%;
    justify-content: center;
  }

  .contacts-section .contact-info h2 {
    font-size: 20px;
    white-space: nowrap;
    font-weight: 700;
    margin: 5% 5% 0% 5%;
    padding: 0;
  }

  .contacts-section .contact-info h3 {
    margin: 3% 20%;
    font-size: 10px;
    font-weight: 400;
  }

  .contacts-section .contact-info p {
    font-size: 10px;
    font-weight: 400;
  }

  .contacts-section .contact-info .info {
    margin-left: 30%;
    text-align: start;
  }

  .contacts-section .contact-info img {
    margin-right: 3%;
    width: 30px;
    height: 30px;
  }

  .contacts-section .form {
    display: none;
  }
}

footer {
  margin-top: 0;
  background-color: #212529;
  color: #fff;
  padding: 20px;
}

footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #212529;
}

footer .menu-contacts {
  margin-right: 5%;
}

footer .footer-content .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
}

footer .footer-content .contact-info .contact-info-item {
  display: flex;
  align-items: center;
}

footer .footer-content .contact-info .contact-info-item:not(:last-child) {
  margin-bottom: -30px;
}

footer .footer-content .contact-info .contact-info-item img {
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 867px) {

  footer {
    margin-top: 0;
    background-color: #212529;
    color: #fff;
    padding: 20px;
  }

  footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #212529;
  }

  footer .menu-contacts {
    margin-right: 5%;
  }

  footer .footer-content .navigation {
    display: none;
  }

  footer .footer-content .contact-info {
    display: none;
  }

}

@media (max-width: 767px) {

  footer {
    margin-top: 0;
    background-color: #212529;
    color: #fff;
    padding: 20px;
  }

  footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #212529;
  }

  footer .menu-contacts {
    margin-right: 5%;
  }

  footer .footer-content .navigation {
    display: none;
  }

  footer .footer-content .contact-info {
    display: none;
  }

  footer .footer-content .logo a {
    display: flex;
    align-items: center;
  }

  footer .footer-content .logo img {
    width: 60px;
    height: 35px;
    margin-left: 20px;
  }

  footer .footer-content .social-icons {
    align-self: right;
  }

  footer .footer-content .social-icons img {
    width: 19px;
    height: 19px;
  }
	
  footer .footer-content .footer-link {
    font-size: 12px;
  }
}

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