html,
body {
  scroll-behavior: smooth;
  height: 100%;
}
html.blue,
body.blue {
  background-color: #834e98;
}
.page-wrapper {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #f2ebf6;
}
.content-wrapper {
  flex: 1 0 auto;
}
.clear {
  clear: both;
}
.custom-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
.custom-container.narrow {
  max-width: 1400px;
}
input[type="submit"]:focus {
  outline: none;
}
.registration-area {
  padding: 100px 0 100px 0;
  box-shadow: inset 0 60px 60px -60px rgba(132, 151, 160, 0.2);
  -moz-box-shadow: inset 0 60px 60px -60px rgba(132, 151, 160, 0.2);
  -webkit-box-shadow: inset 0 60px 60px -60px rgba(132, 151, 160, 0.2);
  background-color: #f2ebf6;
}
.registration-area.signup-area {
  padding: 30px 0;
}
.registration-area.signup-area .form-area .login .button-wrapper {
  padding-top: 30px;
}
.registration-area .to-login {
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  padding-bottom: 30px;
}
.registration-area .to-login a {
  color: #834e98;
}
@media (max-width: 440px) {
  .registration-area .to-login {
    padding-bottom: 15px;
  }
}
.registration-area .form-area {
  background-color: #ffffff;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-box-shadow: 0px 11px 21px 0px rgba(82, 35, 86, 0.1);
  -moz-box-shadow: 0px 11px 21px 0px rgba(82, 35, 86, 0.1);
  box-shadow: 0px 11px 21px 0px rgba(82, 35, 86, 0.1);
}
.registration-area .form-area p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.registration-area .form-area.notification-area h1 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.registration-area .form-area .for-signup {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .registration-area .form-area .for-signup {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .registration-area .form-area .for-signup {
    font-size: 17px;
  }
}
.registration-area .form-area .form-title {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 576px) {
  .registration-area .form-area .form-title {
    font-size: 25px;
    padding-bottom: 0;
  }
}
.registration-area .form-area .login {
  width: 100%;
}
.registration-area .form-area .login .login-label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #000000;
}
.registration-area .form-area .login .login-label span {
  color: #834e98;
}
.registration-area .form-area .login .login-label.weight300 {
  font-weight: 300;
}
.registration-area .form-area .login .input-wrapper .login-input {
  width: 100%;
  padding: 15px;
  background-color: #faf3fa;
  border-radius: 3px;
  border: none;
  outline: none;
  font-size: 13px;
  color: #000000;
}
.registration-area .form-area .login ::placeholder {
  font-size: 13px;
  color: #b09fb2;
}
.registration-area .form-area .login .link {
  padding-top: 40px;
  text-align: right;
}
.registration-area .form-area .login .link a {
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  text-decoration: underline;
  transition: color .5s ease;
}
.registration-area .form-area .login .link a:hover {
  color: #834e98;
  transition: color .5s ease;
}
@media (max-width: 575px) {
  .registration-area .form-area .login .link {
    text-align: left;
    padding-top: 0;
  }
}
.registration-area .form-area .login .button-wrapper {
  padding-top: 20px;
}
.registration-area .form-area .login .button-wrapper button {
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 0;
  color: #ffffff;
  background-color: #834e98;
  transition: box-shadow 0.5s ease;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
}
.registration-area .form-area .login .button-wrapper button:hover {
  -webkit-box-shadow: 0px 11px 21px 0px rgba(82, 35, 86, 0.5);
  -moz-box-shadow: 0px 11px 21px 0px rgba(82, 35, 86, 0.5);
  box-shadow: 0px 11px 21px 0px rgba(82, 35, 86, 0.5);
  transition: box-shadow 0.5s ease;
}
.registration-area .form-area .login .agree {
  padding: 10px 0;
  font-size: 10px;
  text-align: center;
  color: #484c66;
}
.registration-area .form-area .login .agree a {
  color: #834e98;
  text-decoration: none;
}
.registration-area .form-area .login .checkbox-block {
  position: relative;
  padding: 20px 0 0 0;
}
.registration-area .form-area .login .checkbox-block input[type="checkbox"]:not(:checked),
.registration-area .form-area .login .checkbox-block input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.registration-area .form-area .login .checkbox-block input[type="checkbox"]:not(:checked) + label:before,
.registration-area .form-area .login .checkbox-block input[type="checkbox"]:checked + label:before {
  position: absolute;
  right: 38px;
  top: 43px;
  background: #f5edf6;
  height: 14px;
  width: 14px;
  cursor: pointer;
  content: '';
}
@media (max-width: 1024px) {
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:not(:checked) + label:before,
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:checked + label:before {
    right: 88px;
  }
}
@media (max-width: 768px) {
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:not(:checked) + label:before,
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:checked + label:before {
    right: unset;
    left: 120px;
  }
}
@media (max-width: 575px) {
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:not(:checked) + label:before,
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:checked + label:before {
    top: 23px;
  }
}
.registration-area .form-area .login .checkbox-block input[type="checkbox"]:not(:checked) + label:after,
.registration-area .form-area .login .checkbox-block input[type="checkbox"]:checked + label:after {
  position: absolute;
  right: 40px;
  top: 44px;
  height: 7px;
  width: 10px;
  border-bottom: 2px solid #834e98;
  border-left: 2px solid #834e98;
  background-color: transparent;
  cursor: pointer;
  content: '';
  transform: rotate(-46deg);
}
@media (max-width: 1024px) {
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:not(:checked) + label:after,
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:checked + label:after {
    right: 90px;
  }
}
@media (max-width: 768px) {
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:not(:checked) + label:after,
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:checked + label:after {
    right: unset;
    left: 122px;
  }
}
@media (max-width: 575px) {
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:not(:checked) + label:after,
  .registration-area .form-area .login .checkbox-block input[type="checkbox"]:checked + label:after {
    top: 24px;
  }
}
.registration-area .form-area .login .checkbox-block [type="checkbox"]:not(:checked) + label:after {
  transform: scale(0);
  opacity: 0;
}
.registration-area .form-area .login .checkbox-block [type="checkbox"]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 575px) {
  .registration-area .form-area .login .checkbox-block {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .registration-area .form-area {
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .registration-area .form-area {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .registration-area .form-area {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .registration-area {
    padding: 30px 0;
  }
}
.get-info .errorlist {
  list-style-type: none;
  padding-left: 0;
}
.get-info .errorlist li {
  font-size: 12px;
  color: #f1332e;
}
.header-area {
  background-color: #ffffff;
}
.dropdown {
  width: 100%;
  position: relative;
}
.dropdown.mobile-menu {
  display: none;
  height: 80px;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .dropdown.mobile-menu {
    display: flex;
  }
}
.dropdown.mobile-menu .menu-btn {
  display: block;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin-left: auto;
}
.dropdown.mobile-menu .menu-btn span {
  display: block;
  margin-bottom: 5px;
  width: 30px;
  height: 3px;
  background-color: #834e98;
}
.dropdown.mobile-menu .dropdown-menu {
  position: absolute;
  transform: none !important;
  top: 0px;
  left: 0px;
}
.dropdown.mobile-menu .dropdown-menu.mobile-menu-open {
  padding: 20px;
  background: #f2ebf6;
  margin: 0;
  width: 100%;
  border: none;
  border-radius: 0;
}
.dropdown.mobile-menu .dropdown-menu.mobile-menu-open .close {
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/close.svg);
  transition: opacity 0.5s ease;
}
.dropdown.mobile-menu .dropdown-menu .mobile-logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.dropdown.mobile-menu .dropdown-menu .mobile-link {
  display: block;
  text-align: center;
  padding-top: 25px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.5s ease;
}
.dropdown.mobile-menu .dropdown-menu .mobile-link:hover {
  color: #834e98;
  transition: color 0.5s ease;
}
.dropdown.mobile-menu .dropdown-menu .info-menu {
  display: flex;
  margin-left: auto;
  justify-content: center;
  padding: 40px 0 20px 0;
}
.dropdown.mobile-menu .dropdown-menu .info-menu .header-icon {
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/info-icons.png);
  width: 20px;
  height: 20px;
  margin-right: 30px;
}
.dropdown.mobile-menu .dropdown-menu .info-menu .header-icon.telegram {
  background-position: 0 0;
}
.dropdown.mobile-menu .dropdown-menu .info-menu .header-icon.insta {
  background-position: -45px 0;
}
.dropdown.mobile-menu .dropdown-menu .info-menu .header-icon.viber {
  background-position: -90px 0;
  margin-right: 0;
}
.dropdown.mobile-menu .dropdown-menu .info-menu .header-icon.phone {
  background-image: url(../images/phone-header.svg);
  background-position: center center;
  background-size: contain;
  width: 13px;
  height: 13px;
}
.dropdown.mobile-menu .dropdown-menu .info-menu .header-icon:hover {
  transform: scale(0.9);
}
.header-link {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  margin-left: 30px;
  transition: color .5s ease;
}
.header-link:hover {
  text-decoration: none;
  color: #834e98;
  transition: color .5s ease;
}
.header-part {
  height: 96px;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
}
.header-part .logo {
  flex: 1;
}
.header-part .logo img {
  max-width: 90px;
  height: auto;
}
@media (max-width: 768px) {
  .header-part .logo img {
    max-width: 70px;
  }
}
@media (max-width: 576px) {
  .header-part .logo {
    margin-left: 0;
  }
}
.header-part .mobile-menu {
  display: none;
}
.header-part .mobile-menu .menu-btn {
  display: block;
  background-color: transparent;
  text-decoration: none;
}
.header-part .mobile-menu .menu-btn span {
  display: block;
  margin-bottom: 5px;
  width: 24px;
  height: 2px;
  background-color: #b09fb2;
}
@media (max-width: 685px) {
  .header-part .mobile-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .header-part {
    height: 70px;
  }
}
@media (max-width: 576px) {
  .header-part {
    display: none;
  }
}
.footer-area {
  flex: 0 0 auto;
  height: 70px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  border-top: solid 1px #f2f1f4;
}
.footer-area .footer {
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-area .footer .info-part {
  flex: 1;
  margin-left: 35px;
}
.footer-area .footer .info-part .footer-link {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
.footer-area .footer .info-part .footer-link.phone {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 685px) {
  .footer-area .footer .info-part .footer-link.phone {
    padding-bottom: 10px;
  }
}
.footer-area .footer .info-part .footer-link.help {
  margin-left: 15px;
}
@media (max-width: 685px) {
  .footer-area .footer .info-part .footer-link.help {
    margin-left: 0;
    padding-bottom: 10px;
  }
}
.footer-area .footer .info-part .footer-link:hover {
  color: #834e98;
  transition: color .5s ease;
}
@media (max-width: 685px) {
  .footer-area .footer .info-part .footer-link {
    display: block;
  }
}
@media (max-width: 685px) {
  .footer-area .footer .info-part {
    width: 100%;
    margin-left: 0;
  }
}
.footer-area .footer .footer-text {
  padding-right: 15px;
}
@media (max-width: 685px) {
  .footer-area .footer .footer-text {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 685px) {
  .footer-area .footer {
    flex-wrap: wrap;
    text-align: center;
    height: auto;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .footer-area {
    height: auto;
  }
}
.main-area.outer-main-area {
  padding: 30px;
}
.main-area.outer-main-area .outer-vacancy-block {
  background-color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .main-area.outer-main-area .outer-vacancy-block {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .main-area.outer-main-area .outer-vacancy-block.open-block {
    position: relative;
    padding-bottom: 80px;
  }
}
.main-area.outer-main-area .payment-message {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 120px 0 60px 0;
}
@media (max-width: 500px) {
  .main-area.outer-main-area .payment-message {
    font-size: 18px;
    padding: 80px 0 60px 0;
  }
}
@media (max-width: 340px) {
  .main-area.outer-main-area .payment-message {
    font-size: 16px;
    padding: 60px 0;
  }
}
.main-area.outer-main-area .vacancy-btn {
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  margin: 20px auto 180px auto;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  background-color: #42a265;
  transition: box-shadow 0.5s ease;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(56, 137, 86, 0.3);
  -moz-box-shadow: 0px 5px 15px 0px rgba(56, 137, 86, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(56, 137, 86, 0.3);
}
.main-area.outer-main-area .vacancy-btn:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(56, 137, 86, 0.8);
  -moz-box-shadow: 0px 4px 20px 0px rgba(56, 137, 86, 0.8);
  box-shadow: 0px 4px 20px 0px rgba(56, 137, 86, 0.8);
  transition: box-shadow 0.5s ease;
}
@media (max-width: 500px) {
  .main-area.outer-main-area .vacancy-btn {
    margin: 20px auto 120px auto;
  }
}
@media (max-width: 340px) {
  .main-area.outer-main-area .vacancy-btn {
    margin: 20px auto 80px auto;
  }
}
@media (max-width: 576px) {
  .main-area.outer-main-area {
    padding: 20px 10px;
  }
}
.column35 {
  display: flex;
  max-width: 35%;
  width: 35%;
}
.column35.relative-column {
  position: relative;
}
.column35.relative-column::before {
  position: absolute;
  top: -58px;
  left: 0;
  content: '';
  width: 1px;
  height: 160px;
  background-color: #f4f6f7;
}
@media (max-width: 1500px) {
  .column35.relative-column::before {
    display: none;
  }
}
.column35.relative-column.for-open {
  margin-left: auto;
}
.column35.relative-column.for-open::before {
  top: 0;
  height: 110px;
}
@media (max-width: 576px) {
  .column35.relative-column.for-open {
    position: static;
  }
}
@media (max-width: 1850px) {
  .column35 {
    width: 25%;
    max-width: 25%;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .column35 {
    width: 100%;
    max-width: 100%;
  }
}
.vacancy-button {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #834e98;
  height: 54px;
  width: 100%;
  max-width: 300px;
  line-height: 54px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  transition: box-shadow 0.5s ease;
  margin-left: auto;
  margin-top: -61px;
}
.vacancy-button:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(82, 35, 86, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(82, 35, 86, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(82, 35, 86, 0.5);
  transition: box-shadow 0.5s ease;
}
.vacancy-button.no-top {
  margin-top: 0;
}
@media (max-width: 576px) {
  .vacancy-button.no-top {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 96%;
    transform: translateX(-50%);
    margin: 0;
  }
}
@media (max-width: 1400px) {
  .vacancy-button {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .vacancy-button {
    margin: 20px 0 10px 0;
  }
}
.breadcrumbs-area {
  padding: 30px 30px 0 30px;
}
.breadcrumbs-area .inline-menu {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.breadcrumbs-area .inline-menu li {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}
.breadcrumbs-area .inline-menu li .crumb-link {
  color: #834e98;
  text-decoration: none;
}
.breadcrumbs-area .inline-menu li span {
  color: #834e98;
}
@media (max-width: 576px) {
  .breadcrumbs-area {
    padding: 15px 15px 0 15px;
  }
}
.company-name {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.company-name span {
  font-weight: 700;
}
@media (max-width: 576px) {
  .company-name {
    text-align: center;
    width: 100%;
  }
}
.company-logo {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 576px) {
  .company-logo {
    margin-top: 0;
    width: 100%;
    height: 80px;
  }
}
.company-logo.dropdown-logo {
  margin-top: 0;
}
.row-flex.for-logo {
  padding: 0 30px;
}
@media (max-width: 576px) {
  .row-flex.for-logo {
    padding: 0 15px;
  }
}
.row-flex.for-link {
  padding: 0 30px 20px 30px;
}
@media (max-width: 576px) {
  .row-flex.for-link {
    padding: 0 15px 15px 15px;
  }
}
.dropdown.company-dropdown {
  width: 100%;
}
.dropdown.company-dropdown .violet-link {
  position: relative;
  border: none;
  outline: none;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
  color: #834e98;
  font-size: 13px;
  font-weight: 700;
  padding: 0 15px 0 0;
}
.dropdown.company-dropdown .violet-link::after {
  position: absolute;
  top: 6px;
  right: 0;
  content: '';
  border-bottom: 2px solid #834e98;
  border-right: 2px solid #834e98;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.dropdown.company-dropdown .dropdown-menu.show {
  position: relative !important;
  transform: none !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 20px 0;
  width: 100%;
}
.dropdown.company-dropdown .dropdown-menu.show .company-part {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 3px solid #f2ebf6;
}
.dropdown.company-dropdown .dropdown-menu.show .company-part .company-logo {
  margin: 0 auto 10px auto;
  border: 1px solid #f2ebf6;
  padding: 5px;
  background-size: 90%;
}
@media (max-width: 576px) {
  .dropdown.company-dropdown .dropdown-menu.show .company-part .company-logo {
    width: 100px;
    height: 100px;
  }
}
.dropdown.company-dropdown .dropdown-menu.show .company-part .company-name {
  text-align: center;
  padding: 0 0 10px 0;
  font-size: 15px;
}
@media (max-width: 576px) {
  .dropdown.company-dropdown .dropdown-menu.show .company-part .company-name {
    font-size: 14px;
  }
}
.dropdown.company-dropdown .dropdown-menu.show .company-part .company-text {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 500;
}
.error-area {
  font-family: 'Montserrat', sans-serif;
  padding: 50px 0;
  text-align: center;
}
.error-area .logo {
  padding-bottom: 50px;
}
.error-area .error-title {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #834e98;
}
.error-area .error-title span {
  display: block;
  font-size: 70px;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .error-area .error-title span {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .error-area .error-title {
    font-size: 25px;
  }
}
.error-area .back-btn {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 270px;
  height: 60px;
  line-height: 60px;
  background-color: #42a265;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(66, 162, 101, 0.5);
  -moz-box-shadow: 3px 3px 15px 0px rgba(66, 162, 101, 0.5);
  box-shadow: 3px 3px 15px 0px rgba(66, 162, 101, 0.5);
  transition: box-shadow 0.5s ease;
  margin: 60px auto;
}
.error-area .back-btn:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 20px 0px #42a265;
  -moz-box-shadow: 3px 3px 20px 0px #42a265;
  box-shadow: 3px 3px 20px 0px #42a265;
  transition: box-shadow 0.5s ease;
}
@media (max-width: 440px) {
  .error-area .back-btn {
    width: 100%;
  }
}
.error-area .error-text {
  padding-top: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #834e98;
}
.offer-title {
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 576px) {
  .offer-title {
    padding: 20px 0 10px 0;
    font-size: 20px;
  }
}
.offer-text-area {
  padding: 0 30px;
}
.offer-text-area .title-ul {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .offer-text-area .title-ul {
    font-size: 15px;
  }
}
.offer-text-area .offer-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}
.offer-text-area .offer-text a {
  color: #834e98;
  font-size: 14px;
}
@media (max-width: 576px) {
  .offer-text-area .offer-text a {
    font-size: 13px;
  }
}
.offer-text-area .offer-text span {
  position: relative;
  display: block;
  padding-left: 13px;
}
.offer-text-area .offer-text span::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #834e98;
}
