.carousel-control-prev,
.carousel-control-next {
  margin: 0 10px;
}

.carousel-frame {
  width: 100%;
  height: 700px;
  border: none;
  overflow: hidden;
}

.carousel-control-prev span img {
  transform: rotate(180deg);
}

.carousel-inner {
  border-radius: 0 0 50px 50px;
}

.carousel-item img {
  width: 100%;
}

.contacts {
  position: absolute;
  right: 15px;
  bottom: 10%;
  z-index: 10;
  background-color: #fff;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-radius: 30px;
}
.contacts a {
  text-align: center;
}
.add-to-cart-btn {
  margin: 5px;
}
.add-to-cart-btn:hover i {
  color: #00183F;
  transition: .2s;
}
.add-to-cart-btn i {
  color: var(--blue-color);
  scale: 1.7;
}
.sec-2 {
  transform: translate(0, -140px);
  background-color: #FAFDFF;
  padding-top: 50px;
  border-radius: 50px 50px 0 0;
}
.sec-2 .container .sec-2-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.sec-2 .container .sec-2-top h1 {
  text-transform: uppercase;
  font-size: 30px;
  color: rgb(0, 75, 200);
}
.sec-2 .container .sec-2-top button {
  background-color: rgb(225, 237, 255);
  border: none;
  padding: 16px 29px;
  border-radius: 50px;
  color: rgb(0, 75, 200);
  font-size: 18px;
}
.sec-2 .container .sec-2-complexes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 48px 0 0 0;
  gap: 27px;
}
.sec-2 .container .sec-2-complexes .complexes-card {
  background-color: rgb(237, 244, 255);
  padding: 8px 10px 18px 10px;
  border-radius: 30px;
  overflow: hidden;
}
.sec-2 .container .sec-2-complexes .complexes-card .complexes-card-title {
  color: rgb(0, 75, 200);
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin: 18px 0 23px 0;
}
.sec-2 .container .sec-2-complexes .complexes-card .complexes-card-title h2 {
  font-size: 18px;
}
.sec-2 .container .sec-2-complexes .complexes-card img {
  display: block;
  border-radius: 30px;
  width: 100%;
}
.sec-2 .container .sec-2-complexes .complexes-card .complexes-card-bottom {
  display: flex;
  justify-content: space-between;
}
.sec-2 .container .sec-2-complexes .complexes-card .complexes-card-bottom span {
  color: rgb(0, 24, 63);
  font-weight: 700;
}
.sec-2 .container .sec-2-complexes .complexes-card .complexes-card-bottom button {
  color: rgb(0, 24, 63);
  background: none;
  border: none;
}

.sec-3 {
  background-color: rgb(237, 244, 255);
  padding: 45px 0;
}
.sec-3 .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 45px;
}
@media (max-width: 992px) {
  .desk_ {
    display: none;
  }
}
@media (min-width: 993px) {
  .mob_ {
    display: none;
  }
  .sec-3-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
}
.sec-3 .container .sec-3-img h1 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 124%;
}
.sec-3 .container .sec-3-img h1 span {
  color: rgb(0, 65, 172);
  font-size: 25px;
}
.sec-3 .container .sec-3-text div p {
  margin: 15px 0 0 0;
  font-size: 20px;
}

.sec-4 {
  margin: var(--sec-mar) 0 0 0;
}
.sec-4 .container {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 3fr;
  grid-gap: 23px;
}
.sec-4 .container > div:first-child, .sec-4 .container > div:nth-child(2), .sec-4 .container > div:nth-child(3) {
  background-color: rgb(237, 244, 255);
  border-radius: 25px;
  position: relative;
  box-shadow: 3px 3px 3px 0px rgb(225, 229, 235);
  padding: 15px;
  overflow: hidden;
}
.sec-4 .container > div:first-child div, .sec-4 .container > div:nth-child(2) div, .sec-4 .container > div:nth-child(3) div {
  border: 2px solid rgb(158, 195, 255);
  border-radius: 25px;
  height: 100%;
  padding: 18px 18px 130px 18px;
  position: relative;
}
.sec-4 .container > div:first-child div h2, .sec-4 .container > div:nth-child(2) div h2, .sec-4 .container > div:nth-child(3) div h2 {
  font-size: 30px;
  line-height: 120%;
  color: rgb(0, 75, 200);
}
.sec-4 .container > div:first-child > img, .sec-4 .container > div:nth-child(2) > img, .sec-4 .container > div:nth-child(3) > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.sec-4 .container > div:first-child > img {
  position: absolute;
  right: -11px;
  bottom: -35px;
  z-index: 1;
}
.sec-4 .container > div:last-child {
  border-radius: 25px;
  box-shadow: 3px 3px 3px 0px rgb(225, 229, 235);
  background-image: url("../img/sec-4-c4-bg.svg");
  overflow: hidden;
  flex-grow: 1;
  max-width: none;
}
.sec-4 .container > div:last-child > div {
  background: linear-gradient(to right, rgb(225, 237, 255), rgba(225, 237, 255, 0.74), rgba(225, 237, 255, 0));
  height: 100%;
  padding: 33px 103px 24px 27px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sec-4 .container > div:last-child > div div {
  display: flex;
  align-items: center;
}
.sec-4 .container > div:last-child > div div h1 {
  font-size: 32px;
  color: rgb(0, 59, 158);
  margin: 0 0 0 20px;
}
.sec-4 .container > div:last-child > div h2 {
  font-size: 30px;
  line-height: 120%;
  color: rgb(0, 75, 200);
}

.sec-5 {
  margin: var(--sec-mar) 0 0 0;
  background-color: rgb(237, 244, 255);
  padding: 45px 0;
}
.sec-5 .container h1 {
  text-align: center;
  text-transform: uppercase;
  color: rgb(0, 24, 63);
}
.sec-5 .container h1 span {
  color: rgb(0, 75, 200);
}
.sec-5 .container .sec-5-parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 26px;
  margin: 40px 0 0 0;
}
.sec-5 .container .sec-5-parent > div {
  padding: 35px;
  border-radius: 30px;
  background-color: #fff;
  min-width: 280px;
  justify-content: stretch;
  height: 100%;
}
.sec-5 .container .sec-5-parent > div h3 {
  margin: 27px 0;
  font-size: 20px;
}
.sec-5 .container .sec-5-parent > div p {
  font-size: 20px;
  line-height: 105%;
  font-style: italic;
}
.sec-5 .container .sec-5-parent > div:first-child {
  background-image: url("../img/sec-5-c1.svg");
  background-size: cover;
}
.sec-5 .container .sec-5-parent > div:nth-child(7) {
  background-image: url("../img/sec-5-c7.svg");
  background-size: cover;
}
.sec-5 .container .sec-5-undertext {
  margin: 40px 0 0 0;
}
.sec-5 .container .sec-5-undertext p {
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  font-size: 18px;
}

.sec-7 {
  background-color: rgb(237, 244, 255);
  margin: var(--sec-mar) 0 0 0;
  padding: 40px 0;
}
.sec-7 .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.sec-7 .container .sec-7-left {
  min-width: 40%;
}
.sec-7 .container .sec-7-left h1 {
  color: rgb(0, 75, 200);
  text-transform: uppercase;
  letter-spacing: -2%;
  font-size: 30px;
}
.sec-7 .container .sec-7-left p {
  font-size: 30px;
  letter-spacing: -2%;
  margin: 27px 0 0 0;
}
.sec-7 .container .sec-7-left p span {
  color: rgb(0, 75, 200);
}
.sec-7 .container .sec-7-right {
  min-width: 50%;
}
.sec-7 .container .sec-7-right form > div {
  background-color: #fff;
  display: flex;
  padding: 0 0 0 20px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.sec-7 .container .sec-7-right form > div:nth-child(2), .sec-7 .container .sec-7-right form > div:nth-child(3) {
  margin: 20px 0 0 0;
}
.sec-7 .container .sec-7-right form > div input {
  border: none;
  outline: none;
  padding: 17px;
  width: 100%;
  color: rgb(0, 24, 63);
  font-size: 18px;
}
.sec-7 .container .sec-7-right form > div input::-moz-placeholder {
  color: rgb(0, 24, 63);
  font-size: 18px;
}
.sec-7 .container .sec-7-right form > div input::placeholder {
  color: rgb(0, 24, 63);
  font-size: 18px;
}
.sec-7 .container .sec-7-right form button {
  width: 100%;
  padding: 18px 0;
  margin: 40px 0 0 0;
  background-color: rgb(0, 75, 200);
  border: none;
  color: #fff;
  font-size: 20px;
  box-shadow: 0px 0px 20.19px 0px rgba(0, 0, 0, 0.08), 0px 0px 4.04px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.sec-7 .container .sec-7-right form p {
  font-size: 14px;
  color: rgb(0, 24, 63);
  margin: 14px 0 0 0;
  line-height: 120%;
}
.card-modal {
  background-color: rgba(0, 0, 0, .3);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
  left: 0;
  top: 0;
}
.card-modal.active {
  display: flex;
}
.card-modal-win {
  background-color: #f0f0f0;
  margin: auto;
  padding: 20px;
  border-radius: 30px;
  width: 70%;
}

.card-modal-inner, .card-modal-bottom {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
.card-modal-bottom {
  margin: 20px 0 0 0;
}

.card-modal-inner .top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.card-modal-inner .top h1 {
  text-transform: uppercase;
  font-size: var(--p-20);
  font-family: 'Helvetica Neue Light';
}
.card-modal-inner .top button {
  background: none;
  border: none;
  font-size: 130%;
}
.card-modal-inner .top button i {
  color: rgba(0, 0, 0, .5);
}
.card-modal-bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.card-modal-bottom button {
  background-color: var(--blue-color);
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 29px;
  border-radius: 20px;
  font-size: var(--p-18-16);
  transition: .2s;
}
.card-modal-bottom button:hover {
  background-color: #fff;
  border-color: var(--blue-color);
  color: var(--blue-color);
}
.card-modal ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
  overflow-y: auto;
  max-height: 320px;
  padding: 0;
  margin: 35px 0 0 0;
}
.card-modal ul li {
  position: relative;
  padding-left: 24px;
  font-size: var(--p-16-14);
}
.card-modal ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 4px solid #6CA3FF;
  border-radius: 50%;
}
