* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "IBM Plex Sans";
}

h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #121212;
}

h3 {
  font-weight: 600;
  font-size: 2.25rem;
  color: #121212;
}

.navbar-nav {
  margin-left: 5.625rem;
}

.navbar-nav li:not(:last-child) {
  margin-right: 3.75rem;
}

.navbar a {
  font-weight: 500;
  color: #121212;
}

.collapse a:visited {
  color: #121212;
}

.collapse a:hover {
  color: #cb2f2f;
}

.collapse a:focus {
  color: #cb2f2f;
  border-radius: 0.1875rem;
}

.collapse a:active {
  background-color: #f5f5f5;
  color: #cb2f2f;
}

.dropdown-item {
  padding: 0;
}

.dropdown-item:hover {
  background: none;
}

.nav-item .dropdown-menu {
  background-color: #fafafa;
  padding: 1.875rem 1.875rem 1.875rem 2.5rem;
  border: 0;
  width: 15.875rem;
}

.nav-item .dropdown-menu li {
  width: 100%;
  position: relative;
}

.nav-item .dropdown-menu a {
  font-weight: normal;
  font-size: 0.875rem;
}

.nav-item .dropdown-menu li:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.nav-item .dropdown-menu li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #cb2f2f;
  transform: translateY(-50%);
  top: 50%;
  display: none;
  left: -1.125rem;
}

.nav-item .dropdown-menu li:hover::before {
  display: block;
}

.nav-item .dropdown-toggle:focus::after {
  transform: rotate(180deg);
}

.navbar-toggler-icon {
  display: flex;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.form-control {
  border: 0;
  background-image: url(/images/Vector.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.form-control:focus {
  box-shadow: none;
}

.header__form {
  margin-right: 2rem;
}

.header__wrapper_lang {
  border-left: 1px solid #eaeaea;
  padding-left: 1.9375rem;
}

.navbar__globe {
  text-decoration: none;
}

#btnGroupDrop1 {
  border: 0;
  color: #121212;
  background-color: transparent;
  font-weight: 500;
}

#btnGroupDrop1:focus {
  color: #cb2f2f;
  box-shadow: none;
  background-color: #f5f5f5;
}

#btnGroupDrop1:focus::after {
  transform: rotate(180deg);
}

#btnGroupDrop1:hover {
  color: #cb2f2f;
}

.menu-chevron {
  font-size: 12px;
  transition: transform 0.3s linear;
}

.nav-item .show .menu-chevron,
.btn-group .show .menu-chevron {
  transform: rotate(180deg);
}

.text-chevron {
  margin-right: 10px;
}

.btn-group .dropdown-item:hover {
  color: #cb2f2f;
}

.btn-group .dropdown-item.active {
  background-color: transparent;
  color: #cb2f2f !important;
}

.dropdown-item.active::before {
  top: 50%;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #cb2f2f;
  transform: translateY(-50%);
  left: 10px;
}

.btn-group .dropdown-menu.show {
  min-width: 5rem;
  background-color: #fafafa;
  border: 0;
}

.btn-group .dropdown-menu.show a {
  font-size: 1rem;
  color: #bfbfbf;
  text-align: center;
  position: relative;
}

.btn-group .dropdown-menu.show a:hover {
  color: #cb2f2f;
}

.btn-group .dropdown-menu.show li::before {
  top: 50%;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #cb2f2f;
  transform: translateY(-50%);
  display: none;
}
.btn-group .dropdown-menu.show li:hover::before {
  display: block;
}

.btn-group .dropdown-menu.show li a:hover {
  color: #cb2f2f;
  font-weight: 500;
}

/*Блок about*/
.about {
  background-color: #fafafa;
  background-image: url(../images/request-form/bg.png);
  background-repeat: no-repeat;
  background-position: 10% 24%;
}

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

.about__text h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 4.5rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  position: relative;
  padding-top: 8.75rem;
  text-transform: uppercase;
}

.about__text .line:after {
  content: "";
  position: absolute;
  background: #cb2f2f;
  height: 1px;
  width: 30%;
  left: 0rem;
  bottom: -1.25rem;
}

.about__img img {
  height: 100%;
  width: 100%;
}

.about__text p {
  font-size: 1.125rem;
  margin: 3.125rem 0rem 4.375rem 0rem;
  max-width: 22.375rem;
}

.about__btn {
  background-color: #cb2f2f;
  color: #fffffe;
  text-decoration: none;
  border-radius: 0.3125rem;
  padding: 1.3125rem 1.484345rem 1.3125rem 2.5rem;
}

.about__btn img,
.catalog__btn img {
  margin-left: 1.9375rem;
}

.about__btn:hover {
  color: #fffffe;
}

/*Блок offer*/
.offer .container .row {
  align-items: center;
  padding: 5.625rem 0 3.75rem 0;
}

.offer .container .row .slim {
  font-weight: 500;
  color: #0d2026;
}

.offer .offer__paragraf {
  border-left: 1px solid #cb2f2f;
  padding-left: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/*Блок популар*/
.grid {
  display: grid;
}
.grid-3 {
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

@media (min-width: 550px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.popular {
  padding-bottom: 60px;
}

.popular .popular-item {
  position: relative;
  background-color: #f5f5f5;
}

.popular .popular-item:hover {
  background-color: #fffffe;
  box-shadow: 0px 50px 60px -30px rgba(47, 47, 47, 0.15), 0px 20px 20px -10px rgba(47, 47, 47, 0.1);
}

.popular .popular-item:hover .btn-popular {
  background-color: #121212;
}

.popular .popular-item figure {
  height: 12rem;
}
.popular .popular-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popular__title__bottom {
  padding-top: 3.8125rem;
  text-align: center;
}

.popular__title__bottom a {
  font-size: 1rem;
  color: #cb2f2f;
  text-decoration: none;
}

.popular-item-content {
  padding: 0 1.875rem 1.875rem 1.875rem;
}

.popular-item-type {
  font-size: 1.125rem;
  color: #939393;
  font-weight: 400;
}

.popular-item-image {
  padding: 3.75rem 5rem 0rem 5rem;
}

.popular-item-title {
  font-size: 1.5rem;
  color: #cb2f2f;
  font-weight: 600;
}

.popular-item .btn-popular {
  padding: 1.3125rem;
  width: 100%;
  display: block;
  color: #fffffe;
  background-color: #424242;
  text-decoration: none;
  text-align: center;
}

.popular .popular-item .img__arrow {
  width: 1.25rem;
  margin-left: 1.5rem;
}

/*каталог--продукт*/
.catalog__product {
  margin-top: 3.75rem;
}

.catalog__product .container .row {
  padding-top: 3.75rem;
}

.catalog__product .container .top {
  border-top: 1px solid #eaeaea;
}

.catalog__product_pattern {
  background-color: #fafafa;
}

.title__series {
  color: #939393;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.catalog__product-content h3 {
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
}

.catalog__product-content h3::after {
  content: "";
  position: absolute;
  background: #bfbfbf;
  height: 1px;
  width: 15%;
  bottom: 0;
  left: 0;
}

.catalog__product-content .colortext {
  color: #cb2f2f;
}

.catalog__product-content ul {
  margin-top: 4.4375rem;
  list-style: none;
  margin-bottom: 5rem;
  padding-left: 0;
}

.catalog__product-content li {
  position: relative;
  margin-left: 0.625rem;
}

.catalog__product-content li::before {
  background-color: #cb2f2f;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.9375rem;
}

.catalog__param {
  column-count: 2;
}

.catalog__btn {
  background-color: #fafafa;
  color: #cb2f2f;
  text-decoration: none;
  border-radius: 0.3125rem;
  padding: 1.3125rem 1.484345rem 1.3125rem 2.5rem;
  border: 1px solid #cb2f2f;
}

.catalog__btn:hover {
  color: #cb2f2f;
}

.catalog__product-content {
  padding: 3.75rem 3.75rem;
}

.catalog__product-image figure {
  height: 28.125rem;
  margin-bottom: 0;
}

.catalog__product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.revers {
  flex-direction: row-reverse;
}

/*form обратная связь*/
.wrapper__request-form {
  width: 100%;
  background: url(../images/request-form/bg.png) no-repeat 60% 50%, #fafafa;
}

.request-form {
  align-items: center;
  justify-content: space-around;
  padding: 60px 0;
}

.request-form__title {
  padding-left: 40px;
  border-left: 1px solid #cb2f2f;
  color: #121212;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 140%;
}

.form-mess {
  background-color: #fafafa;
  margin-top: 3.75rem;
}

.form-foot {
  max-width: 29.375rem;
  padding: 2.5rem;
  background-color: #fffffe;
}

.form-foot .btn-primary:hover {
  background-color: #cb2f2f;
}

.form-control2 {
  border: 1px solid #e3e3e3;
  padding: 1.0625rem 0 1.0625rem 0;
  margin-bottom: 1.25rem;
  width: 100%;
}

.message {
  height: 8.5rem;
}

.btn-form {
  background-color: #cb2f2f;
  border: none;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
}

.btn-form img {
  margin-left: 2rem;
}

.form-paragraf {
  font-size: 2.25rem;
  border-left: 1px solid #cb2f2f;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
}

.form-mess .container .row {
  align-items: center;
}

.form-foot {
  margin: 3.75rem 0 3.75rem auto;
  box-shadow: 0px 20px 20px -10px rgba(47, 47, 47, 0.05), 0px 50px 60px -30px rgba(47, 47, 47, 0.1);
  border-radius: 4px;
}

.form-foot .form-group input,
.form-foot .form-group textarea {
  padding-left: 1.25rem;
  font-size: 0.875rem;
}

/*footer*/
.footer {
  padding: 7.5rem 0;
}

.footer-title {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.footer .menu-group a:hover {
  text-decoration: underline;
  color: #cb2f2f;
}

.footer-logo {
  width: 7.5rem;
  height: 6.875rem;
}

.footer .menu-group li {
  font-weight: 500;
}

.footer .menu-group li:not(:last-child) {
  margin-bottom: 1.875rem;
}

.contact-content a:not(:last-child) {
  margin-bottom: 0.625rem;
}

.footer .contact-group {
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
}

.contact-group i {
  color: #cb2f2f;
}

.wrap-foot2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5rem;
}

.wrap-foot2 ul li:first-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.footer__facebook {
  margin-right: 1.875rem;
}

.wrap-foot2 ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}

.ico-foot {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}

.wrap-foot2 .inst {
  margin-right: 1.875rem;
}

.contact-content a {
  display: block;
}

.footer a {
  color: #424242;
  text-decoration: none;
}

.contact-description {
  padding-left: 0.625rem;
  margin-left: 0.625rem;
  border-left: 1px solid #bfbfbf;
  color: #bfbfbf;
}

.footer .fa-phone-alt::before {
  content: url(/images/trubka.svg);
}

.feedback .contact-group span {
  width: 1.125rem;
}

.feedback .tel {
  margin-bottom: 1.25rem;
}

.contact-content {
  font-size: 0.875rem;
  line-height: 160%;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #eee;
}

.contact-content a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  background-color: #fafafa;
  height: 4rem;
  display: flex;
  align-items: center;
}

/*Конец ПЕрвой страницы!!!!*/
/*---------------------------------------------------------------*/

.header__bottom {
  background-color: #f5f5f5;
}

.nav-row {
  position: relative;
}

.right-arrow {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}

.left-arrow {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}

.left-arrow,
.right-arrow i {
  color: #121212;
  font-weight: 600;
}

.breadcrumb {
  height: 3.375rem;
  align-items: center;
  margin-bottom: 0rem;
  flex-wrap: nowrap;
  overflow: scroll visible;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.container .breadcrumb-item {
  border: none;
}

.breadcrumb-item {
  margin-left: 1.625rem;
}

.breadcrumb-item.active {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 1.5rem;
  margin-left: 0;
  background: #eaeaea;
}

.breadcrumb-item .btn-group {
  width: 100%;
  height: 100%;
}

.breadcrumb-item:nth-child(2),
.breadcrumb-item:nth-child(3),
.breadcrumb-item:nth-child(4),
.breadcrumb-item:nth-child(5),
.breadcrumb-item:nth-child(6),
.breadcrumb-item:nth-child(7) {
  position: unset;
  padding: 0;
  width: 10rem;
  height: 100%;
  margin: 0;
}

.breadcrumb-item:nth-child(2) .btn-group,
.breadcrumb-item:nth-child(3) .btn-group,
.breadcrumb-item:nth-child(4) .btn-group,
.breadcrumb-item:nth-child(5) .btn-group,
.breadcrumb-item:nth-child(6) .btn-group,
.breadcrumb-item:nth-child(7) .btn-group {
  position: unset;
  width: 10rem;
}

.breadcrumb-item__btn {
  border: none;
  background: none;
  width: 152px;
}

.breadcrumb-item .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 10rem;
  height: auto;
  background: #f5f5f5;
}
.breadcrumb-item:nth-child(3) .dropdown-menu.show {
  width: 11rem;
}
.breadcrumb-item:nth-child(6) .dropdown-menu.show {
  width: 15.5rem;
}

.breadcrumb-item .dropdown-menu.show a {
  position: relative;
  color: #424242;
  font-size: 14px;
  padding: 0.625rem 0 0.625rem 1.5rem;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.breadcrumb li {
  border-right: 1px solid #eaeaea;
  padding-right: 1.5rem;
  flex-shrink: 0;
}

.breadcrumb li a,
.breadcrumb li button {
  color: #424242;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #cb2f2f;
}

.breadcrumb .active {
  color: #cb2f2f;
}
.breadcrumb .selected button {
  background: #eaeaea;
  width: 10rem;
}

.swiper-thumbs img {
  max-width: 4.875rem;
}

.production .swiper-container {
  padding-top: 1.4rem;
}
.production .swiper-wrapper {
  align-items: center;
}

.model__description {
  padding: 2.5rem;
  background-color: #fafafa;
  border-radius: 4px;
}

.model__description_name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #cb2f2f;
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 2.125rem;
  padding-bottom: 1.875rem;
}

.model__description a {
  display: block;
  color: #121212;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  border: 1px solid #121212;
  border-radius: 5px;
  transition: all 0.3s linear;
  margin-bottom: 1.25rem; /*надо поменять тут только у первого сделать*/
}

.model__description a:hover {
  background-color: #121212;
  color: #fffffe;
}

.model__description_name::after {
  content: "";
  position: absolute;
  background: #bfbfbf;
  height: 1px;
  width: 20%;
  bottom: 0;
  left: 0;
}

.model__description .contact__us {
  margin-bottom: 0;
  background: #cb2f2f;
  color: #fffffe;
  line-height: 100%;
  border: none;
  transition: all 0.3s linear;
}

.model__description .contact__us:hover {
  background: #cb2f2f;
  box-shadow: 0px 10px 20px -10px rgba(21, 26, 48, 0.05), 0px 20px 40px -10px rgba(21, 26, 48, 0.3);
}

.contact__us-text {
  margin-right: 1.875rem;
}

.contact__us i {
  color: #fffffe;
}

.product__exposition .production,
.product__expositionPP .production {
  margin-top: 3.75rem;
}

.table__wrap {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #eaeaea;
}

.table .left {
  padding-bottom: 0;
  border-right: 1px solid #eaeaea;
  border-bottom: none;
  padding-left: 2.5rem;
}

.table .right {
  padding-bottom: 1.25rem;
  border-bottom: none;
  text-align: center;
  width: 50%;
}

.table .align {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.table {
  border: 1px solid #eaeaea;
  margin-top: 1.875rem;
}

.table th {
  padding: 2.5rem 0rem 2.5rem 2.5rem;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #eaeaea;
}

.table .first {
  padding-top: 2.5rem;
}

.table .last {
  padding-bottom: 2.5rem;
}

/*------PP_series-------------*/

.pp__description {
  margin-top: 1.875rem;
}

.pp__wrapper {
  margin-top: 1.875rem;
  padding: 2.5rem;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.pp__description:nth-child(1) {
  margin-top: 0;
}

.pp__description p {
  font-size: 1.125rem;
  line-height: 160%;
  margin-bottom: 0;
}

.pp__left ul,
.pp__right ul {
  padding: 0 0 0 1.25rem;
  margin-bottom: 0;
  list-style: none;
  position: relative;
}

.pp__left .wrap__color,
.pp__right .wrap__color {
  font-weight: 400;
}

.pp__left ul li,
.pp__right ul li {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.pp__left ul li:last-child,
.pp__right ul li:last-child {
  margin-bottom: 0;
}

.pp__left ul li::before,
.pp__right ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #cb2f2f;
  transform: translateY(-50%);
  margin-top: 0.9rem;
  margin-left: -1.25rem;
}

.pp__right p {
  font-size: 1.125rem;
  font-weight: 400;
}

/*-----------О нас------------------*/

.about__us {
  text-align: center;
  background-color: #fafafa;
}

.about__us h2 {
  position: relative;
  padding-top: 7.5rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
}

.about__us h2::after {
  content: "";
  position: absolute;
  background: #cb2f2f;
  height: 1px;
  width: 4%;
  left: 48%;
  bottom: -1.25rem;
}

.half__top {
  height: 29.375rem;
}

.half__top img {
  position: absolute;
  top: 23.75rem;
  transform: translateX(-50%);
}

.about__us .bot {
  padding-top: 1rem;
  text-transform: uppercase;
}

.about__us_sacura {
  background-color: #fffffe;
}

.about__us_sacura p {
  padding-top: 2.5rem;
  max-width: 75.125rem;
  margin-left: auto;
  margin-right: auto;
}

.about__us_sacura .known {
  display: block;
  margin-top: 4.5625rem;
  font-weight: 500;
  color: #bfbfbf;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.about__us_sacura .red_ellips {
  padding-bottom: 3.5rem;
}

.about__us_sacura .wrap__known {
  position: relative;
}

.about__us_sacura .wrap__known::after {
  content: "";
  background: #eaeaea;
  position: absolute;
  height: 3.5rem;
  width: 1px;
  bottom: -0.1rem;
  left: 49.95%;
}

.our__worth {
  background-color: #fafafa;
  text-align: center;
  padding-bottom: 3.75rem;
}

.our__worth h3 {
  padding-top: 3.75rem;
  position: relative;
}

.our__worth h3::after {
  content: "";
  background: #cb2f2f;
  position: absolute;
  height: 1px;
  width: 5%;
  bottom: -1.25rem;
  right: 47.5%;
}

.our__worth p {
  max-width: 29.375rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #424242;
  margin: 2.5rem auto 0 auto;
}

.worth .worth__cart {
  display: flex;
  max-width: 48.125rem;
  margin: 3.75rem auto 0 auto;
  background-color: #fffffe;
  justify-content: space-between;
}

.worth .worth__cart h2 {
  color: #424242;
}

.worth .worth__cart ul {
  list-style-type: none;
  padding: 3.75rem 2.625rem 3.75rem 4.25rem;
}

.worth .worth__cart ul li {
  font-size: 1rem;
  font-weight: 600;
  text-align: start;
  position: relative;
}

.worth .worth__cart ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #cb2f2f;
  transform: translateY(-50%);
  top: 50%;
  left: -1.875rem;
}

.worth .worth__cart ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}

.wrap__number {
  display: flex;
  align-items: center;
  width: 16.875rem;
  justify-content: center;
}

.rev {
  flex-direction: row-reverse;
}

/*-------Director------------*/

.wrap__block {
  display: flex;
  margin-top: 5rem;
}

.quote {
  margin-right: 2.5rem;
}

.director__wrap {
  padding-top: 3.75rem;
}

.director__wrap h2 {
  font-weight: 600;
  font-size: 3rem;
}

.wrapper__director p {
  font-size: 1rem;
  font-weight: 400;
  color: #939393;
}

.manager img {
  width: 100%;
  padding-left: 4.375rem;
}

.manager figure {
  margin-bottom: 0;
}

.wrapper__director .top__manager {
  font-weight: 500;
  font-size: 0.875rem;
  color: #121212;
  text-transform: uppercase;
  text-align: end;
}

@media screen and (max-width: 768px) {
  .wrap__block {
    margin-top: 32px;
    flex-direction: column;
  }
  .wrap__block .quote {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 575px) {
  .director__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*---------------------*/

.head .swiper-slide {
  height: 21.125rem;
}

.head .swiper-slide figure {
  height: 100%;
  margin-bottom: 0;
}

.head .swiper-slide img {
  height: 90%;
  width: 100%;
  object-fit: contain;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide-visible {
  width: 91px !important;
  height: 60px !important;
}

.swiper-slide-visible figure {
  height: 100%;
  margin-bottom: 0;
}

.swiper-slide-visible figure img {
  width: 70%;
  height: 100%;
  object-fit: contain;
  padding: auto 0;
}
.swiper-slide:hover {
  cursor: pointer;
}

.mySwiper {
  height: 4.6875rem;
  margin-top: auto;
  margin-bottom: 0;
}

.mySwiper .swiper-slide,
.mySwiper3 .swiper-slide {
  opacity: 0.5;
}

.mySwiper .swiper-slide:hover {
  opacity: 1;
  cursor: pointer;
}

.mySwiper3 .swiper-slide:hover {
  opacity: 1;
  cursor: pointer;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(16, 16, 16, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: all 0.3s linear;
}
.popup__body {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 30px 10px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
}
.popup__content {
  background: #f5f7f6;
  width: 100%;
  height: 100%;
}
.popup__close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  width: 1.3rem;
  border: none;
  background: none;
  font-size: 22px;
  z-index: 20;
}
.btn-prev {
  position: absolute;
  z-index: 12;
  left: 2rem;
  border: none;
  background: none;
  color: #cb2f2f;
  font-size: 36px;
}
.btn-next {
  position: absolute;
  z-index: 12;
  right: 2rem;
  border: none;
  background: none;
  color: #cb2f2f;
  font-size: 36px;
}

.img__open {
  position: absolute;
  max-width: 80%;
  width: auto;
  max-height: 50rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

@media (max-width: 767px) {
  .img__open {
    max-width: 90%;
    max-height: 80%;
  }
  .btn-next,
  .btn-prev {
    font-size: 26px;
  }
}

/*-----downalds--------------*/
.listdownald {
  background-color: #fffffe;
  padding: 3.75rem 3.75rem 3.75rem 5.375rem;
  margin-bottom: 5.625rem;
  box-shadow: 0px 20px 20px -10px rgba(47, 47, 47, 0.05), 0px 50px 60px -30px rgba(47, 47, 47, 0.1);
  border-radius: 4px;
}

.listdownald li {
  border: none;
  position: relative;
  align-items: center;
}

.listdownald li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #cb2f2f;
  transform: translateY(-50%);
  top: 50%;
  left: -1.25rem;
}

.listdownald li:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.listdownald .red {
  margin-right: 1.25rem;
}

.listdownald .weight__groop {
  align-items: center;
}

.listdownald hr {
  border: none;
  border-bottom: 1px dotted grey;
  color: #fff;
  height: 1px;
  width: 40%;
  margin-right: 1.875rem;
}

.listdownald .red {
  color: #cb2f2f;
  font-weight: 500;
}

.list-group-item {
  align-items: center;
}

.weight__groop a {
  text-decoration: none;
}

.wrap__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wrap__img {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  padding: 0.625rem;
}

.groundpage {
  background-color: #fafafa;
}

.cont {
  margin-top: 0;
}

.cont .form-foot {
  margin: 3.75rem auto;
  border-radius: 4px;
}

.title__form {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}

.wrap__contacts {
  background-color: white;
  padding: 3.75rem 0rem 4.875rem 3.75rem;
  box-shadow: 0px 50px 60px -30px rgba(47, 47, 47, 0.1);
  border-radius: 4px;
}

.wrap__contacts ul {
  margin-bottom: 3.125rem;
  list-style: none;
  padding-left: 0;
}

.wrap__contacts a {
  text-decoration: none;
  color: #424242;
}

.icon_pred {
  margin-right: 1.5rem;
}

.wrap__contacts li:not(:last-child) {
  margin-bottom: 2.5rem;
}

.wrap__contacts h4 {
  position: relative;
  margin-bottom: 3.75rem;
}

.wrap__contacts h4::after {
  content: "";
  position: absolute;
  background: #eaeaea;
  height: 1px;
  width: 10%;
  left: 0rem;
  bottom: -1.25rem;
}

.iconred {
  height: 1.5625rem;
  width: 1.5625rem;
  margin-right: 1.875rem;
}

.face {
  margin-right: 2.5rem;
}

.form-control2 .error {
  background-color: yellow;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 9991;
}
.header__bottom {
  position: sticky;
  top: 106px;
  left: 0;
  right: 0;
  z-index: 999;
}

@media screen and (max-width: 575px){
  .footer-title {
    text-align: center;
  }
  .listdownald {
    padding: 12px 24px 12px 36px;
    margin-bottom: 0;
  }
}