@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@700;800&display=swap");
.delivery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 180px 0 0;
}

@media (max-width: 1100px) {
  .delivery {
    padding-top: 120px;
  }
}

.delivery .breadcrumbs {
  margin-bottom: 70px;
}

.delivery img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
}

.delivery-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0;
}

@media (max-width: 1300px) {
  .delivery img {
    max-width: 50%;
    z-index: -1;
  }
}

@media (max-width: 1100px) {
  .delivery img {
    display: none;
  }
}

.delivery-container {
  width: 1520px;
}

@media (max-width: 1600px) {
  .delivery-container {
    width: 95%;
  }
}

.delivery-content {
  width: 50%;
  margin-bottom: 140px;
}

@media (max-width: 1100px) {
  .delivery-content {
    width: 100%;
  }
}

.delivery-content h2.h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 70px;
}

@media (max-width: 600px) {
  .delivery-content h2.h2 {
    font-size: 42px;
    line-height: 56px;
  }
}

.delivery-content h3.h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
  font-weight: 800;
  padding-left: 30px;
  font-family: 'Nunito', sans-serif;
}

.delivery-content h3.h3::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 33px;
  background-image: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background-image: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  border-radius: 20px 0px;
  left: 0;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  z-index: -1;
}

.delivery-content b {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

.delivery-content p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 25px;
}

.delivery-content p.note {
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
}

.delivery-russia {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/delivery-russia.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  margin-bottom: 140px;
}

@media (max-width: 1400px) {
  .delivery-russia {
    background-size: 39% auto;
  }
}

@media (max-width: 1100px) {
  .delivery-russia {
    background-image: none;
  }
}

.delivery-russia-container {
  width: 1520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1600px) {
  .delivery-russia-container {
    width: 95%;
  }
}

.delivery-russia-content {
  width: 60%;
}

@media (max-width: 1100px) {
  .delivery-russia-content {
    width: 100%;
  }
}

.delivery-russia-content h3.h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
  font-weight: 800;
  padding-right: 30px;
  font-family: 'Nunito', sans-serif;
  text-align: right;
}

.delivery-russia-content h3.h3::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 33px;
  background-image: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background-image: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  border-radius: 20px 0px;
  right: 0;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  z-index: -1;
}

.delivery-russia-content b {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

.delivery-russia-content p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 25px;
}
