body {
  font-family: "Arial", sans-serif;
  background: #f6f0e4;
}
.title {
  color: #3b090d;
  text-align: center;
}
.title .big-title {
  font-weight: bold;
  font-size: 54px;
  line-height: 54px;
}
.title .small-title {
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .title .big-title {
    font-size: 31.5px;
    line-height: 31.5px;
  }
  .title .small-title {
    font-size: 15.3px;
  }
}
header {
  background: #f6f0e4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header .logo {
  font-size: 22.5px;
  line-height: 27px;
  color: #3b090d;
  margin: 5px 0 5px 0;
}
header .connect {
  font-size: 18px;
  text-decoration: none;
  color: #3b090d;
}
header .connect-hover:hover {
  color: #3b090d;
  text-decoration: underline;
}
header .btn-outline {
  width: 220px;
  height: 51px;
  border: 1px solid #665653;
  color: #665653;
  background: transparent;
  font-size: 14.4px;
  transition: 0.5s;
  margin-top: auto;
  margin-bottom: auto;
}
header .btn-outline:hover {
  background: #3b090d;
  color: #ffffff;
  transition: 0.5s;
}
header .burger {
  margin: auto 0 auto 0;
  transition: 0.5s;
  display: none;
}
header .burger:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.5s;
}
header .view1100 {
  display: none;
}
header .logo-image {
  width: 3.5rem;
}
header nav {
  display: flex;
  padding-top: 10px;
}
header nav .nav-item {
  color: #3b090d;
  text-decoration: none;
  font-weight: 700;
  font-size: 16.65px;
}
@media screen and (max-width: 1199px) {
  header .header {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1110px) {
  header .burger {
    display: block !important;
  }
  header .header nav {
    display: none !important;
  }
  header .logo {
    font-size: 18px;
    line-height: 18px;
  }
  header .logo-image {
    width: 3.5rem;
  }
  header .d-none1100 {
    display: none !important;
  }
  header .view1100 {
    display: unset !important;
  }
  header .ms-auto1100 {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 786px) {
  header .btn-outline {
    display: none !important;
  }
}
@media screen and (max-width: 570px) {
  header .burger {
    margin-left: auto;
  }
  header .d-none550 {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  header .logo {
    font-size: 15px;
  }
}
.mobile-menu {
  position: fixed;
  background: white;
  display: grid;
  width: 19rem;
  z-index: 999999;
  top: 0;
  right: 0;
  transition: 0.5s;
  transform: translateX(100%);
}
.mobile-menu.active {
  transition: 0.5s;
  transform: translateX(0%);
}
.mobile-menu nav {
  display: grid;
  padding: 16px;
  align-content: space-evenly;
  line-height: 2rem;
}
.close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
.home {
  height: 100vh;
}
.home .item-1 {
  background-image: url("../images/home/home1.jpg");
  height: 100vh;
  background-size: cover;
}
.home .item-2 {
  background-image: url("../images/home/home2.jpg");
  height: 100vh;
  background-size: cover;
}
.home .item-3 {
  background-image: url("../images/home/home3.jpg");
  height: 100vh;
  background-size: cover;
}
.home .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
}
.home .home-about {
  width: 46rem;
}
.home h1 {
  font-size: 67.5px;
  color: #f6f0e4;
  font-weight: bold;
}
.home h3 {
  font-size: 27px;
  color: #f6f0e4;
  font-weight: bold;
}
.home h4 {
  font-size: 22.5px;
  color: #f6f0e4;
}
.home .btn-white {
  font-size: 18px;
  color: #3b090d;
  background: #ffffff;
  border-radius: 2rem;
  border: 1px solid #3b090d;
  padding: 15px 40px 15px 40px;
  margin-bottom: 8rem;
}
.home .yes810 {
  display: none;
}
@media screen and (max-width: 1399px) {
  .home .item-1 {
    background-image: url("../images/home/home1-1399.jpg");
    background-position: left !important;
  }
  .home .item-2 {
    background-image: url("../images/home/home2-1399.jpg");
    background-position: left !important;
  }
  .home .item-3 {
    background-image: url("../images/home/home3-1399.jpg");
    background-position: left !important;
  }
}
@media screen and (max-width: 991px) {
  .home h1 {
    font-size: 36px;
    color: #f6f0e4;
    font-weight: bold;
  }
  .home h3 {
    font-size: 22.5px;
    color: #f6f0e4;
    font-weight: bold;
  }
  .home h4 {
    font-size: 22.5px;
    color: #f6f0e4;
  }
}
@media screen and (max-width: 810px) {
  .home .item-1 {
    background-image: url("../images/home/home1-991.jpg");
    background-position: 78% !important;
  }
  .home .item-2 {
    background-image: url("../images/home/home2-991.jpg");
    background-position: 78% !important;
  }
  .home .item-3 {
    background-image: url("../images/home/home3-991.jpg");
    background-position: 78% !important;
  }
  .home .yes810 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home .container {
    max-width: 100% !important;
    margin: 0 auto;
  }
  .home .ms-5 {
    margin: 0 !important;
  }
  .home .home-about {
    width: 100%;
  }
  .home .btn-white {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 390px) {
  .home h1 {
    font-size: 27px;
    color: #f6f0e4;
    font-weight: bold;
  }
}
.about .about-card {
  width: 50%;
  margin-left: auto;
  text-align: justify;
  background: white;
  padding: 19px;
}
.about h1 {
  font-size: 27px;
  line-height: 27px;
  color: #3b090d;
}
.about h2 {
  font-size: 18px;
  font-weight: bold;
  color: #3b090d;
}
.about .body {
  color: #3b090d;
  font-size: 18px;
}
.about .about-img {
  width: 45.45%;
}
@media screen and (max-width: 991px) {
  .about .about-img {
    width: 275px;
    margin: 0 auto 5rem;
  }
  .about .d-flex {
    display: grid !important;
  }
  .about .about-card {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .about .about-card {
    text-align: left;
  }
  .about h1 {
    font-size: 18px;
    line-height: 18px;
    color: #3b090d;
  }
  .about h2 {
    font-size: 15.3px;
    font-weight: bold;
    color: #3b090d;
  }
  .about .body {
    color: #3b090d;
    font-size: 15.3px;
  }
}
.service .cards {
  width: 45%;
  background: white;
  padding: 13.5px;
  color: #3b090d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  min-height: 670px;
  position: relative;
}
.service .cards-title {
  font-size: 18px;
  font-weight: bold;
  min-height: 54px;
  display: flex;
  align-items: center;
}
.service .cards-text {
  font-size: 14.4px;
  padding: 13.5px;
  min-height: 690px;
}
.service .btn-service {
  background: #3b090d;
  color: #ffffff;
  font-size: 16.2px;
  margin: 0 auto;
  display: block;
  padding: 10px 30px 10px 30px;
  border-radius: 2rem;
  border: none;
}
@media screen and (max-width: 991px) {
  .service .container {
    display: block !important;
  }
  .service .cards {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cases .cases-card {
  width: 25rem;
  margin: 0 auto;
}
.cases .cases-title {
  font-size: 18px;
  font-style: italic;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #3b090d;
  font-weight: bold;
}
.cases .cases-text {
  padding: 10px;
  font-size: 18px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #3b090d;
  min-height: 9rem;
}
.cases .btn-cases {
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  padding: 10px 30px 10px 30px;
  border-radius: 2rem;
  border: none;
  background: #3b090d;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .cases .container {
    display: block !important;
  }
  .cases .cases-card {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.preference .preference-item {
  background: #3b090d;
  padding: 2rem;
  width: 23rem;
  text-align: center;
  margin: 0 auto 2rem;
  transition: 0.5s;
}
.preference .preference-text {
  height: 7rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
}
.preference .preference-item:hover {
  transition: 0.5s;
  background: #090000;
  cursor: pointer;
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .preference .preference-item {
    padding: 2rem;
    width: 20rem;
  }
}
.carousel-control-next {
  filter: invert(1);
}
.carousel-control-prev {
  filter: invert(1);
}
.partners .card-partner {
  margin: 0 auto;
  min-height: 22rem;
  width: 100%;
}
.partners .carousel-inner {
  width: 83%;
  margin: 0 auto;
}
.partners .img-partner {
  width: 14rem;
}
.partners .card-partner-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.partners .card-partner-href {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #f68261;
}
.partners .yes991 {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .partners .none991 {
    display: none !important;
  }
  .partners .yes991 {
    display: block !important;
  }
}
.news .news-title {
  font-size: 27px;
  font-weight: bold;
  line-height: 29px;
  min-height: 6rem;
  padding: 10px;
  color: #3b090d;
}
.news .news-text {
  font-size: 18px;
  padding: 10px;
  color: #3b090d;
}
.news .blog-card {
  background: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.news .card-href {
  text-decoration: none;
  display: block;
  width: 25rem;
  margin: 0 auto 2rem;
  max-height: 42rem;
  overflow: hidden;
  position: relative;
}
.news .card-href::after {
  content: "Читать далее...";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  color: black;
  font-size: 18px;
  background: white;
  box-shadow: 0px -4px 5px 2px white;
  margin-left: 10px;
}
.news .btn-cases {
  background: #3b090d;
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  padding: 10px 30px 10px 30px;
  border-radius: 2rem;
  border: none;
}
form {
  width: 50%;
  margin: 0 auto;
}
form h1 {
  color: #3b090d;
}
form h2 {
  color: #3b090d;
}
form .form-input {
  height: 50px;
  border: 1px solid #3b090d;
  margin-bottom: 1rem;
  color: #3b090d;
  font-size: 18px;
}
form .form-text {
  border: 1px solid #3b090d;
  margin-bottom: 1rem;
  color: #3b090d;
  font-size: 18px;
}
form small {
  color: #3b090d;
}
form .btn-form {
  background: #3b090d;
  color: #f6f0e4;
  font-size: 18px;
  display: block;
  padding: 10px 30px 10px 30px;
  border-radius: 2rem;
  border: none;
  margin: 1rem auto 0;
}
@media screen and (max-width: 1199px) {
  form {
    width: 43%;
  }
}
.left-form {
  width: 31rem;
}
@media screen and (max-width: 991px) {
  form {
    width: 100%;
  }
  .left-form {
    display: none;
  }
}
footer {
  background: linear-gradient(180deg, #574144 10%, #3b090d 100%);
  color: #ffffff;
}
footer .footer {
  width: 25rem;
}
@media screen and (max-width: 991px) {
  footer .footer {
    margin: 0 auto;
  }
}
.out-form {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000cf;
  top: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
  opacity: 0;
}
.out-form .btn-white {
  background: #3b090d;
  color: #f6f0e4;
  font-size: 16.2px;
  margin: 0 auto;
  display: block;
  padding: 10px 30px 10px 30px;
  border-radius: 2rem;
  border: none;
}
.out-form .inset-form {
  width: 280px;
  background: #ffffff;
  padding: 10px;
}
.out-form .close-form {
  display: block;
  position: absolute;
  margin-left: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.out-form .close-form:hover {
  cursor: pointer;
}
.out-form.active {
  z-index: 999999;
  opacity: 1;
  transition: 0.5s;
}
@media screen and (max-width: 1399px) {
  .none1399 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .none991 {
    display: none !important;
  }
}
.outlines-btn {
  background: #f6f0e4 !important;
  border: 1px solid #3b090d !important;
  color: #3b090d !important;
}
.anim-hover {
  transition: 0.5s;
}
.anim-hover:hover {
  cursor: pointer;
  transition: 0.5s;
  transform: scale(1.1);
}
.btn-hovers {
  transition: 0.5s;
}
.btn-hovers:hover {
  transition: 0.5s;
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0 2px 3px 0 black;
}
h1 {
  font-size: 27px;
  line-height: 27px;
  color: #3b090d;
}
p {
  color: #3b090d;
  font-size: 18px;
}
.carousel-indicators {
  bottom: 20px;
}
.btn-service-tg {
  background: #3b090d;
  color: #ffffff;
  font-size: 16.2px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px 30px 10px 30px;
  border-radius: 2rem;
  border: none;
  text-decoration: none;
  width: 200px;
}
.display768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .display768 {
    display: grid;
  }
  .display768none {
    display: none !important;
  }
}
.forms {
  position: relative;
  z-index: 2;
}
.close-form-icon {
  position: relative;
  margin: 0 0px 10px 88%;
  display: block;
  width: 2rem;
}
.close-form-icon:hover {
  cursor: pointer;
  opacity: 0.8;
}
.button-group-button {
  background: #3b090d;
  color: #f6f0e4;
  font-size: 14px;
  display: block;
  padding: 5px 25px 5px 25px;
  border-radius: 2rem;
  border: none;
  margin: 0rem auto 0;
}

.content-form {
  position: fixed;
  z-index: 999;
  top: 1rem;
  right: 1rem;
  background: #f6f0e4;
  padding: 1rem;
  width: 19rem;
  text-align: center;
  box-shadow: 1px 2px 4px #00000082;
}

.content-form-text {
  font-size: 14px;
}

.close-content {
  position: absolute;
  top: 10px;
  right: 15px;
}

.close-content:hover {
  cursor: pointer;
  opacity: 0.5;
}
/*# sourceMappingURL=index.css.map */
