#hero {
  padding: 113px 0;
}

#hero .container {
  gap: 30px;
}

#hero .left {
  width: 50%;
  max-width: 651px;
  margin-left: 47px;
}

#hero .right {
  width: 50%;
  max-width: 568px;
  margin: 25px 24px 0 0;
}

#hero .text h1,
#hero .text h2,
#hero .text h3,
#hero .text p:first-child strong {
	font-size: 49px;
	line-height: 69px;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--red);
	font-family: "PODIUM Soft";
	margin-bottom: -10px;
	letter-spacing: 0.08em;
}

#hero .text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
  margin-bottom: 39px;
}

#hero .inner {
  gap: 27px;
}

#hero .box {
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	padding: 34px 20px 32px 41px;
  width: 100%;
  max-width: 591px;
  margin: 0 auto;
	position: relative;
}

#hero .box-text {
	display: block;
	margin-top: 21px;
}

#hero .box-text p {
	max-width: 500px;
	margin-bottom: 10px;
}

#hero .top {
	gap: 12px;
}

#hero .box-title {
	margin: 0;
	font-size: 36px;
	line-height: 1.1em;
	position: relative;
}

#hero .icon {
	display: inline-block;
}

#hero .icon img {
	width: 57px;
	display: block;
}

#hero .image.mobile {
  display: none;
}

#charges {
  padding: 88px 0 101px 0;
  overflow: hidden;
}

#charges .container {
  --content-width: 1372px;
}

#charges .title {
  font-size: 45px;
  line-height: 51px;
  max-width: 572px;
  margin: 0 auto 41px auto;
}

#charges .swiper {
  overflow: visible;
}

#charges .el {
  width: 434px;
}

#charges .el-title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 16px;
}

#charges .el-title span {
  background: var(--red);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
}

#charges .box {
  background: #fff;
  border-radius: 13px;
  padding: 11px 28px 29px 28px;
}

#charges .box-row {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 19.5px 0;
  display: grid;
  grid-template-columns: 273px 107px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}

#charges .box-row::before {
  content: '';
  position: absolute;
  right: 104px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #D9D9D9;
}

#charges .box .box-row:first-of-type::before {
  top: 16px;
}

#charges .box-row:nth-child(3) {
  background: #f0f0f0;
}

#charges .box-row:last-child {
  border-bottom: none;
  background: #f0f0f0;
}

#charges .box-row p {
  margin: 0;
  padding: 0 11px 0 13px;
}

#charges .box-row p span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: block;
  margin-top: 9px;
  margin-bottom: -5px;
}

#charges .box-row p:nth-child(2) {
  font-weight: 400;
  text-align: right;
}

#bottom {
  margin-top: 50px;
}

#bottom .inner {
  padding: 87px 0 0 0;
}

#bottom .image {
  width: 50%;
  padding-right: 43px;
}

#bottom .text {
  width: 50%;
	font-size: 27px;
	line-height: 34px;
	font-weight: 500;
  padding-left: 67px;
  padding-bottom: 57px;
}

#bottom .text p {
  margin-bottom: 0;
  max-width: 610px;
}

#bottom .text h1,
#bottom .text h2,
#bottom .text h3,
#bottom .text p:first-child strong {
	font-size: 35px;
	line-height: 1em;
	display: block;
	font-weight: 800;
	color: var(--red);
  margin-bottom: 10px;
}

#bottom .button {
  padding: 0 25px;
}

#bottom .inner:nth-child(even) {
  flex-direction: row-reverse;
}

#bottom .inner:nth-child(even) .text h1,
#bottom .inner:nth-child(even) .text h2,
#bottom .inner:nth-child(even) .text h3,
#bottom .inner:nth-child(even) .text p:first-child strong {
  color: var(--dark-green);
}

#bottom .inner:nth-child(even) .button {
  background: var(--dark-green);
}

#bottom .image img {
  margin-left: auto;
  display: block;
}

#bottom .inner:nth-child(even) .text {
  text-align: right;
  padding: 0 67px 57px 0;
}

#bottom .inner:nth-child(even) .text p {
  margin-left: auto;
}

#bottom .inner:nth-child(even) .image {
  padding: 0 0 0 43px;
}

#bottom .inner:nth-child(even) .image img {
  margin: 0;
}

#bottom .inner .image .mobile {
  display: none;
}

#bottom .bottom {
  gap: 18px;
  margin-top: 24px;
}

#bottom .inner:nth-child(even) .bottom {
  justify-content: flex-end;
}

.swiper-pagination {
  bottom: -42px !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background: var(--red);
}

#newsletter {
  margin-top: 150px;
}

@media screen and (max-width: 1500px ) {
  #hero .left {
    margin-left: 0;
  }

  #hero .right {
    margin-right: 0;
  }

  #bottom .image {
    padding-right: 15px;
  }

  #bottom .inner:nth-child(even) .image {
    padding-left: 15px;
  }

  #bottom .text {
    padding-left: 15px;
  }

  #bottom .inner:nth-child(even) .text {
    padding-right: 15px;
  }
}

@media screen and (max-width: 992px ) {
  #hero {
    padding: 20px 0 50px 0;
  }

  #hero .container {
    flex-direction: column-reverse;
    align-items: center;
  }

  #hero .text {
    margin-bottom: 30px;
  }

  #hero .text h1,
  #hero .text h2,
  #hero .text h3,
  #hero .text p:first-child strong {
    max-width: 400px;
    margin: 0 auto;
  }

  #hero .image.mobile {
    display: block;
  }

  #hero .image.mobile + .image {
    display: none;
  }

  #hero .right {
    text-align: center;
    width: 100%;
  }

  #hero .left {
    width: 100%;
  }

  #charges {
    padding: 57px 0 74px 0;
  }

  #bottom .inner,
  #bottom .inner:nth-child(even) {
    flex-direction: column-reverse;
    text-align: center;
    padding: 0;
  }

  #bottom .inner {
    padding-bottom: 81px;
  }

  #bottom .text {
    padding-bottom: 49px;
    font-size: 16px;
    line-height: 26px;
    max-width: 317px;
  }

  #bottom .text,
  #bottom .inner:nth-child(even) .text {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  #bottom .image {
    width: 100%;
  }

  #bottom .button2 {
    font-size: 23px;
  }

  #bottom .bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 19px;
  }

  #bottom .inner:nth-child(even) .image img,
  #bottom .image img,
  #bottom .text p {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }

  #newsletter {
    margin-top: 100px;
  }
}

@media screen and (max-width: 567px ) {
  #hero {
    padding-top: 0;
  }

  #hero .container {
    gap: 20px;
  }

  #hero .right {
    margin-top: 10px;
  }

  #hero .text {
    margin-bottom: 24px;
  }

  #hero .text h1,
  #hero .text h2,
  #hero .text h3,
  #hero .text p:first-child strong {
    font-size: 38px;
    line-height: 49px;
    max-width: 310px;
  }

  #hero .inner {
    gap: 16px;
  }

  #hero .box {
    padding: 30px 15px 29px 14px;
  }

  #charges .box {
    padding: 10px 15px 17px 18px;
  }

  #charges .box-row {
    font-size: 17px;
  }

  #charges .box-row::before {
    right: 83px;
  }

  #charges .box-row p {
    padding: 0 14px 0 13px;
  }

  #charges .box-row p span {
    font-size: 11px;
    line-height: 15px;
  }

  #hero .top {
    padding: 0 31px;
    gap: 19px;
  }
  
  #hero .box-title {
    font-size: 28px;
  }

  #hero .box-text {
    margin-top: 13px;
  }

  #charges .title {
    font-size: 37px;
    line-height: 46px;
    max-width: 450px;
    margin-bottom: 33px;
  }

  #charges .el {
    width: auto;
  }

  #charges .box-row {
    grid-template-columns: auto 85px;
  }

  #bottom {
    margin-top: 74px;
  }

  #bottom .inner .image .mobile {
    display: block;
  }

  #bottom .inner .image .mobile + img {
    display: none;
  }

  #bottom .text h1,
  #bottom .text h2,
  #bottom .text h3,
  #bottom .text p:first-child strong {
    font-size: 35px;
    line-height: 37px;
  }
  
}