@charset "UTF-8";
@import url(//fonts.googleapis.com/icon?family=Material+Icons);

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Light.ttf');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Regular.ttf');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Medium.ttf');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-SemiBold.ttf');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Bold.ttf');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Black.ttf');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-LightItalic.ttf');
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-Italic.ttf');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-MediumItalic.ttf');
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-SemiBoldItalic.ttf');
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-BoldItalic.ttf');
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik/Rubik-BlackItalic.ttf');
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}
a{
  /* color: rgb(85, 26, 139); */
  color: #0F3B7C;
}
/* text/H1 */
body h1, .h1{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #242743;
}
body h2, .h2{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #242743;
}
body h3, .h3{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #242743;
}
body h4, .h4{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #4E516B;
}
body h5, .h5{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #242743;
}
body h6, .h6{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #4E516B;
}
h1.main-h1{
  font-size: 44px;
  line-height: 115%;
  letter-spacing: -0.01em;
}

body .white-text{
  color: #fff;
}
body .orange-text {
  color: #F3812E;
}
body{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
body p{
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #4E516B;
}
@media(max-width:767px){
  h1, .h1 {
    font-size: 30px;
  }
  h1.main-h1{
    font-size: 24px;
  }
  body h2, body .h2{
    font-size: 25px;
  }
  h3, .h3{
    font-size: 22px;
  }
  h4, .h4{
    font-size: 18px;
  }
  h5, .h5{
    font-size: 17px;
  }
}
@media(max-width:600px){
  h1, .h1 {
    font-size: 25px;
  }
  h1.main-h1{
    font-size: 20px;
  }
  h2, .h2,
  body h2, body .h2{
    font-size: 22px;
  }
  h3, .h3{
    font-size: 19px;
  }
  h4, .h4{
    font-size: 17px;
  }
  h5, .h5{
    font-size: 16px;
  }
  body{
    font-size: 14px;
  }
  body p {
    font-size: 14px
  }
}
body .btn,
body .essay-component .btn{
  display: inline-block;
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 34px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  padding: 0 17px;
  color: #FFFFFF;
  margin: 5px 0;
  text-decoration: none;
  cursor: pointer;
}
body .button{
  border-radius: 5px;
}
.text-dark2{
  color: #242743;
}
.text-dark1{
  color: #4E516B;
}
.purple{
  background-color: #5A44CC;
}
.light-purple{
  background-color: #F9FAFF;
}
.btn.blue{
  background-color: #F1F5FF;
  color: #342645;
}
.btn.cancel{
  border: 1px solid rgba(220, 225, 241, 1);
  background: #fff;
  color: #33327D;
}
.violet{
  background: linear-gradient(90deg, #BF38FF 0%, #AC0287 100%);
}
.green{
  background-color: #0DC297;
}
.gradient-purple,
body .gradient-purple,
body .essay-component  input.gradient-purple{
  background: linear-gradient(90deg, #884FE7 0%, #4A3FC2 100%);
}
.gradient-orange{
  background: linear-gradient(90deg, #FB9B42 0%, #F3812E 100%);
}
.yellow{
  background: #FFC327;
}
.bark-blue{
  background: #121148;
}
.btn.purple:hover{
  background-color: #3a3299;
}
.btn.green:hover{
  background-color: #0bb38b;
}
.btn.gradient-purple:hover{
  background: linear-gradient(90deg, #7e49d3 0%, #3a3299 100%);
}
.btn.gradient-orange:hover{
  background: linear-gradient(90deg, #f19742 0%, #d67129 100%);
}
.btn.yellow:hover{
  background: #e0aa22;
}
.btn.bark-blue:hover{
  background: #282697;
}
.btn.full-width{
  width:100%;
}
.btn.btn-large,
.button.btn-large{
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
.btn.btn-extra-large,
.button.btn-extra-large{
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  border-radius: 34px;
}
.btn.super-large,
.button.super-large{
  height: 60px;
  line-height: 60px;
  font-size: 17px;
}
.btn.btn-next:after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icons/arrow-right-white.svg) center no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
.btn.btn-prev:before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icons/arrow-right-white.svg) center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.btn.white{
  background: #fff;
  border: 1px solid #fff;
  color: #3D258C;
}
.btn.white-o{
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.btn.white-o{
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.btn.white-with-border,
.button.white-with-border{
  border: 1px solid #D9E0ED;
  background: #FFF;
  box-shadow: 0px 3px 10px 0px rgba(108, 108, 108, 0.12);
  color: #342645;
  text-align: center;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.51px;
}
.btn.white:hover,
.btn.white-o:hover {
  border: 1px solid #33327D;
  background-color: #33327D;
  color: #fff;
}
.btn.white.btn-next:after,
.btn.white.btn-prev:before{
  background-image: url(../images/icons/arrow-right-dark-blue.svg);
}

.btn.white.btn-next:hover:after,
.btn.white.btn-prev:hover:before{
  background-image: url(../images/icons/arrow-right-white.svg);
}
.section{
  padding: 100px 0 80px;
}
@media(max-width:992px){
  .section {
    padding: 50px 0 30px;
  }
}
@media(max-width:600px){
  .section {
    padding: 30px 0 10px;
  }
}

@media(max-width: 600px){
  .btn.btn-extra-large{
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    border-radius: 24px;
  }
}
ul.circle-green-check,
ul.circle-green-bg-check,
ul.circle-orange-check-o,
ul.paper-orange-o{
  list-style: none;
  padding-left: 0;
}
ul.circle-green-check li,
.text-container ul.circle-green-check li{
  padding-left: 40px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #242743;
  position: relative;
  margin-bottom: 15px;
}
ul.circle-green-check li:before,
.text-container ul.circle-green-check li:before{
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/icons/circle-green-check.svg) center no-repeat;
  left: 0;
  top: -2px;
  position: absolute;
}
ul.circle-green-bg-check li,
.text-container ul.circle-green-bg-check li {
  padding-left: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #242743;
  position: relative;
  margin-bottom: 10px;
}
ul.circle-green-bg-check li:before,
.text-container ul.circle-green-bg-check li:before{
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/icons/green-circle-check.svg) center no-repeat;
  left: 0;
  top: 2px;
  position: absolute;
}
ul.circle-orange-check-o li,
.text-container ul.circle-orange-check-o li,
ul.paper-orange-o li,
.text-container ul.paper-orange-o li {
  padding-left: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #4E516B;
  position: relative;
  margin-bottom: 15px;
  padding-left: 34px
}
ul.circle-orange-check-o li:before,
.text-container ul.circle-orange-check-o li:before,
ul.paper-orange-o li:before,
.text-container ul.paper-orange-o li:before{
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  left: 0;
  top: -2px;
  position: absolute;
}
ul.circle-orange-check-o li:before,
.text-container ul.circle-orange-check-o li:before{
  background: url(../images/icons/circle-orange-check-o.svg) center no-repeat;
}
ul.paper-orange-o li:before,
.text-container ul.paper-orange-o li:before{
  background: url(../images/icons/paper-orange-o.svg) center no-repeat;
}
body .top-orange-line{
  padding-top: 0;
  margin-top: 0;
}
body .top-orange-line:before{
  content:'';
  display: block;
  width: 40px;
  height: 4px;
  background: #F3812E;
  margin: 0 auto 25px 0;
}
body .top-orange-line.h2:before{
  margin: 0 auto 20px 0;
}

body .top-orange-line-center{
  margin-top: 0;
  padding-top: 28px;
  position: relative;
  text-align: center;
}
body .top-orange-line-center:before{
  content:'';
  display: block;
  width: 40px;
  height: 4px;
  background: #F3812E;
  margin: 0 auto 30px 0;
  position: absolute;
  top:0;
  left: calc(50% - 20px);
}
@media(max-width:600px){
  body .top-orange-line:before {
    margin: 0 auto 20px 0;
  }
  body .top-orange-line.h2:before {
    margin: 0 auto 15px 0;
  }
  body .top-orange-line-center:before{
    margin: 0 auto 20px 0;
  }
  ul.circle-green-check,
  .text-container ul.circle-green-check,
  ul.circle-orange-check-o li,
  .text-container ul.circle-orange-check-o li,
  ul.paper-orange-o li,
  .text-container ul.paper-orange-o li,
  ul.circle-green-bg-check li,
  .text-container ul.circle-green-bg-check li {
    padding-left: 30px;
    font-size: 14px;
  }
}
@media(max-width:400px){
  body .top-orange-line:before {
    margin: 0 auto 10px 0;
  }
  body .top-orange-line-center:before {
    margin: 0 auto 10px 0;
  }
  body .top-orange-line-center {
    padding-top: 14px;
  }
}

.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;
}

ul {
  list-style-position: outside;
  padding-left: 20px;
  color: #4E516B;
}
.text-container ul,
.violet-shield-list{
  list-style: none;
  padding: 0;
}
.text-container ul li,
ul.violet-shield-list li{
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #1B196A;
  padding-left: 40px;
  position: relative;
  margin: 10px 0;
}
.text-container ul li::before,
ul.violet-shield-list li::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url(../images/icons/list-violet-shield-icon.svg) center no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
@media(max-width: 992px){
  .text-container ul li,
  .violet-shield-list li {
    padding-left: 33px;
  }
  .text-container ul::before,
  .violet-shield-list li::before {
    top: 2px;
  }
}
.repo-list{
  list-style: none;
  padding: 0;
}
.repo-list li{
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #4E516B;
  padding-left: 33px;
  position: relative;
  margin: 10px 0;
}
.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: -2px;
  left: 0;
}

p strong,
p b{
  font-weight: 600;
}

@media(max-width:600px){
  .repo-list li{
    font-size: 14px;
    padding-left: 35px;
  }
}

img.infographic{
  margin: 30px auto;
  max-width: 100%;
  display: block;
}
@media(max-width:600px){
  img.infographic{
    margin: 20px auto;
  }
  .infographic .infographic-title {
    margin-bottom: -40px;
  }
}
.container.medium-container{
  max-width: 993px;
}
.container-padding {
  padding: 30px 0;
}
ol{
  padding-left: 17px;
}
ol li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 2px;
}

.button-primary-1{
  max-width: 320px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 5px 8px rgba(101, 79, 166, 0.14);
  border-radius: 20px;
  background: linear-gradient(90deg, #884FE7 0%, #4A3FC2 100%);
  border-radius: 34px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
.margin-top-90{
  margin-top: 90px;
}
.margin-bottom-90{
  margin-bottom: 90px;
}
.margin-top-60{
  margin-top: 60px;
}
.margin-bottom-60{
  margin-bottom: 60px;
}
.margin-top-40{
  margin-top: 40px;
}
.margin-bottom-40{
  margin-bottom: 40px;
}
@media(max-width: 600px){
  .margin-top-90{
    margin-top: 40px;
  }
  .margin-bottom-90{
    margin-bottom: 40px;
  }
  .margin-top-60{
    margin-top: 30px;
  }
  .margin-bottom-60{
    margin-bottom: 30px;
  }
  .margin-top-40{
    margin-top: 20px;
  }
  .margin-bottom-40{
    margin-bottom: 20px;
  }
}

.double-buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  gap: 30px;
}
.double-buttons .btn{
  width: 242px;
  max-width: 48%;
}
@media(max-width: 600px){
  .double-buttons{
    gap: 10px;
  }
  .double-buttons .btn{
    width: 185px;
  }
}
@media(max-width: 360px){
  .double-buttons{
    margin: 20px auto;
    flex-direction: column;
    gap: 6px;
  }
  .double-buttons .btn{
    max-width: 100%;
  }
}

.line-through{
  text-decoration: line-through;
}
@media(min-width:993px){
  .content-column-2{
    column-count: 2;
    gap: 30px
  }
}

blockquote {
  background: #FFE9DC;
  padding: 10px 45px 10px 44px;
  margin-left: 0;
  margin-right: 0;
  border-left: 7px solid #F3812E;
  margin: 20px auto;
}

blockquote,
blockquote p{
  color: #4E516B;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.17px;
}
blockquote a {
  color: #4E516B;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.17px;
  text-decoration-line: underline;
}
@media(max-width: 600px){
  blockquote {
    background: #FFE9DC;
    padding: 5px 15px 5px 25px;
  }
  blockquote,
  blockquote p,
  blockquote a {
    font-size: 15px;
  }
}

table.blue-order-styled{
  border: 15px solid #F5F7FF;
}
table.blue-order-styled td,
table.blue-order-styled th {
  padding: 10px 15px;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #DDE4FF;
  text-align: center;
}
table.blue-order-styled td p,
table.blue-order-styled th p{
  margin: 7px 0;
}
table.blue-order-styled tr:nth-child(odd){
  background-color: #F5F7FF;
}
@media(max-width:600px){
  table.blue-order-styled{
    border: 5px solid #F5F7FF;
  }
  table.blue-order-styled td,
  table.blue-order-styled th {
    padding: 8px 5px;
  }
  table.blue-order-styled td p,
  table.blue-order-styled th p{
    margin: 5px 0;
  }
}
ol li {
  color: #4E516B
}
ol li::marker {
  color: #4E516B;
  font-weight: 500;
}

ol.orange-numbers li::marker {
  color: #f4893b;
  font-weight: 500;
}
ol.green-numbers li::marker {
  color: #0dc297;
  font-weight: 500;
}
ol.violet-numbers li::marker {
  color: #834ee4;
  font-weight: 500;
}
body .essay-pricemaxi-form .order-services .extra-services .extra-services-item label b .hint div,
body .essay-pricemaxi-form .extra-services .extra-services-item .hint div p {
  line-height: 1.3;
}
body .essay-pricemaxi-form .order-services .extra-services .extra-services-item label b .hint div,
body .essay-pricemaxi-form .extra-services .extra-services-item .hint div p {
  padding: 10px 15px 7px 15px;
  margin-bottom: 2px;
}