header {
  min-height: 80px;
  width: 100%;
}

header .menubar {
  position: static;
  width: 100%;
  width: 100%;
  min-height: 80px;
  background: #FFFFFF;
  transition: position 3s;
}

header.fixed .menubar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 21;
  box-shadow: 0px 0px 14px rgba(47, 49, 68, 0.12);
}
header .menubar ul.primary-menu>li>a {
  padding: 15px 5px 11px;
  border-bottom: 2px solid transparent;
}
header .menubar ul a {
  padding: 2px 5px 2px;
}
@media(min-width: 601px){
  nav.main-menu {
    height: 80px;
  }
}

header .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 10px;
}

@media(min-width:993px) {
  .sidenav-menu {
    display: none;
  }
  .main-menu .button-collapse {
    display: none;
  }
}

@media (min-width: 1201px) {
  .menubar nav.main-menu ul.primary-menu {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  header .menubar {
    box-shadow: 0px 0px 14px rgba(47, 49, 68, 0.12);
  }
  body .menubar .container {
    width: 100%;
  }
  body .menubar .container .content{
    width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  body .container {
    width: 96%;
  }
}
@media (max-width: 400px) {
  body .container {
    width: 94%;
  }
}

.brand-logo {
  max-width: 212px;
  height: auto;
  line-height: 1;
}

.brand-logo img {
  width: 100%;
}

.menubar nav.main-menu .menu-buttons {
  float: right;
  width: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menubar nav.main-menu ul.primary-menu {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: space-around;
  max-width: calc(100% - 600px);
  align-items: center;
  padding: 0;
}

@media(max-width:992px) {
  .menubar nav.main-menu ul.primary-menu {
    display: none;
  }
  .menubar .left-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
}
@media(max-width:767px){
  header .menubar {
    box-shadow: 0px 0px 14px rgba(47, 49, 68, 0.12);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 21;
  }
}
.menubar nav.main-menu ul.primary-menu li {
  display: inline-block;
  float: none;
}

.main-menu .primary-menu li a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #41445E;
  text-decoration: none;
}

.menu-buttons .phones {
  background: #F1F5FF;
  border-radius: 6px;
  width: 152px;
  position: relative;
}

.menu-buttons .phones a {
  display: block;
  width: 100%;
  padding-left: 12px;
  height: 32px;
  line-height: 33px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #33327D;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
}

.menu-buttons .phones .phone1 {
  background-image: url(../images/icons/arrow-down-violet.svg);
  background-position: right 5px top 8px;
  background-repeat: no-repeat;
}

.menu-buttons .phones:hover .phone1 {
  background-image: none;
}

.menu-buttons .phones .phone2 {
  display: none;
}

.menu-buttons .phones:hover {
  border-radius: 6px 6px 0 0;
}

.menu-buttons .phones .phone:hover {
  background-color: #F0F4FB;
}

.menu-buttons .phones:hover .phone2 {
  display: block;
  position: absolute;
  left: 0;
  bottom: -32px;
  background: #F1F5FF;
  border-radius: 0 0 6px 6px;
  width: 100%;
}

.login-top a.popup-user-area {
  display: inline-block;
  width: 92px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #33327D;
  margin: 0 5px;
}

@media (max-width:1200px) and (min-width:993px){
  .menubar .left-part {
    gap: 30px;
  }
  .brand-logo {
    max-width: 180px;
  }
  .menu-buttons .btn.top-order-now{
    min-width: 100px;
  }
  .menubar nav.main-menu .menu-buttons {
    width: 335px;
  }
  .login-top a.popup-user-area {
    width: 80px;
  }
  .menubar nav.main-menu ul.primary-menu {
    gap: 5px;
  }
  body header .nav-wrapper {
    gap: 5px;
  }
  header .menubar ul.primary-menu>li>a {
    padding: 15px 1px 13px;
  }
  .menubar nav.main-menu ul.primary-menu {
    max-width: calc(100% - 550px);
    width: 100%;
  }
  .primary-menu .guarantees-link a {
    min-width: 45px;
  }
}
@media(max-width:767px) {
  body header {
    box-shadow: 0px 0px 14px rgba(47, 49, 68, 0.12);
    margin-bottom: 15px;
  }
  .brand-logo {
    max-width: 200px;
  }
  body nav .button-collapse {
    margin: 0 0;
  }

  .menu-buttons .btn {
    min-width: 100px;
  }

  .menu-buttons .phones {
    width: 150px;
  }

  .menu-buttons .phones a {
    padding-left: 10px;
  }

  .menubar nav.main-menu .menu-buttons {
    float: right;
    width: 330px;
  }
}
@media(max-width:600px){
  .menubar nav.main-menu .menu-buttons {
    width: auto;
    gap: 10px;
  }
  .brand-logo {
    max-width: 180px;
  }
  header,
  header .menubar,
  header .nav-wrapper {
    height: 60px;
  }
  .with-cookie-block header,
  .with-cookie-block header .menubar{
    height: 104px;
  }
  body .ae-order .essay-component.order-form-wrapper .ws-vip-services .services-package .material-hint .dropdown-content {
    right: 16px !important;
    position: absolute;
    margin-top: -21px;
  }
}
@media(max-width:500px){
  .login-top a.popup-user-area {
    width: 32px;
    height: 32px;
    line-height: 24px;
    font-size: 0;
    border-radius: 50%;
    background: url(../images/icons/profile-icon.svg) center no-repeat;
    background-size: contain;
  }
  .menu-buttons .btn {
    min-width: 97px;
  }
  .brand-logo {
    max-width: 160px;
  }
  .menu-buttons .btn {
    min-width: 97px;
    height: 35px;
    line-height: 35px;
  }
  .with-cookie-block header,
  .with-cookie-block header .menubar{
    height: 120px;
  }
}
@media(max-width:400px){
  header,
  header .menubar,
  header .nav-wrapper {
    height: 48px;
    min-height: auto;
  }
  .login-top a.popup-user-area {
    width: 24px;
    height: 24px;
  }
  .brand-logo {
    max-width: 140px;
  }
  header .top-order-now{
    display: none;
  }
  /*
  .with-cookie-block header,
  .with-cookie-block header .menubar{
    height: 107px;
  }
  */
}

body .essay-order-details .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* MAIN PAGE statistics block */

.section-welcome .left-part {
  height: 367px;
  overflow-y: scroll;
  padding-right: 50px;
}

.section-welcome .left-part::-webkit-scrollbar {
  width: 5px;
}

.section-welcome .left-part::-webkit-scrollbar-track {
  background: rgba(209, 226, 255, 0.4)
}

.section-welcome .left-part::-webkit-scrollbar-thumb {
  background-color: #C9C0F1;
  border-radius: 2px;
  border: 1px solid #C9C0F1;
}

.statistics-block {
  text-align: center;
  margin: 15px -15px 0;
}
.welcome-buttons-block .tabs .tab a:hover {
  color: #5241c7;
}
.statistics-block .left-part {
  max-width: 480px;
}

.statistics-block .statistics-item {
  display: inline-block;
  max-width: 278px;
  width: 45%;
  height: 142px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
  border-radius: 12px;
  margin: 12px 10px;
  padding: 0;
  text-align: left;
}

.statistics-block .statistics-item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 15px 20px;
  gap: 10px;
  height: 100%;
}

.statistics-block .statistics-item-content .img-block {
  width: 60px;
  height: 60px;
  margin: 10px;
  background: #F0F4FB;
  border-radius: 11px;
  padding: 10px;
  text-align: center;
}

.statistics-block .right-part .title {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #242743;
}

.statistics-block .right-part p {
  font-size: 14px;
  line-height: 140%;
  color: #7C7E8F;
  margin: 0;
}

.statistics-item-content .title-text {
  font-size: 16px;
  color: #242743;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media(min-width:993px) {
  .statistics-block {
    text-align: right;
  }
}

@media(max-width:1200px) and (min-width: 767px){
  .section-welcome.lending-welcome .lending-welcome-left-part {
    width: 40%;
  }
  .section-welcome.lending-welcome .writing-service-tab-content.tab-content {
    width: 60%;
  }
}
@media(max-width:992px) and (min-width: 767px){
  .section-welcome.lending-welcome .lending-welcome-left-part {
    width: 35%;
  }
  .section-welcome.lending-welcome .writing-service-tab-content.tab-content {
    width: 65%;
  }
  .statistics-block {
    text-align: center;
    margin: 15px auto 0;
    max-width: 660px;
  }
  body .welcome-buttons-block .top-orange-line {
    font-size: 23px;
  }
  body .lending-welcome .tabs .button {
    height: 56px;
    line-height: 56px;
  }
  body .lending-welcome .writing-service-tabs {
    gap: 13px;
  }
  body .statistics-block .statistics-item-content .img-block {
    border-radius: 11px;
    padding: 10px;
  }
  body .statistics-block .statistics-item-content {
    padding: 12px 10px 15px;
  }
  body .statistics-block .statistics-item {
    height: 130px;
  }
  body .statistics-block .statistics-item-content .img-block {
    margin: 10px 0;
  }
  body .lending-welcome .tabs .button {
    letter-spacing: 0.21px;
    font-size: 16px;
  }
}
@media(max-width: 767px){
  body .lending-welcome .writing-service-tabs {
    margin: 0 auto;
    gap: 10px;
  }
  body .lending-welcome .tabs .button {
    letter-spacing: 0.31px;
    height: 50px;
    line-height: 50px;
  }
  body .section-welcome.lending-welcome .welcome-buttons-block {
    margin: 0 auto;
  }
  body .statistics-block .statistics-item {
    height: 120px;
  }
  body .statistics-block .statistics-item-content {
    padding: 20px 15px 15px;
  }
  body .section-welcome .tab-pane {
    margin-bottom: 0;
  }
}
@media(max-width:640px) and (min-width:541px) {
  .statistics-block .statistics-item-content {
    padding: 14px 10px;
    gap: 10px;
  }

  .statistics-block .statistics-item {
    margin: 7px 1%;
    width: 47%;
    height: 120px;
  }
}

@media(max-width:540px) {
  .statistics-block .statistics-item-content {
    padding: 9px 10px;
    position: relative;
  }

  .statistics-block .statistics-item {
    margin: 7px 1%;
    width: 47%;
    height: 83px;
  }

  .statistics-block .right-part .title {
    font-size: 23px;
    line-height: 150%;
    padding-left: 43px;
  }

  .statistics-block .statistics-item-content .img-block {
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 5px;
    padding: 6px;
    position: absolute;
    top: 9px;
    left: 10px;
  }

  .statistics-block .statistics-item-content .img-block img {
    max-width: 100%
  }

  .statistics-block .right-part p {
    width: 100%;
    font-size: 12px;
    line-height: 1.22;
  }

  .statistics-block .right-part p {
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
  }
  body .statistics-block .statistics-item {
    height: 74px;
  }
  body .statistics-item-content .title-text {
    padding-left: 38px;
  }
}

@media(max-width:400px) {
  .statistics-block .right-part p {
    font-size: 10px;
    margin-top: 3px;
  }

  .statistics-block .statistics-item {
    height: 75px;
  }
}

@media(max-width:380px) {
  .statistics-block .statistics-item {
    width: 100%;
  }
  .statistics-block .statistics-item-content {
    margin: 0 auto;
    justify-content: left;
    max-width: 190px;
    align-items: flex-end;
  }
}


/* can-get */

.section-can-get .img-block {
  width: calc(100% - 17px);
  max-width: 590px;
  max-height: 457px;
  position: relative;
}

.section-can-get .img-block img {
  width: 100%;
}

.section-can-get .img-block .white-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 5px;
  position: absolute;
  width: 128px;
  height: 84px;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(142, 152, 207, 0.25);
  border-radius: 10px;
  left: 67px;
  bottom: 78px;
}

.section-can-get .img-block .white-block .top-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 9px;

}

.section-can-get .img-block .white-block .top-line img {
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.section-can-get .img-block .white-block .title {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #5A44CC;
}

.section-can-get .img-block .white-block p {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #4E516B;
  margin: 0;
}

.section-can-get .img-block .violet-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px;
  position: absolute;
  bottom: 146px;
  right: -17px;
  width: 175px;
  height: 109px;
  background: linear-gradient(90deg, #3D295F 0%, #221D5C 100%);
  box-shadow: 0px 18px 20px rgba(87, 101, 173, 0.27);
  border-radius: 10px;
}

.section-can-get .img-block .violet-block .num {
  font-weight: 500;
  font-size: 45px;
  line-height: 53px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.section-can-get .img-block .violet-block p {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #BABFF3;
  margin: 0;
}

.section-can-get .left-part {
  max-width: 482px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  align-items: start;
}
.section-can-get ul.circle-green-check li{
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #242743;
  position: relative;
  margin-bottom: 15px;
}
.section-can-get .subtitle {
  margin-bottom: 15px;
}

@media(max-width:992px) {
  .section-can-get .img-block {
    margin: 0 auto 10px;
  }
  .section.section.section-can-get {
    padding-bottom: 0;
  }
}

@media(max-width:600px) {
  .section-can-get ul.circle-green-check li{
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media(max-width:500px) {
  .section-can-get .img-block {
    width: 100%;
  }

  .section-can-get .img-block .white-block {
    width: 105px;
    height: 63px;
    left: 15px;
    bottom: 40px;
    padding: 10px;
    gap: 2px;
    align-items: center;
  }

  .section-can-get .img-block .violet-block .num {
    font-size: 21px;
    line-height: 1.4;
  }
  .section-can-get .img-block .violet-block {
    padding: 10px 10px;
    top: 78px;
    right: 0;
    width: auto;
    max-width: 90px;
    height: fit-content;
    text-align: center;
    align-items: center;
  }
  .section-can-get .img-block .violet-block .num {
    font-size: 21px;
    line-height: 1.4;
  }
}

/* hurry up */

.hurry-up {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  background: url(../images/hurry-up-left-bg.png) left 0 top 0 no-repeat, url(../images/hurry-up-man-bg.svg) right calc(50% + 172px) top 0 no-repeat, url(../images/hurry-up-woman-bg.svg) left calc(50% + 268px) top 45px no-repeat, url(../images/hurry-up-right-bg.png) right 0 top 0 no-repeat;
  background-color: #E2E9FF;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
}

.hurry-up-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 70px;
  min-height: 210px;
}

.hurry-up .left-part {
  color: #FFFFFF;
  text-align: left;
  margin-right: 100px;
}

.hurry-up .left-part .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 4px;
}

.hurry-up .left-part .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.hurry-up .center-part .percent {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  color: #5A44CC;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.hurry-up .center-part .percent:after {
  content: '';
  display: inline-block;
  width: 33px;
  height: 61px;
  background: url(../images/hurry-up-discount-lines.svg) center no-repeat;
  position: absolute;
  top: -14px;
  right: -25px;
  z-index: 1;
}

.hurry-up .center-part .text-hurry-up {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #1E2667;
}

.hurry-up .btn.btn-large {
  font-weight: 400;
}

@media(min-width:993px) {
  .hurry-up .btn.btn-large {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    padding: 0 25px;
  }
}

@media(max-width:1200px) {
  .hurry-up {
    background: url(../images/hurry-up-left-bg.png) left -70px top 0 no-repeat, url(../images/hurry-up-woman-bg.svg) right 220px top 45px no-repeat, url(../images/hurry-up-right-bg.png) right -70px top 0 no-repeat;
    background-color: #E2E9FF;
    border-radius: 24px;
  }

  .hurry-up-content {
    padding: 20px 30px 20px 40px;
  }

  .hurry-up .left-part {
    margin-right: 0;
  }
}

@media(max-width:992px) and (min-width: 901px) {
  .hurry-up {
    background: url(../images/hurry-up-left-bg.png) left -75px top 0 no-repeat, url(../images/hurry-up-woman-bg.svg) right 183px top 45px no-repeat, url(../images/hurry-up-right-bg.png) right -70px top 0 no-repeat;
    background-color: #E2E9FF;
  }

  .hurry-up .center-part {
    padding-right: 40px;
  }
}

@media(max-width:900px) {
  .hurry-up {
    background: url(../images/hurry-up-left-bg.png) left -70px top 0 no-repeat, url(../images/hurry-up-right-bg.png) right -70px top 0 no-repeat;
    background-color: #E2E9FF;
  }

  .hurry-up .center-part {
    margin-left: 45px;
  }
}

@media(max-width:767px) {
  .hurry-up {
    background: url(../images/hurry-up-sm-orange.svg) left top no-repeat, url(../images/hurry-up-woman-sm-bg.svg) right bottom no-repeat;
    background-color: #E2E9FF;
    position: relative;
    border-radius: 24px;
    margin-bottom: 30px;
  }

  .hurry-up-content {
    padding: 50px 30px 5px 20px;
    max-width: 540px;
    margin: 0 62px 0 auto;
  }

  .hurry-up .left-part {
    margin-right: 0;
    position: absolute;
    top: 4px;
    left: 36px;
  }
  body .hurry-up .left-part .title {
    padding-top: 0;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .hurry-up .left-part .text {
    font-size: 15px;
    line-height: 1.2;
  }

  .hurry-up .center-part {
    margin-left: 0;
    text-align: center;
    display: inline-block;
  }

  .hurry-up .left-part {
    display: block;
    float: left;
  }

  .hurry-up .btn.btn-large {
    font-weight: 400;
    display: block;
    width: 180px;
    margin: 10px 30px 0 auto;
    float: right;
  }

  .hurry-up .left-part .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 4px;
    padding-top: 30px;
  }
}

@media (max-width: 600px) {
  .hurry-up {
    background: url(../images/hurry-up-sm-orange.svg) left top no-repeat, url(../images/hurry-up-woman-sm-bg.svg) right bottom no-repeat;
    background-color: #E2E9FF;
    border-radius: 24px;
  }
  .hurry-up .center-part {
    display: block;
    margin-top: 33px;
    width: 100%;
  }
  .hurry-up .left-part {
    float: none;
  }
  .hurry-up .left-part .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
  }
  .hurry-up .left-part .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-top: 0;
  }
  .hurry-up-content {
    padding: 65px 45px 5px 25px;
    display: block;
  }
  .hurry-up .center-part {
    display: inline-block;
    margin-top: 13px;
    width: 100%;
  }
  .hurry-up .center-part .percent:after{
    display: none;
  }
  .hurry-up .center-part .percent {
    line-height: 1.2;
    margin-bottom: 0;
  }
  .hurry-up .center-part .text-hurry-up {
    font-size: 16px;
    line-height: 1.2;
  }
  .hurry-up .btn.btn-large {
    width: 168px;
    margin: 5px auto 5px;
    float: none;
    height: 40px;
    line-height: 40px;
  }
}
@media(max-width:400px){
  .hurry-up {
    background: url(../images/hurry-up-sm-orange-bg.svg) left top no-repeat, url(../images/hurry-up-woman-sm-bg.svg) right bottom no-repeat;
    background-color: #E2E9FF;
    margin-bottom: 20px;
  }
  .hurry-up-content {
    padding: 61px 0px 5px 20px;
  }
  .hurry-up .center-part {
    text-align: left;
    display: inline-block;
    margin-top: 18px;
  }
  .hurry-up .btn.btn-large {
    width: 168px;
    margin: 5px 0 0 0;
    float: none;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 350px){
  .hurry-up {
    background: url(../images/hurry-up-sm-orange-bg.svg) left top no-repeat, url(../images/hurry-up-woman-sm-bg.svg) left 140px bottom no-repeat;
    background-color: #E2E9FF;
  }
}
/*
E2E9FF
hurry-up-sm-orange-bg.svg
hurry-up-woman-sm.svg

*/
/* End hurry up */

/* Term paper writing */
.term-paper-content {
  margin: 0px 0;
}

.term-paper-list {
  column-count: 2;
  column-gap: 20px;
  vertical-align: top;
}

.term-paper-list-item {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  min-height: 141px;
  margin: 17px 0;
}

@media(min-width:1201px) {
  .term-paper-list-item {
    margin: 24px 0;
  }
}

.term-paper-item-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
  width: 100%;
  max-width: 370px;
  min-height: 141px;
}

.term-paper-item-content img {
  display: block;
  width: 80px;
  height: 80px;
}

.term-paper-item-content .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
}

.term-paper-item-content .text-block .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #242743;
}

.term-paper-item-content .text-block .term-paper-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #7C7E8F;
}

.sb-free-features {
  max-width: 380px;
  min-height: 643px;
  background: url(../images/free-features-top-bg.svg) top 27px center no-repeat, linear-gradient(90deg, #884FE7 0%, #4A3FC2 100%);
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
  border-radius: 24px;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.sb-free-features:before {
  content: '';
  display: inline-block;
  width: 91px;
  height: 91px;
  background: url(../images/free-features-check.svg) center no-repeat;
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  z-index: 1;
}

.sb-free-features .top-part {
  font-weight: 300;
  font-size: 26px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding: 58px 20px 45px;
  margin: 0 auto;
}

.sb-free-features .top-part .title {
  font-weight: 500;
}

.sb-features-content {
  width: 100%;
  height: 467px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
  border-radius: 24px;
  padding: 40px;
}

.sb-features-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #242743;
  margin-bottom: 35px;
}

.sb-features-content .sb-features-item {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #4E516B;
  background: url(../images/icons/green-circle-check.svg) top 9px left 0 no-repeat;
  position: relative;
  border-bottom: 1px solid #EEEFF6;
  padding: 11px 50px 11px 36px;
}

.sb-features-content .sb-features-item:last-child {
  border-bottom: none;
}

.sb-features-content .sb-features-item:after {
  content: "FREE";
  width: 38px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 11px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #5A44CC;
}

.sb-features-content .btn {
  margin: 26px auto 0;
  display: block;
}

@media(max-width:767px) and (min-width:601px) {
  .term-paper-item-content {
    gap: 5px;
  }

  .term-paper-item-content .text-block {
    gap: 10px;
  }

  .term-paper-list-item {
    margin: 10px 0;
  }
}

@media(max-width:600px) {
  body .term-paper-list-item {
    min-height: auto;
    margin: 15px 0;
  }

  .term-paper-list {
    column-count: 1;
    margin: 0 auto;
  }

  .term-paper-item-content {
    max-width: 465px;
    min-height: auto;
    gap: 15px;
  }

  .term-paper-item-content .text-block {
    gap: 10px;
  }
}

@media(max-width:400px) {
  .term-paper-item-content {
    gap: 10px;
  }

  .term-paper-item-content .text-block {
    gap: 3px;
  }

  .term-paper-item-content .img-block {
    margin-left: -10px;
  }

  .term-paper-item-content .text-block .title {
    font-size: 15px;
  }

  .term-paper-item-content .text-block .term-paper-text {
    font-weight: 400;
    font-size: 14px;
  }

  .sb-features-content {
    padding: 40px 18px 20px;
    height: auto;
  }

  .sb-features-content .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .sb-free-features {
    max-width: 380px;
    min-height: auto;
  }
  body .term-paper-list-item {
    margin: 10px 0;
  }
}

/* Main top violet section */
.main-top-content {
  width: 100%;
  min-height: 555px;
  border-radius: 30px;
  background: url(../images/main-top-bg.png) top center no-repeat;
  background-color: #522b6e;
  background-size: cover;
  padding: 42px 100px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.main-top-content .left-part {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  width: calc(100% - 400px);
}

.main-top-content .welcome {
  background: linear-gradient(90deg, #FB9B42 0%, #F3812E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.14px;
}

.main-top-content h1 {
  color: #fff;
  margin: 23px 0 26px;
}

.main-top-content .subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #E8E8E8;
  max-width: 490px;
  margin-bottom: 40px;
}
.main-top-content .subtitle p{
  color: #E8E8E8;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.main-top-content .left-part .btn {
  width: auto;
  margin-bottom: 20px;
  min-width: 220px;
  padding: 0 25px;
  font-weight: 500;
}
.main-top-content .left-part .btn:hover {
  color: #3a2e6c;
  background: #fff;
}
@media(max-width:1200px) {
  .main-top-content {
    padding: 42px 50px 38px;
  }
}

@media(max-width: 992px)and (min-width: 768px) {
  .main-top-content {
    padding: 42px 25px 38px;
  }

  .main-top-content h1 {
    font-weight: 500;
    font-size: 34px;
  }

  .main-top-content .left-part {
    width: calc(100% - 340px);
  }

  .main-page-calc {
    width: 320px;
  }

  .main-page-calc .ae-miniorder-custom {
    padding: 25px 20px 10px;
  }

  .main-page-calc:after {
    width: 292px;
    max-width: calc(100% - 30px);
  }
}

@media(max-width: 767px) {
  .main-top-content {
    flex-direction: column;
    background-size: auto;
    background: none;
  }

  .main-top-content h1 {
    margin: 16px 0 12px;
  }

  .main-top-content .left-part {
    width: 100%;
    background: url(../images/main_top_bg_elements.svg) center no-repeat, url(../images/main-top-sm-bg.svg)center no-repeat;
    background-color: #493174;
    background-size: contain, cover;
    border-radius: 15px;
    text-align: center;
    padding-top: 25px;
  }

  .section-main-top .container {
    width: 100%;
  }

  .main-top-content {
    padding: 15px 25px 20px;
    border-radius: 0;
    background: transparent !important;
  }

  section.section-main-top {
    background: #FFF;
  }

  .main-page-calc .ae-miniorder-custom {
    box-shadow: 0px 6px 15px rgba(76, 76, 95, 0.3);
  }

  .main-page-calc:after {
    opacity: 0.4;
  }

  .main-page-calc {
    max-width: 380px;
    width: 100%;
  }

  .main-page-calc:after {
    width: 350px;
    max-width: calc(100% - 30px);
  }

  .main-top-content .welcome {
    font-size: 12px;
  }

  .main-top-content .subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #E8E8E8;
    max-width: 420px;
    margin: 0 auto 14px;
  }
  .main-top-content {
    padding: 15px 15px 20px;
  }
}

@media(max-width:400px) {
  .main-top-content .left-part {
    padding: 13px 15px 0;
  }

  .main-top-content h1 {
    font-size: 20px;
  }

  .main-top-content .welcome {
    font-size: 10px;
  }

  .main-top-content .subtitle {
    font-size: 11px;
  }

  .main-top-content h1 {
    margin: 8px 0 7px;
  }

  .main-top-content .subtitle {
    font-weight: 400;
    font-size: 11px;
    line-height: 160%;
    color: #E8E8E8;
    max-width: 420px;
    margin: 0 auto 14px;
  }

  .main-top-content .left-part .btn {
    height: 25px;
    line-height: 24px;
    font-size: 11px;
    width: 115px;
    margin-bottom: 22px;
  }
}


.main-page-calc .ae-miniorder-custom .select2-selection__rendered,
.main-page-calc .ae-miniorder-custom select,
.main-page-calc .ae-miniorder-resume-custom .select2-selection__rendered,
.main-page-calc .ae-miniorder-resume-custom select{
  appearance: none;
  background-image: url('../images/icons/select-chevron.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 50%;
  padding-right: 20px;
}

.main-page-calc label {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #A7AEB9;
}

.main-page-calc {
  width: 380px;
  position: relative;
  font-family: 'Rubik';
  font-style: normal;
}

.main-page-calc .row {
  margin-bottom: 15px;
}

.main-page-calc:after {
  content: '';
  display: inline-block;
  width: 350px;
  height: 450px;
  height: auto;
  position: absolute;
  left: 15px;
  bottom: -10px;
  background: linear-gradient(64.02deg, #884FE7 0%, #4A3FC2 113.52%);
  box-shadow: 0px 6px 15px rgba(76, 76, 95, 0.1);
  border-radius: 20px;
  z-index: 0;
  min-height: 30px;
}

.main-page-calc .ae-miniorder-custom,
.main-page-calc .ae-miniorder-resume-custom {
  padding: 25px 30px 18px;
  background: #fff;
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  box-shadow: 0px 6px 15px rgba(76, 76, 95, 0.1);
  min-height: 465px;
  min-height: auto;
  border-radius: 22px;
}

.main-page-calc .price-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #A7AEB9;
}

.main-page-calc .mini-order-total-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-decoration-line: line-through;
  color: rgba(36, 39, 67, 0.5);
  text-align: right;
  margin-left: 6px;
}

.main-page-calc .mini-order-first-price,
.main-page-calc .mini-orderResume-total-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: right;
  color: #3E4080;
}

.main-page-calc .miniorder-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #342645;
  margin-top: 6px;
}

.main-page-calc .btn {
  box-shadow: 0px 5px 8px 0 rgba(101, 79, 166, 0.14);
  border: none;
}

.main-page-calc .ae-miniorder-custom .choose-currency-block,
.main-page-calc .ae-miniorder-resume-custom .choose-currency-block {
  position: relative;
}

.main-page-calc .ae-miniorder-custom .currency,
.main-page-calc .ae-miniorder-resume-custom .currency {
  display: flex;
  flex-direction: column;
  width: 81px;
  height: 40px;
  overflow: hidden;
  margin: 0 0 0 auto;
  z-index: 4;
  border: none;
  background-color: #F1F5FF;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.main-page-calc .ae-miniorder-resume-custom select.currency {
  background-image: url('../images/icons/select-chevron.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 50%;
  padding-right: 23px;
  padding-left: 12px;
  font-weight: 700;
}

.main-page-calc .ae-miniorder-custom .currency::before,
.main-page-calc .ae-miniorder-resume-custom .currency::before {
  content: "";
  font-family: 'FontAwesome';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  background: url(../images/icons/select-chevron.svg) center no-repeat;
}

.main-page-calc .ae-miniorder-custom .currency:focus::before,
.main-page-calc .ae-miniorder-custom .currency:hover::before,
.main-page-calc .ae-miniorder-resume-custom .currency:focus::before,
.main-page-calc .ae-miniorder-resume-custom .currency:hover::before {
  content: unset;
  display: none;
}

.main-page-calc .ae-miniorder-custom .currency:focus,
.main-page-calc .ae-miniorder-custom .currency:hover,
.main-page-calc .ae-miniorder-resume-custom .currency:focus,
.main-page-calc .ae-miniorder-resume-custom .currency:hover {
  overflow: unset;
  height: auto;
}

.main-page-calc .ae-miniorder-custom .currency input,
.main-page-calc .ae-miniorder-resume-custom .currency input {
  display: none;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  color: #3E4080;
  letter-spacing: 0.01em;
  border: none;
  padding-right: 24px;
  font-weight: 600;
  transition: all .5s ease;
  border-radius: 0;
}

.main-page-calc .ae-miniorder-custom .currency:hover,
.main-page-calc .ae-miniorder-custom .currency:focus,
.main-page-calc .ae-miniorder-resume-custom .currency:hover,
.main-page-calc .ae-miniorder-resume-custom .currency:focus {
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
}
.main-page-calc .ae-miniorder-custom .currency:focus-visible{
  outline: unset;
}

.main-page-calc .ae-miniorder-custom .currency:focus input:not(:first-child),
.main-page-calc .ae-miniorder-custom .currency:hover input:not(:first-child),
.main-page-calc .ae-miniorder-custom .currency input:not(:first-child):not(.active),
.main-page-calc .ae-miniorder-resume-custom .currency:focus input:not(:first-child),
.main-page-calc .ae-miniorder-resume-custom .currency:hover input:not(:first-child),
.main-page-calc .ae-miniorder-resume-custom .currency input:not(:first-child):not(.active) {
  border-top: 1px solid #bfc2df;
}

.main-page-calc .ae-miniorder-custom .currency:focus input,
.main-page-calc .ae-miniorder-custom .currency:hover input,
.main-page-calc .ae-miniorder-custom .currency input.active,
.main-page-calc .ae-miniorder-resume-custom .currency:focus input,
.main-page-calc .ae-miniorder-resume-custom .currency:hover input,
.main-page-calc .ae-miniorder-resume-custom .currency input.active {
  display: block;
  background: transparent;
  color: #3E4080;
}

.main-page-calc .ae-miniorder-custom .currency:active input.active,
.main-page-calc .ae-miniorder-custom .currency:active input:hover,
.main-page-calc .ae-miniorder-custom .currency:hover input.active,
.main-page-calc .ae-miniorder-custom .currency:hover input:hover,
.main-page-calc .ae-miniorder-resume-custom .currency:active input.active,
.main-page-calc .ae-miniorder-resume-custom .currency:active input:hover,
.main-page-calc .ae-miniorder-resume-custom .currency:hover input.active,
.main-page-calc .ae-miniorder-resume-custom .currency:hover input:hover {
  background: linear-gradient(90deg, #884FE7 0%, #4A3FC2 100%);
  color: #fff;
}


.main-page-calc .ae-miniorder-custom .input-field,
.main-page-calc .ae-miniorder-resume-custom .input-field {
  margin-top: 0;
}

.main-page-calc .ae-miniorder-custom .number-field .minus,
.main-page-calc .ae-miniorder-custom .number-field .plus {
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #fff;
}

.main-page-calc .ae-miniorder-custom .number-field .minus {
  border-radius: 3px 0 0 3px;
}

.main-page-calc .ae-miniorder-custom .number-field .plus {
  border-radius: 0 3px 3px 0;
}

.main-page-calc .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.main-page-calc .mini-order-total-price.first-order {
  display: none;
}

body .main-page-calc .ae-miniorder-custom .number-field input[type="text"] {
  padding-right: calc(50% + 64px);
  width: 100%;
  text-align: right;
}

body .ae-miniorder-custom .number-field::after {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #444765;
}

.ae-miniorder-custom .row.miniorder-row-6 {
  margin-bottom: 5px;
}

.ae-miniorder-custom .row.miniorder-row-7 {
  margin-bottom: 0;
}

.first-order-label {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #A7AEB9;
}

.first-order-label span {
  color: #444765;
}

.first-order-checkbox {
  display: inline-block;
}

.first-checkbox-row input.first-checkbox {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* section-main-reviews-line */

.reviews-line-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  margin: 65px auto 30px;
}

.reviews-line-content .reviews-line-item {
  width: 23%;
  max-width: 252px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-line-content .reviews-service {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  display: block;
  color: #4E516B;
  margin-bottom: 4px;
}

.reviews-line-content .reviews-service:hover {
  font-weight: 500;
}

.reviews-line-content .mark {
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  color: #242743;
}

.reviews-line-content .reviews-line-item.item-more {
  max-width: 100px;
  width: 18%;
  justify-content: center;
}

.reviews-line-content .reviews-line-item.item-more .more-reviews {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #5A44CC;
  display: block;
  width: 100%;
  text-align: center;
}

.reviews-line-content .reviews-line-item.item-more .more-reviews:hover {
  font-weight: 500;
}

.reviews-line-content .line-sep {
  width: 1px;
  height: 54px;
  background: #D3D2F0;
}

@media(max-width:992px) and (min-width: 601px) {
  .reviews-line-content .mark {
    font-size: 30px;
  }
}

@media(max-width:767px) {
  .reviews-line-content .reviews-line-item.item-more {
    display: none;
  }

  .reviews-line-content .line-sep.line-sep-3 {
    display: none;
  }

  .reviews-line-content .reviews-line-item {
    width: 30%;
  }

  .reviews-line-content {
    margin: 30px auto 5px;
  }
}

@media(max-width: 600px) {
  .reviews-line-content {
    /*
    flex-direction: column;
    gap: 12px;
    */
    display: block;
    text-align: justify;
  }

  .reviews-line-content .line-sep {
    height: 1px;
    width: 220px;
  }

  .reviews-line-content .reviews-line-item {
    width: 100%;
    max-width: 220px;
    margin-bottom: 15px;
  }

  .section-main-reviews-line .reviews-line-content .reviews-line-item {
    max-width: 46%;
    display: inline-block;
    vertical-align: middle;
  }

  .reviews-line-content .line-sep {
    display: none;
  }

  .reviews-line-content .reviews-line-item .left-text,
  .reviews-line-content .reviews-line-item .mark {
    display: inline-block;
  }

  .reviews-line-content {
    margin: 30px auto 5px;
  }

  .section-main-reviews-line .reviews-line-content {
    display: block;
    max-width: 390px;
  }

  .section-main-reviews-line .reviews-line-content .mark {
    float: right;
  }

  .reviews-line-item.item-more.item-4 {
    width: 49%;
    text-align: left;
    margin-left: 6%;
    padding-left: 10px;
  }

  .reviews-line-content .reviews-line-item.item-more .more-reviews {
    text-align: left;
  }
}

@media(max-width: 400px) {
  .section-main-reviews-line .reviews-line-content {
    max-width: 320px;
    width: 95%;
  }

  .section-main-reviews-line .reviews-line-content .reviews-line-item {
    width: 47%;
    max-width: 160px;
    text-align: justify;
    margin-bottom: 12px;
  }

  .section-main-reviews-line .stars img {
    width: 13px;
    height: 13px;
    margin: 0 -0.5%;
  }

  .section-main-reviews-line .reviews-reviews .stars img {
    width: 14px;
    height: 14px;
  }

  .section-main-reviews-line .reviews-line-content .mark {
    font-size: 30px;
  }

  .section-main-reviews-line .reviews-line-content .reviews-service {
    font-size: 12px;
  }

  .reviews-line-item.item-more.item-4 {
    margin-left: 1%;
  }

  .reviews-line-content {
    margin: 24px auto 10px;
  }

  .section-main-reviews-line .container .row {
    margin-bottom: 0;
  }
}

/* Can trust */

/* can-get */

.section-left-image .img-block,
.section-can-trust .img-block {
  width: calc(100% - 17px);
  max-width: 590px;
  position: relative;
}

.section-left-image .img-block img,
.section-can-trust .img-block img {
  width: 100%;
}

.section-left-image .img-block .white-block,
.section-can-trust .img-block .white-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 5px;
  position: absolute;
  width: auto;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(142, 152, 207, 0.25);
  border-radius: 10px;
  right: 6px;
  bottom: 166px;
  align-items: center;
}

.section-left-image .img-block .white-block .top-line,
.section-can-trust .img-block .white-block .top-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 9px;

}

.section-left-image .img-block .white-block .top-line img,
.section-can-trust .img-block .white-block .top-line img {
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.section-left-image .img-block .white-block .title,
.section-can-trust .img-block .white-block .title {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #5A44CC;
}

.section-left-image .img-block .white-block p,
.section-can-trust .img-block .white-block p {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #4E516B;
  margin: 0;
}

.section-left-image .img-block .violet-block,
.section-can-trust .img-block .violet-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 25px;
  position: absolute;
  bottom: 86px;
  left: 18px;
  width: auto;
  height: 104px;
  background: linear-gradient(90deg, #3D295F 0%, #221D5C 100%);
  box-shadow: 0px 18px 20px rgba(87, 101, 173, 0.27);
  border-radius: 10px;
}

.section-left-image .img-block .violet-block .num,
.section-can-trust .img-block .violet-block .num {
  font-weight: 500;
  font-size: 45px;
  line-height: 53px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.section-left-image .img-block .violet-block p,
.section-can-trust .img-block .violet-block p {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #BABFF3;
  margin: 0;
}

.section-left-image .right-part,
.section-can-trust .right-part {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  align-items: start;
}

.section-left-image h2.top-orange-line,
.section-can-trust h2.top-orange-line {
  margin-bottom: 13px;
}

@media(max-width:992px) {
  .section-can-get .block-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-can-trust .img-block {
    margin: 0 auto 10px;
  }
}

@media(max-width:500px) {

  .section-left-image .img-block,
  .section-can-trust .img-block {
    width: 100%;
  }

  .section-left-image .img-block .violet-block .num,
  .section-can-trust .img-block .violet-block .num {
    font-size: 22px;
    line-height: 1.4;
  }
  .section-left-image .img-block .violet-block, .section-can-trust .img-block .violet-block {
    padding: 10px 15px 12px;
    height: auto;
    max-width: 90px;
    text-align: center;
  }

  h2.h1.top-orange-line {
    margin-bottom: 0;
  }
  .section.section-can-trust {
    padding-bottom: 0;
  }
  .section-left-image .img-block .white-block, .section-can-trust .img-block .white-block {
    padding: 10px 15px;
    gap: 1px;
    width: auto;
    height: auto;
  }
}

/* section-benefits_table */
.benefits-table-part {
  background: #F5F7FF;
  padding: 28px 24px;
}

.benefits-table tr td {
  padding: 5px 10px 3px;
  vertical-align: middle;
  text-align: left;
}

.benefits-table tr td:first-child {
  padding: 9px 35px 7px 0;
  width: 13.5%;
  min-width: 36px;
  text-align: right;
}

.benefits-table tr {
  border-bottom: 1px solid #DDE4FF;
}

.benefits-table tr:nth-child(odd) {
  background: #fff;
}

@media(max-width:600px) {
  .benefits-table tr:nth-child(odd) {
    background: transparent;
  }

  .benefits-table-part {
    background: #F5F7FF;
    padding: 20px 15px;
  }

  .benefits-table tr td:first-child {
    padding: 9px 0 7px 5px;
  }
}

@media(max-width:400px) {
  .benefits-table tr td:first-child {
    padding: 9px 0 7px 5px;
  }
  .benefits-table tr td {
    font-size: 11px;
    padding: 5px 3px 3px;
    font-weight: 500;
  }
  .benefits-table .img_block img {
    width: 12px;
    height: 11px;
    margin-right: 8px;
    text-align: left;
  }
  .benefits-table tr td:first-child {
    padding: 8px 0 7px 0px;
    width: 20px;
    min-width: auto;
  }
  .benefits-table-part {
    padding: 11px 9px;
  }
}



/* How it works tabs */
.section-how-works {
  background: #F9FAFF;
  padding: 65px 0 55px;
}

.section-how-works .top-orange-line-center {
  margin-bottom: 45px;
}

.how-works {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.how-works-tabs {
  position: relative;
  overflow-x: hidden;
  height: auto;
  background-color: transparent;
  margin: 0 -15px 0 -15px;
  padding: 5px 15px 20px;
  width: 50%;
  max-width: 50%;
  white-space: inherit;
  flex-direction: column;
  list-style: none;
}

.how-works-tab-content.tab-content {
  width: 50%;
}

.how-works-tabs .tab {
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 20px;
  white-space: inherit;
  height: auto;
  box-shadow: 0px 6px 15px rgba(76, 76, 95, 0.1);
}

.how-works a.how-works-button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 27px 25px;
  gap: 25px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  white-space: inherit;
  text-transform: none;
  box-sizing: border-box;
  border: 2px solid transparent;
  background: #fff;
  border-radius: 12px;
}

.how-works a.how-works-button.active {
  border: 2px solid #C7BCFF;
}

.how-works-tabs .img-block img {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.how-works-tabs .how-works-button .right-part {
  text-align: left;
}

.how-works .step-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #5A44CC;
  margin-bottom: 8px;
}

.how-works .step-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #7C7E8F;
}

.how-works .tab-content {
  background: #EBECFF;
  border-radius: 24px;
  padding: 22px 20px 20px;
  max-width: 585px;
}

.how-works .tab-pane {
  width: 100%;
  height: auto;
  background: #3F4172;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.how-works-tab-content .tab-pane {
  background: #ebecff;
}
.how-works-tab-content .tab-pane img {
  border-radius: 13px;
  max-width: 100%;
}
.see-how-work {
  width: 100%;
  height: 62px;
  display: flex;
  padding: 5px 20px;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #5A44CC;
  border-radius: 12px;
  background: #fff;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}

.see-how-work img {
  margin-right: 16px;
}

.how-works-tabs .indicator {
  display: none;
}

@media(max-width:992px) and (min-width:768px) {
  .how-works-tabs a.how-works-button {
    padding: 14px 10px;
    gap: 15px;
  }
}

@media(min-width:768px) {
  .how-works-tab-content .how-works-button.hw-tab-mob {
    display: none;
  }
  .section-how-works .top-orange-line-center {
    margin-bottom: 30px;
  }
}

@media(max-width:767px) {
  .section-how-works {
    padding: 37px 0 5px;
  }
  .how-works-tab-content{
    display: none;
  }
  .how-works-tabs {
    width: auto;
    max-width: inherit;
    padding-bottom: 0;
  }
  .how-works-tab-content .how-works-button {
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 20px;
    white-space: inherit;
    height: auto;
    box-shadow: 0px 6px 15px rgba(76, 76, 95, 0.1);
  }
  body .how-works a.how-works-button{
    border: 2px solid #C7BCFF;
  }
  .tab-content {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }

  .tab-pane {
    margin-bottom: 20px;
  }

  .how-works-tab-content.tab-content {
    width: 100%;
    margin: 0 auto;
  }
  .section-how-works .top-orange-line-center {
    margin-bottom: 25px;
  }
}
@media(max-width:500px) {
  .section-how-works .top-orange-line-center {
      text-align: left;
  }
  body .section-how-works .top-orange-line-center:before {
    left: 0;
  }
}
@media(max-width:400px) {
  .section-how-works a.how-works-button {
    display: block;
    padding: 22px 15px 18px 19px;
  }
  .how-works .step-title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
    margin-top: 0;
    min-height: 52px;
    display: flex;
    align-items: center;
  }
  .how-works .step-text {
    font-size: 14px;
    line-height: 150%;
    margin-top: 13px;
  }
  .how-works .img-block {
    float: left;
    margin-right: 14px;
    margin-top: -22px;
    margin-left: -10px;
  }
}
@media(max-width:360px) {
  .how-works-tabs {
    width: auto;
    margin: 0 -0.75rem;
    padding: 5px 0.75rem 20px;
  }
}

/* section-online-help */

.section-left-image.section-online-help .img-block .white-block {
  top: 22%;
  bottom: auto;
  right: -15px;
  left: auto;
}

.section-online-help ul {
  margin: 0;
  color: #4E516B;
}
.section-left-image.section-online-help .img-block .violet-block {
  width: auto;
  max-width: 115px;
  height: auto;
  left: 17%;
  bottom: 10%;
}
.section-left-image.section-online-help .img-block .violet-block .num {
  font-size: 21px;
  line-height: 1.4;
}
@media(min-width:1201px) {
  .section-left-image.section-online-help .right-part {
    max-width: 500px;
    margin: 0 0 0 auto;
  }

  .section-left-image.section-online-help .img-block .white-block {
    right: -55px;
  }
}
@media(max-width: 992px) {
  .section-left-image.section-online-help .img-block{
    margin: 0 auto 10px;
  }
}
@media(max-width:767px) {
  .section-left-image.section-online-help .img-block .white-block {
    top: 15%;
    right: -5px;
  }
}
@media(max-width:600px) {
  section.section.section-left-image.section-online-help{
    padding-bottom: 0 ;
  }
  .section-left-image.section-online-help .img-block .white-block .title{
    font-size: 14px;
    line-height: 20px;
  }
  .section-left-image.section-online-help .img-block .white-block .top-line{
    gap: 5px;
  }
  .section-left-image.section-online-help .img-block .white-block p{
    font-size: 11px;
  }
  .section-left-image.section-online-help .img-block .white-block {
    width: 110px;
    height: 60px;
    gap: 1px;
    padding: 8px 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*
@media(max-width:400px){
  section.section.section-left-image.section-online-help {
    padding-top: 25px;
  }
  .section-left-image.section-online-help .img-block .white-block{
    width: 105px;
    height: 63px;
    left: 15px;
    right: auto;
    top:auto;
    bottom: 40px;
    padding: 10px;
    gap: 2px;
  }
  .section-left-image.section-online-help .img-block .violet-block{
    padding: 10px 10px;
    top: 78px;
    right: -10px;
    width: 140px;
    height: 88px;
  }
}
*/
/* section-main-discounts */

.main-discounts-content {
  width: 100%;
  padding: 90px 90px 50px;
  border-radius: 30px;
  background: url(../images/main-discounts-bg.png) center bottom no-repeat;
  background-color: #6a4cba;
  background-size: cover;
  text-align: center;
  margin: 0 auto 60px;
}

.main-discounts-content .h1.top-orange-line-center {
  margin-bottom: 60px;
}

.main-discounts-list {
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 30px;
}

.main-discounts-list .discounts-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 10px;
  gap: 32px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
  border-radius: 24px;
  max-width: 316px;
  width: 32%;
}

.main-discounts-list .discount-account {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #1B196A;
}

.main-discounts-list .orange-line {
  display: block;
  width: 40px;
  height: 4px;
  background: #F3812E;
}

.main-discounts-list .percent {
  margin-bottom: 10px;
}

.main-discounts-list .num {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 160%;
  color: #1B196A;
}

.main-discounts-list .ff {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 160%;
  color: #1B196A;
  margin-left: 5px;
  text-transform: uppercase;
}

.main-discounts-list .discount-text-grey {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #7C7E8F;
  margin-bottom: 2px;
}

.main-discounts-list .discount-text-pages {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #242743;
}

.main-discounts-content .discounts-link {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #F2F2F2;
  display: block;
  width: 94px;
  margin: 66px auto 27px;
}

@media(max-width: 992px) {
  .main-discounts-content {
    padding: 65px 30px 40px;
  }

  .main-discounts-content .h1.top-orange-line-center {
    margin-bottom: 30px;
  }

  .main-discounts-content .discounts-link {
    margin: 40px auto 20px;
  }

  .main-discounts-list .discounts-items {
    gap: 20px;
  }

  .main-discounts-list {
    gap: 15px;
  }

}

@media(max-width: 767px) and (min-width:601px) {
  .main-discounts-list .discount-account {
    max-width: 130px;
  }

  .main-discounts-list .discounts-items {
    padding: 30px 10px 25px;
    gap: 10px;
  }
}

@media(max-width: 600px) {
  .main-discounts-content {
    padding: 30px 15px 5px;
    background: url(../images/main-discounts-bg-sm.png) center no-repeat;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .main-discounts-content .h1.top-orange-line-center {
    margin-bottom: 20px;
  }
  .main-discounts-content .discounts-link {
    margin: 20px auto 20px;
  }
  .main-discounts-list .orange-line {
    display: none;
  }
  .main-discounts-list {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .main-discounts-list .discounts-items {
    gap: 1px;
    position: relative;
    align-items: flex-start;
    max-width: 400px;
    width: 100%;
    padding: 10px 28px;
    border-radius: 10px;
  }
  .main-discounts-list .percent {
    margin: 0;
    position: absolute;
    left: 235px;
    top: calc(50% - 30px);
  }
  .discounts-items-text {
    display: flex;
    gap: 8px;
  }
}
@media(max-width: 500px) {
  .main-discounts-content {
    padding: 30px 10px 10px;
  }
  .main-discounts-list .num {
    font-size: 33px;
  }
  .main-discounts-list .percent {
    left: 217px;
    top: calc(50% - 24px);
  }
  .main-discounts-list .discounts-items {
    max-width: 350px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
  }
  .main-discounts-content .h1.top-orange-line-center {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .main-discounts-content .discounts-link {
    margin: 20px auto 15px;
  }
}
@media(max-width: 400px) {
  .main-discounts-content {
    padding: 20px 10px 10px;
  }
  .main-discounts-list .num {
    font-size: 30px;
  }
  .main-discounts-list .percent {
    left: 217px;
    top: calc(50% - 24px);
  }
  .main-discounts-list .discounts-items {
    max-width: 280px;
    width: 100%;
    padding: 10px 10px 7px 10px;
  }
  .main-discounts-content .h1.top-orange-line-center {
    margin-bottom: 13px;
    font-size: 16px;
    padding-top: 12px;
  }
  .main-discounts-content .discounts-link {
    margin: 20px auto 15px;
  }
  .main-discounts-list .discount-account,
  .main-discounts-list .discount-text-grey,
  .main-discounts-list .discount-text-pages {
    font-size: 12px;
    line-height: 1.4;
  }
  .main-discounts-list .num {
    font-size: 30px;
  }
  .main-discounts-list .ff {
    font-size: 23px;
    margin-left: 3px;
  }
  .main-discounts-list .percent {
    left: 165px;
    top: calc(50% - 24px);
  }
  .main-discounts-content .top-orange-line-center:before {
    height: 2px;
  }
}
/* section-comments */

.section-comments {
  background: url(../images/main-comments-left-bg.svg) bottom 68px right calc(50% + 418px) no-repeat, url(../images/main-comments-right-bg.svg) bottom 68px left calc(50% + 418px) no-repeat;
  background-color: #F9FAFF;
  min-height: 840px;
  padding: 65px 0 30px;
}

.main-comments .reviews-line-content {
  max-width: 956px;
  min-height: 103px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 2px 25px rgba(76, 76, 95, 0.05);
  padding: 0 60px;
}

.main-reviews-slider {
  max-width: 956px;
  border: 1px solid #D2D5E9;
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
  border-radius: 16px;
  box-sizing: border-box;
  margin: 30px auto;
  background: #fff;
  padding: 0 70px;
  position: relative;
  filter: drop-shadow(0px 6px 36px rgba(84, 84, 119, 0.09));
}

.reviews-slider-item {
  min-height: 311px;
  display: flex !important;
  align-items: center;
  position: relative;
}

.reviews-slider-item-content {
  max-width: 956px;
  width: 100%;
  display: flex;
  gap: 32px;
  padding: 40px 60px 5px;
}

.reviews-slider-item .top-part {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.reviews-slider-item .top-part .stars-part {
  display: flex;
  gap: 20px;
  align-items: center;
}

.reviews-slider-item .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #1B196A;
  margin-top: 16px;
}

.reviews-slider-part .stars {
  width: 112px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.reviews-slider-part .verified {
  background: url(../images/icons/verified-icon.svg) right top no-repeat;
  padding-right: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #1B196A;
}

.reviews-slider-part .date {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #ACAEBF;
}

.reviews-slider-part .reviews-text b,
.reviews-slider-part .reviews-text strong {
  font-weight: 600;
}

.reviews-slider-part .slick-list.draggable {
  margin-top: -16px;
}

.reviews-slider-item:before {
  content: '';
  background: url(../images/reviews-arrow-icon.svg) bottom center;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 16px;
  position: absolute;
  top: 1px;
  z-index: 1;
}

.reviews-slider-item.client-reviews:before {
  left: 15%;
}

.reviews-slider-item.resellerrating-reviews:before {
  left: 50%;
}

.reviews-slider-item.reviews-reviews:before {
  left: 85%;
}

.reviews-slider-item.client-reviews .stars {
  background-image: url(../images/icons/5-yellow-stars.svg);
}

.reviews-slider-item.resellerrating-reviews .stars {
  background-image: url(../images/icons/5-stars-resellerrating.svg);
}

.reviews-slider-item.saashub-reviews .stars {
  background-image: url(../images/icons/5-stars-saashub.svg);
}

.reviews-slider-item.reviews-reviews .stars {
  background-image: url(../images/icons/5-stars-reviews.svg);
}

.main-reviews-slider .slick-arrow {
  width: 40px;
  height: 52px;
}

.main-reviews-slider .slick-arrow.slick-prev,
.main-reviews-slider .slick-arrow.slick-next {
  width: 70px;
  height: 100%;
  top: auto;
  bottom: 0;
  position: absolute;
  margin: 0;
  transform: none;
}

.main-reviews-slider .slick-arrow.slick-prev {
  left: 0;
  background: rgba(175, 183, 252, 0.1) url(../images/icons/arrow-left-grey.svg) top 35px center no-repeat;

}

.main-reviews-slider .slick-arrow.slick-prev:hover,
.main-reviews-slider .slick-arrow.slick-prev:active {
  background: rgba(175, 183, 252, 0.1) url(../images/icons/arrow-left-violet.svg) top 35px center no-repeat;
}

.main-reviews-slider .slick-arrow.slick-prev:before {
  display: none;
}

.main-reviews-slider .slick-arrow.slick-next {
  right: 0;
  background: rgba(175, 183, 252, 0.1) url(../images/icons/arrow-right-grey.svg) top 35px center no-repeat;
}

.main-reviews-slider .slick-arrow.slick-next:hover,
.main-reviews-slider .slick-arrow.slick-next:active {
  background: rgba(175, 183, 252, 0.1) url(../images/icons/arrow-right-violet.svg) top 35px center no-repeat;
}

.main-reviews-slider .slick-arrow.slick-next:before {
  display: none;
}

.main-comments .btn-extra-large {
  display: block;
  max-width: 248px;
  position: relative;
  margin: 0 auto;
}

.main-comments .btn-extra-large:before,
.main-comments .btn-extra-large:after {
  content: "";
  display: inline-block;
  width: 200px;
  max-width: calc(50vw - 210px);
  height: 1px;
  background: #D6D9F3;
  position: absolute;
  top: calc(50% - 0.5px);
  z-index: 1;
}

.main-comments .btn-extra-large:before {
  right: calc(50% + 180px);
}

.main-comments .btn-extra-large:after {
  left: calc(50% + 180px);
}

@media(max-width:992px) {
  .main-comments .reviews-line-content {
    padding: 0 20px;
  }
  .reviews-slider-item-content {
    gap: 20px;
    padding: 50px 30px 20px;
  }

  .main-reviews-slider {
    padding: 0px 55px;
  }

  .main-reviews-slider .slick-arrow.slick-prev,
  .main-reviews-slider .slick-arrow.slick-next {
    width: 55px;
  }
}

@media(max-width: 767px) {
  .main-reviews-slider {
    padding: 0px 45px;
  }

  .main-reviews-slider .slick-arrow.slick-prev,
  .main-reviews-slider .slick-arrow.slick-next {
    width: 45px;
  }

  .main-comments .btn-extra-large {
    max-width: 230px;
  }

  .main-comments .btn-extra-large:before {
    right: calc(50% + 140px);
  }

  .main-comments .btn-extra-large:after {
    left: calc(50% + 140px);
  }

  .main-comments .btn-extra-large:before,
  .main-comments .btn-extra-large:after {
    max-width: calc(50vw - 190px);
  }
  .reviews-slider-item .top-part .stars-part {
    display: flex;
    gap: 1px;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media(max-width: 600px) {
  .section-comments {
    padding-top: 45px;
  }
  .main-comments .reviews-line-content{
    background: transparent;
    box-shadow: none;
  }
  .main-comments .reviews-line-content .reviews-line-item {
    width: 100%;
    max-width: 300px;
    min-height: 85px;
    box-shadow: 0px 2px 25px rgba(76, 76, 95, 0.05);
    border-radius: 16px;
    background: #fff;
    padding: 16px 35px 10px 30px;
    margin: 0 auto 15px;
  }
  .reviews-slider-item:before {
    display: none;
  }
  .reviews-slider-part .slick-list.draggable {
    margin-top: 0;
  }

  .reviews-slider-item-content .img-block{
    display: none;
  }
  .reviews-slider-item .name {
    margin-top: 0;
  }
  .reviews-slider-item .top-part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-left: 65px;
    background: url(../images/icons/violet-customers-icon.svg) left top no-repeat;
    background-size: 50px;
  }
}
@media (max-width: 500px){
  .main-reviews-slider .slick-arrow.slick-prev,
  .main-reviews-slider .slick-arrow.slick-next {
    display: none !important;
    width: 0;
  }
  .reviews-slider-item-content {
    display: block;
    padding: 20px 0 0;
  }
  .main-reviews-slider {
    padding: 0px 20px;
    margin: 18px 0;
  }
  .section-comments {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media(max-width: 400px){
  .section-comments {
    padding-top: 35px;
    padding-bottom: 18px;
  }
  .section-comments .top-orange-line-center br {
    display: none;
  }
  .reviews-slider-item .top-part {
    margin-bottom: 8px;
    padding-left: 50px;
    background-size: 35px;
  }
  .reviews-slider-part .verified {
    padding-right: 15px;
    font-size: 12px;
    background-size: 12px 13px;
  }
  .reviews-slider-part .stars {
    width: 75px;
    height: 17px;
  }
  .reviews-slider-item .name {
    font-size: 11px;
  }
  .reviews-slider-item {
    min-height: 260px;
  }
  .reviews-text p {
    font-size: 11px;
    line-height: 1.5;
    margin: 5px 0;
  }
  .reviews-slider-part .reviews-text b, .reviews-slider-part .reviews-text strong {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
  }
  .reviews-slider-part .date {
    font-size: 11px;
    margin-top: 2px;
  }
}

/* text section */
.text-width-medium {
  max-width: 996px;
}

.section-text .subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #242743;
  margin: 24px 0;
}

.duble-buttons {
  display: flex;
  gap: 20px;
}

.duble-buttons .button {
  width: 100%;
  padding: 18px 20px 20px 68px;
  height: 72px;
  border-radius: 8px;
}

.secure-button {
  background: #E1F8F2 url(../images/icons/secure-icon.svg) left 20px center no-repeat;
}

.fast-button {
  background: #EAECFF url(../images/icons/fast-icon.svg) left 20px center no-repeat;
}

.authenticity-button {
  background: #F8F3E1 url(../images/icons/authenticity-icon.svg) left 20px center no-repeat;
}

.simple-button {
  background: #FFEAEA url(../images/icons/simple-icon.svg) left 20px center no-repeat;
}
.four-buttons-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.duble-buttons.secure-fast .button .title {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 105%;
  color: #242743;
  margin-bottom: 4px;
}

.duble-buttons.secure-fast .button .text {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 105%;
  letter-spacing: -0.01em;
  color: #242743;
}
@media(max-width:767px){
  .section-text .subtitle {
    margin: 20px 0;
    font-size: 16px;
  }
}
@media(max-width:500px){
  .duble-buttons .button {
    padding: 20px 20px 20px 60px;
  }
  .section-text .subtitle {
    margin: 18px 0;
    font-size: 14px;
  }
}
@media(max-width:400px){
  .duble-buttons {
    gap: 15px;
    flex-direction: column;
  }
  .duble-buttons .button {
    height: 64px;
    padding: 23px 20px 20px 68px;
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .duble-buttons.secure-fast .button .title {
    margin-bottom: 0;
  }
}

/* features-lists */

.features-lists-container {
  background: linear-gradient(90deg, #F1E9FF 0%, #D8D5FF 100%);
  border-radius: 16px;
  max-width: 1200px;
  width: 100%;
  margin: 50px auto 80px;
  padding: 0 51px 51px;
}

.features-lists-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.features-lists-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px 20px;
  gap: 32px;
  width: 100%;
  max-width: 335px;
  min-height: 450px;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
  border-radius: 16px;
  margin-top: -40px;
}

.features-lists-item .img-block {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(90, 68, 204, 0.07);
  border-radius: 12px;
}

.features-lists-item .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #242743;
}

.features-lists-item.free-extras ul {
  list-style: none;
  padding-left: 0;
}

.features-lists-item ul {
  margin: 0;
}

.features-lists-item.free-extras ul li {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #4E516B;
  margin-bottom: 15px;
  position: relative;
  padding-left: 54px;
}

.features-lists-item.free-extras ul li::before {
  content: "FREE";
  display: inline-block;
  width: 38px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #F3812E;
  border-radius: 3px;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
}

@media(max-width:1200px) {
  .features-lists-container {
    padding: 0 35px 50px;
    border-radius: 0;
    margin-bottom: 0;
  }

  .features-lists-content {
    gap: 15px;
    max-width: 1060px;
    margin: 0 auto;
  }
}

@media(max-width:992px) {
  .features-lists-container {
    margin-bottom: 0;
  }
}

@media(max-width:992px) and (min-width:768px) {
  .features-lists-item {
    padding: 35px 15px 20px 15px;
    gap: 25px;
  }

  .features-lists-item {
    min-height: 475px;
  }
}

@media(max-width: 767px) and (min-width:601px) {
  .features-lists-container {
    border-radius: 0;
  }

  .features-lists-item {
    padding: 30px 10px 20px 10px;
    gap: 20px;
  }

  .features-lists-content {
    gap: 8px;
  }

  ul.circle-orange-check-o li,
  ul.paper-orange-o li {
    padding-left: 30px;
  }

  .features-lists-item.free-extras ul li {
    padding-left: 48px;
  }

  .features-lists-container {
    padding: 0 15px 50px;
  }

  ul.circle-orange-check-o li,
  ul.paper-orange-o li {
    margin-bottom: 10px;
  }
}

@media(max-width:600px) {
  .features-lists-content {
    flex-direction: column;
    align-items: center;
  }

  .features-lists-item {
    margin-top: 0;
    min-height: auto;
    padding: 35px 32px 20px;
  }

  .features-lists-item {
    padding: 35px 32px 20px;
    gap: 20px;
  }

  .features-lists-container {
    padding: 35px 35px 35px;
    border-radius: 0;
    margin-top: 0;
  }
}
@media (max-width: 400px){
  .features-lists-item {
      padding: 28px 20px 20px;
      gap: 20px;
  }
}
@media(max-width:360px) {
  .features-lists-container {
    padding: 21px 15px 21px;
  }
}

/* Main page FAQ */
.section-faq-list {
  background-color: #F9FAFF;
}

.faq-list-container {
  max-width: 996px;
  margin: 0 auto;
}

.faq-list-container .collapsible {
  border: none;
  margin: 0;
  padding-left: 0;
}

.faq-list-container li {
  display: block;
  padding: 22px 24px;
  background: #FFFFFF;
  border: 2px solid transparent;
  box-shadow: 0px 6px 15px rgba(76, 76, 95, 0.1);
  border-radius: 12px;
  margin-bottom: 12px;
}

.faq-list-container li.active {
  border: 2px solid #C7BCFF;
}

.faq-list-container li .collapsible-header {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #1B196A;
  padding-left: 48px;
  padding-right: 27px;
  background: url(../images/icons/message-violet-icon.svg) left top 2px no-repeat, url(../images/icons/plus-violet-icon.svg) right 0 top 2px no-repeat;
  min-height: auto;
  border: none;
}

.faq-list-container li .collapsible-header.active {
  background: url(../images/icons/message-violet-icon.svg) left top 2px no-repeat, url(../images/icons/minus-violet-icon.svg) right 0 top 2px no-repeat;
}

.faq-list-container li .collapsible-body {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #4E516B;
  padding-top: 20px;
  border: none;
  padding-bottom: 3px;
  max-width: 889px;
}

.faq-list-container .collapsible-body p {
  margin: 0;
  padding: 0;
}

@media(max-width:767px) {
  .section-faq-list {
    background-color: #fff;
  }
}

@media(max-width:600px) {
  .section.section-faq-list {
    background-color: #fff;
  }

  .faq-list-container li .collapsible-header {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding-left: 41px;
    padding-right: 32px;
  }

  .faq-list-container li .collapsible-header {
    font-size: 16px;
    line-height: 135%;
  }

  .faq-list-container li .collapsible-header,
  .faq-list-container li .collapsible-header.active {
    background-position: left center, right center;
  }

  .faq-list-container li {
    padding: 6px 24px;
  }

  .faq-list-container li .collapsible-body {
    font-size: 13px;
    line-height: 150%;
    padding-top: 5px;
  }

  .section.section-faq-list {
    padding-bottom: 5px;
  }
}

/* not-miss-offer-bg.png */
.section-not-miss-offer {
  width: 100%;
  height: 380px;
  background: url(../images/not-miss-offer-bg.png) center no-repeat;
}

.section-not-miss-offer .not-miss-offer-content {
  max-width: calc(100% - 30px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  gap: 32px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.section-not-miss-offer .header {
  font-weight: 500;
  font-size: 44px;
  line-height: 115%;
  letter-spacing: -0.01em;
}

.section-not-miss-offer .subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.not-miss-offer-buttons .special-code {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.not-miss-offer-buttons a .left-part {
  background: #FFFFFF;
  border: 1px solid #D6D7E7;
  border-radius: 34px;
  width: 268px;
  height: 64px;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #444765;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 15% 5px 5%;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #444765;
}

.not-miss-offer-buttons a .left-part span {
  font-weight: 500;
  margin-left: 5px;
}

.not-miss-offer-buttons a .right-part {
  width: 268px;
  height: 64px;
  line-height: 1.3;
  border-radius: 20px;
  background: #121148;
  border-radius: 34px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: -12%;
  padding: 5px 25px;
}

@media(max-width:767px) {
  .section-not-miss-offer .header {
    font-size: 40px;
  }
}

@media(max-width: 600px) {
  .section-not-miss-offer {
    background: #FF9330;
    height: 191px;
  }

  .section-not-miss-offer .not-miss-offer-content {
    gap: 10px;
  }

  .not-miss-offer-buttons a .left-part,
  .not-miss-offer-buttons a .right-part {
    width: 163px;
    font-size: 15px;
  }

  .not-miss-offer-buttons a .right-part {
    margin-left: -17%;
  }

  .not-miss-offer-buttons a .left-part {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 180px;
    padding-right: 21%;
  }

  .section-not-miss-offer .header {
    font-size: 20px;
  }

  .section-not-miss-offer .subtitle {
    font-size: 19px;
  }
}

/* Footer */
/*
social-facebook.svg
social-pinterest.svg
social-youtube.svg
social-twitter.svg
social-instagram.svg
*/
footer {
  background: #232531;
}

.footer-container {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.footer-top-line {
  height: 121px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #444765;
}

footer .social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 256px;
}

footer .social-links a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

footer .social-links a.facebook {
  background-image: url(../images/icons/social-facebook.svg);
}

footer .social-links a.pinterest {
  background-image: url(../images/icons/social-pinterest.svg);
}

footer .social-links a.youtube {
  background-image: url(../images/icons/social-youtube.svg);
}

footer .social-links a.twitter {
  background-image: url(../images/icons/social-twitter.svg);
}

footer .social-links a.instagram {
  background-image: url(../images/icons/social-instagram.svg);
}

.footer-content-part {
  display: flex;
  gap: 50px;
  padding: 60px 0 35px;
  border-bottom: 1px solid #444765;
}

.footer-header {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-contact-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #7C7E8F;
  margin-bottom: 8px;
  margin-top: 35px;
}

.footer-main-menu {
  width: 18%;
}

.footer-articles-menu {
  width: 55%;
}

.footer-contacts-part {
  width: 25%;
}

.footer-address {
  text-align: left;
}

.footer-address img {
  max-width: 100%;
}

.footer-menu ul {
  list-style: none;
  padding-left: 0;
}

.footer-menu li {
  list-style: none;
}

.footer-menu li a {
  font-size: 14px;
  line-height: 1.4;
  color: #ACAEBF;
  padding: 5px 0;
  display: block;
}

.footer-payments {
  margin-bottom: 35px;
  margin-top: 35px;
}

.footer-phones .phones a {
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  display: block;
}

.footer-email a {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.footer-contacts-part .footer-header {
  margin-bottom: 24px;
}

.footer-contacts-part img {
  max-width: 100%;
}

.footer-menu.footer-articles ul {
  column-count: 2;
  gap: 50px;
  margin-top: 0;
}

.footer-bottom-part {
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.02em;
  color: #7C7E8F;
}

.footer-bottom-part .footer-useful-links {
  display: block;
}

.footer-useful-links a {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.02em;
  color: #D2D2DA;
  padding: 3px 15px;
  display: inline-block;
  vertical-align: middle;
}

.footer-useful-links a:last-child {
  padding-right: 0;
}

.footer-useful-links .separate {
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #444765;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .copyright-sm {
    display: none;
  }
}

@media(max-width:1200px) {
  .footer-bottom-part .footer-useful-links {
    display: block;
    text-align: right;
  }

  .footer-bottom-part .footer-useful-links {
    max-width: 300px;
  }

  .footer-content-part {
    gap: 30px;
  }

  .footer-menu.footer-articles ul {
    gap: 25px;
  }
}

@media(max-width:991px) {
  .footer-main-menu {
    width: 22%;
  }

  .footer-contacts-part {
    width: 33%;
  }

  .footer-articles-menu {
    width: 45%;
  }

  .footer-menu.footer-articles ul {
    column-count: 1;
  }

  .copyright.copyright-lg {
    max-width: 180px;
  }
}

@media(max-width:767px) {
  .footer-bottom-part {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

  .copyright-lg {
    display: none;
  }
}

@media(max-width:767px) {
  .footer-content-part {
    padding: 20px 0 25px;
    display: block;
  }

  .footer-top-line {
    padding: 28px 0 15px;
    height: auto;
    border-bottom: 0;
  }

  .footer-main-menu,
  .footer-articles-menu,
  .footer-contacts-part {
    width: 100%;
  }

  .footer-bottom-part {
    height: auto;
    display: block;
    padding: 10px 0 15px;
  }

  .footer-bottom-part .footer-useful-links {
    text-align: left;
  }

  .footer-bottom-part {
    height: auto;
    display: flex;
    padding: 10px 0 23px;
    gap: 23px;
  }

  .footer-contacts-part {
    margin-top: 20px;
    border-top: 1px solid #444765;
    padding-top: 20px;
  }

  .footer-content-part {
    padding: 20px 0 20px;
    border-bottom: none;
  }

  .copyright.copyright-sm {
    text-align: center;
    width: 100%;
    border-top: 1px solid #444765;
    padding-top: 22px;
  }

  .footer-header {
    margin-bottom: 6px;
  }

  .footer-articles-menu {
    margin-top: 37px;
  }

  footer .social-links {
    width: 240px;
  }

  .footer-useful-links .separate {
    display: none;
  }

  .footer-bottom-part .footer-useful-links {
    max-width: inherit;
    text-align: center;
  }
}

@media(max-width:767px) and (min-width: 501px) {

  .footer-menu ul,
  .footer-menu.footer-articles ul {
    column-count: 2;
  }

  .footer-contacts-part {
    column-count: 2;
  }

  .footer-bottom-part .footer-useful-links {
    max-width: 100%;
  }

  .footer-bottom-part {
    margin-top: -70px;
  }

  .footer-useful-links a:first-child {
    margin-left: -15px;
  }
}

@media(max-width:600px) {
  .footer-top-line {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 0 20px;
    border-bottom: 0;
    gap: 25px;
  }
}

@media(max-width:500px) {
  .footer-contacts-part .footer-header {
    margin-bottom: 10px;
  }
  .footer-contact-title {
    margin-bottom: 3px;
    margin-top: 13px;
  }
  .footer-container {
    max-width: 340px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .footer-useful-links .separate {
    display: none;
  }

  .footer-bottom-part .footer-useful-links {
    text-align: center;
  }

  .footer-bottom-part .footer-useful-links {
    max-width: inherit;
    text-align: left;
  }

  .footer-bottom-part .footer-useful-links a {
    display: block;
  }

  .footer-bottom-part .footer-useful-links a {
    display: block;
    padding-left: 0;
  }

  .footer-email {
    border-bottom: 1px solid #444765;
    padding-bottom: 24px;
  }
  .footer-payments {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

/* Breadcrumbs */
section.section-breadcrumbs {
  margin-bottom: 38px;
}
.breadcrumbs {
  max-width: 1200px;
  width: calc(100% - 15px);
  border-radius: 6px;
  background-color: #f1f5ff;
  width: 100%;
  letter-spacing: 0.03em;
  font-weight: 500;
  min-height: 40px;
  font-size: 12px;
  color: #342645;
  padding: 12px 20px 12px 70px;
}
@media(max-width: 767px){
  .breadcrumbs {
    padding: 12px 20px 12px 25px;
  }
}
@media(max-width: 600px){
  .breadcrumbs {
    padding: 12px 20px 12px 25px;
  }
  section.section-breadcrumbs {
    margin-bottom: 25px;
  }
}
/* Top page block */
.top-page-dicount-info {
  width: 100%;
  max-width: 584px;
  margin: 0 auto;
  height: 342px;
  font-size: 20px;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../images/top-dicount-info-bg.png) center no-repeat;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.top-page-dicount-info .btn-orange {
  background-color: #f3812e;
  width: 144px;
  height: 70px;
  line-height: 70px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.02em;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 8px 20px rgba(142, 152, 207, 0.25);
}
.top-page-dicount-info .btn-orange:hover {
  background: #fff;
  color: #f3812e;
}
.top-page-dicount-info .top-text{
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}
.top-page-dicount-info .top-text b{
  font-weight: 600;
  font-size: 30px;
  margin: 0 5px;
}
.top-page-dicount-info .top-text span {
  display: inline-block;
}
.top-page-dicount-info-content {
  max-width: 480px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap:10px;
}
.top-page-dicount-info .bottom-line{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.top-page-dicount-info .bottom-line .right-text {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.top-page-dicount-info .bottom-line .right-text .on-every-page{
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
.top-page-dicount-info .bottom-line .right-text .line-text{
  font-size: 20px;
  line-height: 150%;
}
.top-page-dicount-info .bottom-line .right-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.top-page-block.align-center {
  display: flex;
  align-items: center;
}
@media(max-width:992px){
  .top-page-dicount-info {
    margin-top: 20px;
  }
  .top-page-block {
    flex-direction: column;
  }
}
@media(max-width:600px){
  .top-page-dicount-info {
    height: auto;
    padding: 40px 20px 30px;
  }
}
@media(max-width:500px){
  .top-page-dicount-info {
    padding: 35px 20px;
    height: auto;
  }
  .top-page-dicount-info .top-text,
  .top-page-dicount-info .top-text b{
    font-size: 18px;
    line-height: 28px;
  }
  .top-page-dicount-info .bottom-line .right-text .on-every-page{
    font-size: 16px;
  }
  .top-page-dicount-info .bottom-line .right-text .line-text{
    font-size: 18px;
  }
  .top-page-dicount-info .btn-orange {
    width: 130px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
  }
}
@media (max-width: 400px){
  .top-page-dicount-info {
    margin-top: 10px;
    padding: 30px 15px;
    height: auto;
  }
  .top-page-dicount-info .top-text,
  .top-page-dicount-info .top-text b{
    font-size: 14px;
    line-height: 24px;
  }
  .top-page-dicount-info .bottom-line .right-text .on-every-page{
    font-size: 12px;
    line-height: 18px;
  }
  .top-page-dicount-info .bottom-line .right-text .line-text{
    font-size: 14px;
    line-height: 14px;
  }
  .top-page-dicount-info .btn-orange {
    width: 107px;
    min-width: inherit;
    height: 38px;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: -0.02em;
    padding: 0;
  }
  .top-page-dicount-info .bottom-line {
    gap: 13px;
  }
}

/* Try vip services */

.try-vip-services {
  max-width: 1097px;
  width: calc(100% - 30px);
  padding: 25px 50px 0;
  margin: 35px auto;
  position: relative;
  height: 270px;
}
.try-vip-services:before {
  content: '';
  display: inline-block;
  width: 237px;
  height: 100%;
  background: url(../images/vip-services-woman-bg.png) center top no-repeat;
  position: absolute;
  z-index: 1;
  left: 70px;
  top: 0;
}
.try-vip-services-container{
  background: url(../images/vip-services-bg.png) top left no-repeat;
  background-size: cover;
  height: 245px;
  padding: 30px 30px 20px 250px;
  display: flex;
  justify-content: flex-end;
  border-radius: 35px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.try-vip-services-content{
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.try-vip-services-content .top-part,
.try-vip-services-content .middle-part{
  font-size: 17px;
  line-height: 160%;
  color: #FFFFFF;
}


.enjoy-vip-clients{
  position: absolute;
  bottom: 32px;
  right: 0;
  z-index: 1;
  border-radius: 10px;
  background: linear-gradient(90deg, #3d295f, #221d5c);
  box-shadow: 0 18px 20px rgba(87, 101, 173, 0.27);
  width: 103px;
  height: 70px;
  letter-spacing: -0.02em;
  line-height: 17px;
  padding: 10px 9px 10px 21px;
  font-size: 13px;
  color: #BABFF3;
  letter-spacing: -0.01em;
  line-height: 130%;
  font-weight: 500;
}
.try-vip-discount{
  position: absolute;
  top: 94px;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  background: linear-gradient(90deg, #3d295f, #221d5c);
  box-shadow: 0 18px 20px rgba(87, 101, 173, 0.27);
  width: 103px;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.try-vip-discount .title{
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.try-vip-discount .discount-num{
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  align-items: center;
  letter-spacing: -0.02em;
  color: #BABFF3;
}
.try-vip-services .btn-vip {
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  align-items: center;
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 34px;
}
.try-vip-services-content .middle-part {
  max-width: 500px;
}

@media(max-width: 890px){
  .try-vip-services {
    max-width: 1097px;
    width: calc(100% - 30px);
    padding: 25px 20px 0;
  }
  .try-vip-services:before {
    border-bottom-left-radius: 35px;
    width: 220px;
    left: 20px;
  }
  .enjoy-vip-clients {
    position: absolute;
    bottom: 15px;
  }
  .try-vip-services-container {
    padding: 20px 22px 10px 225px;
    align-items: center;
  }
  .try-vip-services-content .top-part, .try-vip-services-content .middle-part {
    font-size: 16px;
    line-height: 150%;
  }
}
@media(max-width: 767px){
  .try-vip-discount {
    width: 95px;
  }
  .try-vip-services-content .top-part, .try-vip-services-content .middle-part {
    font-size: 15px;
  }
  .try-vip-services-content {
    gap: 10px;
  }
  .enjoy-vip-clients {
    width: 85px;
    padding: 10px 5px 10px 10px;
  }
}

@media(max-width: 600px){
  .try-vip-services {
    background-size: cover;
    padding: 0;
    height: 240px;
  }
  .try-vip-services-content .top-part,
  .try-vip-services-content .middle-part {
    font-size: 15px;
    line-height: 20px;
  }
  .try-vip-services-container {
    background: url(../images/vip-services-sm-bg.png) top left no-repeat;
    background-size: cover;
    padding: 20px 22px 10px 30px;
    align-items: center;
    justify-content: flex-start;
    height: 240px;
  }
  .try-vip-discount .title {
    font-size: 19px;
  }
  .try-vip-discount {
    width: 117px;
    height: 38px;
    flex-direction: row;
    gap: 5px;
    align-items: baseline;
    padding: 2px 0 0;
  }
  .try-vip-discount .discount-num {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
  }
  .try-vip-services:before {
    border-bottom-right-radius: 35px;
    width: 160px;
    left: auto;
    right: 0;
    background-size: cover;
    top: auto;
    bottom: 0;
    height: 192px;
  }
  .try-vip-discount {
    width: 117px;
    height: 38px;
    flex-direction: row;
    gap: 5px;
    align-items: baseline;
    padding: 2px 0 0;
    left: calc(50% - 58px);
    top: -15px;
  }
  .try-vip-services-content .top-part{
    width: calc(100% - 60px);
  }
  .try-vip-services-content .middle-part {
    max-width: calc(100% - 110px);
  }
  .enjoy-vip-clients {
    width: 65px;
    height: 48px;
    padding: 4px 2px 1px 7px;
    letter-spacing: -0.02em;
    font-weight: 400;
    bottom: 35px;
    right: 90px;
    font-size: 11px;
  }
}
@media(max-width: 430px){
  .try-vip-services:before {
    width: 145px;
    height: 175px;
  }
  .try-vip-services {
    width: calc(100% - 20px);
  }
  .try-vip-services,
  .try-vip-services-container {
    height: 280px;
  }
  .enjoy-vip-clients {
    bottom: 53px;
    right: 80px;
  }
  .try-vip-services-container {
    padding: 25px 13px 10px 15px;
  }
  .try-vip-services-content .top-part{
    font-size: 15px;
    line-height: 20px;
  }
  .try-vip-services .btn.white {
    background: #fff;
    border: 1px solid #fff;
    color: #3D258C;
    display: flex;
    width: 120px;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .try-vip-services .btn-vip {
    line-height: 35px;
    border-radius: 34px;
    width: 120px;
  }
  .try-vip-services-content .middle-part b {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .try-vip-services-content .top-part {
    width: 100%;
  }
  .try-vip-services-content .middle-part {
    max-width: calc(100% - 80px);
  }
}
/* vip-services-xs-bg.png */


.sb-free-info {
  max-width: 380px;
  background: url(../images/free-features-top-bg.svg) top center no-repeat, linear-gradient(90deg, #884FE7 0%, #4A3FC2 100%);
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
  border-radius: 24px;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}

.sb-free-info .top-part {
  font-weight: 300;
  font-size: 26px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding: 36px 20px 25px;
  margin: 0 auto;
}

.sb-free-info .top-part .title {
  font-weight: 500;
}

.sb-free-info-content {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
  border-radius: 24px;
  padding: 40px;
  padding: 35px 40px;
}

.sb-free-info-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #242743;
  margin-bottom: 35px;
}

.sb-free-info-content .sb-free-item {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #4E516B;
  background: url(../images/icons/green-circle-check.svg) top 9px left 0 no-repeat;
  position: relative;
  border-bottom: 1px solid #EEEFF6;
  padding: 11px 50px 11px 36px;
}

.sb-free-info-content .sb-free-item:last-child {
  border-bottom: none;
}

.sb-free-info-content .sb-free-item:after {
  content: "FREE";
  width: 38px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 11px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #5A44CC;
}
.sb-free-info-content .btn {
  margin: 20px auto 0;
  display: block;
}
.text-with-free-items {
  display: flex;
  gap: 37px;
  justify-content: space-between;
  padding-top: 40px;
}
.text-with-free-items .left-part {
  width: calc(100% - 400px);
}
@media(max-width:992px) and (min-width: 768px) {
  .sb-free-info-content {
    padding: 30px 25px;
  }
  .sb-free-info {
    max-width: 320px;
  }
  .sb-free-info-content .sb-free-item {
    padding: 11px 46px 11px 30px;
  }
  .text-with-free-items .left-part {
    width: calc(100% - 350px);
  }
  .sb-free-info-content .btn {
    margin: 10px auto 0;
  }
  .text-with-free-items .left-part {
    width: calc(100% - 340px);
  }
  .text-with-free-items {
    gap: 30px;
  }
}
@media(max-width:992px){
  .container-padding {
    padding: 10px 0;
  }
}
@media(max-width:767px){
  .text-with-free-items {
    gap: 15px;
    flex-direction: column;
  }
  .text-with-free-items .left-part {
    width: 100%;
  }
  .sb-free-info {
    margin-bottom: 0;
  }
}
@media(max-width: 500px){
  .sb-free-info-content .sb-free-item:after{
    display:  none;
  }
  .sb-free-info-content .sb-free-item {
    padding: 11px 5px 11px 36px;
  }
  .sb-free-info-content .btn {
    padding: 0 5px;
    font-weight: 400;
    margin: 10px auto 0;
  }
  .sb-free-info .top-part {
    font-size: 20px;
    padding: 15px 20px 12px;
  }
}
@media(max-width: 400px){
  .sb-free-info-content {
    padding: 25px 13px 28px 19px;
  }
  .sb-free-info .top-part {
    font-size: 18px;
    padding: 13px 20px 12px;
  }
}
.live-support-part{
  width: 100%;
  max-width: 380px;
  height: 283px;
  border-radius: 24px;
  background: url(../images/live-support-info.png) left -35px top -30px no-repeat;
  margin: -11px 0 49px;
}
.service-item{
  max-width: 380px;
  border-radius: 25px;
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
  margin: 0 0 49px;
}
.service-item.violet{
  background: linear-gradient(90deg, #BF38FF 0%, #AC0287 100%);
}
.service-item.item-large{
  min-height: 616px;
}
.service-item .title{
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.26px;
  background-image: url(../images/work-type-bg.svg);
  background-position:  top 3px center;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-item .service-item-content{
  height: 216px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
  border-radius: 24px;
  padding: 30px 38px 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.service-item.item-large .service-item-content{
  height: 535px;
}
.service-item .repo-list{
  margin-top: 0;
  margin-bottom: 0;
}
.service-item .repo-list li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icons/svgrepo-icon.svg) center no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
}
.service-item .repo-list li {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #4E516B;
  padding-left: 33px;
  position: relative;
  margin: 0;
  text-align: left;
  padding: 12px 33px;
  border-bottom: 1px solid #EEEFF7;
}
.service-item .repo-list li a{
  color: #4E516B;
}
.service-item .repo-list li:last-child{
  border-bottom: none;
}
section.section-services {
  padding-bottom: 30px;
}

@media(max-width: 1300px) and (min-width:1201px){
  .service-item .service-item-content {
    padding: 30px 25px 10px;
  }
}

@media(max-width: 1200px) and (min-width:993px){
  .service-item .service-item-content {
    padding: 30px 15px 10px 20px;
  }
  .live-support-part {
    background: url(../images/live-support-info.png) left -50px top -39px no-repeat;
    height: 262px;
    background-size: 447px;
    margin: 0px 0 57px;
  }
  .service-item .repo-list li {
    font-size: 14px;
  }
  .service-item .repo-list li::before {
    top: 6px;
  }
}
@media(max-width: 1100px) and (min-width:993px){
  .service-item .repo-list li {
    font-size: 14px;
    padding: 12px 5px 12px 33px;
  }
  .service-item .repo-list li::before {
    top: 6px;
  }
}
@media(max-width:992px){
  .section-services .row {
    max-width: 800px;
    margin: 0 auto;
  }
  .live-support-part {
    display: none;
  }
  .service-item {
    margin: 0 0 30px;
  }
}
@media(max-width: 840px) and (min-width: 768px){
  .service-item .service-item-content {
    padding: 30px 15px 10px 20px;
  }
}
@media(max-width: 767px) and (min-width: 601px){
  .service-item .service-item-content {
    padding: 20px 20px 10px 20px;
  }
  .service-item .repo-list li {
    font-size: 14px;
    padding: 10px 10px 9px 33px;
  }
  .service-item .title {
    font-size: 23px;
  }
}
@media(max-width: 600px){
  .service-item {
    margin: 0 auto 30px;
  }
  .service-item .service-item-content {
    height: auto;
    padding: 30px 38px 20px;
  }
  .service-item.item-large {
    min-height: auto;
  }
  .service-item.item-large .service-item-content {
    height: auto;
  }
}
@media(max-width: 500px){
  .service-item .title {
    height: 68px;
  }
}
@media(max-width: 400px){
  .service-item .service-item-content {
    padding: 20px 20px 15px;
    border-radius: 25px;
  }
  .service-item .title {
    font-size: 22px;
  }
  .service-item .repo-list li {
    font-size: 14px;
    padding: 10px 33px;
  }
  .service-item .repo-list li::before {
    top: 6px;
  }
  .service-item .title {
    height: 63px;
  }
  .service-item {
    margin: 0 auto 25px;
  }
}

/* Discount info block */

.discount-info-system .discount-info-container{
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-weight: 500;
  font-family: Rubik;
  color: #000;
}
.discount-info-item{
  position: relative;
  width: 32%;
  border-radius: 15px;
  height: 143px;
}
.discount-info-item .title{
  font-size: 40px;
  letter-spacing: -0.01em;
  line-height: 163%;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-bottom: 16px;
}
.discount-info-item .white-part {
  border-radius: 53px;
  background-color: #fff;
  box-shadow: 0 6px 36px rgba(84, 84, 119, 0.09);
  width: 264px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -48px;
  left: calc(50% - 132px);
}
.discount-info-item .pages{
  font-size: 20px;
  color: #4e516b;
  letter-spacing: -0.01em;
}
.discount-info-item .pages b{
  margin: 0px 2px 0 6px;
  letter-spacing: -0.01em;
  font-size: 30px;
}
.discount-info-item.violet .pages b{
  color: #af0ea1;
}
.discount-info-item.yellow .pages b{
  color: #ffb204;
}
.discount-info-item.purple .pages b{
  color: #5f45ce;
}
.discount-info-item.violet .title{
  background: url(../images/discount-info1-bg.svg) top center no-repeat;
}
.discount-info-item.yellow .title{
  background: url(../images/discount-info2-bg.svg) top center no-repeat;
}
.discount-info-item.purple .title{
  background: url(../images/discount-info3-bg.svg) top center no-repeat;
}
.discount-info-system .discount-info-item .title {
  background-size: contain;
}

@media(max-width:991px){
  .discount-info-system .discount-info-container {
    gap: 15px;
  }
  .discount-info-item .title {
    font-size: 38px;
    letter-spacing: -0.01em;
    height: 105px;
  }
  .discount-info-item {
    height: 113px;
  }
  .discount-info-item .white-part {
    width: calc(100% - 40px);
    height: 68px;
    bottom: -28px;
    left: 20px;
  }
  .discount-info-item .pages b {
    margin: 0px 1px 0 3px;
    font-size: 28px;
  }
  .discount-info-item .pages {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (min-width: 601px){
  .discount-info-item .white-part {
    width: 100%;
    height: 60px;
    bottom: -20px;
    left: 0;
  }
  .discount-info-item {
    height: 100px;
  }
  .discount-info-item .title {
    font-size: 34px;
    letter-spacing: -0.01em;
    height: 90px;
  }
}
@media (max-width: 600px){
  .discount-info-item .white-part {
    width: 210px;
    height: 68px;
    bottom: -32px;
    left: calc(50% - 105px);
  }
  .discount-info-system .discount-info-container {
    flex-direction: column;
    gap: 50px;
    padding-bottom: 30px;
  }
  .discount-info-item {
    height: 113px;
    max-width: 300px;
    width: 100%;
  }
  .discount-info-item .pages {
    font-size: 20px;
  }
  .discount-info-item .pages b {
    margin: 0px 2px 0 6px;
    font-size: 30px;
  }
  .discount-info-system .discount-info-item .title {
    background-size: 260px;
  }
}


/* video block  */

.video-block {
  background: #EBECFF;
  border-radius: 24px;
  padding: 22px 20px 20px;
  max-width: 585px;
  margin: 0 auto;
}

.video-block-video {
  width: 100%;
  height: auto;
  background: #3F4172;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.see-video {
  width: 100%;
  height: 62px;
  display: flex;
  padding: 5px 20px;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #5A44CC;
  border-radius: 12px;
  background: #fff;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}
.see-video img {
  margin-right: 16px;
}
.prices-buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
body .prices-buttons .btn{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-size: 17px;
  max-width: 240px;
  width: 100%;
  text-align: center;
  line-height: 48px;
  text-align: center;
  height: 48px;
}
.prices-buttons .active{
  font-weight: 400;
  color: #FFFFFF;
  background: linear-gradient(90deg, #884FE7 0%, #4A3FC2 100%);
  box-shadow: 0px 5px 8px rgba(101, 79, 166, 0.14);
}
.prices-buttons .light-blue{
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #342645;
  background: #F1F5FF;
}
.page-container {
  margin-top: 60px;
}
@media(max-width: 600px){
  .page-container {
    margin-top: 30px;
  }
  .prices-buttons {
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media(max-width: 400px){
  .video-block-video iframe {
    max-width: 100%;
    height: auto;
  }
  .prices-buttons {
    gap: 3px;
    margin-bottom: 30px;
    flex-direction: column;
  }
}
@media(max-width: 400px){
  .video-block {
    border-radius: 12px;
    padding: 15px 10px 12px;
  }
  .see-video {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    margin-top: 12px;
  }
}
.row.top-page-block {
  margin-bottom: 55px;
}
.main-block-404 {
  width: 90%;
  max-width: 850px;
  height: 600px;
  margin: 40px auto 90px;
  background: url(../images/404-robot.png) top left no-repeat;
  padding-top: 125px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-block-404 .text-part {
  font-size: 15px;
  margin-bottom: 18px;
}
.main-block-404 .block-buttons a{
  max-width: 185px;
  width: 48%;
  text-transform: uppercase;
}
.main-block-404 .block-buttons{
  display: flex;
  justify-content: space-between;
  gap:14px;
}
.main-block-404 .image-404{
  max-width: 100%;
}
.main-block-404 .right-block {
  width: 50%;
  max-width: 380px;
}
@media(max-width: 992px){
  .main-block-404 {
    width: 90%;
    max-width: 600px;
    height: 420px;
    margin: 30px auto 50px;
    padding-top: 125px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-size: contain;
  }
  .main-block-404 .right-block {
    width: 48%;
    max-width: 380px;
  }
}
@media(max-width: 600px){
  .main-block-404 {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 20px auto 20px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-size: contain;
    background: none;
  }
  .main-block-404 .right-block {
    width: 100%;
    text-align: center;
  }
  .main-block-404 .right-block img{
    width: 100%;
    padding-bottom: 20px;
  }
  .main-block-404 .text-part {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media(max-width: 400px){
  .main-block-404 .block-buttons {
    gap: 1px;
    flex-direction: column;
    align-items: center;
  }
  .main-block-404 .block-buttons a {
    width: 100%;
  }
}
/* Testimonials */
.testimonials-form .mark-col {
  display: inline-block;
  vertical-align: top
}

.testimonials-form .testimonials-content-rating {
  margin-top: 25px;
}

.testimonials-form .name-col {
  display: inline-block;
  width: calc(100% - 200px);
  margin-right: 30px
}

.testimonials-form .capcha-img-col {
  display: inline-block;
  width: 100px;
}

.testimonials-form .capcha-input-col {
  display: inline-block;
  width: calc(100% - 125px);
  margin-left: 20px
}

.testimonials-form {
  margin: 30px auto 100px;
  padding: 50px 60px 40px;
  box-shadow: 0 0 5px 0 rgba(57,60,82,.2);
  width: 100%;
  max-width: 995px;
  background: url(../images/testimonials-form-man.png) top 40px right 50px no-repeat;
  background-color: rgb(255,255,255);
}
.testimonials-form .top-line{
  width: 590px;
}
.testimonials-top .right-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-top .gradient-purple {
  width: 235px;
}
.testimonials-top h1.top-orange-line{
  margin-top:40px;
  margin-bottom: 20px;
}
.testimonials-content-rating {
  color: gold;
  width: 128px;
  flex: 0 0 85px;
}
div.testimonials-form h3 {
  text-align: center;
  margin-top: 0;
  font-size: 17px;
  color: rgb(57,60,82);
  font-weight: bold;
  line-height: 1.2;
  text-align: center
}

.testimonials-content-rating {
  color: #f26695;
  width: 85px;
  flex: 0 0 85px
}

div.testimonials-form input[type=text],div.testimonials-form textarea {
  border: 1px solid #d8d9e3;
  padding: 9px 15px;
  width: 100%
}

body .navigation-m,
body .pagination-block-testimonials {
  text-align: center;
  margin-top: 15px
}

body .navigation-m span.pages,
body .navigation-m .next,
body .pagination-block-testimonials span.pages,
body .pagination-block-testimonials .next {
  margin-right: 5px;
  color: #4E516B;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: #52579c;
  color: #fff;
  border-radius: 13px;
  line-height: 19px
}

body .navigation-m span.pages,
body .pagination-block-testimonials span.pages {
  padding: 5px 9px
}

body .navigation-m .next,
body .pagination-block-testimonials .next {
  line-height: 20px;
  padding: 1px 9px 4px
}

div.testimonials-form p {
  margin-bottom: 5px;
  font-size: 14px;
  color: rgb(81,85,90);
  line-height: 1.786;
  font-family: CenturyGothic,sans-serif
}

div.testimonials-form img {
  margin: 5px 0
}
.essay-component .testim-form .btn.gradient-purple {
  margin: 40px auto 3px;
  display: block;
}

@media(max-width: 600px) {
  .testimonials-form .mark-col {
      display:inline-block;
      width: 90px
  }

  .testimonials-form .name-col {
      display: inline-block;
      width: calc(100% - 105px);
      margin-right: 10px
  }

  .testimonials-form .capcha-input-col {
      display: inline-block;
      width: calc(100% - 115px);
      margin-left: 10px
  }
}

@media(max-width: 460px) {
  div.testimonials-form {
      margin:0 auto 25px;
      padding: 40px 20px 30px
  }
}

@media(max-width: 360px) {
  .testimonials-form .mark-col {
      display:block;
      width: 100%
  }

  .testimonials-form .name-col {
      display: block;
      width: 100%;
      margin-right: 0
  }
}
.testimonials-content-rating {
  width: 130px;
  display: flex;
  color: #FBAC36;
  width: 120px;
  gap: 9px;
}
.testimonials-content-rating i {
  margin: 0;
  font-size: 20px;
}
.testimonials-form .btn{
  width: 320px;
  max-width: 100%;
  margin: 10px auto 10px;
}


/* sc-vip-package */
.sc-vip-package{
  display: block;
  text-decoration: none;
  min-height: 500px;
  width: 100%;
  max-width: 1200px;
  background: url(../images/sc-vip-services-bg.png) center no-repeat;
  border-radius: 34px;
  text-align: center;
  padding: 40px 15px 15px;
  margin: 40px auto 30px;
}
.sc-vip-package .title{
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
.sc-vip-package-content{
  margin: 25px auto 0;
  max-width: 1060px;
  text-align: justify;
}
.sc-vip-services-item{
  max-width: calc(50% - 13px);
  width: 50%;
  text-align: left;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  min-height: 64px;
  border-radius: 10px;
  background: #F1F5FF;
}
.sc-vip-services-item .vip-service{
  color: #242743;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sc-vip-services-item .service-price{
  color: #5630B8;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sc-vip-services-item.service-package{
  max-width: 100%;
  width: 100%;
  background: #F1F5FF url(../images/vip-secrices-king-crown.svg) top 7px left 30px no-repeat;
  padding-left: 140px;
}
.sc-vip-services-item.service-package .vip-service{
  color: #242743;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  display: flex;
  align-items: center;

}
.sc-vip-services-item.service-package .vip-service .text-orange{
  color: #F58833;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-right: 5px;
}
.sc-vip-services-item .special-off{
  width: 235px;
  height: 46px;
  border-radius: 7px;
  background: linear-gradient(180deg, #FFA45C 0%, #EB6700 100%);
  color: #F1F5FF;
  text-align: center;
  font-family: Rubik;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-left: 50px;
}
@media(max-width:992px){
  .sc-vip-services-item {
    max-width: calc(50% - 5px);
    padding: 8px 15px;
    vertical-align: text-top;
  }
  .sc-vip-package-content {
    max-width: 800px;
  }
  .sc-vip-services-item.service-package {
    background: #F1F5FF url(../images/vip-secrices-king-crown.svg) top 7px left 10px no-repeat;
    padding-left: 98px;
  }
  .sc-vip-services-item .special-off{
    margin-left: 5px;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    width: auto;
    padding: 0 8px;
  }
  .sc-vip-services-item.service-package .vip-service {
    font-size: 18px;
  }
  .sc-vip-services-item .service-price {
    color: #5630B8;
    text-align: right;
    font-size: 17px;
    min-width: 90px;
  }
  .sc-vip-services-item.service-package .vip-service{
    font-size: 17px;
  }
}
@media(max-width: 767px){
  .sc-vip-services-item.service-package .vip-service{
    font-size: 16px;
  }
  .sc-vip-services-item.service-package {
    background: #F1F5FF url(../images/vip-secrices-king-crown.svg) top 13px left 10px no-repeat;
    padding-left: 80px;
    background-size: 54px 42px;
  }
  .sc-vip-services-item .special-off {
    margin-left: 20px;
  }
  .sc-vip-services-item.service-package .vip-service .text-orange {
    display: block;
  }
}
@media(max-width:600px){
  .sc-vip-package {
    height: auto;
    width: 100%;
    background: url(../images/vip-services-bg-mob.png) center no-repeat;
    background-size: cover;
  }
  .sc-vip-services-item .service-price{
    font-size: 15px;
  }
  .sc-vip-services-item .special-off{
    font-size: 17px;
    height: 29px;
    line-height: 29px;
    width: 142px;
    padding: 0;
    letter-spacing: -0.005px;
    margin-left: 0;
  }
  .sc-vip-services-item.service-package .vip-service{
    font-size: 15px;
  }
  .sc-vip-services-item {
    max-width: inherit;
    width: 100%;
    margin-bottom: 14px;
    min-height: 65px;
  }
  .sc-vip-package-content {
    max-width: 380px;
    margin: 10px auto 0;
  }
  .sc-vip-package {
    padding: 25px 15px 15px;
  }
  .sc-vip-package .title {
    font-size: 20px;
  }
  .sc-vip-services-item.service-package .vip-service {
    font-size: 15px;
    flex-direction: column;
    gap: 7px;
  }
}
@media(max-width:400px){
  .sc-vip-package {
    height: auto;
    width: 100%;
    background: url(../images/vip-services-bg-xs.png) center no-repeat;
    background-size: cover;
  }
  .sc-vip-services-item.service-package {
    background: #F1F5FF url(../images/vip-secrices-king-crown.svg) top 13px left 20px no-repeat;
    background-size: 54px 38px;
    padding: 13px 12px;
    position: relative;
  }
  .sc-vip-services-item.service-package .text {
    padding-left: 75px;
  }
  .sc-vip-services-item.service-package  .service-price {
    font-size: 15px;
    position: absolute;
    bottom: 18px;
    right: 15px;
  }
  .sc-vip-services-item.service-package .special-off {
    margin-left: -50px;
  }
}

.sc{
  border-radius: 10px;
  width: 100%;
  max-width: 995px;
  margin: 30px auto;
}
.sc.large{
  max-width: 1200px;
}
/* sc-vip-support */

/* vip-support-woman.png
vip-support-mark.svg
vip-support-bg.svg

*/
.sc-vip-support {
  display: flex;
  align-items: center;
  min-height: 127px;
  height: auto;
  background: url(../images/vip-support-mark.svg) top 30px left 27px no-repeat, url(../images/vip-support-woman.png) top 0 left 180px no-repeat, url(../images/vip-support-bg.png) top 0 left 0 no-repeat;
  padding: 15px 29px 17px 430px;
  justify-content: end;
}
.sc-vip-support .sc-vip-content{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 70px;
  color: #fff;
  font-family: Rubik;
  font-style: normal;
}
.sc-vip-support .sc-text-part{
  max-width: 360px;
}
.sc-vip-support .sc-title{
  font-size: 30px;
  font-weight: 700;
  line-height: 155%;
}
.sc-vip-support .sc-text{
  font-size: 17px;
  font-weight: 400;
  line-height: 169%;
}
.btn-vip-price{
  width: 103px;
  height: 70px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.btn-vip-price.orange{
  background: #FF8E36;
  box-shadow: 0px 18px 20px #FF730D;
}
@media(max-width:1200px){
  .sc-vip-support .sc-vip-content {
    gap: 45px;
  }
}
@media(max-width:992px){
  .sc-vip-support {
    background: url(../images/vip-support-mark.svg) top 40px left 7px no-repeat, url(../images/vip-support-woman.png) top 0px left 62px no-repeat, url(../images/vip-support-bg.png) bottom 0 left 0 no-repeat;
    padding: 15px 15px 17px 275px;
    justify-content: center;
    background-size: 90px, auto, auto;
  }
  .sc-vip-support .sc-vip-content {
    gap: 20px;
  }
  .sc-vip-support .sc-title {
    font-size: 25px;
  }
}
@media(max-width:767px){
  .sc-vip-support {
    background: url(../images/vip-support-mark.svg) top 9px left 46px no-repeat, url(../images/vip-services-woman-bg-mob.png) bottom 0 left 0 no-repeat, url(../images/vip-support-bg.png) top left no-repeat;
    padding: 12px 10px 9px 130px;
    justify-content: center;
    background-size: 68px 47px, auto, cover;
    position: relative;
  }
  .sc-vip-support .sc-vip-content {
    gap: 15px;
    width: 100%;
    justify-content: space-around;
  }
}
@media(max-width:600px){
  .btn-vip-price{
    width: 66px;
    height: 46px;
    font-size: 14px;
  }
  .sc-vip-support .sc-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 3px;
  }
  .sc-vip-support .sc-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 150px;
  }
}
@media(max-width:500px){
  .sc-vip-support {
    padding: 12px 40px 9px 130px;
  }
  .sc-vip-support .sc-vip-content {
    justify-content: flex-start;
  }
  .btn-vip-price.orange {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media(max-width:400px){
  .sc-vip-support .sc-title {
    line-height: 1.3;
  }
  .sc-vip-support .sc-text {
    line-height: 1.4;
    margin-top: 5px;
  }
  .btn-vip-price.orange {
    top: 0px;
    right: 1px;
  }
}
@media(max-width:360px){
  .sc-vip-support .sc-title {
    line-height: 1;
    max-width: 115px;
  }
  .sc-vip-support .sc-text {
    line-height: 1.2;
    margin-top: 5px;
  }
}


/* best-writer-arm.png
  best-writer-speach.png
  best-writer-mark.png
  best-writer-bg.png
*/

.sc-best-writer {
  display: flex;
  align-items: center;
  min-height: 127px;
  height: auto;
  background: url(../images/best-writer-mark.png) top 30px left 2px no-repeat, url(../images/best-writer-speach.png) top 12px left 297px no-repeat, url(../images/best-writer-bg.png) top 0 left 0 no-repeat;
  padding: 15px 29px 17px 425px;
  justify-content: space-between;
  position: relative;
}
.sc-best-writer:before{
  content: '';
  width: 158px;
  height: 144px;
  background: url(../images/best-writer-arm.png) center no-repeat;
  display: inline-block;
  position: absolute;
  top:0;
  left: 149px;
  z-index: 1;
}
.sc-best-writer .sc-vip-content{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  color: #fff;
  font-family: Rubik;
  font-style: normal;
}
.sc-best-writer .sc-text{
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  max-width: calc(100% - 113px);
}
.sc-best-writer .sc-text .price{
  width: 98px;
  height: 34px;
  line-height: 34px;
  border-radius: 30px;
  background: #4112C3;
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  margin: 0 10px;
}
.btn-vip-price.purple{
  border-radius: 11px;
  background: #5734A8;
  box-shadow: 0px 18px 20px 0px #4621AB;
}
@media(min-width:401px){
  .sc-best-writer .sc-text br{
    display: none;
  }
}
@media(max-width:992px){
  .sc-best-writer {
    background: url(../images/best-writer-mark.png) top 40px left 7px no-repeat, url(../images/best-writer-speach.png) top 3px left 195px no-repeat, url(../images/best-writer-bg.png) top 0 left 0 no-repeat;
    padding: 15px 15px 17px 275px;
    justify-content: center;
    background-size: 90px, 55px 49px, auto;
  }
  .sc-best-writer:before {
    left: 86px;
  }
  .sc-best-writer .sc-vip-content {
    max-width: 520px;
  }
  .sc-best-writer .sc-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media(max-width:767px){
  .sc-best-writer {
    background: url(../images/best-writer-mark-mob.png) top 9px left 25px no-repeat,  url(../images/best-writer-arm-mob.png) bottom left no-repeat, url(../images/best-writer-speach.png) bottom 10px right 20px no-repeat, url(../images/best-writer-bg.png) top left no-repeat;
    padding: 12px 70px 9px 130px;
    justify-content: center;
    background-size: 78px auto, auto, 59px auto, cover;
    position: relative;
  }
  .sc-best-writer:before{
    display: none;
  }
  .btn-vip-price.purple{
    display: none;
  }
  .sc-best-writer .sc-vip-content {
    gap: 15px;
    width: 100%;
    justify-content: space-around;
  }
  .sc-best-writer .sc-text {
    width: 100%;
    max-width: inherit;
  }
}
@media(max-width:600px){
  .btn-vip-price{
    width: 66px;
    height: 46px;
    font-size: 14px;
  }
  .sc-best-writer .sc-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 3px;
  }
  .sc-best-writer .sc-text .price {
    width: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    margin: 0 5px;
  }
}
@media(max-width:500px){
  .sc-best-writer {
    padding: 12px 70px 9px 100px;
  }
  .sc-best-writer .sc-vip-content {
    justify-content: flex-start;
  }
  .btn-vip-price.purple {
    position: absolute;
    top: 8px;
    right: 35px;
  }
}
@media(max-width:400px){
  .sc-best-writer .sc-title {
    line-height: 1.3;
  }
  .sc-best-writer .sc-text {
    line-height: 1.4;
    margin-top: 5px;
  }
  .sc-best-writer .sc-text .price {
    margin: 0 5px 0 0;
  }
  .sc-best-writer {
    padding: 12px 10px 9px 100px;
  }
}

.content-image{
  position: relative;
}
.content-image img{
  max-width: 100%
}
.content-image .violet-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 25px;
  position: absolute;
  width: auto;
  background: linear-gradient(90deg, #3D295F 0%, #221D5C 100%);
  box-shadow: 0px 18px 20px rgba(87, 101, 173, 0.27);
  border-radius: 10px;
}
.content-image .gradient-orange {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 25px;
  position: absolute;
  width: auto;
  background: linear-gradient(90deg, #FA9940 0%, #FF6B00 100%);
  box-shadow: 0px 18px 20px rgba(251, 142, 49, 0.4);
  border-radius: 10px;
  max-width: 172px;
  padding: 15px 20px;
}
.content-image .violet-block.bottom-left,
.content-image .gradient-orange.bottom-left {
  bottom: 20px;
  left: -6px;
  width: auto;
}
.content-image .violet-block.top-right {
  top: 0;
  right: 0;
}
.content-image .gradient-orange .num,
.content-image .violet-block .num {
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.content-image.vip-services .violet-block.top-right{
  top: 70px;
  right: 0;
  padding: 3px 30px;
  text-align: center;
}
.content-image.vip-services .violet-block .num {
  font-weight: 500;
  font-size: 29px;
}
.content-image .gradient-orange .text {
  font-weight: 400;
  font-size: 17px;
  line-height: normal;
  line-height: 1.7;
  letter-spacing: -0.34px;
  color: #FFFFFF;
  text-align: center;
  max-width: 100px;
}
.content-image.vip-services  .gradient-orange .text {
  max-width: 115px;
}
.content-image .gradient-orange .text span{
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.46px;
}
.content-image .gradient-orange .text b{
  font-size: 30px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.6px;
}
.content-image .gradient-orange p{
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.content-image .violet-block p {
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #BABFF3;
  margin: 0;
}
@media(max-width:992px){
  .col.m12.l6>.content-image {
    max-width: 584px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width:500px){
  .content-image .gradient-orange .num,
  .content-image .violet-block .num {
    font-size: 20px;
  }
  .content-image .gradient-orange,
  .content-image .violet-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 10px;
  }
  .content-image.vip-services .violet-block.top-right {
    top: 70px;
    right: 0;
    padding: 4px 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .content-image.vip-services .gradient-orange .text,
  .content-image.vip-services .gradient-orange .text b,
  .content-image.vip-services .gradient-orange .text span {
    font-size: 14px;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.28px;
  }
  .content-image.vip-services .gradient-orange {
    max-width: 90px;
  }
}

/*
affiliate-step-1.svg  60*60  15 49
affiliate-step-2.svg
affiliate-step-3.svg

affiliate-step-1-bg.png
affiliate-step-2-bg.png
affiliate-step-3-bg.png

affiliate-step-1-mob-bg.png
*/
/* Share your referral link or promo code with your friends */

.affiliate-steps{
  display: flex;
  flex-direction:column;
  align-items: center;
  gap: 30px;
  margin: 60px auto 40px;
}
.affiliate-steps .affiliate-steps-item{
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 295px;
  justify-content: flex-start;
  height: 92px;
  width: 100%;
  max-width: 995px;
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.affiliate-steps-item.step-1{
  background-image: url(../images/affiliate-step-1-bg.png);
}
.affiliate-steps-item.step-2{
  background-image: url(../images/affiliate-step-2-bg.png);
}
.affiliate-steps-item.step-3{
  background-image: url(../images/affiliate-step-3-bg.png);
}
.affiliate-steps-item-content{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #1E2667;
}
@media(max-width:767px){
  .affiliate-steps{
    gap: 15px;
  }
  .affiliate-steps-item.step-1{
    background-image: url(../images/affiliate-step-1-md-bg.png);
  }
  .affiliate-steps-item.step-2{
    background-image: url(../images/affiliate-step-2-md-bg.png);
  }
  .affiliate-steps-item.step-3{
    background-image: url(../images/affiliate-step-3-md-bg.png);
  }
  .affiliate-steps .affiliate-steps-item{
    background-position: left -75px top;
    padding: 9px 15px 10px 215px;
  }
}
@media(max-width:600px){
  .affiliate-steps{
    margin: 20px auto;
    max-width: 450px;
  }
  .affiliate-steps-item.step-1{
    background-image: url(../images/affiliate-step-1-mob-bg.png);
  }
  .affiliate-steps-item.step-2{
    background-image: url(../images/affiliate-step-2-mob-bg.png);
  }
  .affiliate-steps-item.step-3{
    background-image: url(../images/affiliate-step-3-mob-bg.png);
  }
  .affiliate-steps .affiliate-steps-item{
    height: 127px;
    background-color: #e9edff;
  }
  .affiliate-steps .affiliate-steps-item{
    background-position: left 0 top;
    padding: 63px 15px 10px 30px;
  }
  .affiliate-steps-item-content {
    font-size: 16px;
  }
}

/*
 expert-writer-man.png
 expert-writer-chat-icon.png
 expert-writer-bg.png
*/
.exper-writer {
  max-width: 995px;
  width: 100%;
  height: 127px;
  padding: 10px 160px 10px 190px;
  background: url(../images/expert-writer-chat-icon.png) right 17px top 18px no-repeat, url(../images/expert-writer-bg.png) right top no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  margin: 40px auto;
  border-radius: 10px;
  justify-content: flex-end;
  cursor: pointer;
}
.exper-writer:before {
  content: '';
  display: inline-block;
  width: 220px;
  height: 135px;
  background: url(../images/expert-writer-man.png) top center no-repeat;
  position: absolute;
  bottom: 0;
  left: 44px;
}
.exper-writer .title{
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
}
.exper-writer .text{
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 169%;
}
@media(max-width:992px){
  .exper-writer {
    padding: 10px 20px 10px 190px;
    background: url(../images/expert-writer-bg.png) right top no-repeat;
    justify-content: flex-start;
  }
  .exper-writer:before {
    left: 0px;
    content: '';
    display: inline-block;
    width: 170px;
    height: 135px;
    background-position: top right -23px;
    border-bottom-left-radius: 10px;
  }
  .exper-writer .title {
    font-size: 22px;
    line-height: 125%;
    margin-bottom: 9px;
  }
}
@media(max-width:767px){
  .exper-writer .text{
    font-size: 16px;
  }
  .exper-writer .title {
    font-size: 19px;
    list-style: 1.33;
  }
}
@media(max-width:500px){
  .exper-writer {
    padding: 25px 14px 10px 148px;
  }
  .exper-writer:before {
    left: 0px;
    width: 135px;
    height: 116px;
    background-position: top right -15px;
    border-bottom-left-radius: 10px;
    background-size: 190px;
  }
  .exper-writer .text{
    font-size: 15px;
  }
  .exper-writer .title {
    font-size: 17px;
    list-style: 1.33;
  }
}
@media(max-width:380px){
  .exper-writer:before {
    left: 0px;
    width: 125px;
    height: 115px;
    background-position: top right -25px;
  }
  .exper-writer .title {
    margin-bottom: 10px;
  }
  .exper-writer .text {
    margin-left: -45px;
    text-align: center;
  }
  .exper-writer {
    padding: 25px 14px 10px 143px;
  }
}

/* join-affiliate-program.png

*/
.join-affiliate {
  max-width: 995px;
  width: 100%;
  height: 127px;
  padding: 10px 20px 10px 246px;
  background: url(../images/join-affiliate-program-bg.png) left top no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  margin: 50px auto;
  border-radius: 10px;
  justify-content: flex-start;
  cursor: pointer;
}
.join-affiliate:before {
  content: '';
  display: inline-block;
  width: 156px;
  height: 156px;
  background: url(../images/join-affiliate-program.png) top center no-repeat;
  position: absolute;
  top: 0;
  left: 47px;
}
.join-affiliate .title{
  color: #E45E12;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  margin-bottom: 10px;
}
.join-affiliate .text{
  color: #4E516B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}

@media(max-width:767px){
  .join-affiliate {
    max-width: 995px;
    width: 100%;
    height: 127px;
    padding: 10px 10px 10px 125px;
    background: url(../images/join-affiliate-program-bg.png) left -87px top no-repeat;
  }
  .join-affiliate:before {
    left: 0px;
    width: 106px;
    height: 106px;
    top: calc(50% - 53px);
    bottom: 0;
    background-size: contain;
  }
  .join-affiliate .text{
    font-size: 15px;
  }
  .join-affiliate .title {
    font-size: 20px;
  }
}
@media(max-width:500px){
  .join-affiliate {
    padding: 10px 10px 10px 103px;
    margin: 20px auto;
  }
  .join-affiliate:before {
    left: 0px;
    width: 94px;
    height: 94px;
    top: calc(50% - 47px);
  }
  .join-affiliate .title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
  .join-affiliate .text{
    font-size: 13px;
  }
}
.line-service-buttons {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 10px;
}
.line-service-buttons .btn.blue{
  font-size: 15px;
  max-width: 306px;
  width: 100%;
  height: auto;
  min-height: 46px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .subtitle {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #4E516B;
}
@media(max-width:640px){
  .line-service-buttons {
    align-items: flex-start;
    gap: 3px;
    flex-direction: column;
  }
  body .styled {
    font-size: 17px;
    margin: 10px 0;
  }
}

.color-border-double-lists .double-colored-border-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.yellow-border-list,
.violet-border-list{
  min-height: 240px;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  padding: 45px 20px 40px;
  box-shadow: 0px 6px 36px 0px rgba(84, 84, 119, 0.09);
  border-radius: 15px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.yellow-border-list .list-content,
.violet-border-list .list-content{
  max-width: 434px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #4E516B;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.15px;
}
.yellow-border-list{
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 5px, transparent 5px) 0% 0%/15px 15px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px) 100% 0%/15px 15px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px) 0% 100%/15px 15px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100% 100%/15px 15px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 20px) calc(100% - 30px) no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 30px) calc(100% - 20px) no-repeat,
  linear-gradient(90deg, #ffc238 0%, #ffb100 100%);
}
.violet-border-list{
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 5px, transparent 5px) 0% 0%/15px 15px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px) 100% 0%/15px 15px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px) 0% 100%/15px 15px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100% 100%/15px 15px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 20px) calc(100% - 30px) no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 30px) calc(100% - 20px) no-repeat,
  linear-gradient(90deg, #884fe7 0%, #4A3FC2 100%);
}

.color-border-double-lists {
  margin-bottom: 30px;
}

@media(max-width: 992px){
  .yellow-border-list .list-content,
  .violet-border-list .list-content {
    gap: 10px;
  }
}
@media(max-width: 767px){
  .yellow-border-list,
  .violet-border-list {
    padding: 30px 20px;
    height: auto;
  }
  .yellow-border-list .list-content,
  .violet-border-list .list-content {
    gap: 10px;
    line-height: 1.4;
  }
}
@media(max-width: 600px){
  .color-border-double-lists .double-colored-border-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .yellow-border-list, .violet-border-list {
    min-height: auto;
    width: 100%;
  }
}
@media(max-width: 500px){
  .color-border-double-lists {
    margin-bottom: 20px;
  }
  .yellow-border-list,
  .violet-border-list {
    padding: 20px 8px 20px 20px;
  }
}


/*
vip-client-woman.png
vip-client-bg.png
*/
.sc-vip-client-services{
  width: 100%;
  max-width: 995px;
  margin: 35px auto 25px;
  height: 197px;
  display: flex;
  padding: 10px 195px 10px 350px;
  align-items: center;
  justify-content: end;
  color: #FFF;
  font-style: normal;
  position: relative;
  background: url(../images/vip-client-services-bg.png) top left no-repeat;
  border-radius: 10px;
}

.sc-vip-client-services:before{
  content: '';
  display: inline-block;
  width: 220px;
  height: 217px;
  position: absolute;
  left: 130px;
  top: 0;
  z-index: 1;
  background: url(../images/vip-client-woman.png) center no-repeat;
}

.vip-client-mark{
  width: 103px;
  height: 70px;
  border-radius: 10px;
  background: #F55F14;
  box-shadow: 0px 18px 20px 0px #E15F00;
  position: absolute;
  top: 63px;
  left: 23px;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.26px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.vip-client-mark span{
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
}
.vip-client-discount{
  display: flex;
  width: 103px;
  height: 70px;
  padding: 10px 0px 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #F55F14;
  box-shadow: 0px 18px 20px 0px #FF730D;
  position: absolute;
  top: 63px;
  right: 72px;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.56px;
}
.vip-client-content{
  display: flex;
  width: 410px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.sc-vip-client-services .top-text{
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 10px;
}
.sc-vip-client-services .text{
  font-size: 17px;
  font-weight: 700;
  line-height: 160%;
}
@media(max-width: 1200px){
  .vip-client-discount {
    right: 45px;
  }
  .sc-vip-client-services:before {
    left: 70px;
  }
  .vip-client-mark {
    top: 80px;
  }
  .sc-vip-client-services {
    padding: 10px 160px 10px 285px;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 992px){
  .vip-client-discount {
    right: 15px;
  }
  .sc-vip-client-services {
    background-position:  left -41px top 0;
    padding: 10px 130px 10px 285px;
  }
  .vip-client-mark {
    left: 10px;
  }
  .sc-vip-client-services:before {
    left: 60px;
  }
}
@media(max-width: 860px){
  .sc-vip-client-services {
    background-position: left -80px top 0;
    padding: 10px 20px 10px 230px;
  }
  .sc-vip-client-services .text span {
    width: 55px;
    height: 30px;
    margin: -2px 3px;
    background: #F55F14;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 3px;
  }
  .vip-client-discount{
    display: none;
  }
  .vip-client-mark {
    width: 81px;
    height: 60px;
  }
  .sc-vip-client-services:before {
    left: 10px;
  }
}
@media(max-width: 600px){
  .sc-vip-client-services {
    height: 162px;
    padding: 12px 16px 10px 110px;
    margin: 30px auto;
  }
  .sc-vip-client-services .text span{
    width: 38px;
    height: 25px;
    line-height: 25px;
  }
  .vip-client-mark {
    width: 40px;
    height: 37px;
    font-size: 11px;
    top: -18px;
    left: 8px;
    border-radius: 2px;
  }
  .vip-client-mark span {
    font-size: 18px;
  }
  .sc-vip-client-services:before {
    width: 96px;
    height: 146px;
    background: url(../images/vip-client-woman-sm.png) center no-repeat;
    background-size: cover;
    top: auto;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 10px;
  }
  .sc-vip-client-services .top-text{
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .sc-vip-client-services .text{
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
  }
}
@media(max-width:500px){
  .sc-vip-client-services {
    padding: 12px 15px 10px 52px;
  }
  .sc-vip-client-services .text{
    margin-left: 40px;
  }
}
@media(max-width:400px){
  .sc-vip-client-services {
    margin: 20px auto;
    padding: 12px 10px 10px 52px;
  }
  .sc-vip-client-services:before {
    width: 80px;
    height: 130px;
  }
  .sc-vip-client-services .text {
    margin-left: 33px;
    font-weight: 600;
    line-height: 1.45;
  }
  .vip-client-mark {
    left: 6px;
  }
}
/* faq */
.faq-content {
  max-width: 992px;
  padding-right: 100px;
  margin: 0 auto 90px;
}
.faq-content .faq-item p{
  display: none;
}
.faq-content .faq-item.show-answer p{
  display: block;
}
.faq-content .faq-item {
  background: url(../images/icons/testimonial-plus-icon.svg) left top 16px no-repeat;
  padding: 8px 10px 10px 54px;
  border-bottom: 1px solid #D3D2F0;
}
.faq-content .faq-item.show-answer {
  background: url(../images/icons/testimonial-minus-icon.svg) left top 16px no-repeat;
}
.faq-content .faq-item h3{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #242743;
}
.faq-content .faq-item h3 a{
  color: #242743;
  text-decoration: underline;
  display: inline;
  margin: 0 3px;
}
.faq-content .faq-item p{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #4E516B;
}
@media(max-width:1200px){
  .faq-content {
    max-width: 892px;
    padding-right: 0;
    margin: 0 auto 41px auto;
  }
}
@media(max-width:992px){
  .faq-content {
    max-width: 892px;
    padding-right: 0;
    margin: 0 auto 30px 0;
  }
}
@media(max-width:767px){
  .faq-content .faq-item h3 {
    font-size: 15px;
    margin: 8px 0 3px;
  }
  .faq-content .faq-item.show-answer {
    background: url(../images/icons/testimonial-minus-icon.svg) left top 10px no-repeat;
  }
  .faq-content .faq-item.show-answer p {
    margin: 2px 0;
    line-height: 160%;
    color: #4E516B;
    font-size: 14px;
  }
  .faq-content .faq-item {
    background: url(../images/icons/testimonial-plus-icon.svg) left top 10px no-repeat;
    padding: 7px 10px 5px 40px;
    border-bottom: 1px solid #D3D2F0;
    min-height: 52px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
}
@media(max-width:600px){
  .faq-content {
    margin: 0 auto 20px 0;
  }
  .faq-content .faq-item h3 {
    font-size: 14px;
  }
  .faq-content .faq-item.show-answer p {
    font-size: 13px;
  }
}

/* testimonials */
.page-reviews-item .main-reviews-content {
  max-width: 995px;
  border: 1px solid #D2D5E9;
  background: rgba(175, 183, 252, 0.1);
  border-radius: 16px;
  box-sizing: border-box;
  margin: 30px auto;
  padding: 0 70px;
  position: relative;
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.09);
}
.page-reviews-item .main-reviews-content:hover {
  box-shadow: 0px 6px 36px rgba(84, 84, 119, 0.5);
}
.page-reviews-item .reviews-content-item {
  background: #fff;
  min-height: auto;
  display: flex !important;
  align-items: center;
  position: relative;
}

.page-reviews-item .reviews-content-item-content {
  max-width: 956px;
  width: 100%;
  display: flex;
  gap: 5px;
  padding: 40px 60px 30px 80px;
  flex-direction: column;
}

.page-reviews-item .reviews-content-item .top-part {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  align-items: center;
  gap: 15px;
}

.page-reviews-item .reviews-content-item .top-part .stars-part {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #FBAC36;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}
.page-reviews-item .reviews-text {
  margin-top: -5px;
}

.page-reviews-item .reviews-content-item .name {
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #1B196A;
  margin-top: 0;
  font-size: 17px;
  line-height: 130%;
  margin-left: 50px;
}

.page-reviews-item .reviews-content-part .stars {
  width: 112px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page-reviews-item .reviews-content-part .reviews-text b,
.page-reviews-item .reviews-content-part .reviews-text strong {
  font-weight: 600;
}
.page-reviews-item .right-part {
  display: flex;
  align-items: center;
}
body .navigation-m span.pages,
body .pagination-block-testimonials span.pages {
  padding: 0 13px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 16px;
  color: #1B196A;
  background: transparent;
  border: 1px solid #1B196A;
  display: none;
}
body .navigation-m .next,
body .pagination-block-testimonials .next {
  height: 33px;
  line-height: 32px;
  font-size: 17px;
  padding: 0;
  width: 20px;
  border-radius: 50%;
  border: none;
  font-weight: 700;
  background: #fff;
  color: #1B196A;
}

body .navigation-m .page-numbers,
body .pagination-block-testimonials .page-numbers {
  color: #4E516B;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14px;
}

body .navigation-m .page-numbers,
body .pagination-block-testimonials .page-numbers {
  background: transparent;
  color: rgb(57,60,82);
  height: 30px;
  line-height: 30px;
  width: 30px;
  display: inline-block;
   color: #4E516B;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14px;
}
body .navigation-m span.page-numbers.current,
body .pagination-block-testimonials span.page-numbers.current {
  font-weight: 600;
  height: 30px;
  line-height: 32px;
  width: 30px;
  background: #FBAC36;
  color: #fff;
  border-radius: 50%;
}
.testimonials-form .line {
  margin-bottom: 30px;
}
.testimonials-form .top-line {
  max-width: 590px;
  width: calc(100% - 170px);
}

@media(max-width:992px) {
  .page-reviews-item .main-reviews-content {
    padding: 0px 55px;
  }
  .page-reviews-item .reviews-content-item-content {
    max-width: 956px;
    width: 100%;
    display: flex;
    gap: 5px;
    padding: 40px 20px 30px 25px;
    flex-direction: column;
  }
  .page-reviews-item .reviews-content-item .name {
    margin-left: 20px;
  }
}

@media(max-width: 767px) {
  .page-reviews-item .main-reviews-content {
    padding: 0px 45px;
  }
  .page-reviews-item .reviews-content-item .top-part .stars-part {
    display: flex;
    gap: 3px;
    align-items: flex-start;
  }
  div.testimonials-form {
    margin: 30px auto 25px;
    padding: 35px 45px 40px;
    background-size: 130px;
    background-position: top 40px right 30px;
  }
  .testimonials-form .top-line {
    width: calc(100% - 100px);
  }
  .testimonials-form .name-col {
    width: calc(100% - 190px);
    margin-right: 20px;
  }
}
@media(max-width: 600px) {
  .page-reviews-item .reviews-content-item:before {
    display: none;
  }
  .page-reviews-item .reviews-content-item-content .img-block{
    display: none;
  }
  .page-reviews-item .reviews-content-item .name {
    margin-top: 0;
    margin-left: 5px;
  }
  .page-reviews-item .reviews-content-item .top-part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-left: 56px;
    background: url(../images/icons/violet-customers-icon.svg) left top no-repeat;
    background-size: 45px;
    min-height: 45px;
  }
  div.testimonials-form {
    margin: 30px auto 25px;
    padding: 30px 30px 5px;
    background-image: none;
  }
  .testimonials-form .top-line {
    width: 100%;
  }
  .testimonials-form .mark-col {
    display: inline-block;
    width: 120px;
  }
  .testimonials-form .name-col {
    width: calc(100% - 145px);
  }
  .testimonials-form .testimonials-content-rating {
    margin-top: 12px;
  }
  .testimonials-form .testimonials-content-rating {
    gap: 6px;
  }
}
@media (max-width: 500px){
  .page-reviews-item .reviews-content-item-content {
    display: block;
    padding: 20px 14px 5px;
  }
  .page-reviews-item .main-reviews-content {
    padding: 0px 20px;
    margin: 18px 0;
  }
  .page-reviews-item .reviews-content-item .top-part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .testimonials-form .line {
    margin-bottom: 20px;
  }
  .essay-component .testim-form .btn.gradient-purple {
    margin: 20px auto 3px;
  }
  div.testimonials-form {
    padding: 10px 20px 5px;
  }
  .testimonials-form .testimonials-content-rating {
    margin-top: 13px;
    gap: 6px;
  }
  .testimonials-form h2,
  .testimonials-form .h2 {
    font-size: 20px;
  }
}
@media(max-width: 400px){
  .testimonials-form .mark-col {
    display: block;
    margin-top: 15px;
  }
  .testimonials-form .testimonials-content-rating {
    margin-top: 0;
  }
  .page-reviews-item  .top-orange-line-center br {
    display: none;
  }
  .page-reviews-item .reviews-content-item .top-part {
    margin-bottom: 8px;
    padding-left: 50px;
    background-size: 35px;
  }
  .page-reviews-item .reviews-content-part .stars {
    width: 75px;
    height: 17px;
  }
  .page-reviews-item .reviews-content-item .name {
    font-size: 11px;
  }
  .page-reviews-item .reviews-text p {
    font-size: 11px;
    line-height: 1.5;
    margin: 5px 0;
  }
  .page-reviews-item .reviews-content-part .reviews-text b,
  .page-reviews-item .reviews-content-part .reviews-text strong {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
  }
  .page-reviews-item .reviews-content-part .date {
    font-size: 11px;
    margin-top: 2px;
  }
  .testimonials-form .line {
    margin-bottom: 15px;
  }
  .testimonials-form h2, .testimonials-form .h2 {
    margin-bottom: 10px;
  }
  .testimonials-form .name-col {
    width: 100%;
    margin-right: 0;
  }
  .essay-component .testim-form .btn.gradient-purple {
    margin: 15px auto 3px;
  }
}


.about-us-text .col {
  position: relative;
  padding-left: 110px;
}
.about-us-text .img-block {
  position: absolute;
  left: 0;
  top: 10px;
  width: 80px;
  height: 80px;
}
.about-us-text .img-block img {
  max-width: 100%;
}
@media(max-width:767px){
  .about-us-text .col {
    padding-left: 80px;
  }
  .about-us-text .h5 {
    margin: 0px 0 -10px;
    font-size: 16px;
  }
  .about-us-text .img-block {
    position: absolute;
    left: 0;
    top: -5px;
    width: 75px;
    height: 75px;
  }
}
@media(max-width:600px){
  .container .about-us-text .row {
    margin-bottom: -10px;
  }
}

/*
sc-vip-client-bg.png
*/
.sc-vip-client {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 224px;
  background: url(../images/vip-client-plant.png) bottom left no-repeat, url(../images/sc-vip-client-bg.png) top left no-repeat;
  padding: 20px calc(100% - 780px) 20px 100px;
  color: #5734A8;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
}
.sc-vip-client .sc-title{
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #5734A8;
  margin-bottom: 20px;
}
.sc-vip-client .sc-text{
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}
.sc-vip-client .sc-text .item{
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.17px;
  color: #31186B;
  max-width: 190px;
}
.sc-vip-client .sc-text .img-block {
  margin-right: 10px;
}
@media(max-width: 1200px){
  .sc-vip-client {
    padding: 20px calc(100% - 735px) 20px 80px;
  }
}
@media(max-width: 992px){
  .sc-vip-client {
    padding: 20px 165px 20px 70px;
    background: url(../images/vip-client-plant.png) bottom left 0px no-repeat, url(../images/sc-vip-client-bg.png) top right -262px no-repeat;
  }
  .sc-vip-client .sc-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sc-vip-client .sc-text {
    gap: 2px;
  }
}
@media(max-width: 767px){
  .sc-vip-client {
    padding: 20px 60px 20px 110px;
    background: url(../images/sc-vip-client-sm-bg.png) bottom left no-repeat, url(../images/vip-client-sm-plant.png) bottom right no-repeat;
    background-color: #F3F2FE;
    background-size: contain, auto;
  }
  .sc-vip-client .sc-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sc-vip-client .sc-text .item {
    font-size: 15px;
  }
  .sc-vip-client .sc-text .img-block {
    margin-right: 10px;
    transform: rotate(-90deg);
    width: 11px;
    margin-top: 20px;
  }
}
@media(max-width: 600px){
  .sc-vip-client .sc-text .img-block {
    display: none;
  }
  .sc-vip-client .sc-text {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  .sc-vip-client .sc-text .item {
    max-width: inherit;
  }
}

@media(max-width: 500px){
  .sc-vip-client {
    padding: 20px 60px 35px 105px;
  }
}
@media(max-width: 400px){
  .sc-vip-client {
    padding: 30px 28px 35px 20px;
    height: 334px;
    align-items: flex-start;
  }
  .sc-vip-client .sc-text {
    padding-left: 120px;
  }
  .sc-vip-client .sc-text .item:nth-child(5) {
    padding-right: 22px;
    max-width: 165px;
  }
  .sc-vip-client .sc-text {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 200px;
  }
}

.personal-essay{
  width: 100%;
  max-width: 585px;
  min-height: 99px;
  position: relative;
  padding: auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: linear-gradient(90deg, #FA9940 0%, #FF6B00 100%);
  box-shadow: 0px 18px 20px 0px rgba(251, 142, 49, 0.40);
}
.personal-essay:before{
  content: '';
  width: 198px;
  height: 107px;
  background: url(../images/personal-essay-man.png) center no-repeat;
  display: inline-block;
  position: absolute;
  left: 266px;
  bottom: 0;
  z-index: 1;
}
.personal-essay .text{
  color: #FFF;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  letter-spacing: -0.3px;
  max-width: 250px;
}
.personal-essay .btn{
  position: relative;
  z-index: 2;
  color: #F4832F;
  text-align: center;
  font-family: Rubik;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  width: 109px;
  min-width: inherit;
  height: 40px;
  line-height: 40px;
}
@media(max-width: 600px){
  .personal-essay{
    background: url(../images/personal-essay-man.png) right -20px bottom no-repeat, linear-gradient(90deg, #FA9940 0%, #FF6B00 100%);
    min-height: 120px;
    padding: 11px 200px 10px 25px;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
  }
  .personal-essay::before{
    display: none;
  }
  .personal-essay .text{
    text-align: center;
  }
}
@media(max-width: 400px){
  .personal-essay {
    background: url(../images/personal-essay-man-sm.png) right bottom no-repeat, linear-gradient(90deg, #FA9940 0%, #FF6B00 100%);
    padding: 11px 170px 10px 13px;
    height: 148px;
    align-items: flex-start;
  }
  .personal-essay .text{
    font-size: 13px;
    letter-spacing: -0.26px;
    text-align: left;
  }
}

.essays-page .essays-categories-list {
  min-height: 400px;
}
@media(min-width:993px){
  .essays-page .row .col.l6.top-right-block,
  .essays-page .row .col.l6.bottom-right-block {
    float: right;
  }
}
.search-content form{
  display: flex;
  align-items: center;
  gap: 18px;
}
.essays-page-top .search-content,
.essays-category-page .search-content {
  margin: 0px auto 38px;
  max-width: 600px;
}

.search-content .input{
  width: calc(100% - 130px);
  height: 48px;
  line-height: 46px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #D9E0ED;
  background: #FFF;
  padding: 0 25px;
  color: #41445E;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
}
.search-content .btn-search{
  border-radius: 4px;
  background: #4112C3;
  border: 1px solid #4112C3;
  width: 112px;
  height: 48px;
  line-height: 48px;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14px;
}
.essays-categories-list .cat-item a{
  color: #4E516B;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  text-decoration-line: underline;
}
.essays-category-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.essays-category-item .title{
  color: #6A4FCB;
  font-family: Rubik;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.23px;
  margin-bottom: 15px;
}
.essays-category-item .title a{
  color: #6A4FCB;
}
@media(min-width:993px){
  .essays-category-list-content{
    column-count: 2;
    gap: 25px;
    vertical-align: top;
  }
}
@media(max-width:500px){
  .search-content form {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .search-content .btn-search {
    border-radius: 4px;
    background: #4112C3;
    width: 78px;
    margin-left: -5px;
  }
  .search-content .input {
    max-width: 454px;
    width: calc(100% - 73px);
  }
}

/* Top page block with price */
.top-page-price-info {
  width: 100%;
  max-width: 584px;
  margin: 0 auto;
  height: 253px;
  font-size: 20px;
  color: #fff;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../images/top-price-info-bg.png) center no-repeat;
  border-radius: 30px;
  color: #FFF;
  font-family: Rubik;
  margin-top: 35px;
}
.top-page-price-info .btn-orange {
  width: 174px;
  height: 46px;
  letter-spacing: -0.02em;
  border-radius: 10px;
  text-align: center;
  background: #F58833;
  box-shadow: 0px 4px 20px 0px rgba(251, 172, 54, 0.20);
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.36px;
}
.top-page-price-info .top-text{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%;
  text-align: left;
}
.top-page-price-info .top-text b{
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 157%;
  margin: 0 5px;
}

.top-page-price-info-content {
  max-width: 460px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap:10px;
}
.top-page-price-info .bottom-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.top-page-price-info .bottom-line .right-text {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.top-page-price-info .bottom-line .right-text .on-every-page{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.top-page-price-info .line-through {
  text-decoration: line-through;
  margin-left: 3px;
}
@media(max-width:500px){
  .top-page-price-info {
    background: url(../images/top-price-info-bg-sm.png) center no-repeat;
    padding: 35px 17px 30px;
    height: auto;
    background-size: cover;
    height: 187px;
  }
  .top-page-price-info-content {
    max-width: 355px;
  }
  .top-page-price-info .top-text{
    text-align: center;
  }
  .top-page-price-info .top-text,
  .top-page-price-info .top-text b{
    font-size: 17px;
  }
  .top-page-price-info .bottom-line .right-text{
    font-size: 15px;
  }
  .top-page-price-info .btn-orange {
    width: 141px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 3px;
  }
  .top-page-price-info .bottom-line {
    justify-content: center;
    gap: 12px;
  }
}

/* Blog page styles */
.first-blog-post-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-list-content img{
  max-width: 100%;
  height: auto;
}
.top-line .top-right.right {
  margin-top: 20px;
  margin-bottom: 15px;
}
.date-block i{
  font-size: 12px;
  margin-right: 10px;
  vertical-align: middle;
}
.date-block .right-block{
  text-align: right;
  text-transform: uppercase;
  color: #40407D;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.first-blog-post-info .title a{
  color: #40407D;
  font-family: Rubik;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.27px;
  margin: 15px 0 17px;
}
.first-blog-post-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 63px;
  border-bottom: 1px solid #D6D6FB;
}
body .blog-post-info h4 {
  margin: 0;
}
body .post-item-preview {
  margin-bottom: 40px;
}
body .post-item-preview .date-block {
  margin: 17px 0 14px 0;
}
.post-item-preview .blog-post-info a {
  color: #6A4FCB;
}
@media(min-width:1201px){
  .first-blog-post-info .left-part {
    max-width: 44%;
    margin-left: 0 !important;
  }
}
@media(max-width:992px){
  .first-blog-post-info .title a {
    font-size: 23px;
    line-height: 140%;
    display: block;
    font-weight: 600;
  }
  .blog-list-content img {
    margin: 0 auto;
    display: block;
  }
  .blog-list-content .blog-tags {
    max-width: 584px;
    margin: 0px auto;
  }
}
@media(max-width:767px){
  .first-blog-post-info {
    flex-direction: column;
  }
  .first-blog-post-info .bottom-part.right {
    float: left !important;
    margin-bottom: 12px;
    margin-top: -7px;
  }
}
/* Services-menu */
nav ul.primary-menu ul.sub-menu > li > a:hover {
  background-color: transparent;
}
nav ul.primary-menu ul.sub-menu ul.sub-menu a:hover {
  background-color: #F1FAFF;
}
nav ul.primary-menu>li>a:hover {
  background-color: transparent;
  color: #5A44CC;
  border-bottom: 2px solid #5A44CC;
}

.primary-menu > li > ul.sub-menu {
  position: absolute;
  display: none;
  column-count: 3;
  z-index: 20;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(76, 76, 95, 0.45);
  filter: drop-shadow(0px 0 15px rgba(76, 76, 95, 0.45));
  width: 516px;
  max-width: 100%;
  /* max-height: 288px; */
  overflow-y: auto;
  line-height: normal;
  margin-top: 8px;
  text-align: left;
}

.primary-menu > li.show-menu > ul.sub-menu {
  display: block;
  padding: 12px 25px 10px;
}
.primary-menu ul.sub-menu .sub-menu{
  position: static;
  column-count: 1;
  background: transparent;
  padding-left: 0;
}
.primary-menu > li > ul.sub-menu .menu-item-has-children {
  padding: 0 0 15px;
}
.primary-menu > li > ul.sub-menu .menu-item-has-children > a{
  color: #5A44CC;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.menubar .primary-menu ul.sub-menu li,
.menubar .primary-menu ul.sub-menu li a{
  display: block;
  width: 100%;
  text-align: left;
}
.main-menu .primary-menu .sub-menu .sub-menu li a{
  color: #41445E;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.side-nav .sub-menu .sub-menu li a{
  line-height: 25px;
  letter-spacing: -0.13px;
  font-family: Rubik;
  color: #41445E;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.side-nav .sub-menu .sub-menu li a:hover{
  background-color: transparent;
}
.side-nav-ul > li > ul.sub-menu .menu-item-has-children > a{
  color: #0F3B7C;
  font-family: Rubik;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: -0.13px;
}
.primary-menu > li.services-menu> ul.sub-menu {
  padding: 25px 25px 15px;
  border-radius: 15px;
  column-count: 3;
  height: auto;
 /* min-height: 465px; */
  overflow: visible;
  width: 640px;
}
.menubar nav.main-menu ul.primary-menu li {
  display: inline;
}
.side-nav > li {
  border-bottom: 1px solid #F1F5FF;
}
.side-nav .sidenav{
  list-style: none;
}
.side-nav .sidenav li:last-child{
  border-bottom: none;
}
.services-menu > ul.sub-menu {
  background: #f1faff;
  display: none;
}
.services-menu.show-menu > ul.sub-menu {
  display: block;
 /* max-height: 200px; */
  overflow-y: auto;
}
.side-nav a{
  height: auto;
  line-height: normal;
}
.side-nav {
  list-style: none;
  padding: 1px;
  text-align: left;
}
.sidenav-menu .sub-menu{
  padding-left: 0;
}
.sidenav-menu .sub-menu .sub-menu {
  display: none;
  padding-left: 0;
  text-align: left;
}
.services-menu > ul.sub-menu:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 11px solid #fff;
  position: absolute;
  top: -11px;
  z-index: 23;
}
.side-nav ul.sub-menu li,
.side-nav ul.sub-menu li a{
  display: block;
  width: 100%;
  text-align: left;
  height: auto;
}
.sidenav-menu .sub-menu .sub-menu{
  display: none;
}
.sidenav-menu .sub-menu li.show-sub-menu .sub-menu{
  display: block;
}
body .side-nav {
  z-index: 100000;
}


/*
.footer-menu li {
  display: none;
}
.footer-menu li.full {
  display: inline-block;
}
.footer-menu li.showw {
  display: inline-block;
}

.footer-articles-menu .showmore {
  background: #fff;
  border: 1px solid #fff;
  color: #3D258C;
  height: 34px;
  line-height: 34px;
  margin: 0 0 auto;
  display: block;
  min-width: 150px;
}

.footer-articles-menu .showmore:hover {
  background: linear-gradient(90deg, #FB9B42 0%, #F3812E 100%);
  color: #fff;
}
*/
.footer-articles-menu .showmore {
  display: none;
}
.footer-menu.footer-articles {
  max-height: 670px;
  overflow-y: auto;
  padding-right: 5px;
}
.footer-menu.footer-articles::-webkit-scrollbar {
  width: 5px;
  margin-right: -5px;
}

.footer-menu.footer-articles::-webkit-scrollbar-track {
  background: rgba(217, 224, 237, 0.4);
}

.footer-menu.footer-articles::-webkit-scrollbar-thumb {
  background-color: #BDC9E0;
  border-radius: 2px;
  border: 1px solid #BDC9E0;
}
@media(max-width:767px){
  .footer-menu.footer-articles {
    max-height: 355px;
  }
}


.side-nav .top-line {
  position: relative;
  padding: 2px 0 4px;
  border-bottom: 1px solid #F1F5FF;
}
.side-nav .side-nav-ul>li>a {
  line-height: 39px;
}
.side-nav.sidenav-menu li a {
  padding-left: 36px;
}
.side-nav .side-nav-ul > li > .sub-menu>li>a {
  background-image: url(../images/icons/menu/arrow-right.svg);
  background-position: center left;
  background-repeat: no-repeat;
}
button.close-slide-out-menu {
  height: 30px;
  width: 30px;
  padding: 0;
  border: none;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
ul#slide-out {
  padding: 0 15px;
}
.sidenav-menu .sidenav-logo {
  max-width: 175px;
  width: 100%;
  height: 30px;
  display: block;
  margin: 10px auto 0px;
}
.sidenav-logo img {
  max-width: 100%;
  width: 100%;
}

/*
sign_in.svg

services.svg
pricing.svg
discount.svg
guarantees.svg
reviews.svg
faq.svg
contacts.svg

arrow-right.svg
*/
.side-nav .side-nav-ul > li > a{
  background-position: top 8px left;
  background-repeat: no-repeat;
  background-color: #fff;
}
.services-menu > ul.sub-menu > li{
  border-top: 1px solid #F1F5FF;
}
.side-nav .side-nav-ul .services-menu>a {
  background-image: url(../images/icons/menu/services.svg), url(../images/icons/menu/arrow-down.svg);
  background-position: top 8px left, center right 2px;
  background-color: #fff;
}
.side-nav .side-nav-ul .services-menu.show-menu>a {
  background-image: url(../images/icons/menu/services.svg), url(../images/icons/menu/arrow-up.svg);
  background-position: top 8px left, center right 2px;
  background-color: #fff;
}
.side-nav .pricing-link a{
  /* background-image: url(../images/icons/menu/pricing.svg); */
  background-image: url(../images/icons/menu/price.png);
}
.side-nav .discounts-link a{
  background-image: url(../images/icons/menu/discount.svg);
}
.side-nav .guarantees-link a{
  background-image: url(../images/icons/menu/guarantees.svg);
}
.side-nav .reviews-link a{
  background-image: url(../images/icons/menu/reviews.svg);
}
.side-nav .faq-link a{
  background-image: url(../images/icons/menu/faq.svg);
}
.side-nav .contacts-link a{
  background-image: url(../images/icons/menu/contacts.svg);
}
.side-nav .blog-link a{
  background-image: url(../images/icons/menu/blog.svg);
  background-size: 17px;
}
body .side-nav .side-nav-ul li.blog-link a {
  background-position: top 8px left 1px;
}
.side-nav .side-nav-ul{
  list-style: none;
  margin-top: 5px;
  padding: 0 15px;
}
.sub-side-nav {
  padding-bottom: 17px;
}
.side-nav.sidenav-menu {
  border-bottom-right-radius: 10px;
  height: auto;
}

.side-nav-ul > li > ul.sub-menu .menu-item-has-children > a {
  background-position: center left 5px;
}
.side-nav-ul > li > ul.sub-menu .menu-item-has-children > a:hover{
  background-color: transparent;
}
.sub-side-nav .btn{
  width: 250px;
  max-width: 100%;
  margin: 10px auto;
}
.sub-side-nav .social-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  max-width: 250px;
  margin: 0 auto;
}
.sub-side-nav .social-buttons li a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(124, 126, 143, 0.6);
  font-size: 24px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 39px;
}
.sub-side-nav .menu-side-button .btn {
  width: 250px;
  max-width: 100%;
  margin: 10px auto;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 13px auto 22px;
}

.sub-side-nav .social-buttons li a:hover {
  background: rgba(124, 126, 143, 1);
}
.sub-side-nav .social-buttons a i{
  float: none;
  height: 40px;
  line-height: 40px;
  margin: 0 0;
  color: #fff;
  width: 40px;
  font-size: 16px;
}
.services-menu > ul.sub-menu::-webkit-scrollbar {
  width: 5px;
  margin-right: -5px;
}

.services-menu > ul.sub-menu::-webkit-scrollbar-track {
  background: #D1E2FF;
}

.services-menu > ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: #C9C0F1;
  border-radius: 2px;
  border: 1px solid #C9C0F1;
}

@media(max-width:360px){
  .sub-side-nav .menu-side-button .btn {
    margin: -5px auto 15px;
  }
  .side-nav .side-nav-ul>li>a {
    line-height: 37px;
  }
  /* .services-menu.show-menu > ul.sub-menu {
    max-height: 160px;
  } */
}
.post-img img{
  max-width: 100%;
  margin-top: 15px;
  height: auto;
}
.right-block.date-block {
  padding: 17px 0;
}
.sc-chat{
  max-width: 585px;
  width: 100%;
  height: 99px;
  margin: 40px auto;
  border-radius: 10px;
  background: url(../images/sc-chat-bg.png) center no-repeat;
  position: relative;
  overflow: hidden;
}
.sc-chat .sc-chat-content{
  padding: 10px 19px 10px 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.sc-chat .sc-chat-content:before{
  content: '';
  display: inline-block;
  width: 161px;
  height: 96px;
  background: url(../images/sc-chat-woman.png) center no-repeat;
  position: absolute;
  bottom: 0;
  right: 148px;
  z-index: 1;
}
.sc-chat .sc-title {
  color: #5734A8;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.34px;
  width: calc(100% - 185px);
}
.sc-chat .gradient-purple{
  min-width: 109px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media(max-width:640px){
  .sc-chat .sc-chat-content {
    padding: 10px 10px 10px 15px;
  }
  .sc-chat .sc-chat-content:before {
    right: 105px;
    z-index: 1;
  }
  .sc-chat .gradient-purple {
    min-width: 95px;
  }
  .sc-chat .sc-title {
    width: calc(100% - 250px);
  }
}
@media(max-width:420px){
  .sc-chat .sc-chat-content {
    padding: 10px 10px 10px 15px;
    flex-direction: column;
    align-items: center;
    max-width: 260px;
    justify-content: end;
    gap: 2px;
  }
  .sc-chat .gradient-purple {
    min-width: 108px;
    line-height: 34px;
    height: 34px;
  }
  .sc-chat .sc-chat-content:before {
    right: 0;
  }
  .sc-chat .sc-title {
    width: 100%;
  }
  .sc-chat .sc-chat-content:before {
    width: 140px;
    height: 78px;
    background: url(../images/sc-chat-woman.png) center bottom no-repeat;
    bottom: 2px;
    background-size: contain;
    left: 230px;
  }
}
@media (max-width: 420px){
  .sc-chat .sc-chat-content {
    padding: 10px 10px 10px 15px;
    flex-direction: column;
    align-items: center;
    max-width: 205px;
    justify-content: center;
    gap: 2px;
  }
  .sc-chat .sc-title {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
}
@media (max-width: 360px){
  .sc-chat .sc-chat-content:before {
    background-size: contain;
    left: 180px;
  }
  .sc-chat .gradient-purple {
    min-width: 109px;
    line-height: 30px;
    height: 30px;
    margin: 4px auto 0;
  }
}

/* need-essay-bg.png
need-essay-attention.svg

*/
.sc-need-essay{
  max-width: 1200px;
  width: 100%;
  height: 224px;
  background: url(../images/need-essay-bg.png) left top no-repeat;
  margin: 40px auto;
  border-radius: 15px;
}
.sc-need-essay .sc-need-essay-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 10px 50px 10px auto;
  width: 840px;
  max-width: calc(100% - 290px);
}
.sc-need-essay .sc-text-part {
  max-width: 530px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sc-need-essay .sc-title{
  color: #5734A8;
  font-family: Rubik;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.3px;
  margin-top: 15px;
}
.sc-need-essay .top-line{
  color: #31186B;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.14px;
  padding-left: 33px;
  position: relative;
}
.sc-need-essay .top-line:before{
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background: url(../images/need-essay-attention.svg) center no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -3px;
  left: 0;
}
.sc-need-essay .sc-bottom{
  display: flex;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  margin-top: 20px;
  color: #31186B;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.18px;
  width: 100%;
}
.sc-need-essay .sc-bottom:before{
  content: '';
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(../images/need-essay-paper.svg) center no-repeat;
  vertical-align: middle;
  position: absolute;
  left: calc(50% - 22px);
  top: -10px;
  background-size: contain;
}
.sc-need-essay .buttons a{
  min-width: 200px;
}
.sc-need-essay .buttons{
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
@media(max-width:1100px){
  .sc-need-essay .buttons a {
    min-width: 150px;
  }
  .sc-need-essay .sc-need-essay-content {
    margin: 10px 30px 10px auto;
    max-width: calc(100% - 270px);
    gap: 20px;
  }
  .sc-need-essay .sc-need-essay-content {
    max-width: calc(100% - 270px);
  }
}
@media(max-width:992px){
  .sc-need-essay {
    background: url(../images/need-essay-md-bg.png) left -75px top no-repeat;
  }
  .sc-need-essay .sc-title {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.25;
  }
  .sc-need-essay .sc-bottom {
    margin-top: 12px;
    font-size: 16px;
  }
  .sc-need-essay .sc-need-essay-content {
    max-width: calc(100% - 140px);
  }
}
@media(max-width:767px){
  .sc-need-essay {
    background: url(../images/need-essay-sm-left-bg.png) left 0 top no-repeat, url(../images/need-essay-sm-right-bg.png) right 0 bottom -40px no-repeat,  url(../images/need-essay-sm-apple.png) right 0 bottom 12px no-repeat;
    background-color: #F3F2FE;
  }
  .sc-need-essay .sc-need-essay-content {
    margin: 15px 30px 10px 30px;
  }
  .sc-need-essay .buttons a {
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    min-width: 133px;
  }
  .sc-need-essay .buttons {
    flex-direction: row;
    gap: 8px;
  }
  .sc-need-essay .sc-bottom {
    margin-top: 12px;
    font-size: 15px;
    justify-content: flex-start;
    gap: 5px;
    max-width: 540px;
    width: auto;
  }
  .sc-need-essay .sc-need-essay-content {
    position: relative;
    max-width: calc(100% - 120px);
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
  .sc-need-essay .sc-bottom:before {
    left: auto;
    right: -55px;
  }
}
@media(max-width: 600px){
  .sc-need-essay .top-line {
    font-size: 13px;
  }
  .sc-need-essay .sc-title {
    margin-top: 8px;
  }
  .sc-need-essay {
    background: url(../images/need-essay-sm-left-bg.png) left 0 top no-repeat, url(../images/need-essay-sm-right-bg.png) right 0 bottom -40px no-repeat,  url(../images/need-essay-sm-apple.png) right -5px bottom -12px no-repeat;
    background-color: #F3F2FE;
    height: 287px;
  }
  .sc-need-essay .sc-bottom {
    margin-top: 10px;
    flex-direction: column;
    gap: 0;
  }
  .sc-need-essay .sc-need-essay-content {
    gap: 5px;
  }
  .sc-need-essay .sc-bottom:before {
    left: auto;
    right: -56px;
    top: -10px;
  }
}
@media(max-width: 500px){
  .sc-need-essay {
    background: url(../images/need-essay-sm-left-bg.png) left 0 top no-repeat, url(../images/need-essay-sm-right-bg.png) right 0 bottom -40px no-repeat, url(../images/need-essay-sm-apple.png) right 0 bottom 35px no-repeat;
    background-color: #F3F2FE;
  }
  .sc-need-essay .sc-need-essay-content {
    max-width: calc(100% - 60px);
  }
}
@media(max-width: 400px){
  .sc-need-essay .sc-need-essay-content {
    margin: 15px 10px 10px 18px;
    max-width: calc(100% - 30px);
    gap: 8px;
    padding-top: 8px;
  }
  .sc-need-essay .buttons a {
    padding: 0px 7px;
  }
  .sc-need-essay .sc-bottom:before {
    left: auto;
    right: -35px;
    top: -34px;
  }
  .sc-need-essay .buttons a {
    min-width: 130px;
  }
}

.essay-page-blocks{
  display: flex;
  gap: 30px;
}
.essay-page-blocks .essay-text-content{
  width: calc(100% - 410px);
}
.essay-page-blocks .essay-sidebar{
  width: 380px;
}
.essay-reading-time {
  display: flex;
  background: url(../images/icons/time-clock.svg) left 0 top 3px no-repeat;
  padding-left: 23px;
}
.essay-words span {
  margin: 0 10px;
}
.essay-words span {
  margin: 0 10px;
}
.essay-reading-time p {
  display: inline;
  padding: 0 5px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}
.essay-info-port {
  display: flex;
  justify-content: space-between;
  background: #F1F5FF;
  min-height: 51px;
  align-items: center;
  padding: 12px 30px 12px 27px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.essay-info-port strong {
  margin-left: 5px;
  color: #4E516B;
}
@media(max-width:100px) and (min-width:993px){
  .essay-info-port {
    padding: 12px 10px 12px 15px;
  }
  .essay-words span {
    margin: 0 5px;
  }

}
@media(max-width:600px){
  body .essay-words span {
    margin: 0 5px;
  }
  .essay-info-port {
    padding: 12px 10px 12px 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  body .essay-words span.pages {
    margin-left: 0;
  }
}
@media (max-width: 500px){
  .essay-info-port {
    flex-direction: column;
    padding: 12px 15px 12px 20px;
    align-items: flex-start;
  }
  body .essay-words span.pages {
    margin: 0 7px;
    margin-left: 0;
  }
}
/* plagiarizing */
.plagiarizing-info{
  width: 380px;
  height: 392px;
  padding: 25px 20px;
  border-radius: 30px;
  background: url(../images/plagiarizing-lamp.svg) top 14px right 40px no-repeat, url(../images/plagiarizing-info-bg.png) bottom right 0 no-repeat;
  position: sticky;
  top: 90px;
}
.plagiarizing-header{
  padding-right: 76px;
  color: #FFF;
  font-family: Rubik;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
}
.plagiarizing-info p{
  color: #FFF;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
}
.plagiarizing-info .btn.orange{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.32px;
  background-color: #F58833;
  margin: 10px auto 28px;
  border-radius: 6px;
}
.plagiarizing-info .bottom-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plagiarizing-info .bottom-part .white-blog{
  width: 102px;
  height: 75px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 6px 36px 0px rgba(84, 84, 119, 0.09);
  padding: 9px 6px;
}
.plagiarizing-info .white-blog .title {
  color: #4B4B8D;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 2px;
}
.plagiarizing-info .white-blog .text {
  color: #7C7E8F;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
}

@media(max-width:400px){
  .plagiarizing-info {
    margin: 10px auto;
    width: 300px;
    height: 353px;
    border-radius: 30px;
    padding: 20px 18px;
    background: url(../images/plagiarizing-lamp.svg) top 14px right 40px no-repeat, url(../images/plagiarizing-info-bg.png) bottom right 0 no-repeat;
    background-size: 52px 58px, auto;
    background-position: top 15px right 23px, bottom -34px right -30px;
  }
  .plagiarizing-info p {
    font-size: 14px;
  }
  .plagiarizing-header {
    padding-right: 50px;
  }
  .plagiarizing-info .bottom-part .white-blog{
    width: 81px;
    height: 60px;
    padding: 7px 4px;
  }
  .plagiarizing-info .btn.orange {
    margin: 5px auto 15px;
    border-radius: 6px;
  }
  .plagiarizing-info .bottom-part {
    gap: 10px;
    padding: 6px 6px;
  }
  .plagiarizing-info .white-blog .title {
    font-size: 13px;
    margin-bottom: 0;
  }
  .plagiarizing-info .white-blog .text {
    font-size: 12px;
  }
}

.blog-categories-top-list strong {
  display: inline-block;
  width: 85px;
  vertical-align: top;
  color: #4E516B;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 161%;
}
.blog-categories-top-list ul {
  list-style: none;
  display: inline-block;
  width: calc(100% - 90px);
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.blog-categories-top-list ul li{
  display: inline-block;
}
.blog-categories-top-list ul li a{
  color: #4E516B;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%;
}
.blog-categories-top-list li.cat-item a:after {
  content: ', ';
  display: inline;
}
.blog-categories-top-list li.cat-item:last-child :after {
  content: '';
}
.blog-categories-top-list {
  margin-bottom: 30px;
}
.blog-page-blocks .category-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orange-bottom-line{
  position: relative;
  display: inline-block;
}
.orange-bottom-line:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #FFD3B1;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}

/* perfect-search-bg.png */
.section-perfect-search {
  width: 100%;
  min-height: 380px;
  background: url(../images/perfect-search.png) center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-perfect-search .perfect-search-line{
  width: 100%;
  max-width: 787px;
  margin-top: 16px;
}
.section-perfect-search .perfect-search-content {
  max-width: 95%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.section-perfect-search .header {
  font-weight: 500;
  font-size: 44px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.44px;
  padding-top: 15px;
}

.section-perfect-search .subtitle {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.24px;
}
.perfect-search-line.search-content .input{
  display: inline-block;
  max-width: 100%;
  width: calc(100% - 50px);
  padding-right: 60px;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid #D6D7E7;
  background: #FFF;
  color: #444765;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
.perfect-search-line.search-content form{
  position: relative;
}
.perfect-search-line.search-content .btn-search{
  display: inline-block;
  width: 103px;
  height: 64px;
  justify-content: center;
  align-items: center;
  margin-left: -70px;
  z-index: 2;
  border-radius: 32px;
  background: #121148 url(../images/icons/search-icon.svg) center no-repeat;
  position: absolute;
  right: 0;
}
@media(max-width:1200px) {
  .section-perfect-search .header {
    font-size: 38px;
  }
  .section-perfect-search .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px){
  .section-perfect-search .header {
    font-size: 36px;
    max-width: 600px;
  }
  .section-perfect-search {
    background: url(../images/perfect-serch-paper.png) left top 35px no-repeat, url(../images/perfect-serch-sun.png) right top 43px no-repeat, url(../images/perfect-serch-book.png) bottom right 15% no-repeat, url(../images/perfect-search.png) center no-repeat;
  }
}
@media(max-width:767px) {
  .section-perfect-search .header {
    font-size: 30px;
  }
  .section-perfect-search .subtitle {
    font-size: 18px;
  }
  .perfect-search-line.search-content .input {
    height: 56px;
  }
  .perfect-search-line.search-content .btn-search {
    height: 56px;
  }
  .section-perfect-search .perfect-search-line {
    margin-top: 5px;
  }
  .perfect-search-line.search-content form{
    max-width: 450px;
  }
}

@media(max-width: 600px) {
  .section-perfect-search {
    background: url(../images/perfect-serch-paper.png) left top 35px no-repeat, url(../images/perfect-serch-sun.png) right top 43px no-repeat, url(../images/perfect-serch-book.png) bottom right 15% no-repeat;
    background-color:  #FF9330;
    min-height: 227px;
    padding: 17px 15px;
  }
  .section-perfect-search .perfect-search-content {
    gap: 10px;
  }
  .section-perfect-search .header {
    font-size: 18px;
    padding-top: 0;
  }
  .section-perfect-search .subtitle {
    font-size: 14px;
    max-width: 410px;
  }
  .perfect-search-line.search-content form{
    max-width: 300px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .perfect-search-line.search-content .input {
    padding-right: 50px;
    height: 46px;
    color:  #444765;
    font-family: Rubik;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.13px;
  }
  .perfect-search-line.search-content .input::placeholder {
    color:  rgba(68,71,101, 0.8);
    font-family: Rubik;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.13px;
  }
  .perfect-search-line.search-content .btn-search {
    height: 46px;
    width: 60px;
    background-size: 24px;
  }
  .perfect-search-line.search-content .input{
    width: calc(100% - 10px);
    padding-right: 55px;
    padding-left: 10px;
  }
}
@media(max-width: 400px) {
  .section-perfect-search {
    padding: 17px 10px;
  }
  .perfect-search-line.search-content form {
    max-width: 300px;
    width: 100%;
  }
}
.section-recent-post{
  margin: 80px 0;
}
.essays-related-wrapper{
  justify-content: space-between;
  display: flex;
  gap: 30px;
}
.essays-related-wrapper .essays-info-line{
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.essays-related-item .h4 a{
  color: #6A4FCB;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
}
.essays-info-line{
  color: #4E516B;
  font-family: Rubik;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.13px;
}
.essays-info-line .essay-words span.words {
  margin-right: 0;
}
.essays-related-item{
  width: 30%;
  max-width: calc(50% - 30px);
}
.essays-related-item h3.h4 {
  margin: 13px 0;
}

@media(max-width:992px){
  .essay-page-blocks {
    gap: 10px;
    flex-direction: column;
  }
  .essay-page-blocks .essay-text-content {
    width: 100%;
  }
  .plagiarizing-info{
    margin: 0 auto;
  }
  .essay-page-blocks .essay-sidebar {
    width: 100%;
  }
}
@media(max-width:767px){
  .section-recent-post{
    margin: 30px 0;
  }
  .essays-related-wrapper{
    flex-direction: column;
  }
  .essays-related-item{
    width: 100%;
    max-width: inherit;
  }
}
@media(max-width:767px){
  .essays-related-wrapper {
    gap: 7px;
  }
  .essays-related-item h3.h4 {
    margin: 13px 0 3px;
  }
}
/* Landing page */
.section-welcome.lending-welcome .welcome-buttons-block {
  height: auto;
  padding-right: 0;
  max-width: 445px;
}
.welcome-buttons-block .button {
  display: block;
  width: 442px;
  max-width: 100%;
  margin-bottom: 22px;
  text-align: center;
}
.welcome-buttons-block .button.gradient-purple{
  color: #fff;
}
body .welcome-buttons-block .top-orange-line {
  margin-bottom: 15px;
}
.welcome-buttons-block .button:last-child {
  margin-bottom: 10px;
}
.welcome-buttons-block .writing-service-tabs {
  overflow: visible;
  white-space: unset;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-left: 0;
}
.section.lending-welcome {
  padding: 65px 0 35px;
}
.lending-welcome .writing-service-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: visible;
  white-space: unset;
  height: auto;
  width: auto;
  background: transparent;
}
.lending-welcome .tabs .button {
  display: block;
  width: 442px;
  max-width: 100%;
  margin-bottom: 0;
  border: 1px solid #D9E0ED;
  background: #FFF;
  box-shadow: 0px 3px 10px 0px rgba(108, 108, 108, 0.12);
  color: #342645;
  letter-spacing: 0.51px;
  height: 60px;
  line-height: 60px;
  text-transform: none;
  text-align: center;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}
.lending-welcome .tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: inherit;
  height: auto;
  padding: 0;
  margin: 0;
  text-transform: none;
}
.lending-welcome .tabs .indicator{
  display: none;
}
.section.lending-welcome .tabs .button.active{
  background: linear-gradient(90deg, #884FE7 0%, #4A3FC2 100%);
  color: #fff;
}
.landing-page .section.section-comments {
  background-color: #fff;
}

.exclusive-offer{
  max-width: 584px;
  width: 100%;
  height: 431px;
  border-radius: 30px;
  padding: 40px 28px 20px;
  background: url(../images/exclusive-offer-bg.png) center no-repeat;
}
.exclusive-offer .orange-top-line{
  color: #F3812E;
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}
.exclusive-offer  .title{
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.29px;
}
.exclusive-offer .line{
  width: 92px;
  height: 1px;
  background: #FFF;
  margin: 22px auto 17px;
}
.exclusive-offer .exclusive-offer-content{
  color: #FFF;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%;
  text-align: center;
}
.exclusive-offer .exclusive-offer-content strong{
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 161%;
}
.exclusive-offer .bottom-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
.exclusive-offer .bottom-line .btn-orange{
  display: inline-flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border-radius: 10px;
  background: #F58833;
  box-shadow: 0px 8px 20px 0px rgba(142, 152, 207, 0.25);
  width: 144px;
  height: 70px;
  color: #FFF;
  font-family: Rubik;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
}
.exclusive-offer .right-top-text{
  color: #FFF;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.exclusive-offer .discount-text{
  color: #FFF;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.free-benefits{
  max-width: 585px;
  width: 100%;
  height: 431px;
  padding: 35px 10px 20px;
  border-radius: 16px;
  background: #F4F0FF;
  box-shadow: 0px 6px 36px 0px rgba(84, 84, 119, 0.09);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.free-benefits .benefit-item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.free-benefits .benefit-item.total .benefit-title,
.free-benefits .benefit-item.total .price{
  font-size: 20px;
}
.free-benefits .benefit-item .right-part{
  display: flex;
  justify-content: flex-end;
  gap: 19px;
}
.free-benefits .free-benefits-title span{
  color: #242743;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin-left: 6px;
  vertical-align: text-bottom;
}
.free-benefits .benefit-item .benefit-title{
  color: #4E516B;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
}
.free-benefits .free-benefits-content{
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
}
.free-benefits .free-benefits-title {
  margin-bottom: 16px;
}
.free-benefits .benefit-item .free{
  display: inline-flex;
  padding: 4px 15px 5px 13px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #F3812E;
  color: #FFF;
  font-family: Rubik;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.free-benefits .benefit-item .price{
  color:  #4E516B;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.15px;
  text-decoration: line-through;
}
.free-benefits .btn {
  margin-top: 20px;
  width: 100%;
  display: block;
  font-size: 15px;
}
@media(max-width:992px) and (min-width:601px){
  .exclusive-offer .title {
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 25px;
  }
  .exclusive-offer .exclusive-offer-content {
    font-size: 17px;
  }
  .exclusive-offer .bottom-line .btn-orange {
    display: inline-flex;
    padding: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 10px;
    background: #F58833;
    box-shadow: 0px 8px 20px 0px rgba(142, 152, 207, 0.25);
    width: 110px;
    height: 60px;
    font-size: 20px;
  }
  .exclusive-offer .discount-text {
    font-size: 17px;
  }
  .exclusive-offer .right-top-text {
    font-size: 17px;
  }
  .exclusive-offer .exclusive-offer-content strong {
    font-size: 24px;
  }
  .exclusive-offer .bottom-line {
    margin-top: 20px;
    gap: 13px;
  }
}
@media(max-width:800px) and (min-width:601px){
  .exclusive-offer {
    height: 431px;
    padding: 10px 10px 10px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .exclusive-offer .title {
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 21px;
  }
  .exclusive-offer .orange-top-line {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .exclusive-offer .exclusive-offer-content strong {
    font-size: 20px;
  }
  .exclusive-offer .exclusive-offer-content {
    font-size: 15px;
  }
  .exclusive-offer .exclusive-offer-content br{
    display: none;
  }
  .exclusive-offer .right-top-text {
    font-size: 15px;
  }
  .exclusive-offer .bottom-line {
    gap: 17px;
    flex-direction: column;
  }
  .exclusive-offer .discount-text {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.4px;
  }
  .exclusive-offer .bottom-line .btn-orange {
    padding: 0;
    line-height: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    letter-spacing: -0.5px;
    width: 140px;
  }
  .exclusive-offer .right-top-text {
    font-size: 17px;
    text-align: center;
  }
  .exclusive-offer .discount-text {
    text-align: center;
    font-size: 17px;
  }

  .free-benefits .benefit-item .free {
    height: 24px;
  }
  .free-benefits .benefit-item .right-part {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
  }
  .free-benefits .benefit-item {
    align-items: center;
  }
  .free-benefits .benefit-item .benefit-title {
    font-size: 14px;
  }
  .free-benefits,
  .exclusive-offer {
    height: 410px;
  }
}
@media(max-width: 600px){
  .exclusive-offer{
    margin-bottom: 20px;
  }
}
@media(max-width: 500px){
  .exclusive-offer {
    height: auto;
    padding: 20px 10px 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .exclusive-offer .title {
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 21px;
  }
  .exclusive-offer .orange-top-line {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .exclusive-offer .exclusive-offer-content strong {
    font-size: 20px;
  }
  .exclusive-offer .exclusive-offer-content {
    font-size: 15px;
    max-width: 370px;
  }
  .exclusive-offer .exclusive-offer-content br{
    display: none;
  }
  .exclusive-offer .right-top-text {
    font-size: 15px;
  }
  .exclusive-offer .bottom-line {
    gap: 17px;
  }
  .exclusive-offer .discount-text {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.4px;
  }
  .exclusive-offer .bottom-line .btn-orange {
    padding: 0;
    line-height: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    letter-spacing: -0.5px;
    width: 140px;
  }
  .exclusive-offer .right-top-text {
    font-size: 17px;
  }
  .exclusive-offer .discount-text {
    font-size: 17px;
  }

  .free-benefits .benefit-item .free {
    height: 24px;
  }
  .free-benefits .benefit-item .right-part {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
  }
  .free-benefits .benefit-item {
    align-items: center;
  }
}

@media(max-width: 400px){
  .exclusive-offer {
    padding: 17px 10px 17px;
  }
  .exclusive-offer .orange-top-line {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .exclusive-offer .title {
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
  }
  .exclusive-offer .exclusive-offer-content strong {
    font-size: 14px;
  }
  .exclusive-offer .line {
    display: none;
  }
  .exclusive-offer .exclusive-offer-content {
    font-size: 14px;
    margin-top: 7px;
  }
  .exclusive-offer .bottom-line .btn-orange {
    padding: 0;
    line-height: 35px;
    height: 35px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 19px;
    letter-spacing: -0.5px;
    width: 103px;
  }
  .exclusive-offer .right-top-text {
    font-size: 12px;
  }
  .exclusive-offer .discount-text {
    text-align: center;
    font-size: 14px;
  }
  .exclusive-offer .bottom-line {
    gap: 10px;
  }
  .free-benefits .benefit-item .benefit-title {
    font-size: 14px;
  }
  .free-benefits .benefit-item.total .benefit-title, .free-benefits .benefit-item.total .price {
    font-size: 17px;
  }
}
.section-benefits-offer{
  margin: 90px auto 90px;
}

.cookie-policy-wrapper .cookie-policy-block{
  max-width: 1200px;
  width: 100%;
  min-height: 44px;
  flex-shrink: 0;
  border-radius: 5px;
  border: solid #e2e7eb 1px;
  background: #E2E9FF;
  box-shadow: 0px 6px 36px 0px rgba(84, 84, 119, 0.09);
  padding: 9px 18px 7px;
}
.cookie-policy-wrapper .cookie-policy-block {
  color: #3E4080;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
header.fixed .cookie-policy-wrapper .cookie-policy-block {
  margin-top: 0;
  border-radius: 0;
}
.cookie-policy-wrapper .cookie-policy-block .text-col {
  padding: 0 20px 0 53px;
  background: url(../images/cookies.svg) 0 center no-repeat;
}
.cookie-policy-wrapper .cookie-policy-block .read-more{
  color: #3E4080;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.cookie-policy-wrapper .cookie-policy-block .button{
  width: 90px;
  height: 28px;
  line-height: 28px;
  box-shadow: 0px 5px 8px 0px rgba(101, 79, 166, 0.14);
  color: #834DE3;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background: transparent;
  padding: 0;
  border: 1px solid #4E40C5;
}
@media screen and (max-width: 1000px){
  body .cookie-policy-wrapper .cookie-policy-block .row-wrap {
    width: auto !important;
  }
}
@media(max-width: 600px){
  .cookie-policy-wrapper .cookie-policy-block .button {
    width: 77px;
    height: 26px;
    line-height: 26px;
  }
  .cookie-policy-wrapper .cookie-policy-block {
    padding: 4px 15px 3px 12px;
  }
  .cookie-policy-wrapper .cookie-policy-block .mobile.button-col {
    display: block;
    padding-top: 0px;
  }
  .cookie-policy-wrapper .cookie-policy-block .text-col {
    padding: 5px 10px 5px 50px;
  }
  .cookie-policy-wrapper .cookie-policy-block .button-col {
    display: none;
  }
}
@media(max-width: 500px){
  .cookie-policy-wrapper .cookie-policy-block .text-col {
    padding: 5px 10px 5px 55px;
    max-width: 230px;
  }
}
@media(max-width: 400px){
  .cookie-policy-wrapper .cookie-policy-block .text-col {
    padding: 5px 5px 5px 50px;
  }
}

.fixed-bottom-line{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
.scroll-up,
.bottom-chat,
.bottom-phone
{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}
.scroll-up{
  background: #F1F5FF url(../images/icons/scroll-up-icon.svg) center no-repeat;
  box-shadow: 0px 3px 5px 0px rgba(101, 79, 166, 0.30);
  top: -140px;
  right: 10px;
}
.bottom-chat{
  background: #242743 url(../images/icons/bottom-chat-icon.svg) center no-repeat;
  top: -75px;
  left: 10px;
  box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.5);
}
.bottom-phone{
  top: -75px;
  right: 10px;
  background: linear-gradient(90deg, #FB9B42 0%, #F3812E 100%);
}
.bottom-phone a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background: url(../images/icons/bottom-phone-icon.svg) center no-repeat;
  box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.5);
}
@media(min-width:601px){
  .scroll-up,
  .bottom-chat,
  .bottom-phone{
    width: 60px;
    height: 60px;
  }
  .scroll-up{
    top: -180px;
    right: 20px;
  }
  .bottom-chat {
    background-size: 55%;
    top: -85px;
    left: 20px;
  }
  .bottom-phone{
    top: -85px;
    right: 20px;
  }
  .bottom-phone a{
    background-size: 55%;
  }
}

.text-container img {
  max-width: 100%;
}

/* Order form steps */
.order_steps {
  max-width: 1200px;
  min-height: 125px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #4A37C1;
  box-shadow: 0px 6px 15px 0px rgba(76, 76, 95, 0.10);
  background: url(../images/order-steps-md.png) center no-repeat;
}

.order_steps .order-steps-content{
  max-width: 1030px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.order-steps-content:before,
.order-steps-content:after {
  content: '';
  display: inline-block;
  height: 8px;
  width: 36px;
  background: url(../images/order-step-separator.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 4px);
  z-index: 1;
}
.order-steps-content:before{
  left: calc(33.3% - 36px);
}
.order-steps-content:after {
  right: calc(33.3% - 36px);
}
.order_steps .step-item{
  display: flex;
  max-width: 252px;
  width: 30%;
  height: 60px;
  padding: 9px 12px 10px 50px;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  background-position: left 20px center;
  background-repeat: no-repeat;
}
.order_steps .step-item.item1{
  background-image: url(../images/icons/order-step-icon1.svg);
}
.order_steps .step-item.item2{
  background-image: url(../images/icons/order-step-icon2.svg);
}
.order_steps .step-item.item3{
  background-image: url(../images/icons/order-step-icon3.svg);
}

.order_steps .step-title{
  color: #6956A2;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.order_steps .step-text{
  color: #0F3B7C;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -0.24px;
  margin-top: 2px;
}
@media(max-width: 1100px){
  .order-steps-content:before{
    left: calc(33.3% - 30px);
  }
  .order-steps-content:after {
    right: calc(33.3% - 30px);
  }
}
@media(max-width: 992px){
  .order-steps-content:before,
  .order-steps-content:after {
    display: none;
  }
  .order_steps .step-item {
    max-width: 250px;
    width: 31%;
  }
}
@media(max-width: 767px) and (min-width:501px){
  .order_steps .step-item {
    background-position: left 10px center;
    padding: 9px 12px 10px 38px;
    width: 32%;
  }
  .order_steps {
    min-height: 100px;
    padding: 15px;
  }
}
@media(max-width: 500px){
  .order_steps .step-item {
    width: 100%;
  }
  .order_steps {
    max-width: 100%;
    min-height: inherit;
    padding: 30px 20px;
    background: url(../images/order-step-sm-left-bg.png) center left no-repeat, url(../images/order-step-sm-right-bg.png) top -6px right no-repeat ;
    background-color: #4A37C1;
  }
  .order_steps .order-steps-content{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}

.note-300words{
  width: 100%;
  max-width: 840px;
  margin: 30px auto 30px;
  min-height: 95px;
  background: url(../images/note-300words-image.svg) top 8px left 30px no-repeat;
  padding: 20px 45px 20px 125px;
  border-radius: 10px;
  border: 1px solid #D2D5E9;
  background-color: #F7F8FF;
}
.order-form-wrapper .note-300words{
  margin: 0 auto 15px;
  max-width: 100%;
}
.note-300words .note-300words-text{
  color: #4E516B;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
@media(max-width:600px){
  .note-300words {
    background-position: top 8px left 12px;
    padding: 15px 15px 15px 100px;
  }
}
@media(max-width:400px){
  .note-300words {
    background-position: top 7px center;
    padding: 90px 15px 25px;
    text-align: center;
  }
  .note-300words .note-300words-text{
    line-height: 170%;
  }
}

.search-page-top .blog-categories-top-list{
  margin-top: 30px;
}

.first-order-essayswriters-com a.svg-wrapper {
  display: block;
  padding: 0;
  height: auto;
}
.bottom-banner-universal.bottom-banners-wrapper {
  position: relative;
}
/*
.bottom-banner-universal span.icon.icon-close {
  right: 8px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 1;
  left: auto;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  font-family: 'FontAwesome';
  top: 9px;
  padding: 2px;
  text-shadow: 1px 1px 0 orange;
}
*/
.bottom-banner-universal span.icon.icon-close {
  vertical-align: middle;
  right: 8px;
  display: inline-flex;
  width: 26px;
  height: 26px;
  left: auto;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-family: 'FontAwesome';
  top: 9px;
  padding: 2px;
  background: #2a205d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
}
.blog-tags-list {
  list-style: none;
}
.blog-tags-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-tags-list li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 7px;
  text-align: center;
}
.blog-tags-list li a {
  width: 100%;
  border: 1px solid #ccc;
  padding: 1px 9px;
  font-size: 17px;
  display: block;
  background: #fff;
  border-radius: 8px;
}
.blog-tags-list li a:hover {
  border: 1px solid #f58833;
  background: #f58833;
  color: #fff;
}
.blog-tags a.tag-border {
  width: auto;
  border: 1px solid #ccc;
  padding: 1px 9px;
  font-size: 17px;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
}
.blog-tags a.tag-border:hover {
  border: 1px solid #f58833;
  background: #f58833;
  color: #fff;
}
@media(max-width:600px){
  .blog-tags-list li a {
    padding: 1px 4px;
    font-size: 14px;
    border-radius: 7px;
  }
  .top-page-price-info {
    margin-top: 20px;
  }
  body .post-item-preview {
    margin-bottom: 10px;
  }
}
.bottom-banner-universal.bottom-banners-wrapper picture img {
  display: block;
}
.overlay_sub_menu{
  display:none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  background: transparent;
  z-index: 19;
}
.overlay_sub_menu.show{
  display: block;
}
@media(max-width:600px){
  img.testimonials-top-img {
    max-width: 100%;
  }
}

.page-prices .fixed-bottom-line {
  min-height: 45px;
}

@media (max-width: 1240px) and (min-width: 768px){
  body .essay-pricemaxi-form.mobile_s .pricemaxi-component-wrapper .side-wrapper.order-controls .order-total-row,
  body .essay-pricemaxi-form.mobile_m .pricemaxi-component-wrapper .side-wrapper.order-controls .order-total-row {
    z-index: 5;
  }
}
@media (max-width: 400px){
  .main-page-calc{
    max-width: 380px;
    width: 100%;
  }
  .main-page-calc:after {
    width: calc(100% - 30px);
    max-width: 350px;
  }
  .bottom-banner-universal span.icon.icon-close {
    right: 0;
    top: -14px;
  }
}
body .feedback-point {
  bottom: 110px;
  left: 20px;
  position: fixed;
  z-index: 10;
}
body.bottom-up .feedback-point {
  bottom: 170px;
}
@media(min-width:1024px){
  body.page-order.bottom-up .feedback-point {
    bottom: 110px;
  }
}


.page-reviews-item  .fa-star-o:before,
.testimonials-form  .fa-star-o:before {
  content: "\f005";
  color: #A7AEB9;
}