.sec-1 {
  padding: 40px 0 0 0;
}
.sec-1 .container h1 {
  color: var(--blue-color);
  font-size: var(--h1-ad);
  text-transform: uppercase;
}
.sec-1 .container > div {
  background-color: var(--bg-color);
  padding: 35px 40px;
  border-radius: 30px;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.sec-1 .container > div > div {
  flex: 1;
}
.sec-1 .container > div .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.sec-1 .container > div .left .left-top > span {
  color: var(--blue-color);
  background-color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  border-radius: 10px;
}
.sec-1 .container > div .left .left-top > h2 {
  margin: 25px 0 0 0;
  color: #00183f;
  font-size: var(--h1-ad);
}
.sec-1 .container > div .left .left-top > p {
  margin: 10px 0 0 0;
  font-size: var(--p-24);
}
.sec-1 .container > div .right .img-wrapper img {
  width: 100%;
}
.sec-1 .container .first-way .left .left-bottom {
  display: flex;
  gap: 10px;
}
.sec-1 .container .first-way .left .left-bottom input {
  flex: 1;
  background: #fff;
  outline: none;
  border: 1px solid #dcdcdc;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
}
.sec-1 .container .first-way .left .left-bottom input::-moz-placeholder {
  font-size: 16px;
}
.sec-1 .container .first-way .left .left-bottom input::placeholder {
  font-size: 16px;
}
.sec-1 .container .first-way .left .left-bottom button {
  border: none;
  background: var(--blue-color);
  color: #fff;
  padding: 15px 25px;
  border: 1px solid transparent;
  transition: 0.2s;
  border-radius: 10px;
  font-size: 16px;
}
.sec-1 .container .first-way .left .left-bottom button:hover {
  border: 1px solid var(--blue-color);
  background: none;
  color: var(--blue-color);
}
.sec-1 .container .second-way .left-bottom p {
  font-size: 16px;
}
.sec-1 .container .second-way .left-bottom p span {
  font-weight: bold;
}
.new-images {
  margin: var(--pol-re-mar) 0 0 0;
}
.wrapper {
  display: flex;
  width: 100%;
  gap: var(--pol-re-gap);
}

.wrapper img {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
}

.left_ {
  flex: 68;
}

.right_ {
  flex: 32.22;
}
