@charset "UTF-8";
@import 'variables.css';
body {
  background-color: var(--color);
}

.sec-1 {
  background-image: url(../img/viezd-na-dom/sec-1-bg.svg);
  background-size: cover;
  background-position: center;
}
.sec-1 .container {
  padding-top: 165px;
  position: relative;
  padding-bottom: 96px;
  z-index: 1;
}
.sec-1 .container > h1 {
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
}
.sec-1 .container > p {
  font-size: 38px;
  line-height: 105%;
  margin: 24px 0 95px 0;
}
.sec-1 .container > div {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.sec-1 .container > div .button button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-radius: 10px;
}
.sec-1 .container > div .button:nth-child(1) > button {
  padding: 15px;
  background-color: var(--blue-color);
  font-size: 24px;
  gap: 18px;
  border: none;
}
.sec-1 .container > div .button:nth-child(1) > button > span {
  color: #fff;
}
.button_w > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-radius: 10px;
}
.button_w > button {
  padding: 15px;
  background-color: var(--blue-color);
  font-size: 24px;
  gap: 18px;
  border: none;
}
.button_w > button > span {
  color: #fff;
}
.sec-1 .container > div .button:nth-child(2) > button {
  padding: 14px 38px 14px 20px;
  background: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: rgb(0, 24, 63);
  font-size: 28px;
  gap: 53px;
  border: 2px solid rgba(4, 90, 230, 0.25);
  font-style: italic;
}
.sec-1 .container > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 51%;
}

.sec-2 {
  padding: 65px 0 var(--sec-mar) 0;
}
.sec-2 .container h1:first-child {
  font-weight: 100;
  text-align: center;
  font-size: var(--h1-ad);
  line-height: 120%;
  text-transform: uppercase;
  padding: 0 0 49px 0;
  border-bottom: 2px solid rgb(212, 221, 235);
}
.sec-2 .container h1:first-child span {
  font-weight: 700;
}
.sec-2 .container h1:nth-child(2) {
  text-transform: uppercase;
  font-size: var(--h1-ad);
  margin: 62px 0 0 0;
}
.sec-2 .container h1:nth-child(2) span {
  color: var(--blue-color);
}
.sec-2 .container .sec-2-cards_container {
  display: grid;
  grid-gap: 20px;
  margin: 40px 0 0 0;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.sec-2 .container .sec-2-cards_container .item {
  flex: 1 0 0;
  background-color: rgb(237, 244, 255);
  padding: 17px;
  border-radius: 30px;
  min-width: 280px;
}
.sec-2 .container .sec-2-cards_container .item img {
  width: 100%;
}
.sec-2 .container .sec-2-cards_container .item p {
  font-size: 18px;
  margin: 18px 0 0 0;
  line-height: 23px;
}
.sec-2 .container .sec-2-cards_container .item p span {
  color: var(--blue-color);
  text-transform: uppercase;
  font-weight: 700;
}

.sec-3 {
  background-color: var(--blue-color);
  height: 360px;
  padding: 40px 0;
}
.button_div { 
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.sec-3 .container h1 {
  font-size: var(--h1-ad);
  text-transform: uppercase;
  color: #fff;
}
.sec-3 .container .sec-3-cards_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 26px;
  margin: 35px 0 0 0;
}
.sec-3 .container .sec-3-cards_container .item {
  background-color: #fff;
  border-radius: 30px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  box-shadow: 0px 1px 4.5px 0px rgba(0, 0, 0, 0.2);
}
.sec-3 .container .sec-3-cards_container .item p {
  margin: 31px 0 0 0;
  font-size: var(--p-24);
}
.sec-3 .container .sec-3-cards_container .item span {
  font-size: 80px;
  font-weight: 800;
  color: rgb(206, 224, 255);
  margin: 52px 0 0 0;
}

.sec-4 {
  margin: 250px 0 0 0;
}
.sec-4 .container .sec-4_container {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.sec-4 .container .sec-4_container .sec-4-left {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-width: 280px;
}
.sec-4 .container .sec-4_container .sec-4-left > div {
  border: 2px solid rgb(218, 233, 255);
  border-radius: 30px;
  padding: 27px 30px;
  flex: 1;
}
.sec-4 .container .sec-4_container .sec-4-left > div h1 {
  text-transform: uppercase;
  font-size: var(--h1-ad);
  line-height: 110%;
}
.sec-4 .container .sec-4_container .sec-4-left > div:nth-child(1) h1 span {
  color: rgb(60, 199, 95);
}
#list1:not(.active-list), #list2:not(.active-list) {
  display: none;
}
.active-list {
  display: block;
}
.sec-4-arrow {
  display: none;
  position: absolute;
  top: 40px;
  right: 40px;
}
.sec-4 .container .sec-4_container .sec-4-left > div.active .sec-4-arrow {
  display: block;
}
.sec-4 .container .sec-4_container .sec-4-left > div:nth-child(2) {
  margin: 10px 0 0 0;
}
.sec-4 .container .sec-4_container .sec-4-left > div {
  transition: .15s;
}
.sec-4 .container .sec-4_container .sec-4-left > div.active {
  background: rgb(237, 244, 255);
  position: relative;
}
.sec-4 .container .sec-4_container .sec-4-left > div:nth-child(2) h1 {
  margin: 15px 0 0 0;
}
.sec-4 .container .sec-4_container .sec-4-left > div:nth-child(2) h1 span {
  color: rgb(192, 12, 12);
}
.sec-4 .container .sec-4_container .sec-4-left > div:nth-child(2) .sec-4-left-bottom-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.sec-4 .container .sec-4_container .sec-4-left > div:nth-child(2) .sec-4-left-bottom-top span {
  color: rgb(192, 12, 12);
  font-size: 25px;
}
.sec-4 .container .sec-4_container .sec-4-left > div p {
  margin: 5px 0 0 0;
  font-style: italic;
  font-size: var(--p-24);
}
.sec-4 .container .sec-4_container .sec-4-right {
  flex: 1;
  background-color: rgb(237, 244, 255);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 30px;
  overflow: hidden;
  min-width: 280px;
}
.sec-4 .container .sec-4_container .sec-4-right p u {
  color: #fff;
}
.sec-4 .container .sec-4_container .sec-4-right ol li {
  font-size: var(--p-21);
  font-style: italic;
  border-bottom: 1.8px solid rgb(213, 223, 255);
  padding: 17px;
}
.sec-4 .container .sec-4_container .sec-4-right ol li:last-child {
  border: none;
  margin-bottom: 22px;
}
.sec-4 .container .sec-4_container .sec-4-right p {
  background-color: var(--blue-color);
  color: #fff;
  text-align: center;
  padding: 22px;
  font-size: var(--p-21);
}

.sec-5 {
  margin: var(--sec-mar) 0 0 0;
}
.sec-5 .container h1 {
  text-transform: uppercase;
  font-size: var(--h1-ad);
}
.sec-5 .container h1 span {
  color: var(--blue-color);
}
.sec-5 .container .sec-5-sch {
  margin: 40px 0 0 0;
  display: flex;
  flex-direction: column;
}
.sec-5 .container .sec-5-sch > ul {
  display: flex;
  justify-content: space-around;
}
.sec-5 .container .sec-5-sch > ul li {
  font-size: var(--p-20);
}
.sec-5 .container .sec-5-sch .sec-5-sch-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 9px;
  margin: 12px 0 0 0;
}
.sec-5 .container .sec-5-sch .sec-5-sch-bottom > div {
  background-color: var(--bg-color);
  border-radius: 14px;
  padding: 35px 10px 10px 10px;
  position: relative;
}
.sec-5 .container .sec-5-sch .sec-5-sch-bottom > div p {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: var(--p-18-14);
}
.sec-5 .container .sec-5-sch .sec-5-sch-bottom > div:nth-child(1) {
  flex: 5;
}
.sec-5 .container .sec-5-sch .sec-5-sch-bottom > div:nth-child(2) {
  flex: 1;
}
.sec-5 .container .sec-5-sch .sec-5-sch-bottom > div:nth-child(3) {
  flex: 1;
}
.sec-5 .container .sec-5-sch .sec-5-sch-bottom > div.line {
  position: absolute;
  width: 92%;
  background-color: rgb(162, 197, 255);
  padding: 0;
  height: 6px;
  transform: translate(-50%, 0);
  left: 50%;
  top: 14px;
  border-radius: 10px;
}
.sec-5 .container .sec-5-sch .sec-5-sch-bottom > div.line ul {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
  top: 50%;
  transform: translate(0, -50%);
}
.sec-5 .container .sec-5-sch .sec-5-sch-bottom > div.line ul li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}

.sec-6 {
  margin: 75px 0 0 0;
}
.sec-6 .container h1 {
  text-transform: uppercase;
  font-size: var(--h1-ad);
}
.sec-6 .container h1 span {
  color: var(--blue-color);
}
.sec-6 .container .sec-6-img-container {
  margin: 40px 0;
  width: 100%;
  height: 226px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  border: 1px solid rgb(209, 226, 255);
}
.sec-6 .container .sec-6-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec-6 .container ul li {
  line-height: 120%;
  font-size: var(--p-27);
  margin: 10px 0 0;
}
.sec-6 .container ul li span {
  color: var(--blue-color);
  font-weight: 700;
}

.sec-7 {
  margin: 136px 0 0 0;
  padding: 45px 0 0 0;
  background-color: var(--blue-color);
  height: 410px;
}
.sec-7 .container * {
  color: #fff;
}
.sec-7 .container h1 {
  font-size: var(--h1-ad);
  text-transform: uppercase;
}
.sec-7 .container .sec-7-p1 {
  font-size: var(--p-24);
  margin: 40px 0 30px 0;
}
.sec-7 .container .sec-7-p2 {
  font-size: var(--p-30-18);
}
.sec-7 .sec-7-cards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 25px auto;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 1320px;
  padding: 15px;
}
.sec-7 .container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  /* max-width: 100%; */
  overflow: hidden;
}
.sec-7 .container div:first-child {
  flex: 1 1 50%;
  min-width: 0;
}
.sec-7 .container div:last-child {
  flex: 0 0 auto;
  max-width: 40%;
}
.sec-7-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .sec-7-img {
    display: none;
  }
}
.sec-7 .sec-7-cards .item {
  flex: 1;
  min-width: 320px;
  background-color: #fff;
  padding: 22px 25px 38px 25px;
  border-radius: 30px;
  box-shadow: 0px 1px 4.5px 0px rgba(0, 0, 0, 0.2);
}
.sec-7 .sec-7-cards .item p {
  color: rgb(0, 24, 63);
  font-size: var(--p-20);
  margin: 26px 0 0 0;
}

.sec-8 {
  margin: calc(var(--sec-mar) + 120px) 0 0 0;
}
.sec-8 h1 {
  font-size: var(--h1-ad);
  text-transform: uppercase;
}
.sec-8 h1 span {
  color: var(--blue-color);
}
.sec-8 h2 {
  color: var(--blue-color);
  font-size: var(--p-24);
  margin: 40px 0 0 0;
}
.sec-8 ul {
  margin: 20px 0 0 0;
}
.sec-8 ul li {
  border-bottom: 1.8px solid rgb(212, 221, 235);
  padding: 19px 0 19px 55px;
  font-size: var(--p-24);
  position: relative;
}
.sec-8 ul li::before {
  content: "•";
  position: absolute;
  left: 20px;
  top: 17%;
  line-height: 1.5;
  font-size: 1.3em;
  color: black;
}
.sec-8 ul li span {
  font-weight: 700;
}

.sec-9 {
  margin: var(--sec-mar) 0 0 0;
}
.sec-9 .container .sec-9-container {
  background-color: var(--bg-color);
  padding: 30px 15px 20px 15px;
  border-radius: 14px;
  box-shadow: 0px 0px 11.5px -1px rgba(42, 74, 106, 0.19);
  position: relative;
}
.sec-9 .container .sec-9-container h1 {
  flex: 1;
  font-size: var(--h1-ad);
  text-transform: uppercase;
}
.sec-9 .container .sec-9-container h1 span {
  color: var(--blue-color);
}
.sec-9 .container .sec-9-container a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--blue-color);
  font-size: var(--p-18-14);
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  gap: 10px;
  text-decoration: none;
  position: absolute;
  right: 14px;
  top: 30px;
}
.sec-9 .container .sec-9-container p {
  font-size: var(--p-21);
  line-height: 160%;
  margin: 40px 0 0 0;
  position: relative;
  padding-left: 23px;
}
.sec-9 .container .sec-9-container p::before {
  content: "";
  border-radius: 15px;
  background: rgb(0, 75, 200);
  opacity: 0.5;
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.sec-9-container span {
  color: #fff;
}