@charset "UTF-8";
/*  Colors  */
/* Flex */
.flex-col, .b-how .how__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end; }

.title, .b-about .about__header, .b-how .how__header, .b-order .order__header, .b-why .why__header, .b-statistics .statistics__header, .b-testimonials .b-testimonials__header, .b-written .b-written__header, .b-contact .b-contact__header, .b-prices .b-prices__header, .b-samples article .b-samples__header, .b-samples sidebar .b-sidebar__item .b-sidebar__header, .b-testimonials article .b-testimonials__header, .b-testimonials sidebar .b-sidebar__item .b-sidebar__header, article h1, .b-text article .b-text__header, .b-text sidebar .b-sidebar__item .b-sidebar__header {
  font-family: 'robotobold';
  font-size: 36px;
  color: #08abab;
  font-weight: bold; }

.overflow-hidden {
  overflow: hidden; }
select, input{
  background-color: #FFFFFF!important;
}
.none {
  display: none; }

.article-box, .b-text article .b-text__main .ac-container div {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
  -moz-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
  box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6); }

/* hovers */
.blue-button:hover, .top-line a:hover {
  background: #2299f2;
  background: -moz-linear-gradient(top, #2299f2 0%, #2299f2 45%, #2465f2 100%);
  background: -webkit-linear-gradient(top, #2299f2 0%, #2299f2 45%, #2465f2 100%);
  background: linear-gradient(to bottom, #2299f2 0%, #2299f2 45%, #2465f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2299f2', endColorstr='#2465f2',GradientType=0 ); }

.blue-button-nor:hover, .b-calculator .b-calculate .b-calculate__main button:hover, .b-order .order__main a:hover, .b-prices .b-calculate .b-calculate__main button:hover, .b-testimonials sidebar .b-calculate__main button:hover, article .b-content__to-order:hover, .b-text sidebar .b-sidebar__item .b-calculate__main button:hover {
  background: #2299f2;
  background: -moz-linear-gradient(top, #2299f2 0%, #2299f2 45%, #2465f2 100%);
  background: -webkit-linear-gradient(top, #2299f2 0%, #2299f2 45%, #2465f2 100%);
  background: linear-gradient(to bottom, #2299f2 0%, #2299f2 45%, #2465f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2299f2', endColorstr='#2465f2',GradientType=0 ); }

.button:hover, .b-order-now a:hover {
  background: #2299f2;
  background: -moz-linear-gradient(top, #2299f2 0%, #2299f2 45%, #2465f2 100%);
  background: -webkit-linear-gradient(top, #2299f2 0%, #2299f2 45%, #2465f2 100%);
  background: linear-gradient(to bottom, #2299f2 0%, #2299f2 45%, #2465f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2299f2', endColorstr='#2465f2',GradientType=0 ); }

a:hover {
  color: #08abab;
  text-decoration: none; }

/* Borders */
/* Buttons */
.blue-button, .top-line a {
  font-family: 'robotomedium';
  background: #7db9e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 56%, #457df2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7db9e8 0%, #2989d8 56%, #457df2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7db9e8 0%, #2989d8 56%, #457df2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#457df2',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  outline: none;
  border: none; }

.blue-button-nor, .b-calculator .b-calculate .b-calculate__main button, .b-order .order__main a, .b-prices .b-calculate .b-calculate__main button, .b-testimonials sidebar .b-calculate__main button, article .b-content__to-order, .b-text sidebar .b-sidebar__item .b-calculate__main button {
  font-family: 'robotomedium';
  background: #7db9e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 56%, #457df2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7db9e8 0%, #2989d8 56%, #457df2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7db9e8 0%, #2989d8 56%, #457df2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#457df2',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  outline: none;
  border: none; }

.button, .b-order-now a {
  font-family: 'robotomedium';
  background: #7db9e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 56%, #457df2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7db9e8 0%, #2989d8 56%, #457df2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7db9e8 0%, #2989d8 56%, #457df2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#457df2',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  outline: none; }

body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'robotolight'; }

p {
  color: #7c7c7c;
  line-height: 1.5;
  font-family: 'robotolight'; }

a {
  color: #4b94ed; }

.b-content {
  margin-top: 126px; }

.fixed-line {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #f7f7f7; }

.top-line {
  background-image: url(../images/top-background.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 54px;
  position: relative;
  text-align: center; }
  .top-line .box {
    position: relative;
    margin-top: -4px; }
  .top-line p {
    color: #fff;
    display: inline-block; }
    .top-line p span {
      font-family: 'robotobold'; }
  .top-line a {
    border: none;
    padding: 5px 20px;
    margin-left: 10px;
    text-decoration: none; }
  .top-line .close {
    position: absolute;
    right: 10px;
    top: 15px; }
  .top-line .close:hover {
    cursor: pointer; }

.b-home header .page-section {
  box-shadow: none; }
.b-home .b-content {
  margin-top: 123px; }

.shadow {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(156, 156, 156, 0.36);
  -moz-box-shadow: 0px 2px 6px 0px rgba(156, 156, 156, 0.36);
  box-shadow: 0px 2px 6px 0px rgba(156, 156, 156, 0.36); }

header {
  width: 100%;
  min-height: 72px;
  height: auto;
  background: #f7f7f7; }
  header .page-section {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(156, 156, 156, 0.36);
    -moz-box-shadow: 0px 2px 3px 0px rgba(156, 156, 156, 0.36);
    box-shadow: 0px 2px 3px 0px rgba(156, 156, 156, 0.36); }
    header .page-section .row:last-child {
      display: none; }
  header .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    min-height: 72px;
    height: auto; }
    header .row .logo {
      width: 120px;
      height: 53px;
      background-image: url(../images/logo.png); }
    header .row .logo:hover {
      width: 120px;
      height: 53px;
      cursor: pointer;
      /*background-image: url(../images/logo-hover.png); */
    }
    header .row .b-header__contacts div {
      display: inline-block;
      margin-left: 18px; }
    header .row nav ul li {
      list-style-type: none;
      display: inline-flex;
      display: -webkit-inline-flex; }
      header .row nav ul li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        font-size: 16px;
        padding: 5px 10px; }
      header .row nav ul li a:hover {
        padding: 5px 9px;
        color: #08abab;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        border: 1px solid #08abab; }
      header .row nav ul li a.active {
        padding: 5px 9px;
        color: #08abab;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        border: 1px solid #08abab; }
    header .row nav ul li:before {
      display: none; }
    header .row .login a {
      text-decoration: none;
      font-family: 'robotomedium';
      width: 110px;
      font-size: 15px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      color: #fff;
      background: #08abab;
      text-transform: uppercase;
      padding: 5px 10px;
      vertical-align: middle;
      border: none;
      -webkit-box-shadow: 0px 0px 50px -8px rgba(8, 171, 171, 0.94);
      -moz-box-shadow: 0px 0px 50px -8px rgba(8, 171, 171, 0.94);
      box-shadow: 0px 0px 50px -8px rgba(8, 171, 171, 0.94);
      outline: none; }
    header .row .login button:before {
      /*  content: url(../images/sign-button.png);*/ }
  header .tel select {
    width: 150px;
    background: none;
    border: none;
    outline: none;
    /* color: #8e69dd;    */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/arrow-down.png");
    background-position: right center;
    background-repeat: no-repeat; }
    header .tel select option {
      background: none;
      border: none;
      outline: none;
      color: #000; }
  header .tel select:hover {
    cursor: pointer; }
  header .tel select > option:active,
  header .tel select > option:focus {
    background: #08abab;
    outline: none; }

.b-banner {
  width: 100%;
  height: 600px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center; }
  .b-banner .b-banner__header {
    font-family: 'robotomedium';
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    max-width: 760px;
    text-align: center;
    margin: 0 auto; }
  .b-banner .b-banner__text {
    color: #fff;
    font-size: 24px;
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
    padding: 35px 0; }
  .b-banner a {
    text-decoration: none;
    font-family: 'robotomedium';
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 14px 70px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    background: #7db9e8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 56%, #457df2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7db9e8 0%, #2989d8 56%, #457df2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7db9e8 0%, #2989d8 56%, #457df2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#457df2',GradientType=0 );
    /* IE6-9 */ }
  .b-banner a:hover {
    background: #2299f2;
    background: -moz-linear-gradient(top, #2299f2 0%, #2299f2 45%, #2465f2 100%);
    background: -webkit-linear-gradient(top, #2299f2 0%, #2299f2 45%, #2465f2 100%);
    background: linear-gradient(to bottom, #2299f2 0%, #2299f2 45%, #2465f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2299f2', endColorstr='#2465f2',GradientType=0 ); }

.b-calculator {
  min-height: 304px;
  height: auto; }
  .b-calculator .b-calculate {
    width: 1020px;
    height: 210px;
    margin: 0 auto;
    text-align: center;
    margin-top: -60px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(84, 84, 84, 0.32);
    -moz-box-shadow: 0px 2px 10px 1px rgba(84, 84, 84, 0.32);
    box-shadow: 0px 2px 10px 1px rgba(84, 84, 84, 0.32);
    position: relative; }
    .b-calculator .b-calculate .b-calculate__input {
      display: inline-block; }
    .b-calculator .b-calculate .b-calculate__pages {
      display: inline-block; }
      .b-calculator .b-calculate .b-calculate__pages input {
        padding: 10px 0; }
    .b-calculator .b-calculate .b-calculate__count {
      display: inline-block; }
    .b-calculator .b-calculate .b-calculate__header {
      font-family: 'robotobold';
      font-size: 30px;
      color: #08abab;
      font-weight: bold;
      margin: 0 auto;
      padding: 20px 0 10px; }
    .b-calculator .b-calculate .b-calculate__main form {
      color: #4d4d4d;
      /* FF 4-18 */
      /* FF 19+ */
      /* IE 10+ */
      /* FF 4-18 */
      /* FF 19+ */
      /* IE 10+ */ }
      .b-calculator .b-calculate .b-calculate__main form input {
        width: 60px;
        outline: none;
        border: none; }
      .b-calculator .b-calculate .b-calculate__main form input.pages {
        margin: 0 20px;
        border-bottom: 1px solid #d7d7d7; }
      .b-calculator .b-calculate .b-calculate__main form input.pages::-webkit-input-placeholder {
        color: #08abab;
        margin: 10px 0;
        text-align: center; }
      .b-calculator .b-calculate .b-calculate__main form input.pages:-moz-placeholder {
        color: #08abab;
        margin: 10px 0;
        text-align: center; }
      .b-calculator .b-calculate .b-calculate__main form input.pages::-moz-placeholder {
        color: #08abab;
        margin: 10px 0;
        text-align: center; }
      .b-calculator .b-calculate .b-calculate__main form input.pages:-ms-input-placeholder {
        color: #08abab;
        margin: 10px 0;
        text-align: center; }
      .b-calculator .b-calculate .b-calculate__main form input:focus::-webkit-input-placeholder {
        color: transparent; }
      .b-calculator .b-calculate .b-calculate__main form input:focus:-moz-placeholder {
        color: transparent; }
      .b-calculator .b-calculate .b-calculate__main form input:focus::-moz-placeholder {
        color: transparent; }
      .b-calculator .b-calculate .b-calculate__main form input:focus:-ms-input-placeholder {
        color: transparent; }
      .b-calculator .b-calculate .b-calculate__main form select {
        width: 180px;
        border: none;
        border-bottom: 1px solid #d7d7d7;
        outline: none;
        color: #4d4d4d;
        /* padding: 10px 0;*/
        margin-left: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("../images/arrow-down-grey.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 13px 13px; }
        .b-calculator .b-calculate .b-calculate__main form select option {
          color: #4d4d4d;
          padding: 10px 0; }
    .b-calculator .b-calculate .b-calculate__main .b-calculate__input select {
      margin-right: 30px; }
    .b-calculator .b-calculate .b-calculate__main button {
      bottom: -25px;
      font-size: 18px;
      padding: 17px 70px;
      text-transform: uppercase;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      margin-top: -10px; }
    .b-calculator .b-calculate .b-calculate__result {
      color: #08abab;
      font-size: 24px;
      margin: 25px 0; }
.calculate__result-price {
  font-family: 'robotobold'; }

.b-about {
  min-height: 120px;
  height: auto;
  background: #eef9f9;
  padding: 60px 0; }
  .b-about .about__header {
    padding-bottom: 35px; }
  .b-about .col-md-6 {
    color: #7c7c7c;
    font-size: 16px;
    line-height: 1.5; }
  .b-about .col-md-6:first-child {
    padding-left: 0; }

.b-how {
  min-height: 542px;
  height: auto;
  padding: 50px 0; }
  .b-how .b-how__xs {
    display: none; }
  .b-how .row:nth-child(2) {
    /* background-image: url(../images/dashed.png);
     background-repeat: repeat-x;
     background-position: center 25%;*/
    background-image: url(../images/how-line.png);
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-position: 30% 25%; }
  .b-how .how__header {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 53px; }
  .b-how .col-md-3:first-child {
    padding-left: 25px; }
  .b-how .col-md-3 {
   /* background-image: url(../images/dashed.png);
background-repeat: repeat-x;
background-position: center 25%;*/
    padding-left: 25px; }
    .b-how .col-md-3 p.how__text {
      color: #7c7c7c;
      margin-left: -25px;
      margin-top: 25px; }
  .b-how .how__item {
    width: 220px;
    height: 190px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
    -moz-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
    box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
    position: relative; }
    .b-how .how__item .num {
      position: absolute;
      left: -25px;
      bottom: -2px; }
    .b-how .how__item p {
      font-family: 'robotoregular';
      font-size: 20px;
      color: #4b94ed;
      max-width: 157px;
      line-height: 1.5;
      margin: 10px 0; }
    .b-how .how__item p.how__item3 {
      max-width: 140px; }
    .b-how .how__item p.fourth {
      padding: 0 40px; }

.b-order {
  height: auto;
  background: #eef9f9;
  padding: 50px 0 60px; }
  .b-order .order__header {
    display: block;
    margin-left: 83px; }
  .b-order .order__main {
    max-width: 400px;
    display: block;
    margin-left: 83px; }
    .b-order .order__main p {
      display: block; }
    .b-order .order__main .order__files .file-block {
      height: 50px;
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      display: -webkit-inline-flex;
      -webkit-flex-direction: row;
      -webkit-align-items: center; }
      .b-order .order__main .order__files .file-block p {
        font-family: 'robotoregular';
        margin-top: -1px;
        font-size: 20px; }
    .b-order .order__main .order__files .file-block:nth-child(2) {
      margin-left: 55px; }
    .b-order .order__main a {
      display: inline-block;
      text-decoration: none;
      font-size: 18px;
      padding: 15px 70px;
      text-transform: uppercase;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      border-radius: 16px;
      margin-top: 10px; }
  .b-order .order-pic {
    margin-left: 30px;
    margin-top: 1rem;
    object-fit: contain;
    display: block; }
  .b-order .order-pic-tablet {
    display: none; }

.b-why {
  /*min-height: 406px;*/
  height: auto;
  padding: 55px 0 45px; }
  .b-why .b-why__mob {
    display: none; }
  .b-why .b-why__desc {
    display: flex;
    display: -webkit-flex; }
  .b-why .row:nth-child(2) {
    margin-top: 37px; }
  .b-why .why__header {
    text-align: center;
    margin: 0 auto; }
  .b-why .col-md-6 {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: row;
    display: -webkit-inline-flex;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: row;
    margin-bottom: 30px; }
    .b-why .col-md-6 img {
      margin: 0 10px 0 0; }
    .b-why .col-md-6 div p:first-child {
      font-family: 'robotoregular';
      color: #4b94ed;
      font-size: 20px; }
    .b-why .col-md-6 div p {
      margin: 0; }

.b-statistics {
  height: auto;
  background: #eef9f9;
  padding: 50px 0 60px; }
  .b-statistics .statistics__header {
    margin: 0 auto; }
  .b-statistics .rounds {
    padding: 30px 0; }
  .b-statistics .row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-around; }
    .b-statistics .row canvas {
      background: #fff;
      border-radius: 100%; }
    .b-statistics .row span {
      position: relative;
      width: 25%;
      text-align: center; }
      .b-statistics .row span span.statistics-info {
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: 0px;
        color: #7ad4c2;
        z-index: 99;
        font-size: 26px;
        font-family: 'robotobold';
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;}
      .b-statistics .row span img.statistics1 {
        /*left: 115px;*/
        left: 41%; }
      .b-statistics .row span img {
        position: absolute;
        /*left: 110px;*/
        left: 39%;
        top: 20px;
        text-align: center; }
      .b-statistics .row span span.statistics-item {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        position: absolute;
        bottom: -60px;
        text-align: center;
        width: 100%;
        color: #7c7c7c;
        font-size: 20px;
        font-family: 'robotoregular'; }

.b-testimonials {
  /*min-height: 506px;*/
  height: auto;
  padding: 55px 0 0; }
  .b-testimonials .b-testimonials__header {
    margin: 0 auto;
    margin-bottom: 38px; }
  .b-testimonials .b-testimonials__item {
    width: 300px;
    height: 265px;
    padding: 35px 20px 0px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
    -moz-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
    box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
    position: relative; }
    .b-testimonials .b-testimonials__item .b-information {
      display: flex;
      flex-direction: row;
      align-items: center;
      display: -webkit-flex;
      -webkit-flex-direction: row;
      -webkit-align-items: center; }
      .b-testimonials .b-testimonials__item .b-information .b-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-justify-content: space-around;
        height: 70px;
        margin-left: 10px; }
        .b-testimonials .b-testimonials__item .b-information .b-right .b-user {
          font-family: 'robotoregular';
          color: #7c7c7c;
          font-size: 20px; }
        .b-testimonials .b-testimonials__item .b-information .b-right .b-marks img {
          margin: 0;
          padding: 0; }
    .b-testimonials .b-testimonials__item p:nth-child(3) {
      font-family: 'robotoregular';
      color: #08abab; }
  .b-testimonials .b-testimonials__link {
    text-align: center;
    margin: 38px 0 58px; }
    .b-testimonials .b-testimonials__link a {
      text-decoration: underline;
      color: #4b98ec; }
    .b-testimonials .b-testimonials__link a:hover {
      color: #08abab;
      text-decoration: none; }

.b-written {
  /* min-height: 309px;*/
  height: auto;
  /*background: #eef9f9;*/
  padding: 50px 0 60px; }
  .b-written .written-pic {
    display: inline-flex;
    display: -webkit-inline-flex; }
  .b-written .written-pic-tablet {
    display: none; }
  .b-written .b-written__main {
    max-width: 405px;
    margin-left: 60px; }
    .b-written .b-written__main a {
      text-decoration: underline;
      color: #4b98ec; }
    .b-written .b-written__main a:hover {
      color: #08abab;
      text-decoration: none; }

.b-order-now {
  min-height: 201px;
  height: auto;
  background-image: url(../images/order-bg.png);
  background-size: cover;
  background-repeat: no-repeat; }
  .b-order-now .row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    height: 201px; }
  .b-order-now .order-now__text {
    color: #fff;
    font-size: 36px;
    max-width: 600px;
    font-family: 'robotobold'; }
  .b-order-now a {
    text-decoration: none;
    border: none;
    padding: 15px 70px;
    text-transform: uppercase;
    font-size: 18px; }

footer.footer-order {
  min-height: 144px; }

footer {
  min-height: 284px;
  height: auto;
  background: #0c4892;
  position: relative; }
  footer .b-footer__main {
    color: #fff; }
    footer .b-footer__main .foot-order {
      display: flex;
      flex-direction: row;
      align-items: center;
      display: -webkit-flex;
      -webkit-flex-direction: row;
      -webkit-align-items: center; }
    footer .b-footer__main .col-md-10 ul li {
      display: inline-block;
      margin: 0 10px; }
    footer .b-footer__main ul li {
      list-style-type: none;
      line-height: 2;
      font-size: 14px; }
      footer .b-footer__main ul li a {
        color: #fff;
        text-decoration: none; }
      footer .b-footer__main ul li a:hover {
        color: #84afd2; }
    footer .b-footer__main .col-md-2 img {
      margin-top: 10px; }
    footer .b-footer__main .col-md-2 ul li {
      color: #84afd2; }
    footer .b-footer__main .col-md-2 ul li:before {
      display: none; }
    footer .b-footer__main p {
      color: #fff;
      line-height: 1; }
  footer .b-footer__xs {
    display: none; }
  footer .footer__bottom {
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 45px;
    background: #002048;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    text-transform: uppercase; }

article {
  padding: 65px 0 60px; }

/**** Page Contact Us ****/
.b-contact .b-contact__header {
  text-align: center; }
.b-contact .b-conact__main .b-conact__description {
  text-align: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 0; }
.b-contact .b-conact__main .row .col-md-4 {
  text-align: center; }
  .b-contact .b-conact__main .row .col-md-4 p.contacts-title {
    color: #4b94ed;
    font-size: 20px;
    font-family: 'robotoregular'; }
  .b-contact .b-conact__main .row .col-md-4 p:last-child {
    max-width: 83%;
    margin: 0 auto; }
  .b-contact .b-conact__main .row .col-md-4 a {
    text-decoration: underline;
    color: #4b94ed; }

/**** Page Prices ****/
.b-prices .b-prices__header {
  text-align: center;
  margin-bottom: 30px; }
.b-prices .b-prices__main .row .col-md-3 {
  text-align: center; }
  .b-prices .b-prices__main .row .col-md-3 p {
    color: #4b94ed;
    font-size: 20px;
    font-family: 'robotoregular'; }
.b-prices .b-prices__main .row .b-prices__description {
  max-width: 880px; }
.b-prices .b-prices__main .row:nth-child(3) {
  /*display: flex;
  flex-direction: row;
  align-items: center;*/
  padding: 10px 0; }
  .b-prices .b-prices__main .row:nth-child(3) .col-md-6 {
    padding-left: 0; }
    .b-prices .b-prices__main .row:nth-child(3) .col-md-6 .b-prices__order {
      margin-top: 30px; }
      .b-prices .b-prices__main .row:nth-child(3) .col-md-6 .b-prices__order .b-prices__order-header {
        text-align: center;
        color: #4b94ed;
        font-size: 30px;
        font-family: 'robotobold';
        margin-bottom: 30px; }
      .b-prices .b-prices__main .row:nth-child(3) .col-md-6 .b-prices__order table {
        margin: 0 auto; }
        .b-prices .b-prices__main .row:nth-child(3) .col-md-6 .b-prices__order table tr {
          line-height: 2; }
          .b-prices .b-prices__main .row:nth-child(3) .col-md-6 .b-prices__order table tr td {
            color: #7c7c7c; }
            .b-prices .b-prices__main .row:nth-child(3) .col-md-6 .b-prices__order table tr td span {
              font-family: 'robotomedium';
              text-transform: uppercase; }
          .b-prices .b-prices__main .row:nth-child(3) .col-md-6 .b-prices__order table tr td:first-child {
            padding-right: 100px; }
          .b-prices .b-prices__main .row:nth-child(3) .col-md-6 .b-prices__order table tr td:last-child {
            color: #08abab;
            width: 65px;
            font-family: 'robotobold';
            text-align: right; }
        .b-prices .b-prices__main .row:nth-child(3) .col-md-6 .b-prices__order table tr:last-child td:last-child {
          color: #4b94ed; }
.b-prices .b-calculate {
  width: 100%;
  min-height: 210px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(84, 84, 84, 0.32);
  -moz-box-shadow: 0px 2px 10px 1px rgba(84, 84, 84, 0.32);
  box-shadow: 0px 2px 10px 1px rgba(84, 84, 84, 0.32);
  position: relative; }
  .b-prices .b-calculate .b-calculate__input {
    display: inline-block; }
  .b-prices .b-calculate .b-calculate__pages {
    display: inline-block; }
    .b-prices .b-calculate .b-calculate__pages input {
      padding: 10px 0; }
  .b-prices .b-calculate .b-calculate__count {
    display: none; }
  .b-prices .b-calculate .b-calculate__header {
    font-family: 'robotobold';
    font-size: 30px;
    color: #08abab;
    font-weight: bold;
    margin: 0 auto;
    padding: 25px 0; }
  .b-prices .b-calculate .b-calculate__main form {
    color: #4d4d4d;
    text-align: left;
    padding: 0 30px;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */ }
    .b-prices .b-calculate .b-calculate__main form input {
      width: 60px;
      outline: none;
      border: none; }
    .b-prices .b-calculate .b-calculate__main form input.pages {
      /* margin: 0 20px;*/
      border-bottom: 1px solid #d7d7d7; }
    .b-prices .b-calculate .b-calculate__main form input.pages::-webkit-input-placeholder {
      color: #08abab;
      margin: 10px 0;
      text-align: center; }
    .b-prices .b-calculate .b-calculate__main form input.pages:-moz-placeholder {
      color: #08abab;
      margin: 10px 0;
      text-align: center; }
    .b-prices .b-calculate .b-calculate__main form input.pages::-moz-placeholder {
      color: #08abab;
      margin: 10px 0;
      text-align: center; }
    .b-prices .b-calculate .b-calculate__main form input.pages:-ms-input-placeholder {
      color: #08abab;
      margin: 10px 0;
      text-align: center; }
    .b-prices .b-calculate .b-calculate__main form input:focus::-webkit-input-placeholder {
      color: transparent; }
    .b-prices .b-calculate .b-calculate__main form input:focus:-moz-placeholder {
      color: transparent; }
    .b-prices .b-calculate .b-calculate__main form input:focus::-moz-placeholder {
      color: transparent; }
    .b-prices .b-calculate .b-calculate__main form input:focus:-ms-input-placeholder {
      color: transparent; }
    .b-prices .b-calculate .b-calculate__main form select {
      width: 40%;
      border: none;
      border-bottom: 1px solid #d7d7d7;
      outline: none;
      color: #4d4d4d;
      padding: 10px 0;
      margin-right: 30px;
      margin-bottom: 15px;
      /* margin-left: 30px;*/
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url(../images/arrow-down-grey.png);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 13px 13px; }
      .b-prices .b-calculate .b-calculate__main form select option {
        color: #4d4d4d;
        padding: 10px 0; }
  .b-prices .b-calculate .b-calculate__main .b-calculate__input select {
    /* margin-right: 30px;*/ }
  .b-prices .b-calculate .b-calculate__main button {
    bottom: -25px;
    font-size: 18px;
    padding: 17px 70px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
    margin-top: 16px; }
  .b-prices .b-calculate .b-calculate__result {
    color: #08abab;
    font-size: 18px;
    display: inline-block;
    /*margin: 25px 0;*/ }

/**********         Page Samples           ********/
.b-samples {
  padding: 65px 0 60px; }
  .b-samples article {
    width: 66%;
    margin-right: 40px;
    padding: 0; }
    .b-samples article .b-samples__header {
      text-align: center; }
    .b-samples article .b-samples__main {
      margin: 40px 0 0; }
      .b-samples article .b-samples__main .b-samples__item {
        /*min-width: 350px;*/
        width: 330px;
        max-height: 235px;
        padding: 16px 0 10px 20px;
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 30px;
        /*padding: 35px 20px 0px;*/
        background: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
        -moz-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
        box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
        position: relative; }
        .b-samples article .b-samples__main .b-samples__item p:first-child {
          color: #4b94ed;
          font-size: 20px;
          font-family: 'robotoregular'; }
        .b-samples article .b-samples__main .b-samples__item p {
          color: #4d4d4d;
          font-size: 16px;
          font-family: 'robotoregular';
          line-height: 0.7;
          margin: 1em 0; }
        .b-samples article .b-samples__main .b-samples__item .b-samples__info {
          display: flex;
          flex-direction: row;
          align-items: center;
          display: -webkit-flex;
          -webkit-flex-direction: row;
          -webkit-align-items: center; }
          .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-text {
            display: inline-block; }
            .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-text ul {
              padding: 0;
              margin: 0;
              margin-bottom: 20px; }
              .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-text ul li {
                color: #4d4d4d;
                list-style-type: none;
                font-family: 'robotoregular';
                line-height: 1.7; }
                .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-text ul li span {
                  color: #08abab; }
              .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-text ul li:before {
                display: none; }
          .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-file {
            display: inline-block;
            padding-left: 30px; }
            .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-file img {
              display: block;
              margin: 0 auto; }
            .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-file a {
              display: block;
              text-decoration: underline;
              color: #4b94ed;
              font-family: 'robotoregular'; }
      .b-samples article .b-samples__main .b-samples__item:nth-child(even) {
        margin-right: 0px; }
  .b-samples sidebar {
    width: 30%; }
    .b-samples sidebar .b-sidebar__item {
      width: 100%;
      height: auto;
      min-height: 200px;
      background: #fff;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      -webkit-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
      -moz-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
      box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
      position: relative;
      margin-bottom: 30px; }
      .b-samples sidebar .b-sidebar__item .b-sidebar__header {
        text-align: center;
        padding: 30px 0 10px; }
      .b-samples sidebar .b-sidebar__item .b-sidebar__item-main {
        padding: 0 30px 30px; }
        .b-samples sidebar .b-sidebar__item .b-sidebar__item-main .b-testimonials__item p:nth-child(3) {
          font-family: 'robotoregular';
          color: #08abab; }
        .b-samples sidebar .b-sidebar__item .b-sidebar__item-main .b-information {
          display: flex;
          flex-direction: row;
          align-items: center;
          display: -webkit-flex;
          -webkit-flex-direction: row;
          -webkit-align-items: center; }
          .b-samples sidebar .b-sidebar__item .b-sidebar__item-main .b-information .b-right {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-around;
            display: -webkit-flex;
            -webkit-flex-direction: column;
            -webkit-align-items: flex-start;
            -webkit-justify-content: space-around;
            height: 70px;
            margin-left: 10px; }
            .b-samples sidebar .b-sidebar__item .b-sidebar__item-main .b-information .b-right .b-user {
              font-family: 'robotoregular';
              color: #7c7c7c;
              font-size: 20px; }
            .b-samples sidebar .b-sidebar__item .b-sidebar__item-main .b-information .b-right .b-marks img {
              margin: 0;
              padding: 0; }
      .b-samples sidebar .b-sidebar__item .b-why__item:first-child {
        padding-top: 20px; }
      .b-samples sidebar .b-sidebar__item .b-why__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-align-items: center;
        margin-bottom: 10px; }
        .b-samples sidebar .b-sidebar__item .b-why__item p {
          color: #4b94ed;
          font-size: 20px;
          font-family: 'robotoregular'; }
        .b-samples sidebar .b-sidebar__item .b-why__item img {
          margin: 0 30px 0 0; }

/**********         Page Testimonials           ********/
.b-testimonials {
  padding: 65px 0 60px; }
  .b-testimonials article {
    width: 66%;
    margin-right: 40px;
    padding: 0; }
    .b-testimonials article .b-testimonials__header {
      text-align: center; }
    .b-testimonials article .b-testimonials__main {
      margin: 40px 0 0; }
      .b-testimonials article .b-testimonials__main .b-testimonials__item {
        width: auto;
        height: auto;
        padding: 20px 20px 30px;
        margin-bottom: 30px; }
        .b-testimonials article .b-testimonials__main .b-testimonials__item p {
          margin: 10px 0; }
        .b-testimonials article .b-testimonials__main .b-testimonials__item .b-information .b-user {
          font-family: 'robotoregular';
          color: #7c7c7c;
          font-size: 20px;
          margin-left: 10px; }
        .b-testimonials article .b-testimonials__main .b-testimonials__item .b-information .b-marks {
          display: inline-block;
          float: right;
          position: absolute;
          right: 30px; }
          .b-testimonials article .b-testimonials__main .b-testimonials__item .b-information .b-marks img {
            margin: 0;
            padding: 0; }
    .b-testimonials article ul.pager {
      margin: 0 auto;
      text-align: center; }
      .b-testimonials article ul.pager li {
        width: 57px;
        height: 38px;
        text-align: center;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        list-style-type: none;
        background: #fff;
        -webkit-box-shadow: 1px 1px 9px -2px rgba(0, 0, 0, 0.63);
        -moz-box-shadow: 1px 1px 9px -2px rgba(0, 0, 0, 0.63);
        box-shadow: 1px 1px 9px -2px rgba(0, 0, 0, 0.63);
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        display: -webkit-inline-flex;
        -webkit-flex-direction: row;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        margin: 0 10px 0 0;
        font-size: 20px; }
        .b-testimonials article ul.pager li a {
          color: #7c7c7c;
          text-decoration: none; }
          .b-testimonials article ul.pager li a img {
            vertical-align: middle; }
        .b-testimonials article ul.pager li a.pager__link_state_active {
          color: #4b94ed; }
      .b-testimonials article ul.pager li:before {
        display: none; }
  .b-testimonials sidebar {
    width: 30%; }
    .b-testimonials sidebar .b-sidebar__item {
      width: 100%;
      height: auto;
      min-height: 200px;
      background: #fff;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      -webkit-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
      -moz-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
      box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
      position: relative;
      margin-bottom: 30px; }
      .b-testimonials sidebar .b-sidebar__item .b-sidebar__header {
        text-align: center;
        padding: 30px 0 10px; }
      .b-testimonials sidebar .b-sidebar__item .b-sidebar__item-main {
        text-align: center;
        padding: 0 30px 30px; }
        .b-testimonials sidebar .b-sidebar__item .b-sidebar__item-main .b-testimonials__item p:nth-child(3) {
          font-family: 'robotoregular';
          color: #08abab; }
    .b-testimonials sidebar .b-sidebar__main {
      padding: 0 30px; }
    .b-testimonials sidebar .b-calculate__main {
      width: 100%; }
      .b-testimonials sidebar .b-calculate__main form {
        color: #4d4d4d;
        /* FF 4-18 */
        /* FF 19+ */
        /* IE 10+ */
        /* FF 4-18 */
        /* FF 19+ */
        /* IE 10+ */
        padding: 0 10px; }
        .b-testimonials sidebar .b-calculate__main form input {
          width: 60px;
          outline: none;
          border: none; }
        .b-testimonials sidebar .b-calculate__main form input.pages {
          margin: 0 20px;
          border-bottom: 1px solid #d7d7d7; }
        .b-testimonials sidebar .b-calculate__main form input.pages::-webkit-input-placeholder {
          color: #08abab;
          margin: 10px 0;
          text-align: center; }
        .b-testimonials sidebar .b-calculate__main form input.pages:-moz-placeholder {
          color: #08abab;
          margin: 10px 0;
          text-align: center; }
        .b-testimonials sidebar .b-calculate__main form input.pages::-moz-placeholder {
          color: #08abab;
          margin: 10px 0;
          text-align: center; }
        .b-testimonials sidebar .b-calculate__main form input.pages:-ms-input-placeholder {
          color: #08abab;
          margin: 10px 0;
          text-align: center; }
        .b-testimonials sidebar .b-calculate__main form input:focus::-webkit-input-placeholder {
          color: transparent; }
        .b-testimonials sidebar .b-calculate__main form input:focus:-moz-placeholder {
          color: transparent; }
        .b-testimonials sidebar .b-calculate__main form input:focus::-moz-placeholder {
          color: transparent; }
        .b-testimonials sidebar .b-calculate__main form input:focus:-ms-input-placeholder {
          color: transparent; }
        .b-testimonials sidebar .b-calculate__main form .b-calculate__input {
          display: flex;
          display: -webkit-flex;
          text-align: left; }
          .b-testimonials sidebar .b-calculate__main form .b-calculate__input .select3 {
            display: inline-block;
            width: 40%; }
        .b-testimonials sidebar .b-calculate__main form select {
          border: none;
          border-bottom: 1px solid #d7d7d7;
          outline: none;
          color: #4d4d4d;
          margin: 0;
          padding: 20px 10px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background-image: url(../images/arrow-down-grey.png);
          background-position: right center;
          background-repeat: no-repeat;
          background-size: 13px 13px;
          /* margin-left: 10px;*/ }
        .b-testimonials sidebar .b-calculate__main form select:first-child {
          display: block;
          width: 100%; }
        .b-testimonials sidebar .b-calculate__main form select:nth-child(2) {
          display: block;
          width: 100%; }
        .b-testimonials sidebar .b-calculate__main form select:nth-child(3) {
          display: block;
          width: 40%;
          float: left;
          margin-right: 0; }
      .b-testimonials sidebar .b-calculate__main button {
        margin-bottom: 10px;
        bottom: -25px;
        font-size: 18px;
        padding: 17px 70px;
        text-transform: uppercase;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
      .b-testimonials sidebar .b-calculate__main .b-calculate__result {
        color: #08abab;
        font-size: 24px;
        margin: 25px 0; }
      .b-testimonials sidebar .b-calculate__main .b-calculate__pages {
        display: inline-block; }
        .b-testimonials sidebar .b-calculate__main .b-calculate__pages input {
          padding: 20px 0; }
      .b-testimonials sidebar .b-calculate__main .b-calculate__count {
        display: block;
        color: #4d4d4d;
        opacity: 1;
        padding-top: 10px;
        float: right; }
      .b-testimonials sidebar .b-calculate__main .b-calculate__result {
        float: left; }
    .b-testimonials sidebar .b-statistics__item:first-child {
      padding-top: 20px; }
    .b-testimonials sidebar .b-statistics__item {
      display: flex;
      flex-direction: row;
      align-items: center;
      display: -webkit-flex;
      -webkit-flex-direction: row;
      -webkit-align-items: center;
      margin-bottom: 0px; }
      .b-testimonials sidebar .b-statistics__item p {
        font-size: 20px;
        font-family: 'robotoregular'; }
        .b-testimonials sidebar .b-statistics__item p span {
          color: #6bcfbb;
          font-size: 26px;
          font-family: 'robotobold'; }
      .b-testimonials sidebar .b-statistics__item img {
        margin: 0 3px 0 0; }

/**********         Page Text           ********/
article h1 {
  text-align: left;
  margin: 0; }
article p {
  margin-bottom: 40px;
  color: #838383; }
article a:hover {
  cursor: pointer; }
article h2 {
  color: #4b94ed;
  margin: 0; }
article .b-content__banner {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  height: 179px;
  margin: 60px 0;
  background-image: url(../images/order-banner.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center; }
  article .b-content__banner p {
    text-align: center;
    color: #fff;
    margin: 0; }
  article .b-content__banner p:first-child {
    font-size: 36px;
    font-family: 'robotobold'; }
  article .b-content__banner p:nth-child(2) {
    font-size: 20px;
    font-family: 'robotoregular'; }
article .b-content__to-order {
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 18px;
  padding: 17px 70px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
article ol {
  padding: 0;
  margin: 60px 0; }
article ol > li:before {
  margin-right: 30px;
  color: #fff;
  width: 45px;
  height: 45px;
  padding: 10px 17px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,bba5eb+1,916cde+100 */
  background: #7db9e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #bba5eb 1%, #916cde 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7db9e8 0%, #bba5eb 1%, #916cde 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7db9e8 0%, #bba5eb 1%, #916cde 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#916cde',GradientType=0 );
  /* IE6-9 */
  /*margin-right: 5px;
  padding: 0 5px;*/
  content: counter(index,decimal);
  counter-increment: index; }
article ol li:first-child {
  counter-reset: index; }
article ol li {
  list-style: none;
  line-height: 3;
  color: #7c7c7c;
  font-family: 'robotoregular'; }
article ol > li:nth-child(4n+2):before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9ac6b+0,e7854c+100 */
  background: #e9ac6b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e9ac6b 0%, #e7854c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e9ac6b 0%, #e7854c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9ac6b 0%, #e7854c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ac6b', endColorstr='#e7854c',GradientType=0 );
  /* IE6-9 */ }
article ol > li:nth-child(4n+3):before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95dfe2+0,6bc0bf+100 */
  background: #95dfe2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #95dfe2 0%, #6bc0bf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #95dfe2 0%, #6bc0bf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #95dfe2 0%, #6bc0bf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95dfe2', endColorstr='#6bc0bf',GradientType=0 );
  /* IE6-9 */ }
article ol > li:nth-child(4n+4):before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e9efa+0,4e73fa+100 */
  background: #4e9efa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4e9efa 0%, #4e73fa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4e9efa 0%, #4e73fa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4e9efa 0%, #4e73fa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e9efa', endColorstr='#4e73fa',GradientType=0 );
  /* IE6-9 */ }
article ul {
  padding: 0;
  margin: 60px 0; }
article ul > li:before {
  content: url(../images/bell-li.png);
  margin-right: 30px; }
article ul li {
  list-style-type: none;
  line-height: 2.1;
  display: flex;
  display: -webkit-flex;
  color: #7c7c7c;
  font-family: 'robotoregular'; }
article #p--text ul li{
  display: list-item;
}
.margin-top {
  padding-top: 0; }

.b-text {
  padding: 65px 0 60px; }
  .b-text article {
    width: 66%;
    margin-right: 40px;
    padding: 0; }
    .b-text article .b-text__header {
      text-align: center;
      margin: 0 auto; }
    .b-text article .b-text__main {
      padding: 20px 0; }
      .b-text article .b-text__main .ac-container {
        width: 100%;
        margin: 10px auto 30px auto; }
        .b-text article .b-text__main .ac-container div {
          margin: 30px 0 0; }
      .b-text article .b-text__main .ac-container label {
        background-image: url(../images/arrow-down-grey.png);
        background-position: 98% center;
        background-repeat: no-repeat;
        padding: 25px 30px 22px 20px;
        position: relative;
        z-index: 20;
        display: block;
        /*height: 30px;*/
        cursor: pointer;
        color: #777;
        font-size: 20px;
        font-family: 'robotoregular';
        /* text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
         line-height: 33px;
         font-size: 19px;
         background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
         background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
         background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
         background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
         background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
         background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
         box-shadow: 
             0px 0px 0px 1px rgba(155,155,155,0.3), 
             1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
             0px 2px 2px rgba(0,0,0,0.1);*/ }
      .b-text article .b-text__main .ac-container label:hover {
        /* background: #fff;*/ }
      .b-text article .b-text__main .ac-container input:checked + label,
      .b-text article .b-text__main .ac-container input:checked + label:hover {
        background-image: url(../images/arrow-up-grey.png);
        color: #4b94ed;
        /* text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
         box-shadow: 
             0px 0px 0px 1px rgba(155,155,155,0.3), 
             0px 2px 2px rgba(0,0,0,0.1);*/ }
      .b-text article .b-text__main .ac-container label:hover:after,
      .b-text article .b-text__main .ac-container input:checked + label:hover:after {
        /* content: '';
         position: absolute;
         width: 24px;
         height: 24px;
         right: 13px;
         top: 7px;
         background: transparent url(http://netcribe.com/example/arrow_down.png) no-repeat center center;  */ }
      .b-text article .b-text__main .ac-container input {
        display: none; }
      .b-text article .b-text__main .ac-container article {
        border: none;
        width: 100%;
        margin-top: -1px;
        overflow: hidden;
        height: 0px;
        position: relative;
        z-index: 10;
        -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        transition: height 0.3s ease-in-out, box-shadow 0.6s linear; }
      .b-text article .b-text__main .ac-container input:checked ~ article {
        -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0);
        height: 110px;
        width: 100%;
        outline: none;
        border: none; }
      .b-text article .b-text__main .ac-container article p {
        font-family: 'robotolight';
        border: none;
        color: #777;
        line-height: 23px;
        font-size: 16px;
        padding: 0 20px;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
  .b-text sidebar {
    width: 30%; }
    .b-text sidebar .b-sidebar__item {
      width: 100%;
      height: auto;
      min-height: 200px;
      background: #fff;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      -webkit-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
      -moz-box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
      box-shadow: 1px 1px 14px 1px rgba(199, 199, 199, 0.6);
      position: relative;
      margin-bottom: 30px; }
      .b-text sidebar .b-sidebar__item .b-sidebar__header {
        text-align: center;
        padding: 30px 0 10px; }
      .b-text sidebar .b-sidebar__item .b-sidebar__item-main {
        text-align: center;
        padding: 0 30px 30px; }
      .b-text sidebar .b-sidebar__item .b-sidebar__main {
        padding: 0 30px; }
      .b-text sidebar .b-sidebar__item .b-calculate__main {
        width: 100%; }
        .b-text sidebar .b-sidebar__item .b-calculate__main form {
          color: #4d4d4d;
          /* FF 4-18 */
          /* FF 19+ */
          /* IE 10+ */
          /* FF 4-18 */
          /* FF 19+ */
          /* IE 10+ */
          padding: 0 10px; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form input {
            width: 60px;
            outline: none;
            border: none; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form input.pages {
            margin: 0 20px;
            border-bottom: 1px solid #d7d7d7; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form input.pages::-webkit-input-placeholder {
            color: #08abab;
            margin: 10px 0;
            text-align: center; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form input.pages:-moz-placeholder {
            color: #08abab;
            margin: 10px 0;
            text-align: center; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form input.pages::-moz-placeholder {
            color: #08abab;
            margin: 10px 0;
            text-align: center; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form input.pages:-ms-input-placeholder {
            color: #08abab;
            margin: 10px 0;
            text-align: center; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form input:focus::-webkit-input-placeholder {
            color: transparent; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form input:focus:-moz-placeholder {
            color: transparent; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form input:focus::-moz-placeholder {
            color: transparent; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form input:focus:-ms-input-placeholder {
            color: transparent; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form .b-calculate__input {
            display: flex;
            display: -webkit-flex;
            text-align: left; }
            .b-text sidebar .b-sidebar__item .b-calculate__main form .b-calculate__input .select3 {
              display: inline-block;
              width: 40%; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form select {
            border: none;
            border-bottom: 1px solid #d7d7d7;
            outline: none;
            color: #4d4d4d;
            margin: 0;
            padding: 20px 10px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url(../images/arrow-down-grey.png);
            background-position: right center;
            background-repeat: no-repeat;
            background-size: 13px 13px;
            /* margin-left: 10px;*/ }
          .b-text sidebar .b-sidebar__item .b-calculate__main form select:first-child {
            display: block;
            width: 100%; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form select:nth-child(2) {
            display: block;
            width: 100%; }
          .b-text sidebar .b-sidebar__item .b-calculate__main form select:nth-child(3) {
            display: block;
            width: 40%;
            float: left;
            margin-right: 0; }
        .b-text sidebar .b-sidebar__item .b-calculate__main button {
          margin-bottom: 10px;
          bottom: -25px;
          font-size: 18px;
          padding: 17px 70px;
          text-transform: uppercase;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          border-radius: 20px; }
        .b-text sidebar .b-sidebar__item .b-calculate__main .b-calculate__result {
          color: #08abab;
          font-size: 24px;
          margin: 25px 0; }
          .b-text sidebar .b-sidebar__item .b-calculate__main .b-calculate__result strong {
            font-family: 'robotobold'; }
        .b-text sidebar .b-sidebar__item .b-calculate__main .b-calculate__pages {
          display: inline-block; }
          .b-text sidebar .b-sidebar__item .b-calculate__main .b-calculate__pages input {
            padding: 20px 0; }
        .b-text sidebar .b-sidebar__item .b-calculate__main .b-calculate__count {
          display: block;
          color: #4d4d4d;
          opacity: 1;
          padding-top: 10px;
          float: right; }
        .b-text sidebar .b-sidebar__item .b-calculate__main .b-calculate__result {
          float: left; }
      .b-text sidebar .b-sidebar__item .b-sidebar__item-main {
        padding: 0 30px 30px; }
        .b-text sidebar .b-sidebar__item .b-sidebar__item-main .b-testimonials__item p {
          text-align: left; }
        .b-text sidebar .b-sidebar__item .b-sidebar__item-main .b-testimonials__item p:nth-child(3) {
          font-family: 'robotoregular';
          color: #08abab; }
        .b-text sidebar .b-sidebar__item .b-sidebar__item-main .b-information {
          display: flex;
          flex-direction: row;
          align-items: center;
          display: -webkit-flex;
          -webkit-flex-direction: row;
          -webkit-align-items: center; }
          .b-text sidebar .b-sidebar__item .b-sidebar__item-main .b-information .b-right {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-around;
            display: -webkit-flex;
            -webkit-flex-direction: column;
            -webkit-align-items: flex-start;
            -webkit-justify-content: space-around;
            height: 70px;
            margin-left: 10px; }
            .b-text sidebar .b-sidebar__item .b-sidebar__item-main .b-information .b-right .b-user {
              font-family: 'robotoregular';
              color: #7c7c7c;
              font-size: 20px; }
            .b-text sidebar .b-sidebar__item .b-sidebar__item-main .b-information .b-right .b-marks img {
              margin: 0;
              padding: 0; }
      .b-text sidebar .b-sidebar__item .b-why__item:first-child {
        padding-top: 20px; }
      .b-text sidebar .b-sidebar__item .b-why__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-align-items: center;
        margin-bottom: 10px; }
        .b-text sidebar .b-sidebar__item .b-why__item p {
          color: #4b94ed;
          font-size: 20px;
          font-family: 'robotoregular'; }
        .b-text sidebar .b-sidebar__item .b-why__item img {
          margin: 0 30px 0 0; }
    .b-text sidebar .b-statistics__item:first-child {
      padding-top: 20px; }
    .b-text sidebar .b-statistics__item {
      display: flex;
      flex-direction: row;
      align-items: center;
      display: -webkit-flex;
      -webkit-flex-direction: row;
      -webkit-align-items: center;
      margin-bottom: 0px; }
      .b-text sidebar .b-statistics__item p {
        font-size: 20px;
        font-family: 'robotoregular'; }
        .b-text sidebar .b-statistics__item p span {
          color: #6bcfbb;
          font-size: 26px;
          font-family: 'robotobold'; }
      .b-text sidebar .b-statistics__item img {
        margin: 0 3px 0 0; }

.order-main {
  min-height: 350px; }

@media screen and (min-width: 1113px) {
  .row {
    width: 1112px;
    margin: 0 auto; } }
@media screen and (max-width: 1025px) {
  .b-content {
    margin-top: 226px; } }
/************************    Tablet  *******************************/
@media screen and (max-width: 1112px) and (min-width: 760px) {
  body {
    width: 100vw;
    overflow-x: hidden; }

  .wrap {
    overflow-x: hidden; }

  .fixed-line {
    position: absolute;
    width: 100vw; }

  .close {
    display: none; }

  .b-header .page-section .row:last-child {
    display: none; }

  header {
    position: relative; }
    header .row {
      display: block;
      height: 110px; }
      header .row .logo {
        margin-top: 10px; }
      header .row ul {
        margin: 0; }
      header .row .b-header__contacts {
        position: absolute;
        top: 5px;
        right: 17px; }
        header .row .b-header__contacts div {
          vertical-align: -webkit-baseline-middle; }
        header .row .b-header__contacts .tel {
          margin-right: 25px; }
          header .row .b-header__contacts .tel select {
            background: none;
            border: none;
            outline: none; }
        header .row .b-header__contacts .login {
          float: right; }
      header .row img {
        padding-top: 10px; }
      header .row nav {
        float: right; }

  .row {
    padding: 0 17px 0 22px;
    margin-left: 0;
    margin-right: 0; }

  .b-banner {
    height: 496px;
    background-position: center center; }
    .b-banner .b-banner__header {
      padding: 0 10px; }

  header {
    width: 100vw; }

  .b-calculator .b-calculate {
    width: 95%;
    margin-top: -20px; }
    .b-calculator .b-calculate .b-calculate__count {
      float: right; }
    .b-calculator .b-calculate .b-calculate__main form
    select {
      width: 165px;
      margin-left: 10px; }

  .b-how .row {
    padding: 0 12%; }
  .b-how .row:nth-child(2) {
    background: none; }
  .b-how .col-md-3:first-child {
    padding-left: 0px;
    margin-left: 40px; }
  .b-how .col-md-3 {
    padding-left: 0px;
    margin-left: 40px;
    background-image: url(../images/how-line.png);
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-position: 30% 25%; }

  .b-order .order__header {
    margin-left: 20px; }
  .b-order .order__main {
    max-width: 50%;
    margin-left: 20px; }
  .b-order .order-pic {
    display: none; }
  .b-order .order-pic-tablet {
    display: block; }

  .b-statistics .row span img.statistics1 {
    left: 37%; }

  .b-statistics .row span img {
    position: absolute;
    /* left: 110px; */
    left: 38%;
    top: 20px;
    text-align: center; }

  .b-testimonials article {
    width: 100%;
    margin-right: 0; }
    .b-testimonials article .pager {
      padding-bottom: 30px; }
  .b-testimonials sidebar {
    width: 100%; }

  .b-samples article {
    width: 100%;
    margin-right: 0;
    text-align: center; }
    .b-samples article .b-samples__main .b-samples__item {
      width: auto;
      padding: 16px  10px 20px; }
  .b-samples sidebar {
    width: 100%; }

  .b-testimonials {
    overflow-x: hidden; }
    .b-testimonials .b-testimonials__tablet {
      flex-wrap: nowrap;
      width: 100%;
      /* margin: 0 auto; */
      display: inline-flex;
      align-items: center;
      justify-content: center;
      display: -webkit-inline-flex;
      -webkit-align-items: center;
      -webkit-justify-content: center; }
    .b-testimonials .col-md-4:first-child .b-testimonials__item {
      background: #e5e5e5;
      margin-right: 30px; }
    .b-testimonials .col-md-4:nth-child(2) .b-testimonials__item {
      margin-right: 30px;
      z-index: 2; }
    .b-testimonials .col-md-4:last-child .b-testimonials__item {
      background: #e5e5e5;
      margin-right: 30px; }

  .b-written img {
    max-width: 42%;
    height: auto;
    object-fit: contain; }
  .b-written .written-pic {
    display: none; }
  .b-written .written-pic-tablet {
    display: inline-flex;
    display: -webkit-inline-flex; }
  .b-written .b-written__main {
    max-width: 52%;
    margin-left: 22px; }

  .b-order-now .order-now__text {
    max-width: 65%; }

  .b-footer__main .col-sm-offset-0 {
    padding-left: 0;
    padding-right: 0; }
    .b-footer__main .col-sm-offset-0 ul {
      margin: 25px 0; }
  .b-footer__main .col-sm-2 {
    padding-left: 0;
    padding-right: 0; }
    .b-footer__main .col-sm-2 ul {
      margin: 25px 0;
      padding: 0 0 0 10px; }

  /****     Page Prices     ****/
  .b-prices .b-prices__main .row:nth-child(3) {
    padding: 0 18px; }
    .b-prices .b-prices__main .row:nth-child(3) .col-md-6 {
      padding-left: 1rem; }

  /*****************       **************/
  article {
    width: 100%;
    margin-right: 0;
    margin: 0; }

  sidebar {
    width: 100%;
    margin: 0; }

  .b-text article {
    width: 100%;
    margin-right: 0;
    margin: 0; }
  .b-text sidebar {
    width: 100%;
    margin: 0; }
    .b-text sidebar .b-sidebar__item .b-calculate__main form .b-calculate__input {
      display: block; }
    .b-text sidebar .b-sidebar__item .b-calculate__main form .b-calculate__input .select3 {
      width: 100%; } }
@media screen and (max-width: 1112px) and (min-width: 1000px) {
  header .row .logo {
    margin-top: 10px; }

  header .row .b-header__contacts {
    top: 5px; }

  .b-how .row {
    padding: 0; }

  .b-how .col-md-3 {
    margin-left: 10px;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    max-width: 24%; }

  .b-how .col-md-3:first-child {
    margin-left: 10px; }

  .b-how .how__item .num {
    left: 0; }

  .b-how .col-md-3 p.how__text {
    margin-left: 0; }

  .b-testimonials .b-testimonials__tablet {
    margin-left: -25px; }

  footer .b-footer__main p {
    font-size: 15px; }

  .b-testimonials article {
    width: 66%;
    margin-right: 20px; }

  .b-testimonials sidebar {
    width: 30%; }

  .b-testimonials sidebar .b-sidebar__item .b-sidebar__header {
    margin-top: 10px; }

  .b-samples article {
    width: 66%;
    margin-right: 40px;
    padding: 0; }

  .b-samples sidebar {
    width: 30%; }

  .pager {
    padding-bottom: 30px; }

  .b-samples article .b-samples__main .b-samples__item {
    width: 300px;
    margin-right: 5px; }

  .b-samples article {
    margin-right: 10px; }

  .b-samples sidebar .b-sidebar__item {
    margin-left: 20px; } }
@media screen and (max-width: 900px) and (min-width: 700px) {
  .b-statistics .row span img.statistics1 {
    left: 36%; }

  .b-statistics .row span img {
    position: absolute;
    /* left: 110px; */
    left: 35%;
    top: 20px;
    text-align: center; }

  .b-statistics .row span span.statistics-item {
    font-size: 17px; } }
@media screen and (max-width: 700px) {
  .b-statistics {
    height: auto;
    background: #eef9f9;
    padding: 50px 0 60px; }

  .b-statistics .row span img.statistics1 {
    left: 33%; }

  .b-statistics .row span img {
    position: absolute;
    /* left: 110px; */
    left: 32%;
    top: 20px;
    text-align: center; }

  .b-statistics .row span span.statistics-item {
    font-size: 16px; } }
@media screen and (max-width: 600px) {
  .b-statistics .row span {
    width: 50%;
    margin-bottom: 80px; } }
@media screen and (max-width: 600px) and (min-width: 480px) {
  .b-statistics .row span img.statistics1 {
    left: 40%; }

  .b-statistics .row span img {
    left: 39%; } }
/*****************************           Mobile                ******************************/
@media screen and (max-width: 760px) and (min-width: 200px) {
  .fixed-line {
    position: absolute; }

  .wrap {
    overflow-x: hidden; }

  .b-content {
    margin-top: 160px; }

  .top-line {
    min-height: 54px;
    height: auto;
    background-position: center bottom;
    background-color: #08abab;
    text-align: left; }
    .top-line .row {
      padding: 0; }
    .top-line p {
      font-size: 14px;
      text-align: left;
      max-width: 90%; }
    .top-line a {
      display: none; }

  .row {
    padding: 0 18px;
    margin-left: 0;
    margin-right: 0; }

  .b-banner {
    height: 520px;
    background-position: center center; }
    .b-banner a {
      margin-top: 40px; }

  .b-about {
    padding: 40px 0;
    margin-top: 40px; }

  .fixed-line {
    width: 100vw; }

  header {
    width: 100vw; }
    header .row nav ul {
      text-align: center;
      /* margin: 0 auto;*/
      padding: 0;
      border-bottom: 1px solid #08abab; }
      header .row nav ul li {
        display: block;
        border-bottom: 1px solid #08abab;
        /* padding: 16px 0px;
         margin: 0 40px;*/
        padding: 3vh 0px;
        margin: 0 10vw; }
        header .row nav ul li a:hover {
          border: none; }
        header .row nav ul li a.active {
          border: none; }
      header .row nav ul li:before {
        display: none; }
    header ul.menu {
      height: 100vh;
      width: 100vw;
      background: #fff;
      position: absolute;
      left: 0;
      z-index: 9999;
      display: none;
      margin-top: 36px; }

  .b-calculator .b-calculate {
    width: 95%;
    height: auto; }
    .b-calculator .b-calculate .b-calculate__main {
      width: 100%; }
      .b-calculator .b-calculate .b-calculate__main form {
        padding: 0 10px; }
        .b-calculator .b-calculate .b-calculate__main form .b-calculate__input {
          display: block;
          text-align: left; }
          .b-calculator .b-calculate .b-calculate__main form .b-calculate__input select {
            margin-right: 10px; }
          .b-calculator .b-calculate .b-calculate__main form .b-calculate__input .select3 {
            display: inline-block;
            width: 40%; }
        .b-calculator .b-calculate .b-calculate__main form select {
          margin: 0;
          padding: 20px 10px;
          /* margin-left: 10px;*/ }
        .b-calculator .b-calculate .b-calculate__main form select:first-child {
          display: block;
          width: 100%; }
        .b-calculator .b-calculate .b-calculate__main form select:nth-child(2) {
          display: block;
          width: 100%; }
        .b-calculator .b-calculate .b-calculate__main form select:nth-child(3) {
          display: block;
          width: 40%;
          float: left;
          margin-right: 0; }
      .b-calculator .b-calculate .b-calculate__main button {
        margin-bottom: 35px; }
      .b-calculator .b-calculate .b-calculate__main .b-calculate__pages input {
        padding: 20px 0; }
      .b-calculator .b-calculate .b-calculate__main .b-calculate__count {
        display: block;
        color: #4d4d4d;
        opacity: 0.5;
        padding-top: 10px;
        float: right; }
      .b-calculator .b-calculate .b-calculate__main .b-calculate__result {
        float: left; }
        .b-calculator .b-calculate .b-calculate__main .b-calculate__result strong {
          font-family: 'robotobold'; }

  .b-about .row .col-md-6 a {
    text-decoration: underline;
    color: #4b98ec; }
  .b-about .row .col-md-6:last-child {
    /* display: none;*/ }

  .how-bg {
    background-image: url(../images/dashed60px.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: 100% 25%; }

  .b-how .b-how__xs {
    display: block; }
  .b-how .how__item {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px; }
  .b-how .b-how__md {
    display: none; }
  .b-how .slick-slide {
    width: 100%; }

  .b-text article .b-text__main .ac-container label {
    background: none; }
  .b-text article .b-text__main .ac-container input:checked + label,
  .b-text article .b-text__main .ac-container input:checked + label:hover {
    background-image: none; }
  .b-text article .b-text__main .ac-container input:checked ~ article {
    height: auto; }

  /*******       DOTS      *****/
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px; }

  .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }

  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }

  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }

  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none; }

  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1; }

  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #08abab;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #08abab; }

  .b-written img {
    max-width: 42%;
    height: auto;
    object-fit: contain; }
  .b-written .written-pic {
    display: none; }
  .b-written .written-pic-tablet {
    display: none; }

  .b-order .order__header {
    margin-left: 0; }
  .b-order .order__main {
    margin-left: 0; }
    .b-order .order__main .order__files {
      display: block; }
      .b-order .order__main .order__files .file-block:first-child {
        margin-right: 50px; }
      .b-order .order__main .order__files .file-block:nth-child(2) {
        margin-left: 0; }
    .b-order .order__main a {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      margin: 0 auto; }
  .b-order .order-pic {
    display: none; }
  .b-order .order-pic-tablet {
    display: none; }

  .b-why {
    padding: 40px 0 45px; }
    .b-why .b-why__mob {
      display: block; }
    .b-why .b-why__desc {
      display: none; }
    .b-why .ac-container {
      width: 100%;
      margin: 10px auto 30px auto; }
      .b-why .ac-container div {
        /* @extend .article-box;*/
        margin: 30px 0 0; }
    .b-why .ac-container label {
      background-image: url(../images/arrow-down-grey.png);
      background-position: right center;
      background-repeat: no-repeat;
      /*padding: 25px 30px 22px 20px;*/
      position: relative;
      z-index: 20;
      display: flex;
      flex-direction: row;
      align-items: center;
      display: -webkit-flex;
      -webkit-flex-direction: row;
      -webkit-align-items: center;
      /* justify-content: space-between; */
      /*height: 30px;*/
      cursor: pointer;
      color: #4b94ed;
      font-size: 20px;
      font-family: 'robotoregular';
      /* text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
       line-height: 33px;
       font-size: 19px;
       background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
       background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
       background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
       background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
       background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
       background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
       box-shadow: 
           0px 0px 0px 1px rgba(155,155,155,0.3), 
           1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
           0px 2px 2px rgba(0,0,0,0.1);*/ }
      .b-why .ac-container label span {
        color: #08abab;
        font-size: 20px;
        font-family: 'robotoregular';
        margin-left: 10px; }
    .b-why .ac-container label:hover {
      /* background: #fff;*/ }
    .b-why .ac-container input:checked + label,
    .b-why .ac-container input:checked + label:hover {
      background-image: url(../images/arrow-up-grey.png);
      color: #4b94ed;
      /* text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
       box-shadow: 
           0px 0px 0px 1px rgba(155,155,155,0.3), 
           0px 2px 2px rgba(0,0,0,0.1);*/ }
      .b-why .ac-container input:checked + label p,
      .b-why .ac-container input:checked + label:hover span {
        color: #4b94ed; }
    .b-why .ac-container label:hover:after,
    .b-why .ac-container input:checked + label:hover:after {
      /* content: '';
       position: absolute;
       width: 24px;
       height: 24px;
       right: 13px;
       top: 7px;
       background: transparent url(http://netcribe.com/example/arrow_down.png) no-repeat center center;  */ }
    .b-why .ac-container input {
      display: none; }
    .b-why .ac-container article {
      padding: 0;
      border: none;
      width: 100%;
      margin-top: -1px;
      overflow: hidden;
      height: 0px;
      position: relative;
      z-index: 10;
      -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      transition: height 0.3s ease-in-out, box-shadow 0.6s linear; }
    .b-why .ac-container input:checked ~ article {
      -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0);
      height: 110px;
      width: 100%;
      outline: none;
      border: none; }
    .b-why .ac-container article p {
      font-family: 'robotolight';
      border: none;
      color: #777;
      line-height: 23px;
      font-size: 16px;
      /*padding: 0 20px;*/
      padding: 0 10px 0 70px;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }

  .b-testimonials article {
    width: 100%;
    margin-right: 0px; }
    .b-testimonials article .b-testimonials__main .b-testimonials__item .b-information .b-marks {
      display: none; }
    .b-testimonials article ul {
      padding-bottom: 30px; }
    .b-testimonials article ul.pager {
      padding-bottom: 30px; }
      .b-testimonials article ul.pager li {
        width: 40px;
        margin: 0 5px 0 0;
        font-size: 18px; }
  .b-testimonials sidebar {
    width: 100%; }

  .b-samples article {
    width: 100%; }
    .b-samples article .b-samples__main .b-samples__item {
      width: 100%; }
      .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-text ul li {
        font-size: 14px; }
      .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-file {
        padding-left: 0; }
        .b-samples article .b-samples__main .b-samples__item .b-samples__info .b-samples__info-file a {
          font-size: 14px; }
  .b-samples sidebar {
    width: 100%; }

  .b-testimonials {
    overflow-x: hidden; }
    .b-testimonials .row {
      padding: 0; }
    .b-testimonials .b-testimonials__item {
      width: 80%; }
    .b-testimonials .col-md-4:first-child {
      display: none; }
    .b-testimonials .col-md-4:nth-child(2) .b-testimonials__item {
      margin: 0 auto;
      /*margin-right: 30px;*/ }
    .b-testimonials .col-md-4:last-child {
      display: none; }

  .b-written .b-written__header {
    text-align: center; }
  .b-written .b-written__main {
    margin-left: 0; }

  .b-order-now {
    height: 205px;
    background-position: 36% 100%; }
    .b-order-now .order-now__text {
      font-size: 24px;
      text-align: center;
      width: 90%; }

  footer {
    min-height: 224px; }
    footer .b-footer__xs {
      display: block;
      text-align: center;
      padding: 25px 0; }
      footer .b-footer__xs select {
        margin: 0 auto;
        display: block;
        border: none;
        background: #0c4892;
        border-bottom: 1px solid #fff;
        padding: 10px;
        outline: none;
        color: #000;
        width: 90%; }
      footer .b-footer__xs select:hover {
        cursor: pointer; }
    footer .b-footer__main .foot-order {
      display: none; }
    footer .b-footer__main .col-md-2 {
      display: none; }
    footer .b-footer__main .col-sm-offset-0 {
      display: none; }
    footer .b-footer__main .col-sm-2 {
      display: none; }

  footer.footer-order {
    min-height: 224px; }

  .b-banner__text {
    display: none; }

  .b-header .page-section .row:first-child {
    display: none; }
  .b-header .page-section .row:last-child {
    display: flex;
    display: -webkit-flex; }
    .b-header .page-section .row:last-child div {
      text-align: center; }

  /****     Page Prices     ****/
  .b-prices .b-prices__main .row:nth-child(3) {
    padding: 0 18px; }
    .b-prices .b-prices__main .row:nth-child(3) .col-md-6 {
      padding-left: 1rem; }
  .b-prices .b-calculate .b-calculate__main form select {
    width: 100%; }
  /*****************       **************/
  article {
    width: 100%;
    margin-right: 0;
    margin: 0; }

  sidebar {
    width: 100%;
    margin: 0;
    display: none; }

  .b-text article {
    width: 100%;
    margin-right: 0;
    margin: 0; }
  .b-text sidebar {
    width: 100%;
    margin: 0; }
    .b-text sidebar .b-sidebar__item .b-calculate__main form .b-calculate__input {
      display: block; }
    .b-text sidebar .b-sidebar__item .b-calculate__main form .b-calculate__input .select3 {
      width: 100%; }

  .b-prices__main .row:first-child {
    display: none; }

  .none2 {
    display: none;
    opacity: 0;
    transition: opacity 0.5s linear; } }
/*******************************          Mobile Landscape           ***************************/
@media all and (max-width: 760px) and (min-width: 200px) and (orientation: landscape) {
  header ul.menu {
    height: 100vh;
    width: 100vw; }

  .b-calculator .b-calculate .b-calculate__main .b-calculate__count {
    display: none; } }
/************************            Google Chrome styles             ******************/
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .b-calculator .b-calculate .b-calculate__main form select {
    padding: 10px 0; } }
/**********************           IE styles         ***********************/
select::-ms-expand {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0; }

/*# sourceMappingURL=style.css.map */

article .b-text__header h1{
  text-align: center;
}

.container-fluid .row {
  width: auto;
}