body,
html {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  background: #fff; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  max-height: 100%; }

a:not(.button) {
  text-decoration: none;
  color: #5189E8;
  outline: none; }

input,
button {
  -webkit-appearance: none;
  border: none;
  background: none;
  outline: none; }

.container:not(.container_cabinet) h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400; }
.container:not(.container_cabinet) h3 {
  color: #2B3A39;
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 17px;
  text-align: left; }

.cabinet {
  font-family: "PT Sans", sans-serif; }

@font-face {
  font-family: "PHDKingdom";
  src: url("/assets/phdkingdom.eot");
  src: url("/assets/phdkingdom.eot?#iefix") format("embedded-opentype"), url("/assets/phdkingdom.woff") format("woff"), url("/assets/phdkingdom.ttf") format("truetype"), url("/assets/phdkingdom.svg#PHDKingdom") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "icomoon";
  src: url("/assets/icomoon.eot");
  src: url("/assets/icomoon.eot?#iefix") format("embedded-opentype"), url("/assets/icomoon.woff") format("woff"), url("/assets/icomoon.ttf") format("truetype"), url("/assets/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.header_block {
  width: 100%;
  height: auto;
  background-color: #222E3A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

.header_wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: right; }

.logo {
  width: 157px;
  height: 34px;
  margin: 13px 0 0;
  display: inline-block;
  vertical-align: top;
  float: left; }
  .logo a,
  .logo img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%; }

.header_nav {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  float: left; }
  .header_nav ul {
    list-style: none; }
  .header_nav li {
    display: inline-block;
    vertical-align: top; }
    .header_nav li.active span {
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5); }
  .header_nav a,
  .header_nav span {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 62px;
    padding: 0 19px; }
  .header_nav a:hover {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5); }

.user_block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 62px;
  max-height: 62px;
  padding: 0 23px 0 17px;
  min-width: 270px;
  text-align: left; }
  .user_block .order {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    background: #5189E8;
    width: 132px;
    margin-top: 13px; }
    .user_block .order:hover {
      box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      background: #5896FF; }
    .user_block .order:active {
      background: #5896FF; }
  .user_block .sign {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    background: none;
    border: 1px solid #fff;
    line-height: 33px;
    width: 91px;
    margin: 13px 0 0 14px; }
  .user_block .user {
    font-size: 14px;
    line-height: 62px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    max-width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 40px;
    max-height: 62px; }
    .user_block .user:before {
      display: block;
      position: absolute;
      content: "";
      width: 28px;
      height: 28px;
      background-color: #5189E8;
      border-radius: 50%;
      background-color: #5189E8;
      background-image: url("/assets/user_icon-4285240008609d21d7c7276576e6492e66cf3d5d6314e88d24486ad37509319a.svg");
      background-position: center center;
      background-repeat: no-repeat;
      left: 3px;
      top: 17px; }
    .user_block .user:hover:before {
      box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61); }
  .user_block .button {
    font-size: 13px;
    line-height: 62px;
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 0 40px 0 10px; }
  .user_block .contacts_block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #222E3A;
    padding: 6px 14px 7px 17px;
    border-radius: 0 0 24px 24px;
    -moz-border-radius: 0 0 24px 24px;
    -webkit-border-radius: 0 0 24px 24px; }

.user_holder.loading {
  padding-top: 13px; }

.contacts_block > div {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  position: relative; }
  .contacts_block > div:before {
    font-family: "PHDKingdom";
    left: 0;
    position: absolute;
    display: block;
    top: 8px; }
.contacts_block .phone {
  margin: 0;
  padding-left: 0;
  font-size: 0; }
  .contacts_block .phone:before {
    color: #fff;
    content: '\0049';
    opacity: 0; }
.contacts_block .chat_now {
  margin-left: 21px; }
  .contacts_block .chat_now:before {
    color: #6EC900;
    content: '\0043'; }
.contacts_block a,
.contacts_block p {
  color: #fff;
  font-size: 14px;
  line-height: 29px; }
  .contacts_block a:hover,
  .contacts_block p:hover {
    text-decoration: none; }

.menu_btn {
  margin: 21px 0 0;
  float: right; }
  .menu_btn svg {
    width: 26px;
    height: 18px; }

.footer_block {
  background-color: #36424E;
  padding: 0;
  position: relative;
  z-index: 5; }
  .footer_block p,
  .footer_block a,
  .footer_block span {
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF; }
  .footer_block ul {
    list-style: none; }
  .footer_block .info_item a {
    display: block; }

.footer_wrapper {
  width: 1060px;
  margin: 0 auto;
  padding-top: 25px; }

.footer_content {
  width: 100%;
  padding: 30px;
  background-color: rgba(38, 51, 64, 0.43);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .footer_content .notice {
    width: 42%;
    display: inline-block;
    vertical-align: top;
    float: left; }
    .footer_content .notice p:first-child {
      margin-bottom: 24px; }

.footer_navigation {
  margin-bottom: 17px;
  padding: 0 30px;
  display: none; }
  .footer_navigation li {
    display: inline-block;
    vertical-align: top;
    margin-right: 37px; }
    .footer_navigation li a {
      text-transform: lowercase; }

.footer_bottom {
  padding: 12px 30px;
  overflow: hidden; }
  .footer_bottom .logo {
    float: left;
    margin: 0;
    width: 125px; }

.copyright {
  float: right;
  margin-right: 50px;
  margin-right: 182px;
  padding-top: 3px; }

.socials {
  float: right;
  margin-right: 73px;
  padding-top: 6px; }
  .socials a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 18px;
    margin: 0 10px; }
    .socials a:before {
      font-family: 'PHDkingdom';
      color: #fff;
      line-height: 17px;
      position: absolute;
      top: 0; }
    .socials a.twitter {
      background: url("/assets/tw-x-5748c26a3768fe94d5dfc92e619131d206e340dba1871d318ee36ac5583a0659.svg") no-repeat center;
      background-size: 16px; }
    .socials a.fb:before {
      content: '\0044';
      font-size: 17px; }
    .socials a.google:before {
      content: '\0045';
      font-size: 21px; }

.footer_info {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 51%; }
  .footer_info > div {
    float: left; }
  .footer_info .footer_secure {
    margin-bottom: 19px; }
  .footer_info span {
    display: inline-block;
    vertical-align: middle;
    width: 176px; }
  .footer_info .secure_items {
    display: inline-block;
    vertical-align: middle; }
    .footer_info .secure_items .secure_item {
      background-image: url("/assets/footer_payments-ac6bfabec6f49ffe2f2972054e1c78db44f49941e6ef00dc674367475070ac6e.png");
      background-repeat: no-repeat;
      background-size: auto 23px;
      width: 36px;
      height: 23px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 3px; }
      .footer_info .secure_items .secure_item.paypal {
        width: 70px;
        margin: 0 25px 0 0;
        background-position: 0 0; }
      .footer_info .secure_items .secure_item.visa {
        background-position: -99px 0; }
      .footer_info .secure_items .secure_item.mastercard {
        background-position: -143px 0; }
      .footer_info .secure_items .secure_item.express {
        background-position: -187px 0; }
      .footer_info .secure_items .secure_item.discover {
        background-position: -231px 0; }
      .footer_info .secure_items .secure_item.transfer {
        background-position: -275px 0;
        margin-right: 0; }
  .footer_info .info_item {
    width: 36%; }

.prefooter {
  background-color: #F8FBFF;
  padding: 22px 0 21px;
  text-align: center; }
  .prefooter a {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 15px;
    height: 58px;
    line-height: 58px;
    background: #5189E8;
    width: 282px; }
    .prefooter a:hover {
      box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      background: #5896FF; }
    .prefooter a:active {
      background: #5896FF; }

.samples-content .samples_item {
  background-color: #F3F8FF;
  border: 12px solid #F3F8FF;
  margin: 0 26px 30px 0;
  width: 485px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 1px #E8ECF2;
  -moz-box-shadow: 0 0 1px #E8ECF2;
  -webkit-box-shadow: 0 0 1px #E8ECF2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  z-index: 1;
  min-height: 307px; }
  .samples-content .samples_item:nth-child(even) {
    margin-right: 0; }
  .samples-content .samples_item .button_block {
    padding: 8px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -106px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    z-index: 10; }
  .samples-content .samples_item .button {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    background: #fff;
    box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.44);
    color: #6094EB;
    border: 1px solid #5189E8;
    background-clip: padding-box;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    width: 194px; }
    .samples-content .samples_item .button:hover {
      box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.8); }
.samples-content .samples_item_content {
  background-color: #fff;
  border: 1px solid #DDE4F2;
  padding: 28px 18px 51px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
.samples-content .sample_title {
  font-size: 14px;
  line-height: 24px;
  color: #2B3A39;
  padding-left: 62px;
  background: url("/assets/sample_icon-ecfd3ef5fdb99c0a4ac5f72cc4cf68233152f578786ec7485e0c408b6edd2720.svg") left top no-repeat;
  background-size: 45px;
  margin-bottom: 20px;
  min-height: 50px; }
  .samples-content .sample_title p,
  .samples-content .sample_title span {
    font-weight: 600; }
  .samples-content .sample_title a {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none; }
    .samples-content .sample_title a:hover {
      text-decoration: underline; }

.blog-item {
  background-color: #F3F8FF;
  padding: 12px;
  margin-bottom: 27px;
  border: 1px solid #E8ECF2;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  .blog-item + .pagination_block {
    margin-top: 47px; }
  .blog-item .blog-item_content {
    border: 1px solid #DDE4F2;
    background-color: #fff;
    padding: 18px 20px 50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .blog-item .blog-item_description {
    clear: both; }
    .blog-item .blog-item_description p {
      color: #333333;
      font-size: 15px;
      line-height: 25px; }
  .blog-item .button_block {
    padding: 8px;
    position: absolute;
    right: 29px;
    bottom: -7px;
    z-index: 1;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32); }
    .blog-item .button_block .button {
      color: #fff;
      display: inline-block;
      vertical-align: top;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      position: relative;
      border: none;
      transition: 0.2s all ease-in;
      -moz-transition: 0.2s all ease-in;
      -webkit-transition: 0.2s all ease-in;
      cursor: pointer;
      text-transform: uppercase;
      clear: both;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-size: 15px;
      height: 43px;
      line-height: 43px;
      background: #fff;
      box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.44);
      color: #6094EB;
      border: 1px solid #5189E8;
      background-clip: padding-box;
      transition: none;
      -moz-transition: none;
      -webkit-transition: none;
      width: 194px; }
      .blog-item .button_block .button:hover {
        box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.8); }

.blog-item_title {
  margin-bottom: 16px;
  overflow: hidden; }
  .blog-item_title .image {
    width: 123px;
    height: 123px;
    overflow: hidden;
    float: left;
    margin-right: 22px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .blog-item_title a {
    color: #2B3A39;
    font-size: 21px;
    line-height: 32px;
    margin-top: 0; }
    .blog-item_title a:hover {
      text-decoration: underline; }
  .blog-item_title span,
  .blog-item_title h1,
  .blog-item_title h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    color: #2B3A39;
    text-align: center;
    display: block; }
  .blog-item_title .blog-item_title__info {
    margin-top: 10px; }
    .blog-item_title .blog-item_title__info div {
      color: #2B3A39;
      font-size: 13px;
      line-height: 18px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding-left: 30px; }
      .blog-item_title .blog-item_title__info div:before {
        font-family: 'PHDkingdom';
        color: #DBE0E8;
        position: absolute;
        left: 0;
        top: 0; }

.view_page .socials {
  display: block;
  float: none;
  text-align: center;
  margin: 30px 0 39px; }
  .view_page .socials a:before {
    color: #DDE4F2;
    line-height: 21px; }
  .view_page .socials a:hover {
    text-decoration: none; }
    .view_page .socials a:hover:before {
      color: #BECFF2; }
  .view_page .socials a.twit {
    width: 24px;
    height: 22px;
    background: url("/assets/twit-25efd92e21aeeb0922fbeb40264e57937ed69287c2b60a4548bde76a2f32daa2.svg") no-repeat center;
    background-size: 16px; }
    .view_page .socials a.twit:hover {
      background: url("/twit-how.svg") no-repeat center; }
.view_page .blog-item_title__info {
  margin-top: 10px; }
  .view_page .blog-item_title__info div,
  .view_page .blog-item_title__info a {
    color: #2B3A39;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px; }
    .view_page .blog-item_title__info div:before,
    .view_page .blog-item_title__info a:before {
      font-family: 'PHDkingdom';
      color: #DBE0E8;
      position: absolute;
      left: 0;
      top: 0; }
    .view_page .blog-item_title__info div.date,
    .view_page .blog-item_title__info a.date {
      margin-right: 25px; }
      .view_page .blog-item_title__info div.date:before,
      .view_page .blog-item_title__info a.date:before {
        font-size: 17px;
        content: "B"; }
    .view_page .blog-item_title__info div.category:before,
    .view_page .blog-item_title__info a.category:before {
      font-size: 21px;
      content: "V"; }
.view_page .promo_block {
  width: 100%;
  height: 238px;
  background-color: #F8FBFF;
  padding-left: 245px;
  border-radius: 10px;
  border: 1px solid #E8ECF2;
  background-image: url("/assets/promo_block_bg-ff84b567db05e9ce85932ec2df1221600a23351dc41e9cd5b27aa467bf4fa7f2.svg");
  background-position: 3px 9px;
  background-repeat: no-repeat;
  color: #2B3A39;
  padding-top: 18px;
  margin-bottom: 24px; }
  .view_page .promo_block p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 0; }
  .view_page .promo_block strong {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px; }
  .view_page .promo_block span {
    font-size: 21px;
    line-height: 32px;
    display: block; }
    .view_page .promo_block span b {
      color: #6EC900;
      font-weight: 400;
      margin-left: 5px; }
  .view_page .promo_block .button {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    background: #5189E8;
    height: 50px;
    line-height: 50px;
    width: 257px;
    margin-top: 25px; }
    .view_page .promo_block .button:hover {
      box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      background: #5896FF; }
    .view_page .promo_block .button:active {
      background: #5896FF; }

.blog-item-view .image {
  margin-bottom: 24px;
  text-align: center;
  margin-top: 5px;
  max-width: 670px; }

.page.solid-content {
  width: 100%;
  min-height: calc(100% - 545px);
  margin: 0;
  padding: 30px 0 40px;
  background-color: #F8FBFF; }
  .page.solid-content.solid-content__contacts {
    padding-bottom: 0; }
  .page.solid-content .page-item_wrap {
    width: 1030px;
    padding: 15px; }
  .page.solid-content .page-item_content {
    background-color: #fff;
    border: 1px solid #D6DDEA;
    padding: 38px 18px 55px 50px;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .page.solid-content .form_block {
    border: 1px solid #EEF4FF;
    position: relative;
    z-index: 1;
    padding: 37px 41px 64px 45px;
    background: #FDFEFF;
    background: -moz-linear-gradient(top, #FDFEFF 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(top, #FDFEFF 0%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #FDFEFF 0%, #FFFFFF 100%);
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px; }
    .page.solid-content .form_block strong {
      font-size: 21px;
      line-height: 32px;
      color: #2B3A39;
      font-weight: 400;
      display: block;
      padding: 78px 0 52px; }
      .page.solid-content .form_block strong:before {
        font-family: 'phdkingdom';
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        content: 'G';
        color: #6EC900;
        font-size: 25px; }
    .page.solid-content .form_block .button_block {
      position: absolute;
      z-index: 2;
      display: inline-block;
      vertical-align: top;
      padding: 8px;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px; }
    .page.solid-content .form_block .button {
      color: #fff;
      display: inline-block;
      vertical-align: top;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      position: relative;
      border: none;
      transition: 0.2s all ease-in;
      -moz-transition: 0.2s all ease-in;
      -webkit-transition: 0.2s all ease-in;
      cursor: pointer;
      text-transform: uppercase;
      clear: both;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-size: 15px;
      height: 58px;
      line-height: 58px;
      background: #fff;
      box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.44);
      color: #6094EB;
      border: 1px solid #5189E8;
      background-clip: padding-box;
      transition: none;
      -moz-transition: none;
      -webkit-transition: none;
      height: 42px;
      line-height: 40px;
      width: 242px; }
      .page.solid-content .form_block .button:hover {
        box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.8); }

.contact_info {
  float: left;
  padding-top: 43px;
  text-align: left; }
  .contact_info div {
    padding-left: 45px;
    margin-bottom: 30px;
    position: relative; }
    .contact_info div:before {
      font-family: 'phdkingdom';
      font-size: 23px;
      position: absolute;
      top: 0;
      left: 0; }
    .contact_info div p {
      color: #333333;
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 5px; }
  .contact_info .phone:before {
    content: 'Y';
    color: #BECFF2; }
  .contact_info .chat p {
    color: #6EC900; }
  .contact_info .chat:before {
    content: 'W';
    color: #6EC900; }
  .contact_info .email:before {
    content: 'X';
    color: #BECFF2; }

.solid-content__contacts .form_block {
  float: right;
  width: 586px; }
  .solid-content__contacts .form_block #sent_success_block {
    text-align: left; }
  .solid-content__contacts .form_block .button_block {
    left: 45px;
    bottom: -29px; }

.page.how_we {
  width: 1080px; }

.how_we_item {
  width: 100%;
  position: relative;
  min-height: 270px;
  padding: 35px 0 0 268px;
  margin: 3px 0;
  z-index: 1;
  background: #F8FBFF;
  background: -moz-linear-gradient(left, #F8FBFF 0%, #FFFFFF 100%);
  background: -webkit-linear-gradient(left, #F8FBFF 0%, #FFFFFF 100%);
  background: linear-gradient(to right, #F8FBFF 0%, #FFFFFF 100%);
  border-radius: 300px 0 0 300px;
  -moz-border-radius: 300px 0 0 300px;
  -webkit-border-radius: 300px 0 0 300px; }
  .how_we_item .title {
    margin-bottom: 13px; }
    .how_we_item .title span {
      text-transform: uppercase;
      color: #2B3A39;
      font-size: 21px;
      line-height: 32px; }
    .how_we_item .title p {
      font-size: 13px;
      line-height: 18px;
      color: #2B3A39;
      margin-bottom: 13px; }
  .how_we_item .image {
    position: absolute;
    z-index: 2;
    height: 250px;
    top: calc(50% - 125px); }
    .how_we_item .image img {
      display: inline-block;
      vertical-align: middle; }
    .how_we_item .image:after {
      display: inline-block;
      vertical-align: middle;
      content: '';
      height: 100%;
      width: 0;
      font-size: 0;
      line-height: 0; }
  .how_we_item:nth-child(1) .image {
    left: 50px; }
  .how_we_item:nth-child(2) {
    padding: 35px 270px 0 268px;
    z-index: 2;
    border-radius: 0 300px 300px 0;
    -moz-border-radius: 0 300px 300px 0;
    -webkit-border-radius: 0 300px 300px 0;
    background: #FFFFFF;
    background: -moz-linear-gradient(left, #FFFFFF 0%, #F8FBFF 100%);
    background: -webkit-linear-gradient(left, #FFFFFF 0%, #F8FBFF 100%);
    background: linear-gradient(to right, #FFFFFF 0%, #F8FBFF 100%); }
    .how_we_item:nth-child(2) .image {
      right: -23px; }
    .how_we_item:nth-child(2):after {
      position: absolute;
      display: block;
      content: '';
      background-image: url("/assets/dash_path-8613ccbbddca9e8d2022f89b4f6084414bb015f75ed7dc2b0c37057a6aa975ff.svg");
      width: 834px;
      height: 323px;
      right: 122px;
      top: -28px;
      z-index: 1; }
  .how_we_item:nth-child(3) .image {
    left: 36px; }

.page.solid-content.text-page {
  padding: 60px 0 10px; }
  .page.solid-content.text-page .shadow-block {
    width: 1030px;
    padding: 15px; }
  .page.solid-content.text-page .tabs > ul {
    display: flex; }
    .page.solid-content.text-page .tabs > ul > li {
      float: none;
      width: 50%; }
      .page.solid-content.text-page .tabs > ul > li a {
        padding: 58px 0 20px; }
      .page.solid-content.text-page .tabs > ul > li span {
        font-size: 20px; }
      .page.solid-content.text-page .tabs > ul > li.active {
        width: 50%; }
        .page.solid-content.text-page .tabs > ul > li.active span {
          font-size: 26px;
          padding: 55px 0 3px; }
      .page.solid-content.text-page .tabs > ul > li:first-child {
        padding-left: 95px; }
  .page.solid-content.text-page .page-item_content {
    background-color: #fff;
    border: 1px solid #D6DDEA;
    border-top: transparent;
    padding: 38px 100px 55px;
    overflow: hidden;
    text-align: left;
    clear: both;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px; }

.page.solid-content__reviews.solid-content {
  padding-bottom: 0;
  padding-top: 0; }
.page.solid-content__reviews .page-item_content {
  padding: 38px 99px; }
.page.solid-content__reviews .form_block {
  text-align: center;
  border: none;
  background: none;
  padding: 0; }
  .page.solid-content__reviews .form_block strong {
    font-size: 21px;
    line-height: 32px;
    color: #2B3A39;
    font-weight: 400;
    display: block;
    padding: 13px 0 0; }
    .page.solid-content__reviews .form_block strong:before {
      font-family: 'phdkingdom';
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px;
      content: 'G';
      color: #6EC900;
      font-size: 25px; }
  .page.solid-content__reviews .form_block form {
    text-align: left;
    border: 1px solid #EEF4FF;
    position: relative;
    z-index: 1;
    padding: 37px 20px 64px;
    background: #FDFEFF;
    background: -moz-linear-gradient(top, #FDFEFF 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(top, #FDFEFF 0%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #FDFEFF 0%, #FFFFFF 100%);
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px; }
  .page.solid-content__reviews .form_block .button_block {
    position: absolute;
    bottom: -29px;
    left: calc(50% - 116px); }
  .page.solid-content__reviews .form_block .rating_wrap {
    margin-top: 11px; }
.page.solid-content__reviews .rating_wrap span {
  cursor: pointer; }
  .page.solid-content__reviews .rating_wrap span.rate_hover:before {
    color: #FFDD5E; }
.page.solid-content__reviews .rating_wrap span:hover:before,
.page.solid-content__reviews .rating_wrap span.active:before {
  color: #FFDD5E; }
.page.solid-content__reviews .button_block {
  z-index: 1;
  position: relative;
  padding: 8px;
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  box-shadow: 0 3px 8px rgba(81, 137, 232, 0.44);
  -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.44);
  -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.44); }
.page.solid-content__reviews .button {
  width: 213px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  border: none;
  transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  cursor: pointer;
  text-transform: uppercase;
  clear: both;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-size: 15px;
  height: 43px;
  line-height: 43px;
  background: #fff;
  box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.44);
  color: #6094EB;
  border: 1px solid #5189E8;
  background-clip: padding-box;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }
  .page.solid-content__reviews .button:hover {
    box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.8); }
.page.solid-content__reviews .shadow-block:after {
  display: none; }
.page.solid-content__reviews .review_item {
  min-height: 1px;
  padding: 19px 25px 20px;
  margin-bottom: 17px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #DDE4F2;
  border-radius: 10px; }
  .page.solid-content__reviews .review_item .rating {
    width: 27%;
    display: block;
    float: right; }
    .page.solid-content__reviews .review_item .rating span {
      pointer-events: none; }
  .page.solid-content__reviews .review_item .client_info {
    max-width: 72%;
    width: 72%;
    display: block;
    float: left; }
    .page.solid-content__reviews .review_item .client_info .client_id {
      margin-bottom: 8px; }
  .page.solid-content__reviews .review_item .description {
    clear: both;
    margin-top: 0;
    padding-top: 20px; }
    .page.solid-content__reviews .review_item .description:before {
      top: 20px; }

.review_form {
  text-align: left;
  margin-bottom: 60px; }
  .review_form > span {
    display: block;
    margin-bottom: 37px; }
    .review_form > span a {
      padding-right: 5px; }
  .review_form .form_item input[type="text"] {
    cursor: default; }

.solid-content.error-page {
  padding-top: 60px; }
  .solid-content.error-page .page-item_content {
    text-align: left;
    padding: 85px 50px 40px;
    background-color: #fff;
    background-image: url("/assets/404_bg-cf5b63efbfa5dda2b7d61e37ebeb6cfe65a3327e7e1fe30f228050f186f36729.png");
    background-repeat: no-repeat;
    background-position: right bottom; }
    .solid-content.error-page .page-item_content > p {
      max-width: 478px; }
  .solid-content.error-page span {
    font-size: 200px;
    line-height: 210px;
    color: #F8FBFF;
    font-weight: 900;
    text-shadow: 0 25px 24px rgba(213, 230, 255, 0.5);
    position: absolute;
    right: 49px;
    top: 80px; }
  .solid-content.error-page strong {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    color: #2B3A39;
    display: block;
    margin-bottom: 20px; }
  .solid-content.error-page .chat {
    margin: 50px 0 30px; }
  .solid-content.error-page .buttons {
    position: relative;
    z-index: 1;
    margin: 60px 0 0; }
    .solid-content.error-page .buttons a {
      width: 230px; }
      .solid-content.error-page .buttons a.order {
        margin-right: 18px;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        position: relative;
        border: none;
        transition: 0.2s all ease-in;
        -moz-transition: 0.2s all ease-in;
        -webkit-transition: 0.2s all ease-in;
        cursor: pointer;
        text-transform: uppercase;
        clear: both;
        border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        font-size: 15px;
        height: 58px;
        line-height: 58px;
        background: #5189E8; }
        .solid-content.error-page .buttons a.order:hover {
          box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
          -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
          -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
          background: #5896FF; }
        .solid-content.error-page .buttons a.order:active {
          background: #5896FF; }
      .solid-content.error-page .buttons a.home {
        color: #fff;
        display: inline-block;
        vertical-align: top;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        position: relative;
        border: none;
        transition: 0.2s all ease-in;
        -moz-transition: 0.2s all ease-in;
        -webkit-transition: 0.2s all ease-in;
        cursor: pointer;
        text-transform: uppercase;
        clear: both;
        border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        font-size: 15px;
        height: 43px;
        line-height: 43px;
        background: #fff;
        box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.44);
        color: #6094EB;
        border: 1px solid #5189E8;
        background-clip: padding-box;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none; }
        .solid-content.error-page .buttons a.home:hover {
          box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.8); }
    .solid-content.error-page .buttons .button_block {
      padding: 8px;
      display: inline-block;
      vertical-align: top;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
      -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
      -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32); }

.thx-page {
  text-align: center; }
  .thx-page span {
    font-weight: 400; }
  .thx-page p {
    font-size: 21px;
    line-height: 32px;
    color: #2B3A39;
    font-weight: 400;
    display: block;
    padding: 128px 0 19px; }
    .thx-page p strong {
      font-weight: 400;
      display: block; }
      .thx-page p strong:before {
        font-family: 'PHDkingdom';
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        content: 'G';
        color: #6EC900;
        font-size: 25px; }

.page.new_password {
  width: 452px;
  margin: 134px auto 130px; }
  .page.new_password .title {
    text-align: center; }
  .page.new_password .sign_in_form {
    width: 452px;
    margin: 0 auto; }

.page.change_password_success {
  margin-top: 166px; }
  .page.change_password_success .title {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    color: #2B3A39;
    text-transform: uppercase;
    margin-bottom: 37px; }
  .page.change_password_success .content {
    text-align: center; }
    .page.change_password_success .content span {
      font-size: 21px;
      line-height: 32px;
      color: #2B3A39;
      text-transform: uppercase;
      padding-left: 40px;
      background: url("/assets/popup_success-e2bc84bff2e6aa995232b791e40bcb041e2cce16520cead88b4346c04f31a1c3.svg") left center no-repeat; }
  .page.change_password_success .buttons {
    margin-top: 33px; }
  .page.change_password_success .button_block {
    display: inline-block;
    vertical-align: top;
    width: 213px;
    padding: 8px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    margin: 0 10px; }
  .page.change_password_success a {
    width: 196px; }
  .page.change_password_success .back_to_profile {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    background: #fff;
    box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.44);
    color: #6094EB;
    border: 1px solid #5189E8;
    background-clip: padding-box;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    height: 45px; }
    .page.change_password_success .back_to_profile:hover {
      box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.8); }
  .page.change_password_success .place_order {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    background: #5189E8; }
    .page.change_password_success .place_order:hover {
      box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      background: #5896FF; }
    .page.change_password_success .place_order:active {
      background: #5896FF; }

.page.solid-content.solid-content__services {
  padding-top: 0;
  padding-bottom: 0; }
  .page.solid-content.solid-content__services .page-item_content {
    padding: 38px 0 25px;
    text-align: left; }
  .page.solid-content.solid-content__services .services_wrapper {
    padding-left: 30px;
    padding-right: 30px;
    column-count: 3; }
  .page.solid-content.solid-content__services .services_list {
    display: inline-flex;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    margin-bottom: 26px; }
    .page.solid-content.solid-content__services .services_list > a {
      font-size: 17px;
      line-height: 32px;
      color: #2B3A39;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 10px; }
    .page.solid-content.solid-content__services .services_list ul {
      width: 100%;
      list-style: none;
      padding-left: 12px; }
      .page.solid-content.solid-content__services .services_list ul li {
        padding-left: 24px; }
        .page.solid-content.solid-content__services .services_list ul li a {
          font-size: 14px;
          line-height: 25px;
          color: #1172E3;
          position: relative; }
          .page.solid-content.solid-content__services .services_list ul li a:before {
            display: block;
            position: absolute;
            content: "";
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background-color: #1172E3;
            left: -24px;
            top: 8px; }
          .page.solid-content.solid-content__services .services_list ul li a:hover {
            text-decoration: underline; }
  .page.solid-content.solid-content__services .services_links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 64px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 33px; }
    .page.solid-content.solid-content__services .services_links a {
      display: block;
      font-size: 17px;
      line-height: 32px;
      color: #2B3A39;
      width: 320px; }
  .page.solid-content.solid-content__services .services_features {
    border-top: 1px solid #D6DDEA;
    padding: 21px 30px 0;
    overflow: hidden; }
  .page.solid-content.solid-content__services .services_features_text {
    width: 30%;
    float: left;
    margin-right: 7%; }
    .page.solid-content.solid-content__services .services_features_text span {
      font-size: 21px;
      line-height: 32px;
      color: #2B3A39; }
  .page.solid-content.solid-content__services .services_features_column {
    width: 31.5%;
    float: left; }
    .page.solid-content.solid-content__services .services_features_column span {
      display: block;
      font-size: 15px;
      line-height: 34px;
      padding-left: 36px;
      background-image: url("/assets/popup_success-e2bc84bff2e6aa995232b791e40bcb041e2cce16520cead88b4346c04f31a1c3.svg");
      background-position: 0 13px;
      background-repeat: no-repeat;
      background-size: 19px; }

.page.prices-content.solid-content {
  background-color: #fff; }
.page.prices-content .discounts {
  overflow: hidden;
  margin-top: 41px;
  padding: 0 5px; }
  .page.prices-content .discounts .discount_item {
    width: 320px;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    float: left;
    margin-right: 15px;
    position: relative;
    border-radius: 10px;
    padding: 17px 17px 10px;
    background-color: #fff;
    box-shadow: 0 -1px 17px rgba(0, 102, 255, 0.08);
    -moz-box-shadow: 0 -1px 17px rgba(0, 102, 255, 0.08);
    -webkit-box-shadow: 0 -1px 17px rgba(0, 102, 255, 0.08); }
    .page.prices-content .discounts .discount_item:before {
      display: block;
      position: absolute;
      content: "";
      width: 100%;
      height: 17px;
      background-color: #000;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      top: 0;
      left: 0; }
    .page.prices-content .discounts .discount_item:after {
      display: block;
      position: absolute;
      content: "";
      width: 100%;
      height: 10px;
      background-color: #000;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      bottom: 0;
      left: 0; }
    .page.prices-content .discounts .discount_item:first-child:before, .page.prices-content .discounts .discount_item:first-child:after {
      background: #FFF7F7;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #FFF7F7 0%, #F6FAFF 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #FFF7F7 0%, #F6FAFF 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #FFF7F7 0%, #F6FAFF 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF7F7', endColorstr='#F6FAFF',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    .page.prices-content .discounts .discount_item:nth-child(2):before, .page.prices-content .discounts .discount_item:nth-child(2):after {
      background: #FFEFEF;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #FFEFEF 0%, #EDF5FF 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #FFEFEF 0%, #EDF5FF 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #FFEFEF 0%, #EDF5FF 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEFEF', endColorstr='#EDF5FF',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    .page.prices-content .discounts .discount_item:nth-child(2) .discount_percent {
      margin-top: 16px;
      margin-bottom: 36px; }
      .page.prices-content .discounts .discount_item:nth-child(2) .discount_percent:before {
        width: 61px;
        height: 61px;
        background-size: 25px; }
      .page.prices-content .discounts .discount_item:nth-child(2) .discount_percent span {
        font-size: 28px;
        line-height: 77px;
        padding-left: 87px; }
    .page.prices-content .discounts .discount_item:last-child {
      margin-right: 0; }
      .page.prices-content .discounts .discount_item:last-child:before, .page.prices-content .discounts .discount_item:last-child:after {
        background: #FFE5E5;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #FFE5E5 0%, #D9E9FF 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #FFE5E5 0%, #D9E9FF 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #FFE5E5 0%, #D9E9FF 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE5E5', endColorstr='#D9E9FF',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
      .page.prices-content .discounts .discount_item:last-child .discount_percent {
        margin-top: 11px;
        margin-bottom: 40px; }
        .page.prices-content .discounts .discount_item:last-child .discount_percent:before {
          width: 71px;
          height: 71px;
          background-size: 28px; }
        .page.prices-content .discounts .discount_item:last-child .discount_percent span {
          font-size: 41px;
          line-height: 87px;
          padding-left: 100px; }
  .page.prices-content .discounts .discount_percent {
    height: 61px;
    position: relative;
    margin: 25px 0 29px; }
    .page.prices-content .discounts .discount_percent:before {
      display: block;
      position: absolute;
      content: "";
      width: 45px;
      height: 45px;
      background-color: #DCFFDA;
      background-image: url("/assets/popup_success-e2bc84bff2e6aa995232b791e40bcb041e2cce16520cead88b4346c04f31a1c3.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 18px;
      border: 8px solid #f4fff5;
      border-radius: 50%;
      left: 0;
      top: 0; }
    .page.prices-content .discounts .discount_percent span {
      font-size: 24px;
      line-height: 61px;
      font-weight: 600;
      padding-left: 79px;
      position: relative; }
  .page.prices-content .discounts .discount_pages {
    margin-bottom: 15px; }
    .page.prices-content .discounts .discount_pages b {
      font-size: 21px;
      line-height: 32px;
      color: #2B3A39;
      font-weight: 600; }
      .page.prices-content .discounts .discount_pages b span {
        font-weight: 400;
        margin-left: 5px; }
  .page.prices-content .discounts .discount_description {
    margin-bottom: 23px; }
    .page.prices-content .discounts .discount_description span {
      font-size: 14px;
      line-height: 25px; }

.prices_content_text {
  width: 1000px;
  margin: 0 auto 42px; }
  .prices_content_text span {
    line-height: 25px; }
  .prices_content_text p,
  .prices_content_text h2 {
    margin-bottom: 17px; }

.prices_form {
  border: 1px solid #D6DDEA;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 16px;
  position: relative; }
  .prices_form:after {
    display: block;
    position: absolute;
    content: "";
    width: 100vw;
    height: 35%;
    background: url("/assets/prices_table_bg-788cc8b0124ed86d06d14c22efacfd8ad9a931be7b988c3cae1b786e309af5fb.svg") top center no-repeat;
    background-size: cover;
    left: calc((979px - 100vw)/2);
    bottom: -30px;
    z-index: -1; }
  .prices_form .total_price {
    text-align: center;
    margin-top: 34px; }
    .prices_form .total_price span {
      font-size: 20px;
      line-height: 27px;
      color: #2B3A39;
      display: block; }
      .prices_form .total_price span p {
        display: inline-block;
        vertical-align: top;
        font-size: 27px;
        color: #6EC900;
        margin-left: 8px; }
    .prices_form .total_price .button {
      color: #fff;
      display: inline-block;
      vertical-align: top;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      position: relative;
      border: none;
      transition: 0.2s all ease-in;
      -moz-transition: 0.2s all ease-in;
      -webkit-transition: 0.2s all ease-in;
      cursor: pointer;
      text-transform: uppercase;
      clear: both;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-size: 15px;
      height: 58px;
      line-height: 58px;
      background: #5189E8;
      width: 257px;
      margin-top: 26px; }
      .prices_form .total_price .button:hover {
        box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
        -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
        -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
        background: #5896FF; }
      .prices_form .total_price .button:active {
        background: #5896FF; }

.price_table .price_table_item_head,
.price_table .price_table_item {
  display: flex;
  background-color: #E6EEFE;
  border: 1px solid transparent;
  padding: 12px 0; }
  .price_table .price_table_item_head > div,
  .price_table .price_table_item > div {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D6DDEA; }
    .price_table .price_table_item_head > div:last-child,
    .price_table .price_table_item > div:last-child {
      border-right: none; }
    .price_table .price_table_item_head > div span,
    .price_table .price_table_item > div span {
      font-size: 14px;
      line-height: 19px;
      color: #2B3A39; }
.price_table .price_table_item_head span {
  text-transform: uppercase; }
.price_table .price_table_item_head .price_table_item_radio {
  background: url("/assets/prices_table_head-efcff35b5dff0e3330663603f8fc794d97045c3f963cffefe84046465cfc4305.svg") center center no-repeat; }
.price_table .price_table_item {
  background-color: #fff;
  border: 1px solid #D6DDEA;
  margin-top: 10px; }
  .price_table .price_table_item:hover {
    cursor: pointer; }
  .price_table .price_table_item.active {
    background-color: #F8FBFF;
    box-shadow: 0 2px 4px rgba(213, 230, 255, 0.5);
    -moz-box-shadow: 0 2px 4px rgba(213, 230, 255, 0.5);
    -webkit-box-shadow: 0 2px 4px rgba(213, 230, 255, 0.5); }
.price_table .price_table_item_radio {
  width: 42px; }
  .price_table .price_table_item_radio span {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #D6DDEA;
    border-radius: 50%;
    cursor: pointer;
    position: relative; }
    .price_table .price_table_item_radio span.checked {
      border: 1px solid #7C9DE2; }
      .price_table .price_table_item_radio span.checked:before {
        display: block;
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        background-color: #5189E8;
        border-radius: 50%;
        box-shadow: 0 1px 2px rgba(81, 137, 232, 0.61);
        -moz-box-shadow: 0 1px 2px rgba(81, 137, 232, 0.61);
        -webkit-box-shadow: 0 1px 2px rgba(81, 137, 232, 0.61);
        left: 3px;
        top: 3px; }
.price_table .price_table_item_urgency,
.price_table .price_table_item_price,
.price_table .price_table_item_deadline {
  width: calc((100% - 42px)/3); }

.price_resume_table .price_resume_table_title {
  text-align: center;
  margin-bottom: 25px; }
  .price_resume_table .price_resume_table_title span {
    font-size: 20px;
    line-height: 27px;
    color: #2B3A39;
    text-transform: uppercase; }
.price_resume_table .price_resume_table_head,
.price_resume_table .price_resume_table_item {
  display: flex;
  padding: 12px 0; }
  .price_resume_table .price_resume_table_head > div span,
  .price_resume_table .price_resume_table_item > div span {
    font-size: 14px;
    line-height: 19px;
    color: #2B3A39; }
  .price_resume_table .price_resume_table_head .service,
  .price_resume_table .price_resume_table_item .service {
    width: 52%;
    padding-left: 18px; }
  .price_resume_table .price_resume_table_head .urgency,
  .price_resume_table .price_resume_table_item .urgency {
    width: 12%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #D6DDEA;
    position: relative; }
    .price_resume_table .price_resume_table_head .urgency span,
    .price_resume_table .price_resume_table_item .urgency span {
      z-index: 99; }
    .price_resume_table .price_resume_table_head .urgency:hover,
    .price_resume_table .price_resume_table_item .urgency:hover {
      cursor: pointer; }
      .price_resume_table .price_resume_table_head .urgency:hover:before,
      .price_resume_table .price_resume_table_item .urgency:hover:before {
        display: block;
        position: absolute;
        content: "";
        width: calc(100% - 10px);
        height: calc(100% + 14px);
        background-color: #E6EEFE;
        border-radius: 5px;
        left: 5px;
        top: -7px; }
    .price_resume_table .price_resume_table_head .urgency.active span,
    .price_resume_table .price_resume_table_item .urgency.active span {
      color: #fff; }
    .price_resume_table .price_resume_table_head .urgency.active:before,
    .price_resume_table .price_resume_table_item .urgency.active:before {
      display: block;
      position: absolute;
      content: "";
      width: calc(100% - 10px);
      height: calc(100% + 14px);
      background-color: #7C9DE2;
      border-radius: 5px;
      left: 5px;
      top: -7px; }
.price_resume_table .price_resume_table_head {
  background-color: #E6EEFE;
  border: 1px solid transparent; }
  .price_resume_table .price_resume_table_head span {
    text-transform: uppercase; }
.price_resume_table .price_resume_table_item {
  border: 1px solid #D6DDEA;
  margin-top: 10px; }
.price_resume_table .most_popular_services {
  margin-bottom: 25px; }

.discounts_pages_title {
  display: none !important; }

.discount_banner {
  text-align: center; }

.first_order_discount {
  display: block;
  width: 1035px;
  height: 133px;
  background-image: url("/assets/discount_banner-5fc876d56ee1abd08ea9b25795ac646dd2c3c7c2ccb1f83fb35a844964d1db4c.png");
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
  text-align: left;
  position: relative;
  padding-top: 50px; }
  .first_order_discount p,
  .first_order_discount span {
    display: inline-block;
    vertical-align: top;
    color: #2B3A39;
    font-size: 18px; }
  .first_order_discount .label {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
    right: -25px;
    top: -23px; }
    .first_order_discount .label:after {
      display: block;
      position: absolute;
      content: "off";
      font-size: 12px;
      line-height: 15px;
      text-transform: uppercase;
      color: #fff;
      left: 8px;
      top: 22px; }
  .first_order_discount .first_order {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    margin: 0 10px 0 54px; }
    .first_order_discount .first_order + p {
      margin: 10px 1px 0 0; }
      .first_order_discount .first_order + p + p {
        margin: 10px 0 0 0; }
        .first_order_discount .first_order + p + p span {
          color: #6EC900; }
  .first_order_discount .code {
    font-size: 22px;
    font-weight: 600;
    color: #6EC900;
    text-transform: uppercase;
    margin: -5px 0 0 5px; }
  .first_order_discount .percent {
    margin: 0 5px;
    padding: 0 0 0 26px;
    background-image: url("/assets/popup_success-e2bc84bff2e6aa995232b791e40bcb041e2cce16520cead88b4346c04f31a1c3.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px; }

.navigation_wrapper {
  position: fixed;
  background-color: #1D2730;
  right: 0;
  top: 0;
  z-index: 100;
  width: 534px;
  height: 100vh;
  transition: linear transform 0.4s;
  -moz-transition: linear transform 0.4s;
  -webkit-transition: linear transform 0.4s;
  transform: translate3d(534px, 0, 0);
  -moz-transform: translate3d(534px, 0, 0);
  -webkit-transform: translate3d(534px, 0, 0);
  padding: 62px 0 20px 47px;
  text-align: left; }
  .navigation_wrapper ul {
    list-style: none; }
  .navigation_wrapper .nano-content > ul {
    height: 100%; }
    .navigation_wrapper .nano-content > ul li {
      position: relative;
      border-bottom: 1px solid #263340; }
      .navigation_wrapper .nano-content > ul li a,
      .navigation_wrapper .nano-content > ul li span {
        display: inline-block;
        vertical-align: middle;
        padding: 6px 0;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        font-weight: 400; }
      .navigation_wrapper .nano-content > ul li.active span {
        font-weight: 700; }
      .navigation_wrapper .nano-content > ul li > ul {
        margin-left: 20px; }

.close_btn {
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 47px;
  top: 20.5px;
  z-index: 10; }
  .close_btn:before {
    content: '\004e';
    font-family: 'PHDKingdom';
    color: #fff;
    font-size: 19px; }

.menu_btn {
  cursor: pointer; }

.opened {
  overflow: hidden; }
  .opened .navigation_wrapper {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }

.drop_nav ul {
  display: none; }

.drop_arrow {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 75px;
  cursor: pointer; }
  .drop_arrow:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #fff transparent transparent transparent; }

.top_wrapper {
  min-height: 447px;
  background-image: url("/assets/top_bg-3263b181f19476500c62c4a4080d614fb8b039a106e071cbb483bfea62a59355.jpg");
  background-repeat: no-repeat;
  background-position: 50% -90px;
  position: relative;
  z-index: 1; }

.top_content {
  width: 1000px;
  margin: 0 auto; }

.slogan_block h1 {
  font-size: 31px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase; }
  .slogan_block h1 b {
    font-size: 40px; }
.slogan_block p {
  font-size: 17px;
  line-height: 25px;
  margin-top: 30px;
  min-height: 100px; }

.left {
  padding-top: 97px;
  max-width: 520px;
  display: inline-block;
  vertical-align: top;
  margin-right: 111px; }

.btns_block {
  margin-top: 48px;
  position: relative;
  z-index: 1; }
  .btns_block .order_btn {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 15px;
    height: 58px;
    line-height: 58px;
    background: #5189E8;
    width: 230px;
    margin: 0 12px 0 0;
    vertical-align: middle; }
    .btns_block .order_btn:hover {
      box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      background: #5896FF; }
    .btns_block .order_btn:active {
      background: #5896FF; }
  .btns_block .check {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 15px;
    height: 58px;
    line-height: 58px;
    background: #fff;
    box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.44);
    color: #6094EB;
    border: 1px solid #5189E8;
    background-clip: padding-box;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    width: 230px;
    margin: 0 0 0 12px;
    height: 42px;
    line-height: 40px;
    vertical-align: middle; }
    .btns_block .check:hover {
      box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.8); }

.right {
  display: inline-block;
  vertical-align: bottom;
  max-width: 415px; }

.secure_block_content {
  width: 100%;
  min-width: 363px;
  height: 140px;
  position: relative;
  background-image: url("/assets/payments_bg-f18089cfc2842cf6adc8f860b89908023b08ecdc8e67f2ec21b19ae62c6c4b6f.png");
  background-repeat: no-repeat;
  background-size: 363px;
  padding: 90px 10px 0 20px; }

.secure_block {
  position: relative; }
  .secure_block span {
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    color: #333333;
    padding-left: 38px;
    position: absolute;
    top: 22px;
    left: 0; }
    .secure_block span:before {
      position: absolute;
      left: 0;
      top: 0px;
      content: '\0047';
      font-family: 'PHDKingdom';
      font-size: 25px;
      color: #6EC900; }
  .secure_block .secure_block_item {
    background: url("/assets/security_sprite-84b9217f854878ca53f4b350e8675e443593a573f8885ba30e137c16d88b3d2b.png") no-repeat;
    background-size: auto 23px;
    height: 20px;
    margin: 0 13px;
    display: inline-block;
    vertical-align: middle; }
    .secure_block .secure_block_item.paypal {
      background-position: 0 0;
      width: 78px;
      position: absolute;
      right: 20px;
      top: 35px; }
    .secure_block .secure_block_item.visa {
      background-position: -96px -3px;
      width: 29px; }
    .secure_block .secure_block_item.master_card {
      background-position: -153px -3px;
      width: 31px; }
    .secure_block .secure_block_item.express {
      background-position: -209px -3px;
      width: 42px; }
    .secure_block .secure_block_item.discover {
      background-position: -274px -3px;
      width: 44px; }
    .secure_block .secure_block_item.transfer {
      background-position: right -3px;
      width: 41px; }

.promo {
  width: 100%;
  background-color: #263340;
  padding: 8px 0;
  box-shadow: inset 0 1px 14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 14px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 14px rgba(0, 0, 0, 0.5); }
  .promo .promo_content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center; }
  .promo a {
    color: #fff;
    font-size: 17px;
    line-height: 29px; }
    .promo a span {
      color: #6EC900;
      font-weight: 600; }
  .promo .close {
    position: absolute;
    right: 0;
    top: 6px;
    background: none;
    width: 13px;
    height: 13px;
    cursor: pointer; }
    .promo .close:before {
      font-family: 'PHDKingdom';
      font-size: 13px;
      content: '\0050';
      color: #fff; }

.page-item {
  width: 100%; }

.page-item_wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.page-item_title {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 160px; }
  .page-item_title h2,
  .page-item_title span {
    display: block;
    font-size: 28px;
    line-height: 37px;
    color: #2B3A39;
    font-weight: normal;
    text-transform: uppercase; }
  .page-item_title p {
    color: #333333;
    font-size: 15px;
    line-height: 25px;
    margin-top: 3px; }

.page-item_content {
  text-align: center; }
  .page-item_content p,
  .page-item_content li,
  .page-item_content span {
    text-align: left; }

.page-item_text_item {
  padding: 52px 0 26px; }
  .page-item_text_item .page-item_content p,
  .page-item_text_item .page-item_content li,
  .page-item_text_item .page-item_content span {
    font-size: 15px;
    line-height: 25px;
    color: #333333; }
  .page-item_text_item .page-item_content p {
    margin-bottom: 20px; }
  .page-item_text_item .page-item_content a {
    font-size: 15px;
    line-height: 25px;
    color: #5189E8;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px; }
    .page-item_text_item .page-item_content a:hover {
      text-decoration: underline; }
    .page-item_text_item .page-item_content a.read_more {
      margin: 17px 4px 0; }
  .page-item_text_item .page-item_content .double {
    overflow: hidden; }
    .page-item_text_item .page-item_content .double .single_block {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      float: left; }
      .page-item_text_item .page-item_content .double .single_block:nth-child(odd) {
        padding: 0 2% 0 0; }
      .page-item_text_item .page-item_content .double .single_block:nth-child(even) {
        padding: 0 0 0 2%; }

.page-item_how_works {
  background-color: #F8FBFF;
  padding: 31px 0;
  position: relative;
  z-index: 1; }
  .page-item_how_works .page-item_wrap {
    padding: 18px 13px 16px; }

.how_works_steps {
  background-color: #fff;
  border: 1px solid #D6DDEA;
  padding: 20px 11px 23px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.how_works_steps__item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding-right: 2%;
  position: relative;
  margin-right: .5%;
  text-align: left; }
  .how_works_steps__item:last-child:before {
    display: none; }
  .how_works_steps__item:before {
    position: absolute;
    display: block;
    font-family: 'PHDKingdom';
    content: '\0051';
    color: #D6DDEA;
    font-size: 18px;
    right: 8px;
    top: 47px;
    margin-top: -9px; }
  .how_works_steps__item .icon {
    width: 70px;
    float: left;
    margin-right: 8px; }
  .how_works_steps__item span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #C2CAD9;
    text-transform: uppercase;
    display: block;
    margin-top: 10px; }
  .how_works_steps__item strong {
    font-size: 16px;
    line-height: 20px;
    color: #2B3A39;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 8px 0 15px; }
  .how_works_steps__item p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    padding-left: 78px; }

.page-item_levels {
  background-color: #F8FBFF;
  padding: 31px 0;
  position: relative;
  z-index: 1; }

.levels-carousel .slick-list {
  padding: 10px 0; }

.levels-carousel {
  overflow: hidden; }

.levels_item {
  background-color: #fff;
  margin: 0 4px;
  padding: 20px 14px 25px;
  text-align: left;
  max-width: 193px;
  box-shadow: 0 2px 4px rgba(231, 237, 247, 0.64);
  -moz-box-shadow: 0 2px 4px rgba(231, 237, 247, 0.64);
  -webkit-box-shadow: 0 2px 4px rgba(231, 237, 247, 0.64);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: linear box-shadow 0.3s;
  -moz-transition: linear box-shadow 0.3s;
  -webkit-transition: linear box-shadow 0.3s;
  float: left; }
  .levels_item:hover {
    box-shadow: 0 2px 9px #D3DFF4;
    -moz-box-shadow: 0 2px 9px #D3DFF4;
    -webkit-box-shadow: 0 2px 9px #D3DFF4; }
  .levels_item:first-child {
    margin-left: 0; }
  .levels_item:last-child {
    margin-right: 0; }
  .levels_item p {
    font-size: 13px;
    line-height: 20px;
    color: #2B3A39; }
  .levels_item .price {
    margin-top: 8px;
    text-align: center; }
    .levels_item .price p {
      font-size: 15px;
      line-height: 26px;
      color: #1B1B1B; }
      .levels_item .price p strong {
        font-size: 22px;
        font-weight: 400;
        color: #6EC900;
        padding: 0; }

.container .levels_item__title span,
.container .levels_item__title h3,
.levels_item__title span,
.levels_item__title h3 {
  text-transform: uppercase;
  color: #2B3A39;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  padding-left: 22px;
  position: relative;
  display: block;
  margin-bottom: 17px; }
  .container .levels_item__title span:before,
  .container .levels_item__title h3:before,
  .levels_item__title span:before,
  .levels_item__title h3:before {
    position: absolute;
    display: block;
    font-family: 'PHDKingdom';
    content: '\0052';
    color: #BECFF2;
    font-size: 12px;
    left: 0;
    top: 1px; }

.page-item_protection {
  padding: 31px 0 40px;
  position: relative;
  z-index: 1; }
  .page-item_protection .page-item_title {
    margin-bottom: 55px; }

.protection_item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  text-align: left; }
  .protection_item:first-child {
    padding-right: 3%; }
    .protection_item:first-child .icon {
      margin-right: 40px;
      width: 52px; }
  .protection_item:last-child {
    padding-left: 3%; }
    .protection_item:last-child .icon {
      margin-right: 23px;
      width: 67px; }
  .protection_item .icon {
    float: left; }
  .protection_item p {
    font-size: 15px;
    line-height: 25px;
    color: #333333;
    margin-top: 14px;
    padding-left: 92px; }
  .protection_item h3 {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase; }

.page-item_reviews {
  background-color: #F8FBFF;
  padding: 31px 0;
  position: relative;
  z-index: 1; }
  .page-item_reviews .page-item_wrap {
    width: 1030px;
    padding: 15px; }
  .page-item_reviews .review_item,
  .page-item_reviews .samples_item {
    min-height: 275px;
    border: 1px solid #DDE4F2;
    background-color: #fff;
    margin: 0 11px;
    padding: 30px 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .page-item_reviews .review_content {
    background-color: #fff;
    clear: both;
    border: 1px solid #D6DDEA;
    border-top: none;
    margin-top: -1px;
    padding-top: 30px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px; }
    .page-item_reviews .review_content .view_all {
      color: #5189E8;
      font-size: 15px;
      line-height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin: 33px 0 34px; }
  .page-item_reviews .reviews_wrap {
    text-align: center;
    padding: 0 13px; }
  .page-item_reviews .review_content_slider {
    text-align: left; }

.page-item .tabs,
.page .tabs {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  .page-item .tabs > ul,
  .page .tabs > ul {
    list-style: none; }
    .page-item .tabs > ul > li,
    .page .tabs > ul > li {
      float: left;
      width: 51%;
      background-color: #F3F8FF;
      position: relative;
      border-width: 1px 1px 1px 1px;
      padding-left: 29px;
      border-style: solid;
      border-color: transparent;
      border-bottom: 1px solid #D6DDEA;
      z-index: 1;
      border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0; }
      .page-item .tabs > ul > li.active,
      .page .tabs > ul > li.active {
        width: 49%; }
        .page-item .tabs > ul > li.active span,
        .page-item .tabs > ul > li.active h2,
        .page .tabs > ul > li.active span,
        .page .tabs > ul > li.active h2 {
          font-size: 28px; }
      .page-item .tabs > ul > li span,
      .page-item .tabs > ul > li h2,
      .page .tabs > ul > li span,
      .page .tabs > ul > li h2 {
        text-transform: uppercase;
        color: #2B3A39;
        font-size: 24px;
        line-height: 37px;
        display: inline-block; }
      .page-item .tabs > ul > li a,
      .page .tabs > ul > li a {
        padding: 40px 0 30px 0;
        display: block; }
      .page-item .tabs > ul > li.clients_tab,
      .page .tabs > ul > li.clients_tab {
        background-image: url("/assets/review_icon-0f4c43e253b40286a3380fe1fcca2ba64de68932f95ccfdb39e71b9e74a709e6.svg");
        background-repeat: no-repeat;
        background-size: 61px;
        background-position: 29px 45px; }
        .page-item .tabs > ul > li.clients_tab a,
        .page .tabs > ul > li.clients_tab a {
          padding-left: 87px; }
        .page-item .tabs > ul > li.clients_tab span,
        .page-item .tabs > ul > li.clients_tab h2,
        .page .tabs > ul > li.clients_tab span,
        .page .tabs > ul > li.clients_tab h2 {
          padding: 5px 0 0 0; }
      .page-item .tabs > ul > li.samples_tab,
      .page .tabs > ul > li.samples_tab {
        background-image: url("/assets/sample_icon-ecfd3ef5fdb99c0a4ac5f72cc4cf68233152f578786ec7485e0c408b6edd2720.svg");
        background-repeat: no-repeat;
        background-size: 45px;
        background-position: 22px 40px; }
        .page-item .tabs > ul > li.samples_tab a,
        .page .tabs > ul > li.samples_tab a {
          padding-left: 68px; }
        .page-item .tabs > ul > li.samples_tab span,
        .page-item .tabs > ul > li.samples_tab h2,
        .page .tabs > ul > li.samples_tab span,
        .page .tabs > ul > li.samples_tab h2 {
          padding: 5px 0 0 0; }
      .page-item .tabs > ul > li:before, .page-item .tabs > ul > li:after,
      .page .tabs > ul > li:before,
      .page .tabs > ul > li:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-color: #D6DDEA; }
      .page-item .tabs > ul > li:first-child.active:before,
      .page .tabs > ul > li:first-child.active:before {
        display: none; }
      .page-item .tabs > ul > li:first-child:before,
      .page .tabs > ul > li:first-child:before {
        bottom: -11px;
        left: 0;
        box-shadow: -3px -3px 0 0 #F3F8FF;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0; }
      .page-item .tabs > ul > li:last-child.active:after,
      .page .tabs > ul > li:last-child.active:after {
        display: none; }
      .page-item .tabs > ul > li:last-child:after,
      .page .tabs > ul > li:last-child:after {
        bottom: -11px;
        right: -1px;
        box-shadow: 3px -3px 0 0 #F3F8FF;
        border-width: 1px 1px 0 0;
        border-style: solid;
        border-radius: 0 10px 0 0;
        -moz-border-radius: 0 10px 0 0;
        -webkit-border-radius: 0 10px 0 0; }
      .page-item .tabs > ul > li.active,
      .page .tabs > ul > li.active {
        background-color: #fff;
        border-color: #D6DDEA;
        border-bottom-color: transparent;
        z-index: 3; }
        .page-item .tabs > ul > li.active span,
        .page-item .tabs > ul > li.active h2,
        .page .tabs > ul > li.active span,
        .page .tabs > ul > li.active h2 {
          border-bottom: 1px solid #D6DDEA; }
        .page-item .tabs > ul > li.active:before, .page-item .tabs > ul > li.active:after,
        .page .tabs > ul > li.active:before,
        .page .tabs > ul > li.active:after {
          border-style: solid;
          bottom: 0; }
        .page-item .tabs > ul > li.active:before,
        .page .tabs > ul > li.active:before {
          left: -11px;
          border-width: 0 1px 1px 0;
          border-radius: 0 0 10px 0;
          -moz-border-radius: 0 0 10px 0;
          -webkit-border-radius: 0 0 10px 0;
          box-shadow: 6px 6px 0 3px #fff; }
        .page-item .tabs > ul > li.active:after,
        .page .tabs > ul > li.active:after {
          right: -11px;
          border-width: 0 0 1px 1px;
          border-radius: 0 0 0 10px;
          -moz-border-radius: 0 0 0 10px;
          -webkit-border-radius: 0 0 0 10px;
          box-shadow: -6px 6px 0 3px #fff; }

.solid-content__reviews .review_item,
.clients_slider .review_item,
.sidebar_carousel .review_item {
  padding: 35px 25px 25px 19px; }
  .solid-content__reviews .review_item p,
  .clients_slider .review_item p,
  .sidebar_carousel .review_item p {
    font-size: 15px;
    line-height: 29px;
    color: #333333; }
    .solid-content__reviews .review_item p:first-letter,
    .clients_slider .review_item p:first-letter,
    .sidebar_carousel .review_item p:first-letter {
      text-transform: uppercase; }
.solid-content__reviews .client_info,
.clients_slider .client_info,
.sidebar_carousel .client_info {
  display: inline-block;
  vertical-align: top;
  width: 49%; }
  .solid-content__reviews .client_info p,
  .clients_slider .client_info p,
  .sidebar_carousel .client_info p {
    padding-left: 31px;
    position: relative; }
    .solid-content__reviews .client_info p:before,
    .clients_slider .client_info p:before,
    .sidebar_carousel .client_info p:before {
      position: absolute;
      display: block;
      font-family: 'PHDKingdom';
      font-size: 17px;
      color: #DBE0E8;
      left: 0;
      top: 0; }
  .solid-content__reviews .client_info .client_id,
  .clients_slider .client_info .client_id,
  .sidebar_carousel .client_info .client_id {
    padding-right: 10px; }
    .solid-content__reviews .client_info .client_id p:before,
    .clients_slider .client_info .client_id p:before,
    .sidebar_carousel .client_info .client_id p:before {
      content: '\004d'; }
  .solid-content__reviews .client_info .paper_type p:before,
  .clients_slider .client_info .paper_type p:before,
  .sidebar_carousel .client_info .paper_type p:before {
    content: '\0048'; }
.solid-content__reviews .rating,
.clients_slider .rating,
.sidebar_carousel .rating {
  display: inline-block;
  vertical-align: top;
  width: 49%; }
  .solid-content__reviews .rating p,
  .clients_slider .rating p,
  .sidebar_carousel .rating p {
    display: inline-block;
    vertical-align: middle;
    color: #2B3A39;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    margin-right: 15px; }
.solid-content__reviews .rating_wrap,
.clients_slider .rating_wrap,
.sidebar_carousel .rating_wrap {
  display: inline-block;
  vertical-align: middle; }
  .solid-content__reviews .rating_wrap input:checked + label:before,
  .solid-content__reviews .rating_wrap label:hover:before,
  .clients_slider .rating_wrap input:checked + label:before,
  .clients_slider .rating_wrap label:hover:before,
  .sidebar_carousel .rating_wrap input:checked + label:before,
  .sidebar_carousel .rating_wrap label:hover:before {
    color: #FFDD5E; }
  .solid-content__reviews .rating_wrap input:checked + label ~ label:before,
  .solid-content__reviews .rating_wrap label:hover ~ label:before,
  .clients_slider .rating_wrap input:checked + label ~ label:before,
  .clients_slider .rating_wrap label:hover ~ label:before,
  .sidebar_carousel .rating_wrap input:checked + label ~ label:before,
  .sidebar_carousel .rating_wrap label:hover ~ label:before {
    color: #FFDD5E; }
  .solid-content__reviews .rating_wrap label,
  .solid-content__reviews .rating_wrap span,
  .clients_slider .rating_wrap label,
  .clients_slider .rating_wrap span,
  .sidebar_carousel .rating_wrap label,
  .sidebar_carousel .rating_wrap span {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px; }
    .solid-content__reviews .rating_wrap label:before,
    .solid-content__reviews .rating_wrap span:before,
    .clients_slider .rating_wrap label:before,
    .clients_slider .rating_wrap span:before,
    .sidebar_carousel .rating_wrap label:before,
    .sidebar_carousel .rating_wrap span:before {
      font-family: 'PHDKingdom';
      content: '\004b';
      color: #EEEEEE;
      font-size: 20px; }
    .solid-content__reviews .rating_wrap label.active:before,
    .solid-content__reviews .rating_wrap span.active:before,
    .clients_slider .rating_wrap label.active:before,
    .clients_slider .rating_wrap span.active:before,
    .sidebar_carousel .rating_wrap label.active:before,
    .sidebar_carousel .rating_wrap span.active:before {
      color: #FFDD5E; }
.solid-content__reviews .description,
.clients_slider .description,
.sidebar_carousel .description {
  margin-top: 24px;
  position: relative; }
  .solid-content__reviews .description:before,
  .clients_slider .description:before,
  .sidebar_carousel .description:before {
    position: absolute;
    display: block;
    font-family: 'PHDKingdom';
    font-size: 14px;
    color: #DBE0E8;
    content: '\0046';
    left: 0;
    top: -3px; }
  .solid-content__reviews .description p,
  .clients_slider .description p,
  .sidebar_carousel .description p {
    line-height: 25px; }
    .solid-content__reviews .description p:first-child,
    .clients_slider .description p:first-child,
    .sidebar_carousel .description p:first-child {
      text-indent: 32px; }

.clients_slider .review_item {
  position: relative; }
  .clients_slider .review_item .client_info {
    width: 100%; }
  .clients_slider .review_item .rating {
    position: absolute;
    top: 35px;
    right: 25px;
    width: auto; }

.samples_slider .sample_title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0 19px;
  min-height: 50px; }
  .samples_slider .sample_title p,
  .samples_slider .sample_title span {
    font-weight: 600; }
    .samples_slider .sample_title p a,
    .samples_slider .sample_title span a {
      color: inherit;
      text-decoration: none;
      font-size: 17px;
      font-weight: 400; }
      .samples_slider .sample_title p a:hover,
      .samples_slider .sample_title span a:hover {
        text-decoration: underline; }
.samples_slider .samples_item .button_block .button {
  display: none; }

.sample_subitem {
  background-color: #fff;
  position: relative;
  padding: 0 10px 0 18px;
  overflow: hidden; }
  .sample_subitem:before {
    display: block;
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url("/assets/samples_sprite-e3fa73a3552e625e1222c90df0219507c5ddff8cabf5336193e375d8b1534c01.svg");
    background-repeat: no-repeat;
    left: 19px;
    top: 8px; }
  .sample_subitem.type:before {
    background-position: 0 0; }
  .sample_subitem.level:before {
    background-position: -17px 0; }
  .sample_subitem.subject_area:before {
    background-position: -34px 0; }
  .sample_subitem.format:before {
    background-position: -51px 0; }
  .sample_subitem:nth-child(odd) {
    background-color: #F8FBFF; }
  .sample_subitem span,
  .sample_subitem p,
  .sample_subitem a {
    font-size: 15px;
    line-height: 33px;
    color: #333333;
    float: left; }
  .sample_subitem span {
    width: 135px;
    margin: 0 14px 0 31px; }
    .sample_subitem span:first-letter {
      text-transform: uppercase; }

.slick-arrow {
  color: transparent;
  font-size: 0;
  line-height: 36px;
  text-align: center;
  width: 70px;
  height: 38px;
  cursor: pointer;
  border: 1px solid #DEE3EE;
  background-color: #F3F8FF;
  position: absolute;
  bottom: -63px;
  outline: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: linear all 0.3s;
  -moz-transition: linear all 0.3s;
  -webkit-transition: linear all 0.3s; }
  .slick-arrow.slick-prev {
    left: 11px; }
  .slick-arrow.slick-next {
    right: 11px; }
    .slick-arrow.slick-next:before {
      transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg); }
  .slick-arrow:hover {
    border-color: #5189E8;
    box-shadow: 0 4px 12px #D5E6FF;
    -moz-box-shadow: 0 4px 12px #D5E6FF;
    -webkit-box-shadow: 0 4px 12px #D5E6FF; }
    .slick-arrow:hover:before {
      color: #5189E8; }
  .slick-arrow:before {
    display: block;
    font-family: 'PHDKingdom';
    content: '\0041';
    color: #B6C5E6;
    font-size: 19px; }

.page-item_values {
  background-color: #F8FBFF;
  padding: 32px 0;
  position: relative;
  z-index: 1; }
  .page-item_values .page-item_title {
    margin-bottom: 20px; }
  .page-item_values .page-item_wrap {
    padding: 33px 13px 13px; }
  .page-item_values .page-item_content {
    background-color: #fff;
    border: 1px solid #D6DDEA;
    padding: 30px 30px 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }

.value_item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin: 0 .3% 51px;
  text-align: left; }
  .value_item .icon {
    margin: 6px 30px 0 0;
    float: left; }
  .value_item .value_item_description {
    padding-left: 100px; }
  .value_item .title,
  .value_item h3 {
    color: #2B3A39;
    font-size: 21px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .value_item p {
    color: #333333;
    font-size: 15px;
    line-height: 25px; }

.pagination_block,
.pagination {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  text-align: center; }
  .pagination_block li,
  .pagination li {
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    line-height: 37px;
    border: 1px solid transparent;
    margin: 0 10px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .pagination_block li span,
    .pagination li span {
      text-align: center; }
    .pagination_block li a,
    .pagination li a {
      color: #2B3A39;
      display: block;
      text-decoration: none;
      position: relative;
      height: 100%;
      z-index: 99; }
    .pagination_block li:hover,
    .pagination li:hover {
      cursor: pointer; }
    .pagination_block li.current,
    .pagination li.current {
      border-color: #DEE3EE;
      background-color: #F3F8FF; }
      .pagination_block li.current span,
      .pagination_block li.current a,
      .pagination li.current span,
      .pagination li.current a {
        color: #B4C4E5;
        font-weight: 600; }
  .pagination_block .prev,
  .pagination_block .next,
  .pagination .prev,
  .pagination .next {
    color: transparent;
    font-size: 0;
    line-height: 36px;
    text-align: center;
    width: 70px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #DEE3EE;
    background-color: #F3F8FF;
    position: absolute;
    bottom: 0;
    outline: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: linear all 0.3s;
    -moz-transition: linear all 0.3s;
    -webkit-transition: linear all 0.3s; }
    .pagination_block .prev:before,
    .pagination_block .next:before,
    .pagination .prev:before,
    .pagination .next:before {
      display: block;
      font-family: 'PHDKingdom';
      content: '\0041';
      color: #B6C5E6;
      font-size: 14px;
      position: absolute;
      width: 100%; }
    .pagination_block .prev:hover,
    .pagination_block .next:hover,
    .pagination .prev:hover,
    .pagination .next:hover {
      border-color: #5189E8;
      box-shadow: 0 4px 12px #D5E6FF;
      -moz-box-shadow: 0 4px 12px #D5E6FF;
      -webkit-box-shadow: 0 4px 12px #D5E6FF; }
      .pagination_block .prev:hover:before,
      .pagination_block .next:hover:before,
      .pagination .prev:hover:before,
      .pagination .next:hover:before {
        color: #5189E8; }
  .pagination_block .prev,
  .pagination .prev {
    left: 0; }
  .pagination_block .next,
  .pagination .next {
    right: 0; }
    .pagination_block .next:before,
    .pagination .next:before {
      transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg); }

.sidebar_item {
  width: 300px;
  border: 1px solid #E8ECF2;
  margin-bottom: 26px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.search_panel {
  background-color: #F3F8FF;
  border-bottom: 1px solid #E8ECF2;
  padding: 19px 22px;
  border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0; }
  .search_panel .search_block {
    position: relative; }
  .search_panel .search_input {
    border: 1px solid #D6DDEA;
    height: 52px;
    line-height: 50px;
    padding: 0 55px 0 24px;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    outline: none;
    color: #333333;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px; }
  .search_panel .search_btn {
    width: 38px;
    height: 38px;
    background-color: #5189E8;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 8px;
    outline: none;
    box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
    -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
    -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .search_panel .search_btn:before {
      display: block;
      font-family: 'PHDkingdom';
      content: '\004a';
      font-size: 17px;
      color: #fff;
      transition: linear 0.35s transform;
      -moz-transition: linear 0.35s transform;
      -webkit-transition: linear 0.35s transform;
      transform: rotate3d(0, 0, 0, 0deg);
      -moz-transform: rotate3d(0, 0, 0, 0deg);
      -webkit-transform: rotate3d(0, 0, 0, 0deg); }

.posts_info {
  padding: 13px 20px 15px; }
  .posts_info .posts_info_block {
    margin-bottom: 13px; }
  .posts_info span {
    color: #2B3A39;
    font-size: 16px;
    line-height: 32px;
    display: block;
    margin-bottom: 10px; }
  .posts_info ul {
    list-style: none; }
    .posts_info ul a {
      color: #1172E3;
      font-size: 13px;
      line-height: 19px;
      display: block;
      margin-bottom: 9px; }
      .posts_info ul a:hover {
        text-decoration: underline; }

.sidebar_item {
  position: relative;
  z-index: 1; }
  .sidebar_item.sidebar_buttons {
    border: none; }
  .sidebar_item .button_order {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 15px;
    height: 58px;
    line-height: 58px;
    background: #5189E8;
    width: 100%;
    margin-bottom: 23px; }
    .sidebar_item .button_order:hover {
      box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      background: #5896FF; }
    .sidebar_item .button_order:active {
      background: #5896FF; }
  .sidebar_item .button_block {
    padding: 8px;
    z-index: 1;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32); }
  .sidebar_item .button {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    background: #fff;
    box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.44);
    color: #6094EB;
    border: 1px solid #5189E8;
    background-clip: padding-box;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    width: 100%; }
    .sidebar_item .button:hover {
      box-shadow: 0 0 0 8px #fff, 0 3px 20px rgba(81, 137, 232, 0.8); }

.sidebar_sample-item {
  padding: 13px 19px 12px;
  border-bottom: 1px solid #E8ECF2;
  color: #2B3A39; }
  .sidebar_sample-item .icon {
    float: left;
    margin-right: 17px;
    width: 63px;
    margin-top: 3px; }
  .sidebar_sample-item span {
    font-size: 17px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px; }
  .sidebar_sample-item p {
    font-size: 13px;
    line-height: 18px;
    padding-left: 80px; }
  .sidebar_sample-item a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-top: 12px; }
  .sidebar_sample-item:last-child {
    border-bottom: none; }

.sidebar_reviews {
  border-bottom: none;
  background-color: #F3F8FF; }
  .sidebar_reviews .sideabr_title {
    line-height: 32px;
    font-size: 16px;
    color: #2B3A39;
    font-weight: 400;
    padding: 12px 20px 18px;
    border-radius: 9px 9px 0 0;
    -moz-border-radius: 9px 9px 0 0;
    -webkit-border-radius: 9px 9px 0 0; }
    .sidebar_reviews .sideabr_title:before {
      position: absolute;
      right: 18px;
      font-family: 'phdkingdom';
      content: '\0046';
      color: #DDE4F2;
      font-size: 26px; }
  .sidebar_reviews .sidebar_content {
    background-color: #fff;
    margin: 0 -1px;
    border: 1px solid #DDE4F2;
    box-shadow: 0 -3px 15px #e0ebf9;
    overflow: hidden;
    border-radius: 10px; }
  .sidebar_reviews .sidebar_carousel .review_item {
    border-width: 0;
    border-radius: 0;
    min-height: 256px;
    margin: 0;
    padding: 16px 20px 25px; }
    .sidebar_reviews .sidebar_carousel .review_item .client_info {
      width: 100%; }
      .sidebar_reviews .sidebar_carousel .review_item .client_info p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 11px; }
    .sidebar_reviews .sidebar_carousel .review_item .description {
      margin-top: 13px; }
      .sidebar_reviews .sidebar_carousel .review_item .description p {
        text-indent: 0; }
      .sidebar_reviews .sidebar_carousel .review_item .description:before {
        display: none; }
    .sidebar_reviews .sidebar_carousel .review_item .rating {
      width: 100%;
      margin: 23px 0 0 0; }
      .sidebar_reviews .sidebar_carousel .review_item .rating p {
        float: right;
        margin: 0; }

.container:not(.container_cabinet) .popup_overlay,
.header_block .popup_overlay {
  background-color: rgba(11, 14, 16, 0.43);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .container:not(.container_cabinet) .popup_overlay .popup,
  .header_block .popup_overlay .popup {
    position: relative;
    z-index: 1;
    width: 530px;
    border: 3px solid #E6F3FF;
    padding: 35px 38px 20px;
    background-color: #fff;
    text-align: left;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 16px rgba(27, 37, 46, 0.38);
    -moz-box-shadow: 0 0 16px rgba(27, 37, 46, 0.38);
    -webkit-box-shadow: 0 0 16px rgba(27, 37, 46, 0.38); }
    .container:not(.container_cabinet) .popup_overlay .popup .info_block,
    .header_block .popup_overlay .popup .info_block {
      margin-top: 45px;
      padding-left: 9px; }
      .container:not(.container_cabinet) .popup_overlay .popup .info_block p,
      .header_block .popup_overlay .popup .info_block p {
        font-size: 15px;
        line-height: 25px;
        color: #333333; }
        .container:not(.container_cabinet) .popup_overlay .popup .info_block p a,
        .header_block .popup_overlay .popup .info_block p a {
          color: #1172E3;
          text-decoration: none; }
  .container:not(.container_cabinet) .popup_overlay .popup_success_content,
  .header_block .popup_overlay .popup_success_content {
    padding-left: 48px;
    background: url("/assets/popup_success-e2bc84bff2e6aa995232b791e40bcb041e2cce16520cead88b4346c04f31a1c3.svg") 11px 5px no-repeat;
    margin-top: 70px; }
    .container:not(.container_cabinet) .popup_overlay .popup_success_content + .info_block,
    .header_block .popup_overlay .popup_success_content + .info_block {
      padding-left: 48px;
      margin-top: 60px; }
    .container:not(.container_cabinet) .popup_overlay .popup_success_content span,
    .header_block .popup_overlay .popup_success_content span {
      font-size: 21px;
      line-height: 32px;
      color: #2B3A39;
      text-transform: uppercase;
      display: block;
      margin-bottom: 15px; }
.container:not(.container_cabinet) .new_password .title,
.container:not(.container_cabinet) .popup .title,
.header_block .new_password .title,
.header_block .popup .title {
  margin-bottom: 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding: 0 15px; }
  .container:not(.container_cabinet) .new_password .title span,
  .container:not(.container_cabinet) .popup .title span,
  .header_block .new_password .title span,
  .header_block .popup .title span {
    font-size: 21px;
    line-height: 32px;
    color: #2B3A39; }
  .container:not(.container_cabinet) .new_password .title .close,
  .container:not(.container_cabinet) .popup .title .close,
  .header_block .new_password .title .close,
  .header_block .popup .title .close {
    position: absolute;
    right: 18px;
    top: 9px;
    background: none;
    width: 13px;
    height: 13px;
    cursor: pointer; }
    .container:not(.container_cabinet) .new_password .title .close:before,
    .container:not(.container_cabinet) .popup .title .close:before,
    .header_block .new_password .title .close:before,
    .header_block .popup .title .close:before {
      font-family: "PHDkingdom";
      color: #1A232B;
      font-size: 13px;
      content: '\004e'; }
.container:not(.container_cabinet) .sign_in_form,
.header_block .sign_in_form {
  position: relative;
  width: 100%;
  background-color: #F3F8FF;
  border: 1px solid #E8ECF2;
  padding: 20px 23px 37px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  .container:not(.container_cabinet) .sign_in_form:before,
  .header_block .sign_in_form:before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    top: 10%;
    left: 0;
    box-shadow: 0 0 42px #D5E6FF;
    -moz-box-shadow: 0 0 42px #D5E6FF;
    -webkit-box-shadow: 0 0 42px #D5E6FF; }
  .container:not(.container_cabinet) .sign_in_form .buttons_block,
  .header_block .sign_in_form .buttons_block {
    padding: 8px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -106px;
    box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.32);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px; }
  .container:not(.container_cabinet) .sign_in_form .button,
  .header_block .sign_in_form .button {
    width: 196px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: none;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    cursor: pointer;
    text-transform: uppercase;
    clear: both;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    background: #5189E8;
    outline: none; }
    .container:not(.container_cabinet) .sign_in_form .button:hover,
    .header_block .sign_in_form .button:hover {
      box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -moz-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      -webkit-box-shadow: 0 3px 8px rgba(81, 137, 232, 0.61);
      background: #5896FF; }
    .container:not(.container_cabinet) .sign_in_form .button:active,
    .header_block .sign_in_form .button:active {
      background: #5896FF; }
  .container:not(.container_cabinet) .sign_in_form .form_item,
  .header_block .sign_in_form .form_item {
    margin-bottom: 19px; }
    .container:not(.container_cabinet) .sign_in_form .form_item > label,
    .header_block .sign_in_form .form_item > label {
      font-size: 14px;
      line-height: 25px;
      display: block;
      margin-bottom: 8px;
      color: #333333; }
    .container:not(.container_cabinet) .sign_in_form .form_item input,
    .header_block .sign_in_form .form_item input {
      background-color: #fff;
      height: 45px;
      line-height: 43px;
      padding: 0 15px;
      border: 1px solid #D6DDEA;
      width: 100%;
      outline: none;
      font-size: 13px;
      color: #2B3A39;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  text-align: center; }

.container .accordion {
  width: 1000px;
  margin: 0 auto 40px; }

.accordion_item_content {
  padding: 22px 22px 0; }
  .accordion_item_content p {
    font-size: 15px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 24px; }

.accordion_item {
  margin-bottom: 10px;
  border: 1px solid #D6DDEA;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .accordion_item + h2,
  .accordion_item + h3 {
    margin-top: 30px; }
  .accordion_item.active .accordion_item_title {
    box-shadow: 0 0 15px #D5E6FF;
    -moz-box-shadow: 0 0 15px #D5E6FF;
    -webkit-box-shadow: 0 0 15px #D5E6FF; }
    .accordion_item.active .accordion_item_title .icon:before {
      transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg); }

.container .accordion_item_title,
.accordion_item_title {
  border-bottom: 1px solid transparent;
  background-color: #F8FBFF;
  padding: 13px 50px 13px 22px;
  cursor: pointer;
  position: relative;
  transition: ease all 0.25s;
  -moz-transition: ease all 0.25s;
  -webkit-transition: ease all 0.25s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
  .container .accordion_item_title span,
  .container .accordion_item_title h3,
  .accordion_item_title span,
  .accordion_item_title h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #2B3A39;
    line-height: 24px;
    display: inline-block;
    max-width: 80%; }
  .container .accordion_item_title .icon,
  .accordion_item_title .icon {
    position: absolute;
    display: block;
    top: calc(50% - 17px);
    right: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 49px;
    border-left: 1px solid #D6DDEA; }
    .container .accordion_item_title .icon:before,
    .accordion_item_title .icon:before {
      font-family: 'phdkingdom';
      content: 'Q';
      color: #D6DDEA;
      font-size: 14px;
      display: block;
      transition: ease all 0.25s;
      -moz-transition: ease all 0.25s;
      -webkit-transition: ease all 0.25s;
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg); }

.form_item {
  margin-bottom: 22px;
  width: 100%;
  text-align: left;
  position: relative; }
  .form_item > label {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 9px;
    display: block;
    color: #333333;
    font-weight: 400; }
  .form_item input[type="text"],
  .form_item input[type="password"],
  .form_item input[type="email"],
  .form_item textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    width: 100%;
    border: 1px solid #D6DDEA;
    outline: none;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
    .form_item input[type="text"]::-moz-placeholder, .form_item input[type="text"]:-moz-placeholder,
    .form_item input[type="password"]::-moz-placeholder,
    .form_item input[type="password"]:-moz-placeholder,
    .form_item input[type="email"]::-moz-placeholder,
    .form_item input[type="email"]:-moz-placeholder,
    .form_item textarea::-moz-placeholder,
    .form_item textarea:-moz-placeholder {
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      font-weight: 400;
      color: #333; }
    .form_item input[type="text"]::-webkit-input-placeholder,
    .form_item input[type="password"]::-webkit-input-placeholder,
    .form_item input[type="email"]::-webkit-input-placeholder,
    .form_item textarea::-webkit-input-placeholder {
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      font-weight: 400;
      color: #333; }
  .form_item textarea {
    resize: none;
    height: 130px;
    padding: 10px 13px; }
  .form_item input[type="text"],
  .form_item input[type="password"],
  .form_item input[type="email"] {
    padding: 0 13px;
    height: 45px;
    line-height: 45px; }
  .form_item .field_error {
    width: 100%; }
    .form_item .field_error input[type="text"],
    .form_item .field_error input[type="password"],
    .form_item .field_error input[type="email"] {
      width: 100%; }
    .form_item .field_error input,
    .form_item .field_error textarea {
      width: 100%;
      border-color: #EC1940; }
    .form_item .field_error .validation_error {
      position: absolute;
      left: 0;
      bottom: -18px;
      color: #EC1940;
      font-size: 12px;
      line-height: 12px; }

.form_item.token-field {
  text-align: center;
  color: #FF5E5E; }

.form_double .form_item {
  width: 45%;
  display: inline-block;
  vertical-align: top; }
  .form_double .form_item:first-child {
    margin-right: 25px; }

.ui-helper-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important; }

.radio_buttons.radio_currency, .radio_buttons.radio_services {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px; }
  .radio_buttons.radio_currency .ui-state-default, .radio_buttons.radio_services .ui-state-default {
    float: left;
    width: calc(20% - 8px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    cursor: pointer;
    margin-right: 10px;
    padding: 8px 10px;
    border: 1px solid #D6DDEA;
    border-radius: 3px;
    background-color: #F8FBFF;
    word-break: break-all;
    margin-bottom: 10px; }
    .radio_buttons.radio_currency .ui-state-default:nth-child(5n), .radio_buttons.radio_services .ui-state-default:nth-child(5n) {
      margin-right: 0; }
    .radio_buttons.radio_currency .ui-state-default.ui-state-active, .radio_buttons.radio_services .ui-state-default.ui-state-active {
      border: 1px solid #7C9DE2;
      background-color: #7C9DE2; }
      .radio_buttons.radio_currency .ui-state-default.ui-state-active span, .radio_buttons.radio_services .ui-state-default.ui-state-active span {
        color: #fff; }
    .radio_buttons.radio_currency .ui-state-default span, .radio_buttons.radio_services .ui-state-default span {
      display: block;
      font-size: 13px;
      line-height: 18px;
      color: #2B3A39; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    outline: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0 39px 0 5px; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  word-wrap: break-word; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    border: #E5E5E5 1px solid;
    background-color: #fff;
    outline: none;
    padding: 4px 10px;
    height: 32px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default {
  font-size: 15px;
  line-height: 45px;
  min-width: 100%; }
  .select2-container--default .select2-selection--single {
    border: 1px solid #D6DDEA;
    border-radius: 3px;
    height: 45px;
    padding: 0 35px 0 10px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #333333;
      font-weight: 400;
      line-height: 43px;
      padding-left: 0;
      padding-right: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #95A4B0;
      font-style: italic; }
    .select2-container--default .select2-selection--single .select2-selection__arrow:before {
      display: block;
      content: "";
      position: absolute;
      width: 1px;
      height: 31px;
      background-color: #D6DDEA;
      right: 45px;
      top: 8px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow:after {
      display: block;
      content: "";
      position: absolute;
      width: 12px;
      height: 7px;
      background: url("/assets/select_arrow-4246717638e3c8c902b8ddbeef227df0091cecb84f91466a36879f93aa2d017f.svg") center center no-repeat;
      right: 17px;
      top: 21px; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    transform: rotate(180deg); }
  .select2-container--default.select2-container--open .select2-results__option {
    line-height: 35px; }
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid red;
    border-radius: 4px;
    cursor: text; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
      color: red;
      margin-top: 5px;
      float: left; }
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: red;
      border: 1px solid red;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #000;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 245px;
    overflow-y: auto;
    overflow-x: hidden; }
  .select2-container--default .select2-results__option {
    color: #283B55;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 5px;
    border-radius: 2px; }
    .select2-container--default .select2-results__option[role=group] {
      padding: 0; }
    .select2-container--default .select2-results__option[aria-disabled=true] {
      color: #999; }
    .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #EAF4FF; }
    .select2-container--default .select2-results__option .select2-results__option {
      padding-left: 1em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -2em;
          padding-left: 3em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -3em;
            padding-left: 4em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -4em;
              padding-left: 5em; }
              .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -5em;
                padding-left: 6em; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-weight: 500;
    background-color: #EAF4FF; }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
  .select2-container--default .select2-dropdown {
    background-color: #fff;
    border: 1px solid #D6DDEA;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    z-index: 99999;
    padding-right: 11px; }

.select2-container ::-webkit-scrollbar {
  width: 10px; }
.select2-container ::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.select2-container ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #BED3E9; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  background: #fff;
  color: #616a71; }
  .tooltipster-default .tooltipster-content {
    font-size: 13px;
    line-height: 17px;
    padding: 8px 10px;
    overflow: hidden;
    max-width: 300px; }
  .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */ }

/* Use this next selector to style things like font-size and line-height: */
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }
  .tooltipster-base .tooltipster-content {
    overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .tooltipster-arrow span {
    display: block;
    width: 0;
    height: 0;
    position: absolute; }

.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
  .tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/** initial setup **/
.navigation.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .navigation.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 126px 0 0;
    overflow: -moz-scrollbars-none; }
    .navigation.nano > .nano-content:focus {
      outline: none; }
    .navigation.nano > .nano-content::-webkit-scrollbar {
      display: none;
      width: 0;
      opacity: 0;
      height: 0;
      background: transparent;
      visibility: hidden; }
.navigation .has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }
.navigation.nano > .nano-pane {
  background: #25313E;
  position: absolute;
  width: 3px;
  right: 10px;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 1.5px;
  border-left: none; }
  .navigation.nano > .nano-pane > .nano-slider {
    /* background: #444; */
    background: #fff;
    /* background: rgba(0,0,0,.5); */
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px; }
.navigation.nano:hover > .nano-pane {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 1; }
.navigation .nano-pane.active, .navigation .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 1; }

.desktop_visible,
.desktop-visible {
  display: block; }

.mobile_visible,
.mobile-visible {
  display: none; }

body {
  height: 100%; }

.wrapper {
  min-height: 100%; }

.container {
  min-height: calc(100vh - 227px);
  padding: 62px 0 0; }

.shadow-block {
  background-color: #F3F8FF;
  border: 1px solid #E8ECF2;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  .shadow-block:before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    top: 10%;
    left: 0;
    box-shadow: 0 0 42px #D5E6FF;
    -moz-box-shadow: 0 0 42px #D5E6FF;
    -webkit-box-shadow: 0 0 42px #D5E6FF; }

.page_title {
  width: 100%;
  padding: 64px 0 26px;
  background-color: #F8FBFF;
  text-align: center; }
  .page_title span,
  .page_title h1,
  .page_title h2,
  .page_title h3 {
    font-size: 28px;
    line-height: 38px;
    color: #2B3A39;
    text-transform: uppercase;
    font-weight: 400; }

.page {
  width: 1000px;
  margin: 31px auto 45px;
  position: relative;
  z-index: 1; }

.content {
  width: 1000px;
  margin: 0 auto; }

.view_page {
  display: table;
  width: 100%; }
  .view_page .sidebar {
    display: table-cell;
    vertical-align: top;
    width: 330px;
    padding-left: 30px; }
  .view_page .view_content {
    display: inline-block;
    vertical-align: top;
    width: 100%; }

.text-page .accordion {
  margin: 15px 0 25px; }
.text-page h2,
.text-page h3 {
  line-height: 32px;
  display: block;
  margin-bottom: 12px;
  text-transform: none; }
.text-page h3 {
  font-size: 21px; }
.text-page h2 {
  font-size: 25px; }
.text-page p {
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 15px; }

ul.list {
  list-style: none;
  margin: 15px 0; }
  ul.list li {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 6px;
    color: #333333;
    font-weight: 400;
    padding-left: 39px; }
    ul.list li:after {
      font-family: 'PHDKingdom';
      position: absolute;
      font-size: 19px;
      color: #BECFF2;
      content: 'G';
      left: 0;
      top: 0; }

ol.list {
  counter-reset: my-counter;
  list-style: none;
  margin: 15px 0; }
  ol.list li {
    line-height: 19px;
    counter-increment: my-counter;
    margin-bottom: 14px;
    position: relative;
    padding-left: 39px; }
    ol.list li:before {
      position: absolute;
      left: 0;
      top: 3px;
      content: counter(my-counter);
      width: 19px;
      height: 19px;
      line-height: 19px;
      background: #BECFF2;
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font-weight: 600;
      text-align: center;
      margin-right: 20px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
  ol.list ul.list li:before {
    display: none; }

.faq-content p,
.view-page__content p {
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 24px; }
.faq-content .numeric_list li,
.view-page__content .numeric_list li {
  line-height: 25px; }
  .faq-content .numeric_list li:before,
  .view-page__content .numeric_list li:before {
    top: 4px; }
.faq-content h2,
.faq-content h3,
.view-page__content h2,
.view-page__content h3 {
  color: #2B3A39;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 34px;
  display: block;
  text-align: center;
  text-transform: none;
  font-weight: normal; }

.view_navigation {
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 10px; }
  .view_navigation a {
    color: #B4C4E5;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    width: 151px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #DEE3EE;
    background-color: #F3F8FF;
    outline: none;
    position: relative;
    text-transform: uppercase;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: linear all 0.3s;
    -moz-transition: linear all 0.3s;
    -webkit-transition: linear all 0.3s; }
    .view_navigation a:before {
      display: block;
      position: absolute;
      font-family: 'PHDKingdom';
      content: '\0041';
      color: #B6C5E6;
      font-size: 14px;
      transition: linear all 0.3s;
      -moz-transition: linear all 0.3s;
      -webkit-transition: linear all 0.3s; }
    .view_navigation a:hover {
      border-color: #5189E8;
      color: #5189E8;
      box-shadow: 0 3px 4px rgba(213, 230, 255, 0.5);
      -moz-box-shadow: 0 3px 4px rgba(213, 230, 255, 0.5);
      -webkit-box-shadow: 0 3px 4px rgba(213, 230, 255, 0.5); }
      .view_navigation a:hover:before {
        color: #5189E8; }
    .view_navigation a.prev {
      float: left;
      padding-left: 15px; }
      .view_navigation a.prev:before {
        left: 17px; }
    .view_navigation a.next {
      float: right;
      padding-right: 15px; }
      .view_navigation a.next:before {
        right: 26px;
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }

.page .chat {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  box-shadow: none !important;
  padding-left: 45px; }
  .page .chat p {
    color: #6EC900;
    font-size: 15px;
    line-height: 25px; }
  .page .chat:before {
    font-family: 'phdkingdom';
    font-size: 23px;
    position: absolute;
    top: 0;
    left: 0;
    content: 'W';
    color: #6EC900; }

.banner {
  margin: 20px 0; }

.cookie_policy-overlay:not([style="display: none;"]) {
  width: 100%;
  height: 80px;
  background-color: #326CCD;
  position: fixed;
  bottom: 0;
  z-index: 999999; }
  .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane {
    width: 1000px;
    margin: 0 auto;
    padding: 16px 0;
    overflow: hidden; }
    .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p {
      font-size: 15px;
      line-height: 24px;
      color: #fff;
      width: 85%;
      float: left; }
      .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p a {
        color: #fff;
        text-decoration: underline;
        margin-left: 5px; }
        .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p a:hover {
          text-decoration: none; }
    .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane .button {
      font-size: 14px;
      color: #fff;
      border: 1px solid #fff;
      width: 120px;
      height: 36px;
      line-height: 34px;
      border-radius: 17.5px;
      float: right;
      margin-top: 6px;
      text-transform: uppercase;
      cursor: pointer; }

.remove_data_block {
  padding: 0 10px; }

@media screen and (min-width: 768px) {
  .mobile-visible {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page {
    width: 100%; }
    .page.solid-content {
      padding: 30px 20px 0; }
      .page.solid-content .page-item_wrap {
        width: 100%; }
      .page.solid-content .page-item_content {
        padding: 38px 56px 50px; }

  .content {
    width: 100%; }

  .page_title {
    padding-top: 41px;
    padding-bottom: 14px; }

  .page .chat {
    margin-top: 0;
    padding-left: 0; }

  .container .accordion {
    width: calc(100% - 40px); }

  .navigation_wrapper {
    width: 408px; }

  .navigation.nano > .nano-content {
    padding: 0 40px 0 0; }

  .value_item .title,
  .value_item h3 {
    padding-top: 12px; }

  .banner a {
    width: 100% !important;
    background-size: contain; }

  .cookie_policy-overlay:not([style="display: none;"]) {
    height: 92px; }
    .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane {
      width: 100%;
      height: 100%;
      padding: 10px; }
      .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p {
        width: calc(100% - 190px); }
      .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane .button {
        margin-top: 18px; }

  .page-item_wrap {
    width: 100%; }

  .page-item_title {
    padding: 0 50px; }

  .page-item_content {
    padding: 0 20px; }

  .header_wrapper {
    width: 100%;
    padding: 0 20px; }

  .header_nav {
    display: none; }

  .user_block {
    padding-left: 0; }
    .user_block .contacts_block {
      position: static;
      background: transparent;
      display: inline-block;
      vertical-align: top;
      float: left;
      width: auto;
      padding: 0 14px 0 17px; }
      .user_block .contacts_block a {
        line-height: 62px; }
      .user_block .contacts_block > div:before {
        top: 24px; }

  .user_holder {
    display: inline-block;
    vertical-align: top; }

  .close_btn {
    left: inherit;
    right: 20.5px; }

  .drop_arrow {
    position: absolute;
    right: 0;
    top: 16px; }

  .top_wrapper {
    background-position: -442px 0;
    min-height: 537px; }

  .top_content {
    width: 100%; }

  .left {
    padding: 57px 0 0 20px;
    max-width: 545px; }

  .right {
    max-width: 100%;
    padding-left: 20px;
    padding-top: 60px; }

  .secure_block span {
    position: static;
    margin-top: 23px;
    margin-right: 36px;
    display: inline-block;
    vertical-align: top; }
    .secure_block span:before {
      top: 23px; }
  .secure_block .secure_block_item.paypal {
    position: static; }

  .secure_block_content {
    padding: 27px 30px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    height: 76px;
    background: url("/assets/payments_tablet_bg-cd2f5b2d9bd613042b8ce46691d7c88626ac1fc1af03ab4d9f2f7265cc5bd747.svg") center center no-repeat;
    background-size: cover; }

  .promo a {
    font-size: 15px; }
  .promo .promo_content {
    width: 100%; }
  .promo .close {
    right: 18px; }

  .page-item_how_works {
    padding: 30px 20px; }
    .page-item_how_works .page-item_content {
      padding-left: 0;
      padding-right: 0; }
    .page-item_how_works .icon {
      float: none;
      margin-left: 30px;
      margin-bottom: 25px;
      min-height: 93px; }

  .how_works_steps {
    padding: 30px 18px 52px; }

  .how_works_steps__item {
    margin-right: 1.4%; }
    .how_works_steps__item:last-child {
      margin-right: 0; }
      .how_works_steps__item:last-child:before {
        display: none; }
    .how_works_steps__item:before {
      top: 21%; }
    .how_works_steps__item p {
      padding-left: 0; }
    .how_works_steps__item strong {
      font-size: 16px;
      margin-bottom: 20px; }

  .page-item_reviews .page-item_wrap {
    width: calc(100% - 40px); }
  .page-item_reviews .clients_slider .rating {
    text-align: right; }
  .page-item_reviews .review_item {
    min-height: 220px; }

  .page-item .tabs > ul > li span {
    font-size: 22px; }
  .page-item .tabs > ul > li.active span {
    font-size: 24px; }

  .page-item_protection {
    padding: 38px 0 40px; }
    .page-item_protection .page-item_title {
      margin-bottom: 47px; }

  .protection_item:first-child h3 {
    line-height: 56px; }
  .protection_item:last-child {
    padding-left: 0; }
    .protection_item:last-child h3 {
      line-height: 42px; }
  .protection_item h3 {
    height: 56px; }
  .protection_item p {
    padding-left: 0;
    margin-top: 20px; }
  .protection_item .icon {
    display: inline-block;
    vertical-align: top;
    min-height: 56px; }

  .page-item_levels {
    padding-bottom: 35px; }
    .page-item_levels .levels-carousel {
      padding: 0 35px 25px; }
      .page-item_levels .levels-carousel:after {
        display: block;
        position: absolute;
        content: "";
        width: calc(100% - 80px);
        height: 52px;
        background-color: #fff;
        border: 1px solid #DEE3EE;
        border-radius: 30.5px;
        z-index: -1;
        bottom: 16px;
        left: 40px; }
    .page-item_levels .levels_item {
      max-width: 100%;
      margin: 0 5px; }
    .page-item_levels .slick-arrow {
      bottom: 24px; }
      .page-item_levels .slick-arrow.slick-prev {
        left: 48px; }
      .page-item_levels .slick-arrow.slick-next {
        right: 48px; }
    .page-item_levels .slick-dots {
      list-style: none;
      margin-top: 35px; }
      .page-item_levels .slick-dots li {
        display: inline-block;
        vertical-align: top;
        font-size: 0; }
        .page-item_levels .slick-dots li button {
          font-size: 0;
          width: 7px;
          height: 7px;
          background-color: #E5E9F2;
          border-radius: 50%;
          margin: 0 6px;
          border: 1px solid transparent; }
        .page-item_levels .slick-dots li.slick-active button {
          background-color: #B6C5E7;
          border: 1px solid #B6C5E7; }

  .footer_wrapper {
    width: 100%; }
    .footer_wrapper p,
    .footer_wrapper span,
    .footer_wrapper a {
      font-size: 13px;
      line-height: 20px; }
    .footer_wrapper .logo {
      width: 155px; }

  .footer_content {
    border-radius: 0; }

  .footer_navigation {
    padding: 0 17px; }

  .footer_block {
    padding-bottom: 0; }

  .footer_content {
    padding: 26px 18px 18px; }
    .footer_content .notice {
      max-width: 37%;
      margin-right: 36px; }
      .footer_content .notice p + p {
        font-size: 12px; }

  .footer_info {
    margin-left: 0;
    width: 58%; }
    .footer_info span {
      margin-bottom: 9px;
      width: 201px; }
    .footer_info .secure_items {
      display: block; }
      .footer_info .secure_items .secure_item.paypal {
        margin-right: 124px; }
    .footer_info .info_item {
      width: 49%; }

  .footer_bottom {
    padding: 12px 17px; }

  .socials {
    margin-right: 170px;
    margin-top: 3px; }
    .socials a {
      width: 17px; }

  .copyright {
    margin-right: 5px;
    margin-top: 3px; }
    .copyright p {
      font-size: 14px; }

  .faq-content {
    padding: 0 20px; }

  .contact_info {
    float: none;
    text-align: left;
    padding-top: 5px;
    overflow: hidden; }
    .contact_info div {
      float: left;
      padding-left: 0;
      margin-right: 55px;
      margin-bottom: 40px; }
      .contact_info div p {
        line-height: 30px;
        padding-left: 35px; }
        .contact_info div p + p {
          padding-left: 0; }

  .solid-content__contacts .form_block {
    width: 100%;
    float: none; }

  .page.how_we {
    width: 100%;
    padding: 0 20px; }

  .how_we_item {
    min-height: 312px;
    padding: 55px 0 0 200px;
    margin: 40px 0; }
    .how_we_item:nth-child(2) {
      padding-left: 41px; }
      .how_we_item:nth-child(2):before {
        display: block;
        position: absolute;
        content: "";
        background-image: url("/assets/dash_path_tablet-7c3244ced739a492772249b2c69299f89fccb1f72b99315e509c67a8af6df112.svg");
        background-repeat: no-repeat;
        width: 610px;
        height: 70px;
        right: calc(50% - 305px);
        top: inherit;
        top: -53px; }
      .how_we_item:nth-child(2):after {
        background-image: url("/assets/dash_path_tablet-7c3244ced739a492772249b2c69299f89fccb1f72b99315e509c67a8af6df112.svg");
        background-repeat: no-repeat;
        width: 610px;
        height: 70px;
        right: calc(50% - 305px);
        top: inherit;
        bottom: -53px;
        transform: rotate3d(0, 1, 0, 180deg); }
      .how_we_item:nth-child(2) .image {
        right: 0; }
    .how_we_item .image {
      width: 134px;
      height: 156px;
      top: calc(50% - 78px); }
    .how_we_item .title {
      margin-bottom: 20px; }

  .page.solid-content.solid-content__services .services_wrapper {
    column-count: 2; }
  .page.solid-content.solid-content__services .services_links {
    max-height: 100px; }

  .page.samples-content {
    padding: 0 50px; }
    .page.samples-content .samples_item {
      width: 100%;
      margin-right: 0; }

  .view_page {
    display: block;
    padding: 0 50px; }
    .view_page .sidebar {
      display: block;
      width: 100%;
      padding-left: 0;
      margin-top: 40px; }
    .view_page .sidebar_item {
      width: 100%;
      overflow: hidden; }
      .view_page .sidebar_item .buttons {
        overflow: hidden;
        position: relative; }
        .view_page .sidebar_item .buttons:before {
          display: block;
          position: absolute;
          content: "";
          width: 1px;
          height: 37px;
          background-color: #E8ECF2;
          left: 50%;
          top: 12px; }
      .view_page .sidebar_item .button_order {
        width: 300px;
        float: left; }
      .view_page .sidebar_item .button_block {
        width: 300px;
        float: right; }

  .discount_banner {
    width: 100%; }

  .prices_content_text {
    width: 100%; }

  .page.solid-content.prices-content .page-item_wrap + .page-item_wrap {
    padding: 15px 0; }
  .page.prices-content .discounts .discount_pages b {
    font-size: 18px; }
  .page.prices-content .discounts .discount_item {
    width: calc(33.3% - 10px);
    padding-left: 15px;
    padding-right: 15px;
    min-height: auto;
    max-height: 1000px;
    height: auto; }
    .page.prices-content .discounts .discount_item:last-child .discount_percent span {
      font-size: 32px;
      padding-left: 75px; }

  .prices_form:after {
    display: none; }

  .first_order_discount {
    width: 728px;
    height: 128px;
    background-size: cover; }
    .first_order_discount p,
    .first_order_discount span {
      font-size: 16px; }
    .first_order_discount .label {
      font-size: 16px;
      right: -10px; }
    .first_order_discount .first_order {
      font-size: 24px;
      margin-left: 25px; }

  .page.solid-content.solid-content__reviews .form_block form {
    padding: 37px 20px 64px; }
  .page.solid-content.solid-content__reviews .page-item_content {
    padding: 38px 28px 50px; }
  .page.solid-content.solid-content__reviews .review_item {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0; }
    .page.solid-content.solid-content__reviews .review_item .client_info {
      float: left;
      width: 50%; }
      .page.solid-content.solid-content__reviews .review_item .client_info p:before {
        top: 1px; }
    .page.solid-content.solid-content__reviews .review_item .rating {
      width: 34%;
      float: right;
      text-align: right; }
    .page.solid-content.solid-content__reviews .review_item .rating_wrap {
      margin-top: 0; }

  .solid-content.error-page span {
    position: static;
    display: block;
    text-align: center; }
  .solid-content.error-page .page-item_content {
    background-image: url("/assets/404_bg_tablet-78bcd7f881692c907f3366fe21b2c9287cc62be64f700adcfade932d7d2db474.svg");
    background-position: top left; }

  .page.solid-content.text-page .page-item_content {
    padding: 38px 45px 15px; }
  .page.solid-content.text-page .shadow-block {
    width: calc(100% - 40px);
    margin: 0 auto; }
  .page.solid-content.text-page .tabs > ul > li span {
    font-size: 18px; }
  .page.solid-content.text-page .tabs > ul > li a {
    padding: 30px 0 20px; }
  .page.solid-content.text-page .tabs > ul > li:first-child {
    padding-left: 45px; }
  .page.solid-content.text-page .tabs > ul > li.active span {
    font-size: 20px;
    padding: 30px 0 3px; }

  .sidebar_sample-item {
    overflow: hidden; }
    .sidebar_sample-item p {
      display: inline-block;
      vertical-align: top;
      padding-left: 0;
      float: right;
      width: 50%;
      margin-top: 5px; }
    .sidebar_sample-item span {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - 108px);
      margin: 11px 0 0; }
    .sidebar_sample-item .icon {
      margin-right: 45px; }

  .sidebar_reviews .sidebar_carousel .review_item {
    position: relative;
    min-height: auto; }
    .sidebar_reviews .sidebar_carousel .review_item .rating {
      width: auto;
      position: absolute;
      top: 0;
      right: 33px;
      overflow: hidden; }
      .sidebar_reviews .sidebar_carousel .review_item .rating p {
        float: none; }
      .sidebar_reviews .sidebar_carousel .review_item .rating .rating_wrap {
        float: right;
        margin-left: 15px; }
    .sidebar_reviews .sidebar_carousel .review_item .description {
      background: url("/assets/reviews_description_bg-76fd238f2b593b2bd6728c3c447483f0fcf328fc776f58dc2fd2f4d1c48da7db.svg") left top no-repeat; }
      .sidebar_reviews .sidebar_carousel .review_item .description p:first-child {
        text-indent: 30px; }

  .radio_buttons.radio_services .ui-state-default, .radio_buttons.radio_currency .ui-state-default {
    padding: 8px 2px;
    word-break: break-word; }
    .radio_buttons.radio_services .ui-state-default span, .radio_buttons.radio_currency .ui-state-default span {
      font-size: 12px; } }
@media screen and (min-width: 0px) and (max-width: 767px) {
  .desktop_visible,
  .desktop-visible {
    display: none; }

  .mobile_visible,
  .mobile-visible {
    display: block; }

  .header_nav {
    display: none; }

  .header_wrapper {
    width: 100%;
    position: relative; }

  .menu_btn {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 14px; }
    .menu_btn svg {
      width: 21px;
      height: 15px; }

  .logo {
    width: 140px;
    margin-left: 14px; }
    .logo img {
      min-width: 126px;
      max-width: 126px;
      display: inline-block;
      vertical-align: top; }

  .user_block {
    width: 100%;
    padding: 17px 13px 0;
    min-height: 67px;
    overflow: hidden; }
    .user_block .user {
      max-height: 47px;
      line-height: 47px;
      max-width: 210px; }
      .user_block .user:before {
        top: 9px; }
    .user_block .order,
    .user_block .sign {
      width: calc(50% - 7px);
      margin-top: 0; }
    .user_block .button {
      line-height: 47px;
      margin-right: 0; }

  h3 {
    font-size: 17px;
    line-height: 32px; }

  .page {
    width: 100%;
    margin-top: 22px; }
    .page.solid-content {
      padding-top: 15px; }

  .container {
    padding-top: 107px; }

  .content {
    width: 100%; }

  .page_title {
    padding: 14px 0; }
    .page_title h1 {
      font-size: 19px;
      line-height: 30px; }

  ol li,
  .numeric_list li {
    font-size: 14px;
    line-height: 23px; }

  .view_navigation a {
    width: 138px; }

  .page .chat {
    margin-top: 0; }

  .container .accordion {
    width: calc(100% - 20px); }
  .container .tabs .accordion {
    width: 100%; }

  .radio_buttons.radio_currency {
    margin-bottom: 0; }

  .banner .discount-ticket {
    height: 43.75vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

  .cookie_policy-overlay:not([style="display: none;"]) {
    height: auto;
    text-align: center;
    padding: 10px 30px 20px;
    min-height: 216px;
    bottom: inherit;
    top: 107px; }
    .cookie_policy-overlay:not([style="display: none;"]) + script + .wrapper .container {
      padding-top: 323px; }
    .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane {
      width: 100%;
      padding: 0; }
      .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p {
        width: 100%;
        float: none; }
      .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane .button {
        float: none; }

  .desktop-visible {
    display: none !important; }

  .cabinet .order_view h3 .field_tooltip,
  .free_qoute .field_item.field_uploader label .field_tooltip,
  .new_order .field_item.field_add_materials label .field_tooltip {
    display: inline-block;
    vertical-align: top;
    float: none; }

  .top_wrapper {
    background-image: url("/assets/top_bg_mobile-ca2818c613c1422bb34a7b6713d6fe1ab7c8f73dc518ec4d73eb9176648abe16.jpg");
    background-position: center top;
    background-size: cover; }

  .top_content {
    width: 100%; }

  .left {
    max-width: 100%;
    margin-right: 0;
    padding-top: 110px; }

  .right {
    width: 100%;
    padding: 0 13px 21px; }

  .slogan_block {
    padding: 0 10px; }
    .slogan_block h1 {
      font-size: 28px;
      line-height: 36px;
      display: block;
      text-align: center;
      margin: 0 auto;
      max-width: 210px; }
      .slogan_block h1 b {
        font-size: 28px; }
    .slogan_block p {
      font-size: 15px;
      line-height: 25px;
      margin-top: 90px; }

  .btns_block {
    padding: 0 26px;
    margin-top: 33px; }
    .btns_block .order_btn {
      display: block;
      width: 100%;
      margin: 0 0 25px 0; }
    .btns_block .check {
      display: block;
      width: calc(100% - 16px);
      margin: 0 auto; }

  .secure_block span {
    font-size: 13px;
    line-height: 23px;
    padding-left: 34px;
    margin-top: 38px; }
    .secure_block span:before {
      font-size: 20px; }
  .secure_block .secure_block_content {
    min-width: 296px;
    max-width: 296px;
    background-size: 296px;
    background-position: right bottom;
    height: 155px;
    padding-top: 110px;
    float: right; }
  .secure_block .secure_block_item {
    background-size: auto 21px;
    margin: 0 9px; }
    .secure_block .secure_block_item.paypal {
      width: 64px;
      background-size: auto 19px;
      top: 68px;
      right: 18px; }
    .secure_block .secure_block_item.visa {
      width: 27px;
      background-position: -87px -3px; }
    .secure_block .secure_block_item.master_card {
      width: 28px;
      background-position: -140px -3px; }
    .secure_block .secure_block_item.express {
      width: 38px;
      background-position: -191px -3px; }
    .secure_block .secure_block_item.discover {
      width: 38px;
      background-position: -251px -3px; }
    .secure_block .secure_block_item.transfer {
      width: 35px; }

  .promo {
    padding: 19px 40px 22px 11px; }
    .promo a {
      font-size: 15px;
      line-height: 25px;
      text-align: left; }
    .promo .promo_content {
      width: 100%; }
    .promo .close {
      top: 0;
      right: -29px; }

  .close_btn {
    left: calc(100% - 33px); }
    .close_btn:before {
      font-size: 15px; }

  .contacts_block {
    transition: linear transform 0.4s;
    -moz-transition: linear transform 0.4s;
    -webkit-transition: linear transform 0.4s;
    transform: translate3d(534px, 0, 0);
    -moz-transform: translate3d(534px, 0, 0);
    -webkit-transform: translate3d(534px, 0, 0); }

  .opened .user_block .contacts_block {
    display: block;
    z-index: 999;
    top: 0;
    background-color: #1D2730;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 22px;
    padding-left: 33px;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }

  .navigation_wrapper {
    padding-top: 100px;
    width: 100%;
    padding: 100px 0 47px; }
    .navigation_wrapper .navigation.nano {
      padding-right: 0; }
      .navigation_wrapper .navigation.nano .nano-content {
        padding-right: 32px;
        padding-left: 32px; }
    .navigation_wrapper ul {
      margin-top: 23px; }

  .drop_arrow {
    position: absolute;
    right: 5px;
    top: 15px;
    margin-left: 0; }

  .page-item_wrap {
    width: 100%; }

  .page-item_title {
    padding: 0;
    margin-bottom: 17px; }
    .page-item_title h2,
    .page-item_title span {
      font-size: 19px;
      line-height: 30px; }

  .page-item_content {
    padding: 0 10px; }

  .page.solid-content .page-item_wrap {
    width: 100%;
    padding: 15px 12px; }
  .page.solid-content .page-item_content {
    padding: 15px 15px 55px; }

  .page-item_text_item {
    padding-top: 21px; }
    .page-item_text_item .page-item_content p {
      font-size: 14px;
      line-height: 23px;
      margin-bottom: 23px; }
    .page-item_text_item .page-item_content h3 {
      font-size: 16px;
      line-height: 32px;
      margin-bottom: 14px; }
    .page-item_text_item .page-item_content .double .single_block {
      width: 100%;
      margin: 0; }
      .page-item_text_item .page-item_content .double .single_block:nth-child(odd), .page-item_text_item .page-item_content .double .single_block:nth-child(even) {
        padding: 0; }
    .page-item_text_item .page-item_content .double ol {
      width: 100%;
      margin: 0; }
      .page-item_text_item .page-item_content .double ol:nth-child(even) {
        padding: 0; }
      .page-item_text_item .page-item_content .double ol:nth-child(odd) {
        padding: 0; }

  .page-item_how_works {
    padding: 31px 10px; }
    .page-item_how_works .page-item_content {
      padding: 0; }
    .page-item_how_works .how_works_steps__item {
      width: 100%;
      margin: 0 0 43px 0;
      padding: 0; }
      .page-item_how_works .how_works_steps__item:before {
        top: 100%;
        margin-top: 0;
        transform: rotate(90deg);
        right: calc(50% - 9px); }
      .page-item_how_works .how_works_steps__item:last-child {
        margin-bottom: 23px; }
        .page-item_how_works .how_works_steps__item:last-child:before {
          display: none; }
      .page-item_how_works .how_works_steps__item p {
        padding-left: 0; }
      .page-item_how_works .how_works_steps__item span {
        margin-top: 15px; }
      .page-item_how_works .how_works_steps__item strong {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        margin-bottom: 38px; }
      .page-item_how_works .how_works_steps__item .icon {
        width: 77px;
        margin-right: 15px; }
    .page-item_how_works .how_works_steps {
      padding: 23px 10px 0 15px; }

  .page-item_reviews {
    padding: 31px 10px; }
    .page-item_reviews .page-item_wrap {
      width: 100%; }
    .page-item_reviews .shadow-block {
      background-color: transparent;
      border: none;
      padding: 0; }
      .page-item_reviews .shadow-block:before {
        display: none; }
    .page-item_reviews .page-item_content {
      padding: 0; }
    .page-item_reviews .review_item,
    .page-item_reviews .samples_item {
      min-height: auto;
      margin: 0; }
    .page-item_reviews .tabs > ul > li {
      padding-left: 0;
      background-color: #fff;
      border-bottom: none;
      background-image: none;
      position: static; }
      .page-item_reviews .tabs > ul > li:before, .page-item_reviews .tabs > ul > li:after {
        display: none; }
      .page-item_reviews .tabs > ul > li.active {
        border: none; }
        .page-item_reviews .tabs > ul > li.active span,
        .page-item_reviews .tabs > ul > li.active h2 {
          font-size: 19px; }
      .page-item_reviews .tabs > ul > li a {
        padding-top: 103px;
        padding-bottom: 15px; }
      .page-item_reviews .tabs > ul > li span,
      .page-item_reviews .tabs > ul > li h2 {
        font-size: 17px;
        line-height: 37px; }
      .page-item_reviews .tabs > ul > li.clients_tab {
        border-top-right-radius: 0;
        border-left: 1px solid #D6DDEA;
        border-top: 1px solid #D6DDEA;
        width: 55%; }
        .page-item_reviews .tabs > ul > li.clients_tab.active:before {
          display: block;
          position: absolute;
          content: "";
          width: 61px;
          height: 49px;
          border: none;
          left: calc(50vw - 40.5px);
          top: 36px;
          border-radius: 0;
          background-image: url("/assets/review_icon-0f4c43e253b40286a3380fe1fcca2ba64de68932f95ccfdb39e71b9e74a709e6.svg");
          background-position: center center;
          background-repeat: no-repeat; }
        .page-item_reviews .tabs > ul > li.clients_tab a {
          padding-left: 13px; }
      .page-item_reviews .tabs > ul > li.samples_tab {
        border-top-left-radius: 0;
        border-right: 1px solid #D6DDEA;
        border-top: 1px solid #D6DDEA;
        width: 45%;
        text-align: right; }
        .page-item_reviews .tabs > ul > li.samples_tab.active:before {
          display: block;
          position: absolute;
          content: "";
          width: 50px;
          height: 48px;
          border: none;
          left: calc(50vw - 35px);
          top: 33px;
          border-radius: 0;
          background-image: url("/assets/sample_icon-ecfd3ef5fdb99c0a4ac5f72cc4cf68233152f578786ec7485e0c408b6edd2720.svg");
          background-position: center center;
          background-repeat: no-repeat; }
        .page-item_reviews .tabs > ul > li.samples_tab a {
          padding-left: 0;
          padding-right: 13px; }
    .page-item_reviews .clients_slider .client_info {
      width: 100%;
      padding-right: 0; }
      .page-item_reviews .clients_slider .client_info p {
        font-size: 13px;
        line-height: 18px; }
      .page-item_reviews .clients_slider .client_info .client_id {
        margin-bottom: 11px; }
    .page-item_reviews .clients_slider .review_item {
      padding: 28px 25px 45px 13px;
      position: relative; }
    .page-item_reviews .clients_slider .rating {
      width: 100%;
      top: inherit;
      right: inherit;
      bottom: 13px;
      left: 0;
      overflow: hidden;
      padding: 0 25px 0 13px; }
      .page-item_reviews .clients_slider .rating p {
        float: right;
        margin-right: 0; }
      .page-item_reviews .clients_slider .rating .rating_wrap {
        float: left; }
    .page-item_reviews .clients_slider .description:before {
      display: none; }
    .page-item_reviews .clients_slider .description p {
      font-size: 14px;
      line-height: 24px; }
      .page-item_reviews .clients_slider .description p:first-child {
        text-indent: 0; }
    .page-item_reviews .samples_slider .sample_title {
      min-height: auto; }
    .page-item_reviews .review_content {
      padding-top: 0; }
      .page-item_reviews .review_content .view_all {
        margin: 85px 0 28px; }
    .page-item_reviews .slick-arrow {
      width: 120px;
      bottom: -52px; }
      .page-item_reviews .slick-arrow.slick-prev {
        left: 0; }
      .page-item_reviews .slick-arrow.slick-next {
        right: 0; }
    .page-item_reviews .sample_subitem {
      overflow: hidden; }
      .page-item_reviews .sample_subitem span,
      .page-item_reviews .sample_subitem p {
        width: calc(100% - 140px);
        font-size: 13px;
        float: right;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word; }
      .page-item_reviews .sample_subitem span {
        width: 95px;
        float: left; }

  .page-item .tabs > ul > li.clients_tab, .page-item .tabs > ul > li.samples_tab,
  .page .tabs > ul > li.clients_tab,
  .page .tabs > ul > li.samples_tab {
    background-image: none; }

  .container .levels_item,
  .levels_item {
    max-width: 100%;
    margin: 0; }
    .container .levels_item .levels_item__title,
    .levels_item .levels_item__title {
      text-align: center; }
      .container .levels_item .levels_item__title span,
      .container .levels_item .levels_item__title h3,
      .levels_item .levels_item__title span,
      .levels_item .levels_item__title h3 {
        display: inline-block;
        vertical-align: top; }

  .page-item_levels {
    padding-bottom: 20px; }
    .page-item_levels .levels-carousel {
      padding-bottom: 25px; }
      .page-item_levels .levels-carousel:after {
        display: block;
        position: absolute;
        content: "";
        width: calc(100% - 20px);
        height: 52px;
        background-color: #fff;
        border: 1px solid #DEE3EE;
        border-radius: 30.5px;
        z-index: -1;
        bottom: 15px;
        left: 10px; }
    .page-item_levels .levels_item {
      max-width: 100%;
      margin: 0 10px; }
      .page-item_levels .levels_item .price p {
        text-align: center; }
    .page-item_levels .slick-arrow {
      bottom: 23px; }
      .page-item_levels .slick-arrow.slick-prev {
        left: 18px; }
      .page-item_levels .slick-arrow.slick-next {
        right: 18px; }
    .page-item_levels .slick-dots {
      list-style: none;
      margin-top: 48px; }
      .page-item_levels .slick-dots li {
        display: inline-block;
        vertical-align: top;
        font-size: 0; }
        .page-item_levels .slick-dots li button {
          font-size: 0;
          width: 7px;
          height: 7px;
          background-color: #E5E9F2;
          border-radius: 50%;
          margin: 0 6px;
          border: 1px solid transparent; }
        .page-item_levels .slick-dots li.slick-active button {
          background-color: #B6C5E7;
          border: 1px solid #B6C5E7; }

  .page-item_protection .page-item_title {
    margin-bottom: 40px; }

  .protection_item {
    width: 100%; }
    .protection_item p {
      font-size: 14px;
      padding-left: 0;
      margin-top: 27px; }
    .protection_item:first-child {
      padding-right: 0;
      margin-bottom: 38px; }
      .protection_item:first-child h3 {
        font-size: 22px;
        line-height: 56px; }
    .protection_item:last-child {
      padding-left: 0; }
      .protection_item:last-child h3 {
        font-size: 22px;
        line-height: 42px; }

  .footer_block .prefooter {
    padding: 25px 0; }
    .footer_block .prefooter a {
      height: 50px;
      line-height: 50px;
      width: 257px;
      font-size: 14px;
      font-weight: 400; }

  .footer_wrapper {
    width: 100%;
    padding-top: 11px; }

  .footer_navigation {
    padding: 0 13px;
    margin-bottom: 12px; }
    .footer_navigation li {
      margin-right: 35px; }

  .footer_block p + p {
    font-size: 12px;
    line-height: 20px; }
  .footer_block span {
    font-size: 13px;
    line-height: 21px; }
  .footer_block a {
    line-height: 28px; }

  .footer_content {
    border-radius: 0;
    padding: 24px 13px 15px; }
    .footer_content .notice {
      width: 100%;
      padding-right: 25px;
      float: none; }
      .footer_content .notice p:first-child {
        margin-bottom: 21px; }

  .footer_info {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
    float: none; }
    .footer_info > div {
      float: none; }
    .footer_info .secure_items {
      margin-top: 8px; }
      .footer_info .secure_items .secure_item {
        margin: 0 3px; }
        .footer_info .secure_items .secure_item.paypal {
          margin-right: 17px; }
    .footer_info .info_item {
      width: 100%; }
      .footer_info .info_item span,
      .footer_info .info_item a {
        font-size: 13px;
        line-height: 26px; }
      .footer_info .info_item + .info_item {
        margin-top: 21px; }

  .footer_bottom {
    padding: 16px 2px 13px; }
    .footer_bottom .logo {
      width: 100%;
      float: none;
      display: block;
      margin: 0 auto 18px;
      padding-bottom: 15px;
      border-bottom: 1px solid #2A3642;
      text-align: center; }
      .footer_bottom .logo a {
        min-width: auto;
        width: 125px;
        display: block;
        margin: 0 auto; }
        .footer_bottom .logo a img {
          width: 125px; }

  .copyright {
    margin-right: 16px;
    margin-top: -2px;
    padding-top: 0; }

  .socials {
    float: left;
    margin-right: 0;
    padding-top: 0; }

  .page-item_values {
    padding: 32px 11px; }
    .page-item_values .page-item_wrap {
      padding: 16px 13px 13px; }
    .page-item_values .page-item_title {
      margin-bottom: 13px; }
    .page-item_values .page-item_content {
      padding: 25px 13px 0; }
    .page-item_values .value_item {
      width: 100%;
      margin: 0 0 30px 0; }
      .page-item_values .value_item p {
        font-size: 13px;
        line-height: 18px; }
      .page-item_values .value_item:first-child .icon {
        width: 49px;
        height: 49px;
        margin-right: 32px; }
      .page-item_values .value_item:nth-child(2) .icon {
        width: 41px;
        height: 49px;
        margin-right: 40px; }
      .page-item_values .value_item:nth-child(3) .icon {
        width: 50px;
        height: 50px;
        margin-right: 31px; }
      .page-item_values .value_item:last-child .icon {
        width: 51px;
        height: 51px;
        margin-right: 30px; }
      .page-item_values .value_item .icon {
        margin: 0; }
      .page-item_values .value_item .title,
      .page-item_values .value_item h3 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 19px;
        min-height: 50px; }
      .page-item_values .value_item .value_item_description {
        padding-left: 0; }

  .pagination_block {
    width: calc(100% - 20px);
    padding: 0;
    max-height: 39px;
    margin-bottom: 50px; }
    .pagination_block .prev,
    .pagination_block .next {
      width: 140px;
      top: 45px;
      margin: 0; }

  .page.new_password {
    width: 100%;
    padding: 0 12px;
    margin: 57px auto 130px; }
    .page.new_password .sign_in_form {
      width: 100%;
      padding: 24px 16px 45px; }
      .page.new_password .sign_in_form button {
        font-size: 13px; }
    .page.new_password .title {
      margin-bottom: 21px; }
      .page.new_password .title span {
        font-size: 19px;
        line-height: 30px; }

  .page.change_password_success {
    margin-top: 77px; }
    .page.change_password_success a {
      width: 248px; }
    .page.change_password_success .title {
      font-size: 19px;
      line-height: 30px;
      margin-bottom: 30px; }
    .page.change_password_success .content span {
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 1.5px;
      background-size: 19px;
      padding-left: 40px; }
    .page.change_password_success .back_to_profile {
      font-size: 14px; }
    .page.change_password_success .button_block {
      width: 265px;
      margin-bottom: 14px; }

  .page.faq-content {
    padding: 0 11px; }

  .page.solid-content__contacts {
    padding: 0 11px; }
    .page.solid-content__contacts .page-item_content {
      padding: 15px 0 55px; }
    .page.solid-content__contacts .form_block {
      float: none;
      width: 100%;
      padding: 29px 15px 64px;
      background: none;
      border: none;
      border-radius: 0;
      border-top: 1px solid #D6DDEA; }
      .page.solid-content__contacts .form_block .button_block {
        left: 0;
        bottom: -26px;
        width: calc(100% - 30px);
        left: 15px; }
        .page.solid-content__contacts .form_block .button_block .button {
          width: 100%; }
  .page.solid-content .form_block strong {
    font-size: 18px;
    line-height: 27px;
    padding: 0 0 0 37px; }
    .page.solid-content .form_block strong:before {
      position: absolute;
      left: 14px; }

  .contact_info {
    float: none;
    padding: 7px 15px 0; }
    .contact_info > div {
      padding-left: 37px; }

  .page.how_we {
    width: 100%;
    padding: 0 11px;
    margin-top: 12px; }
    .page.how_we .how_we_item {
      background: none;
      padding: 35px 0 0;
      margin: 0 0 50px 0;
      padding: 0; }
      .page.how_we .how_we_item:first-child:after {
        display: block;
        position: absolute;
        content: "";
        width: 50vw;
        height: 31px;
        background-image: url("/assets/dash_path_mobile-9e5a0b47bb186861991d3afc5db7a49a9e0b43f36beb59071a0c0ce3d72233c3.svg");
        right: -11px;
        top: 145px;
        z-index: 999; }
      .page.how_we .how_we_item:first-child .image img {
        width: 91px; }
      .page.how_we .how_we_item:nth-child(2):after {
        display: block;
        position: absolute;
        content: "";
        width: 50vw;
        height: 31px;
        background-image: url("/assets/dash_path_mobile-9e5a0b47bb186861991d3afc5db7a49a9e0b43f36beb59071a0c0ce3d72233c3.svg");
        right: -11px;
        top: -20px;
        z-index: 999;
        transform: rotate3d(999999, 1, 0, 180deg); }
      .page.how_we .how_we_item:nth-child(2) .image img {
        width: 135px; }
      .page.how_we .how_we_item:last-child:after {
        display: block;
        position: absolute;
        content: "";
        width: 50vw;
        height: 31px;
        background-image: url("/assets/dash_path_mobile-9e5a0b47bb186861991d3afc5db7a49a9e0b43f36beb59071a0c0ce3d72233c3.svg");
        left: -11px;
        top: -20px;
        z-index: 999;
        transform: rotate(180deg); }
      .page.how_we .how_we_item:last-child .image img {
        width: 94px; }
      .page.how_we .how_we_item .image {
        width: 172px;
        height: 172px;
        position: relative;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 11px;
        background: #F8FBFF;
        background: -moz-linear-gradient(top, #F8FBFF 0%, #FFFFFF 100%);
        background: -webkit-linear-gradient(top, #F8FBFF 0%, #FFFFFF 100%);
        background: linear-gradient(to bottom, #F8FBFF 0%, #FFFFFF 100%);
        left: 0; }
      .page.how_we .how_we_item .title {
        margin-bottom: 20px; }
        .page.how_we .how_we_item .title span {
          font-size: 19px;
          line-height: 30px; }

  .page.solid-content.solid-content__services {
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 0; }
    .page.solid-content.solid-content__services .page-item_content {
      padding: 26px 0 25px; }
    .page.solid-content.solid-content__services .services_wrapper {
      column-count: 1; }
    .page.solid-content.solid-content__services .services_wrapper,
    .page.solid-content.solid-content__services .services_links,
    .page.solid-content.solid-content__services .services_features {
      padding-left: 13px;
      padding-right: 13px; }
    .page.solid-content.solid-content__services .services_list ul {
      padding-left: 0; }
    .page.solid-content.solid-content__services .services_links {
      max-height: inherit; }
    .page.solid-content.solid-content__services .services_features_text {
      float: none;
      width: 100%; }
      .page.solid-content.solid-content__services .services_features_text span {
        font-size: 19px;
        line-height: 30px; }
    .page.solid-content.solid-content__services .services_features_column {
      float: none;
      width: 100%; }

  .view_page {
    display: block;
    padding: 0 11px; }
    .view_page .blog-item_title__info {
      margin-top: 21px; }
      .view_page .blog-item_title__info div {
        line-height: 20px; }
      .view_page .blog-item_title__info .date {
        margin-bottom: 10px; }
    .view_page .sidebar {
      padding-left: 0;
      width: 100%;
      display: block;
      margin-top: 30px; }
    .view_page .socials {
      margin: 20px 0 31px; }
    .view_page .blog-item_title__info .date {
      margin-bottom: 14px; }
    .view_page .promo_block {
      height: auto;
      padding: 238px 15px 30px;
      background-position: center 10px;
      text-align: center; }
      .view_page .promo_block p {
        font-size: 14px; }
      .view_page .promo_block strong {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 0; }
      .view_page .promo_block span {
        font-size: 17px; }
      .view_page .promo_block .button {
        margin-top: 20px; }

  .blog-item {
    margin-bottom: 55px; }
    .blog-item .blog-item_title .image {
      width: 134px;
      height: 91px;
      position: absolute;
      top: -20px;
      left: calc(50% - 67px); }
      .blog-item .blog-item_title .image img {
        width: 100%; }
    .blog-item .blog-item_content {
      padding: 77px 16px 50px; }
    .blog-item .blog-item_description p {
      font-size: 13px;
      line-height: 20px; }
    .blog-item .button_block {
      right: calc(50% - 105px);
      bottom: -18px; }
      .blog-item .button_block .button {
        font-size: 14px; }
    .blog-item + .pagination_block {
      margin-top: -17px; }

  .page.view_page {
    margin-bottom: 0; }

  .blog-item_title span {
    font-size: 19px;
    line-height: 30px;
    text-align: left; }

  .blog-item-view .image {
    margin-bottom: 16px; }

  .view-page__content p {
    font-size: 14px;
    line-height: 23px; }
  .view-page__content h2,
  .view-page__content h3 {
    font-size: 19px;
    line-height: 30px;
    text-align: left; }
  .view-page__content ol li,
  .view-page__content .numeric_list li {
    line-height: 23px; }

  .page.prices-content.solid-content .page-item_wrap.shadow-block {
    padding: 0;
    background-color: transparent;
    border: none; }
    .page.prices-content.solid-content .page-item_wrap.shadow-block:before {
      display: none; }
  .page.prices-content .discounts .discount_item:last-child .discount_percent span {
    padding-left: 95px; }

  .discount_banner {
    width: 100%; }

  .prices_content_text {
    width: 100%;
    padding: 0 12px;
    margin-bottom: 32px; }
    .prices_content_text span,
    .prices_content_text p {
      font-size: 14px;
      line-height: 23px; }

  .prices_form {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 25px 0; }
    .prices_form:after {
      display: none; }
    .prices_form .calculator.mobile_visible {
      padding: 0 10px; }
      .prices_form .calculator.mobile_visible label {
        display: block;
        margin-bottom: 12px; }
      .prices_form .calculator.mobile_visible > div {
        margin-bottom: 24px; }

  .price_table .price_table_item_head {
    padding: 9.5px 0; }
    .price_table .price_table_item_head > div span {
      font-size: 12px; }
    .price_table .price_table_item_head .price_table_item_radio {
      width: 0;
      border-right: none; }
  .price_table .price_table_item {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-top: 0; }
    .price_table .price_table_item > div span {
      font-size: 12px; }
    .price_table .price_table_item > div.price_table_item_radio {
      border-right: none;
      width: 13%; }
    .price_table .price_table_item > div.price_table_item_urgency {
      width: 20%;
      justify-content: left; }
  .price_table .price_table_item_urgency,
  .price_table .price_table_item_price,
  .price_table .price_table_item_deadline {
    width: 33%; }

  .page.prices-content .discounts .discount_item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    height: auto;
    max-height: inherit; }

  .price_resume_table .price_resume_table_head,
  .price_resume_table .price_resume_table_item {
    display: block;
    overflow: hidden;
    margin-top: 0;
    border-top: none;
    border-left: none;
    border-right: none; }
    .price_resume_table .price_resume_table_head .service,
    .price_resume_table .price_resume_table_item .service {
      width: 100%;
      padding-left: 15px;
      padding-bottom: 12px; }
      .price_resume_table .price_resume_table_head .service + .urgency,
      .price_resume_table .price_resume_table_item .service + .urgency {
        border-left: none; }
    .price_resume_table .price_resume_table_head .urgency,
    .price_resume_table .price_resume_table_item .urgency {
      width: 25%;
      float: left; }
  .price_resume_table .price_resume_table_head .service {
    text-align: center;
    position: relative;
    padding-bottom: 26px; }
    .price_resume_table .price_resume_table_head .service:after {
      display: block;
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background-color: #BBC8D4;
      bottom: 13px;
      left: 0; }
  .price_resume_table .price_resume_table_item .service {
    border-bottom: 1px solid #D6DDEA;
    margin-bottom: 12px; }

  .prices_form:after {
    display: none; }

  .first_order_discount {
    width: 100%;
    height: 190px;
    background-image: url("/assets/discount_banner_mobile-38ae0e051dd37d0e138f27fd4a0a4ed188e58b66ef1f552225c35330789381ce.png");
    background-position: left top; }
    .first_order_discount p,
    .first_order_discount span {
      font-size: 14px; }
    .first_order_discount .label {
      right: -17px; }
    .first_order_discount .first_order {
      font-size: 20px;
      margin: -17px 0 0 58px;
      display: block; }
      .first_order_discount .first_order + p {
        margin: 3px 1px 0 58px; }
        .first_order_discount .first_order + p + p {
          line-height: 20px;
          margin-left: 58px; }
    .first_order_discount .code {
      font-size: 16px;
      margin-top: -1px; }

  .page.solid-content__reviews .shadow-block {
    background-color: transparent;
    border: none;
    padding-top: 0; }
    .page.solid-content__reviews .shadow-block:before {
      display: none; }
  .page.solid-content__reviews .page-item_content {
    padding-top: 33px; }
  .page.solid-content__reviews .review_form {
    margin-bottom: 50px; }
    .page.solid-content__reviews .review_form span {
      font-size: 13px;
      line-height: 13px; }
    .page.solid-content__reviews .review_form > span {
      margin-bottom: 21px; }
    .page.solid-content__reviews .review_form .form_item .field_error .validation_error {
      position: static; }
  .page.solid-content__reviews .review_item {
    margin: 0 0 15px 0;
    padding: 19px 14px 20px;
    position: relative;
    padding-bottom: 70px; }
    .page.solid-content__reviews .review_item .client_info {
      width: 100%;
      max-width: 100%;
      padding-right: 0; }
      .page.solid-content__reviews .review_item .client_info p {
        font-size: 13px; }
    .page.solid-content__reviews .review_item .description {
      margin-top: 17px; }
      .page.solid-content__reviews .review_item .description:before {
        display: none; }
      .page.solid-content__reviews .review_item .description p {
        font-size: 14px; }
        .page.solid-content__reviews .review_item .description p:first-child {
          text-indent: 0; }
    .page.solid-content__reviews .review_item .rating {
      width: 100%;
      text-align: left;
      position: absolute;
      bottom: 15px;
      left: 0;
      padding: 0 12px;
      overflow: hidden; }
      .page.solid-content__reviews .review_item .rating .rating_wrap {
        float: left; }
      .page.solid-content__reviews .review_item .rating p {
        margin-right: 0;
        float: right; }
  .page.solid-content__reviews .form_block strong {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    display: block;
    padding-left: 55px;
    position: relative; }
    .page.solid-content__reviews .form_block strong:before {
      font-size: 20px;
      position: absolute;
      left: 20px; }
  .page.solid-content__reviews .form_block form {
    padding: 37px 14px 40px; }
  .page.solid-content__reviews .form_block .form_double .form_item {
    width: 100%;
    margin-right: 0; }
    .page.solid-content__reviews .form_block .form_double .form_item:nth-child(2) {
      overflow: hidden; }
      .page.solid-content__reviews .form_block .form_double .form_item:nth-child(2) label {
        float: left; }
  .page.solid-content__reviews .form_block .form_double .rating_wrap {
    float: right;
    margin-top: 2px; }
  .page.solid-content__reviews .form_block .button_block {
    left: calc(50% - 129px); }

  .thx-page p {
    padding-top: 70px; }

  .page.solid-content.text-page {
    padding: 16px 0 10px; }
    .page.solid-content.text-page .shadow-block {
      width: calc(100% - 20px);
      padding: 0;
      border-radius: 10px; }
    .page.solid-content.text-page .tabs > ul {
      display: block;
      text-align: center; }
      .page.solid-content.text-page .tabs > ul > li {
        width: 100%;
        padding-left: 0;
        border-bottom: none; }
        .page.solid-content.text-page .tabs > ul > li:first-child {
          padding-left: 0; }
        .page.solid-content.text-page .tabs > ul > li:last-child:after {
          display: none; }
        .page.solid-content.text-page .tabs > ul > li:before {
          display: none; }
        .page.solid-content.text-page .tabs > ul > li span {
          font-size: 18px; }
        .page.solid-content.text-page .tabs > ul > li a {
          padding: 5px 0 35px;
          position: relative; }
          .page.solid-content.text-page .tabs > ul > li a:before {
            display: block;
            position: absolute;
            content: "or";
            font-size: 14px;
            line-height: 23px;
            color: #333;
            left: calc(50% - 7px);
            bottom: 12px; }
          .page.solid-content.text-page .tabs > ul > li a span {
            text-decoration: underline; }
    .page.solid-content.text-page .page-item_content {
      padding: 24px 14px 30px;
      border-radius: 10px;
      border-top: 1px solid #D6DDEA;
      border-left: none;
      border-right: none;
      border-bottom: none; }
    .page.solid-content.text-page .page-item_content_title {
      text-align: center;
      margin-bottom: 28px; }
      .page.solid-content.text-page .page-item_content_title span {
        color: #2B3A39;
        font-size: 20px;
        line-height: 37px;
        text-transform: uppercase;
        position: relative; }
        .page.solid-content.text-page .page-item_content_title span:after {
          display: block;
          position: absolute;
          content: "";
          width: 100%;
          height: 1px;
          background-color: #D6DDEA;
          bottom: -4px;
          left: 0; }
    .page.solid-content.text-page .numeric_list {
      padding: 0 14px; }

  .solid-content.error-page {
    padding: 15px 11px 40px; }
    .solid-content.error-page span {
      position: static;
      font-size: 130px;
      line-height: 183px;
      display: block;
      margin: 0 auto;
      text-align: center; }
    .solid-content.error-page strong {
      font-size: 19px;
      line-height: 30px; }
    .solid-content.error-page p {
      font-size: 14px;
      line-height: 23px; }
    .solid-content.error-page .page-item_content {
      background-image: url("/assets/404_bg_tablet-78bcd7f881692c907f3366fe21b2c9287cc62be64f700adcfade932d7d2db474.svg");
      background-size: 250px;
      background-position: left top;
      padding: 15px 20px 10px; }
    .solid-content.error-page .buttons {
      margin: 30px 0 0; }
      .solid-content.error-page .buttons a,
      .solid-content.error-page .buttons .button_block {
        width: 100%; }
        .solid-content.error-page .buttons a.order,
        .solid-content.error-page .buttons .button_block.order {
          height: 54px;
          line-height: 54px;
          margin-right: 0;
          margin-bottom: 20px; }

  .samples-content .samples_item {
    display: block;
    width: calc(100% - 20px);
    margin: 0 auto 30px; }
    .samples-content .samples_item:nth-child(even) {
      margin-right: auto; }
  .samples-content .samples_item_content {
    padding: 21px 0 51px; }
  .samples-content .sample_title {
    background: none;
    padding: 0 18px;
    min-height: auto; }
  .samples-content .sample_subitem {
    overflow: hidden; }
    .samples-content .sample_subitem span {
      font-size: 13px;
      width: 110px;
      float: left; }
    .samples-content .sample_subitem p {
      width: calc(100% - 155px);
      font-size: 13px;
      float: right;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word; }

  .form_item input[type="text"],
  .form_item input[type="password"],
  .form_item input[type="email"] {
    height: 40px;
    line-height: 40px;
    font-size: 13px; }

  .accordion_item_title {
    padding: 10px 50px 10px 10px; }
    .accordion_item_title span,
    .accordion_item_title h3 {
      font-size: 14px;
      line-height: 21px; }

  .accordion_item_content {
    padding: 22px 10px 0; }

  .popup_overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 13px; }
    .popup_overlay:after {
      display: none; }
    .popup_overlay .popup {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      border: none;
      padding: 25px 0 20px; }
      .popup_overlay .popup .info_block {
        padding-left: 15px;
        margin-top: 42px; }
        .popup_overlay .popup .info_block p {
          font-size: 13px;
          line-height: 23px; }
    .popup_overlay .popup_success_content {
      background-size: 18px;
      margin-top: 47px;
      padding-left: 37px;
      padding-right: 20px;
      background-position: 8px 4px; }
      .popup_overlay .popup_success_content span {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 12px; }
      .popup_overlay .popup_success_content p {
        font-size: 13px;
        line-height: 18px; }
      .popup_overlay .popup_success_content + .info_block {
        padding-left: 37px;
        margin-top: 25px; }

  .popup .title span {
    font-size: 19px; }
  .popup .title .close {
    right: 25px;
    top: 14px; }
    .popup .title .close:before {
      font-size: 8px; }

  .container:not(.container_cabinet) .popup_overlay .popup,
  .header_block .popup_overlay .popup {
    padding: 35px 0 20px; }

  .sign_in_form {
    padding: 30px 15px 47px; }
    .sign_in_form .form_item {
      margin-bottom: 25px; }
      .sign_in_form .form_item > label {
        font-size: 13px;
        line-height: 18px; }
    .sign_in_form .buttons_block {
      bottom: -24px; }
    .sign_in_form .button {
      font-size: 13px; }

  .sidebar_item {
    width: 100%; }
    .sidebar_item .button_order {
      height: 52px;
      line-height: 52px;
      font-size: 14px; } }
/*

 */

