.restrictor.blog {
  max-width: unset;
  padding: 150px 300px 0 300px;
  display: flex;
  justify-content: center;
}

.service-page {
  max-width: 1000px;
  z-index: 1;
}

.service-page .section-title {
  padding: 16px 0;
}

.service-page .section-desc {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 8px;
  margin-bottom: 64px;
}

.service-page .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #8CFCE3;
  margin-bottom: 8px;
}

.service-page h2 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.9px;
  margin-top: 32px;
}

.service-page p {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 32px 0;
}

.service-page ul {
  padding-left: 32px;
}

.service-page ul li {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.service-page ul li::marker {
  color: #8CFCE3;
}

.restrictor.section-title-block {
  max-width: 1800px;
  position: fixed;
  top: 155px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 50px;
}

.restrictor.section-title-block .title-block span {
  display: block;
  font-size: 14px;
  color: #8CFCE3;
  margin-bottom: 24px;
}

.restrictor.section-title-block .title-block ul {
  border-left: 1px solid #90a2b27e;
  padding: 4px 0 4px 12px;
  max-width: 200px;
}

.restrictor.section-title-block .title-block ul li {
  list-style: none;
}

.restrictor.section-title-block .title-block ul li a {
  display: block;
  text-decoration: none;
  color: #90A2B2;
  font-size: 14px;
  margin-bottom: 8px;
}

.restrictor.section-title-block .title-block ul li a.active {
  color: #FDFDFF;
}

.restrictor.section-title-block .email {
  width: 100%;
  max-width: 285px;
}

.restrictor.section-title-block .email p {
  font-size: 16px;
  line-height: 28px;
  color: #FDFDFF;
  margin-bottom: 30px;
}

.restrictor.section-title-block .email .input-wrapper {
  position: relative;
}

.restrictor.section-title-block .email .input-wrapper::after{
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  background: url(/static/assets/arrow.svg);
  width: 30px;
  height: 12px;
}

.restrictor.section-title-block .email input {
  margin-right: 10px;
  border: none;
  padding: 12px 56px 12px 24px;
  background: #ffffff1e;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}

.restrictor.section-title-block .email input::placeholder {
  color: #90A2B2;
  font-weight: 700;
}

.restrictor.section-title-block .email input:focus {
  outline: none;
}

.restrictor.section-contact {
  display: none;
}

@media (max-width: 991px) {
  .restrictor.section-title-block {
    display: none;
  }

  .restrictor.blog {
    padding: 150px 50px 0 50px; 
  }
}

@media (max-width: 478px) {
  .restrictor.blog {
    padding: 150px 20px 0 20px; 
  }

  .service-page h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

