/* blue */
/* nav a */
/* pink */
/* pink hover */
/* nav a hover*/
html {
  height: 100%;
  -webkit-text-size-adjust: none;
}

html.home, .wrapper-holder.home{
  overflow-x: hidden;
}

body {
  margin: 0;
  color: #3C5777;
  font: 14px/20px "Lato", Arial, Helvetica, sans-serif;
  background: #F4F5FA;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  min-height: 100%;
  height: 100%; }
  body.home {
    /*background: #F4F5FA url(../images/bg_banner_new.png) no-repeat;*/
    /*background-size: 105%;*/
    /*background-position-x: -30px;*/
    position: relative;
  }
  .main-bg-img{
    background: #F4F5FA url(../images/bg_banner_new.png) center center no-repeat;
    background-size:cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    height: 673px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    }
    body.home.panel-close {
      background-position: 40% 0;
      padding-top: 58px;
    }
    body.home .top-panel .close {
      background-image: url(../images/close.svg); }

.flexboxtweener, .flexboxtweener > body {
  height: 100%; }

.flexboxtweener .wrapper-holder {
  overflow: visible; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #193658;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a:hover {
    color: #5987FF; }
  a:active {
    color: #002FA3; }
  a:visited {
    opacity: 0.8; }

p {
  margin: 0 0 10px; }

* {
  -webkit-tap-highlight-color: transparent; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select::-ms-expand {
  display: none; }

input, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none; }

input,
textarea,
select {
  font: 100% "Lato", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #a1a1a4; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

q {
  quotes: none; }

q:before {
  content: ''; }

q:after {
  content: ''; }

header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
  display: block; }

figure {
  margin: 0;
  padding: 0; }

input[type=submit] {
  cursor: pointer; }

input[type=emal] {
  -webkit-appearance: caret; }

input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }

.mobile-visible {
  display: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  color: #394E6C;
}

h1 {
  font-size: 40px;
  line-height: 50px;
  color: #002353;
  margin: 0 0 19px;
  position: relative;
  font-weight: bold; }
  h1.aligncenter {
    text-align: center; }
  h1.divider {
    text-align: left;
    color: #002353;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    padding-left: 46px;
    margin-bottom: 36px;
  }
    h1.divider:after, div.divider:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 3px;
      top: 17px;
      left: 0;
      background: #FF6C6C; }
.address:before{
  content: "Suite 3787, 43 Bedford Street, London, England, WC2E 9HA";
}
h2 {
  margin: 0 0 36px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  color: #002353;
}
  h2.divider {
    text-align: left;
    color: #002353;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    padding-left: 46px;
    margin-bottom: 36px;
  }
h2.divider.white{
  color: #fff;
}
    h2.divider:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 3px;
      top: 17px;
      left: 0;
      background: #FF6C6C; }

h3 {
  font-weight: 600;
  margin: 0 0 16px;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: #002353;
}

h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 25px;
  position: relative;
  color: #193658; }

.wrapper-holder {
  position: relative;}

.wrapper-frame {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px; }

.top-panel {
  text-align: center;
  font-weight: 500;
  position: relative;
  background: #539BFF;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0!important;
}
  .top-panel .wrapper-frame {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  height: 30px}
    .top-panel .wrapper-frame .close {
      position: absolute;
      text-indent: -9999px;
      overflow: hidden;
      background: url(../images/close01.svg) no-repeat;
      background-size: 100% 100%;
      width: 22px;
      height: 22px;
      right: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      cursor: pointer;
      /*background-image: url(../images/close.svg);*/
    }
  .top-panel .info {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
    color: #FF6C6C;
    transition: 0.2s;
    height: 20px;
    background: #FFFFFF;
    border-radius: 2px;
    border: none;
    line-height: 20px;
  }

  .tel-text:hover{
    color: #193658;
  }
  .tel-text-dark:hover{
    color: #5987FF;
  }
  .tel-text-dark{
    font-size: 16px;
    line-height: 24px;
    color: #002353;
  }
  .tel-text{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
  }
    .top-panel .info:hover {
      background: #ED5252;
      color: #fff;
      border-color: #ED5252;
    }

.home .top-panel {
  background: #fff;
  font-size: 14px;
  padding: 0!important;
  height: 30px;
  color: #193658;
}
.home .info {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 14px;
  border-color: #FF6C6C;
  transition: 0.2s;
  height: 20px;
  background: #FF6C6C;
  border-radius: 2px;
  color: #fff;
  line-height: 20px;
}
  /*.home .info:hover {*/
  /*  background-color: #FF6C6C;*/
  /*  color: #FFF; }*/


.main {
  flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  padding: 64px 0 0; }
.home .main{
  padding: 40px 0 0;
}

.logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 10%;
  margin-left: -27px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative; }

.header_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header_holder .logo {
    display: inline-block;
    margin-right: 27px; }
  .header_holder .tel {
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: #FF6C6C url(../images/phone.svg) no-repeat 50% 50%;
    border-radius: 8px;
    margin-right: 15px;}
    .header_holder .tel:hover {
      background-color: #ED5252; }

.header_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.5s;
}
  .header_frame .btn {
    margin-left: 40px; }
  .header_frame .tel {
    display: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 17px; }
    .header_frame .tel:after {
      position: absolute;
      content: '';
      top: 3px;
      left: 0;
      width: 14px;
      height: 14px;
      background: url(../images/tel-pink.svg) no-repeat; }

#nav {
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 26px; }
  #nav a {
    font-size: 16px;
    line-height: 24px;
    color: #002353;
    text-transform: capitalize;
  }
    #nav a:hover {
      text-decoration: underline; }
  #nav .active a {
    color: #193658;
    position: relative; }
    #nav .active a:after {
      position: absolute;
      content: '';
      height: 1px;
      background: #FF6C6C;
      left: 4px;
      right: 4px;
      bottom: -4px; }

.btn {
  cursor: pointer;
  background: #FF6C6C;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 15px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #FF6C6C;
  font-size: 16px;
}
  .btn:hover {
    background: #ED5252;
    color: #fff;
    border-color: #ED5252; }
  .btn.style01 {
    color: #5987FF;
    border: 2px solid #5987FF;
    background: none; }
    .btn.style01:hover {
      background: #5987FF;
      color: #fff; }

.calc-block .number-spinner {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .calc-block .number-spinner input[type=text] {
    width: 100%;
    text-align: center;
    background: none;
    color: #24292E;
    font-size: 18px;
    padding: 1px 8px;
    border: 1px solid #CEDBE9;
    margin: 0; }
  .calc-block .number-spinner .plus,
  .calc-block .number-spinner .minus {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: none;
    height: 24px;
    width: 24px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #CEDBE9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px; }
    .calc-block .number-spinner .plus:before, .calc-block .number-spinner .plus:after,
    .calc-block .number-spinner .minus:before,
    .calc-block .number-spinner .minus:after {
      content: '';
      position: absolute;
      text-indent: 0;
      top: 50%;
      left: 50%;
      margin-left: -5px;
      width: 9px;
      height: 1px;
      margin-top: -1px;
      background: #3C5777; }
    .calc-block .number-spinner .plus:before,
    .calc-block .number-spinner .minus:before {
      height: 9px;
      width: 1px;
      margin-left: -1px;
      margin-top: -5px; }
  .calc-block .number-spinner .minus:before {
    display: none; }
  .calc-block .number-spinner .plus {
    left: auto;
    right: 0; }
.calc-block .btn{
  width: 160px;
  transition: 0.3s ease-in-out;
}
#sidebar .calc-block .btn{
  margin: auto;
}
.calc-block .btn {
  display: block;
  padding: 10px; }

.main-container {
  margin-bottom: 15px;
}
  .main-container .wrapper-frame {
    position: relative; }
    .main-container .wrapper-frame .bg {
      position: absolute;
      top: 25px;
      left: 72%;
      z-index: -1;
      /*display: none; */
    }
  .main-container .description {
    max-width: 570px;
    color: #fff;
    padding: 0; }
  .main-container .title {
    display: block;
    margin: 0 0 24px;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #002353;
    font-weight: 900;
    color: #0c1f84;
    font-size: 36px;
  }
  .main-container p {
    margin: 0 0 23px;
    font-size: 16px;
    line-height: 22px;
    color: #394E6C;
    color: #0c1f84;
  }
  .main-container .calc-block {
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
    padding: 30px;
    margin-bottom: 16px;
    margin-top: 0; }
    .main-container .calc-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 0 23px;
    }
.main-container .calc-block .row:last-child{
  margin-bottom: 0;
}
      .main-container .calc-block .row .holder {
        width: 29%;
        margin: 0; }

.calc-block {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 610px; }
  .calc-block .label {
    display: block;
    color: #6780A0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .calc-block .holder {
    margin-bottom: 19px; }
    .calc-block .holder:last-child {
      margin: 0; }
  .calc-block .number-spinner .plus,
  .calc-block .number-spinner .minus {
    top: 13px; }
  .calc-block .price {
    font-weight: 500;
    font-size: 22px;
    color: #193658; }
  .calc-block .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
  }
  .calc-block .calculator-borders {
    padding-top: 13px;
    margin-top: -13px; }

.rating-info .inform {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #394E6C;
}

.rating-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px; }
  .rating-blocks .block {
    background: rgba(255, 255, 255, 0.4);
    /* Drop Shadow */
    box-shadow: 0px 28px 25px rgba(40, 70, 149, 0.05);
    border-radius: 8px;
    padding: 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    margin-right: 20px;
    position: relative;
  justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .rating-blocks .block img{
    width: 30px;
    height: 26px;
    align-self: center;
  }
    .rating-blocks .block:last-child:after {
      display: none; }
    .rating-blocks .block:last-child {
      margin-right: 0; }
  .rating-blocks .heading {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0C1F84;
    margin-bottom: 4px; }
  .rating-blocks .rating-number {
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #fff; }

.rating {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 13px; }
  .rating li {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin: 0 2px 0 0;
    /*background: url(../images/star.svg) no-repeat; }*/
  }
    .rating li:last-child {
      margin: 0; }
    .rating li.active {
      background-image: url(../images/testi-full-star.svg); }

    .rating.one li:first-child{
      background-image: url(../images/testi-full-star.svg);
    }
    .one.half li:nth-child(2), .two.half li:nth-child(3), .three.half li:nth-child(4), .four.half li:nth-child(5){
      background-image: url(../images/testi-half-star.svg);
    }
    .one.half li:nth-child(3), .one.half li:nth-child(4), .one.half li:nth-child(5), .two.half li:nth-child(4), .two.half li:nth-child(5), .three.half li:nth-child(5){
      background-image: none;
      background: none;
    }

    .rating.two li:nth-child(1), .rating.two li:nth-child(2){
      background-image: url(../images/testi-full-star.svg);
    }
    .rating.three li:nth-child(1), .rating.three li:nth-child(2), .rating.three li:nth-child(3){
      background-image: url(../images/testi-full-star.svg);
    }
    .rating.four li:nth-child(1), .rating.four li:nth-child(2), .rating.four li:nth-child(3), .rating.four li:nth-child(4){
      background-image: url(../images/testi-full-star.svg);
    }
    .rating.five li{
      background-image: url(../images/testi-full-star.svg);
    }

.section {
  padding: 45px 0; }

.inform-section {
  padding: 42px 0 67px;
  font-size: 15px; }
  .inform-section .inform {
    background: #F6F8FA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    padding: 30px 30px 25px;
    margin: 0;
    list-style: none; }
    .inform-section .inform li {
      position: relative;
      width: 28%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 15px 0 80px;
      margin: 0 0 0 40px; }
      .inform-section .inform li:first-child {
        margin-left: 100px; }
      .inform-section .inform li .ico-holder {
        position: absolute;
        top: 10px;
        left: 0; }
  .inform-section .number {
    display: block;
    font-size: 48px;
    line-height: 50px;
    color: #333;
    font-weight: 700;
    margin-bottom: 12px; }
    .inform-section .number span {
      font-size: 24px;
      line-height: 24px; }

.features-section {
  background: #E7F1FC url(../images/bg_additional.png) no-repeat 50% 100%; }
  .features-section .btn {
    font-size: 18px;
    padding: 16px;
    min-width: 207px;
    margin-bottom: 31px; }
  .features-section .info {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333; }
    .features-section .info del {
      font-weight: 700; }
    .features-section .info .color {
      color: #0C1F84;
      font-weight: 700; }

.features-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 49px; }
  .features-blocks .block {
    width: 18%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    padding: 26px 26px 18px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09); }
    .features-blocks .block .ico-holder {
      width: 75px;
      height: 75px;
      background: #E7F1FC;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto 15px;
      border-radius: 50%; }
      .features-blocks .block .ico-holder img {
        display: block;
        vertical-align: middle; }
    .features-blocks .block .title {
      display: block;
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 33px;
      text-align: center; }
    .features-blocks .block .bottom {
      border-top: 1px solid #E9E9E9;
      margin-left: -26px;
      margin-right: -26px;
      padding: 8px 26px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 18px;
      color: #A6AFB8; }
      .features-blocks .block .bottom .inform {
        margin: 0 0 0 5px;
        font-weight: 700;
        font-size: 18px;
        color: #28A745; }

.prices-section {
  padding-top: 104px;
  line-height: 24px; }
  .prices-section .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .prices-section .columns .column {
      width: 32%; }
      .prices-section .columns .column:first-child {
        width: 49%; }
  .prices-section .btns {
    max-width: 350px; }

.item {
  outline: none; }

.prices {
  list-style: none;
  padding: 5px 0 0;
  margin: 0; }
  .prices li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 17px 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .prices li:nth-child(odd) {
      background: #F8F9FB; }
  .prices .title {
    font-weight: 500;
    color: #333;
    font-size: 18px; }
  .prices .price {
    color: #777; }
    .prices .price .color {
      font-weight: 500;
      color: #193658;
      font-size: 18px; }

.samples_blocks {
  width: 57.5%;
  border: 1px solid #C8CDEC;
  border-radius: 3px; }
  .samples_blocks .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .samples_blocks .info {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px; }
    .samples_blocks .info li {
      margin-bottom: 13px; }
  .samples_blocks .img-holder {
    width: 33%; }
    .samples_blocks .img-holder img {
      display: block;
      width: 100%; }
  .samples_blocks .block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 26px 16px;
    border-bottom: 1px solid #C8CDEC;
    border-left: 1px solid #C8CDEC; }
    .samples_blocks .block:first-child {
      border-left: none; }
  .samples_blocks .top-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 27px; }
  .samples_blocks .type.pdf {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/pdf.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .samples_blocks .type.pdf:hover {
      background-position: -46px 0; }
  .samples_blocks .views {
    background: #E8EEFF;
    border-radius: 20px;
    padding: 0 19px 0 45px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #193658;
    font-size: 16px; }
    .samples_blocks .views:after {
      content: '';
      position: absolute;
      background: url(../images/visibility-button.svg) no-repeat;
      background-size: 100% 100%;
      width: 35px;
      height: 18px;
      top: 3px;
      left: 7px; }
  .samples_blocks.ricently_gallery {
    position: relative;
    padding-bottom: 45px; }
    .samples_blocks.ricently_gallery .block {
      width: 50%; }
  .samples_blocks.inner {
    width: auto;
    border: none;
    margin-right: -150px; }
    .samples_blocks.inner .top-heading {
      border-bottom: 1px solid #B1C8FF;
      padding-bottom: 20px;
      margin-right: -27px;
      margin-left: -27px;
      padding-left: 27px;
      padding-right: 27px; }
      .samples_blocks.inner .top-heading .pdf {
        text-align: left;
        margin-bottom: 9px; }
    .samples_blocks.inner .heading {
      font-weight: 700;
      color: #ED5252;
      line-height: 26px; }
    .samples_blocks.inner .block {
      width: 41.5%;
      display: inline-block;
      vertical-align: top;
      margin-right: 20px;
      border: 1px solid #B1C8FF;
      border-radius: 2px;
      margin-bottom: 31px;
      padding-top: 23px; }
    .samples_blocks.inner .top-frame {
      text-align: right; }
    .samples_blocks.inner .views {
      font-size: 16px;
      padding-left: 23px;
      padding-right: 5px; }
      .samples_blocks.inner .views:after {
        left: -6px; }
    .samples_blocks.inner .info li {
      margin-bottom: 16px; }
    .samples_blocks.inner .info strong {
      color: #ED5252;
      min-width: 40%;
      margin-right: 5px;
      display: inline-block;
      vertical-align: top; }

.custom_paging {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 20px;
  right: 20px;
  font-size: 18px;
  color: #193658; }
  .custom_paging li {
    display: none; }
  .custom_paging .slick-active {
    display: block; }

.seo-section .wrapper-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.seo-section .holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2%; }
  .seo-section .holder h2 {
    text-align: left;
    margin-bottom: 17px; }
  .seo-section .holder p {
    margin-bottom: 11px; }
.seo-section .frame {
  width: 270px; }
.seo-section.nopadding {
  padding-top: 0; }

.box {
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  padding: 26px 25px 31px 30px;
  background: #fff;
  margin: 0 0 67px; }
  .box .heading {
    display: block;
    color: #ED5252;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px; }
  .box .aligncenter {
    padding-top: 12px; }
    .box .aligncenter .btn-order {
      font-size: 18px;
      font-weight: 500;
      min-width: 210px;
      margin: 0;
      padding: 14px 15px 15px; }
  .box .features {
    border-top: 1px solid #E9E9E9;
    margin-left: -30px;
    margin-right: -26px;
    padding-left: 30px;
    padding-right: 26px;
    padding-top: 28px;
    margin-top: -13px; }
  .box .reviews-holder01 {
    border-top: 1px solid #E9E9E9;
    margin-left: -30px;
    margin-right: -26px;
    padding-left: 30px;
    padding-right: 26px;
    padding-top: 28px;
    margin-top: -13px; }

.features {
  padding: 0;
  margin: 0;
  list-style: none; }
  .features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
  .features .price {
    font-weight: 500;
    font-size: 16px; }
  .features .free {
    font-weight: 500;
    color: #0C1F84;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
  .features .ico-holder {
    width: 40px;
    height: 40px;
    background: #E7F1FC;
    border-radius: 50%;
    position: relative;
    margin-right: 20px; }
    .features .ico-holder img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .features .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.aligncenter {
  text-align: center; }

.list-info {
  padding: 0 0 40px;
  margin: 0;
  list-style: none; }
  .list-info li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 16px; }
    .list-info li:last-child {
      margin: 0; }
    .list-info li:after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      background: #193658;
      top: 9px;
      left: 0;
      border-radius: 50%; }

.cta-section {
  position: relative;
  padding: 0;
  margin-bottom: 96px;
}
  .cta-section.inner {
    margin-bottom: 30px; }
    .cta-section.inner .block {
      padding-left: 57px; }
      .cta-section.inner .block .title {
        max-width: 750px; }
        .cta-section.inner .block .title .text-code {
          font-weight: 400;
          display: block;
          padding-top: 9px; }
    .cta-section.inner .decor {
      top: 12px;
      right: 0; }
    .cta-section.inner .holder {
      max-width: 67%; }
  .cta-section .block {
    background: url(/images/new-bg-cta.png) center center/contain no-repeat;
    border-radius: 8px;
    padding: 36px 70px;
    position: relative; }
  .cta-section .title {
    max-width: 510px;
    display: block;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    /*text-transform: capitalize;*/
    color: #FFFFFF;
    margin: 0 0 14px;
  }
    .cta-section .title .color {
      color: #FF6C6C; }
  .cta-section .decor {
    position: absolute;
    top: -46px;
    right: 99px; }
  .cta-section .btn {
    width: 171px;
    height: 40px;
    line-height: 36px;
    padding: 0;
  }
  .cta-section .holder {
    max-width: 55%; }

  .footer-holder a {
    font-size: 16px;
    line-height: 22px;
    color: #394E6C;
  }
    .footer-holder a:hover {
      text-decoration: underline;
    }
  .footer-holder .inform {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px; }
    .footer-holder .inform li {
      display: inline-block;
      vertical-align: top;
      margin-left: 38px; }
      .footer-holder .inform li:first-child {
        margin: 0; }
  .footer-holder .logo {
    display: block;
    margin-bottom: 30px;
  margin-top: -10px}
.custom-select.footer-select:after{
  top: 10px!important;
  right: 5px!important;
}
.footer-select{
  width: 250px;
  margin: auto;
  margin-bottom: 10px;
}

.footer-select select{
  padding: 5px 10px!important;
}

  .footer-holder .tel {
    display: block;
    position: relative;
    padding-left: 23px;
    font-size: 16px;
    margin: 0 0 25px; }
    .footer-holder .tel:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      background: url(../images/tel.svg) no-repeat;
      width: 14px;
      height: 14px; }
  .footer-holder .mail {
    display: block;
    position: relative;
    padding-left: 23px;
    font-size: 16px;
    margin: 0 0 26px; }
    .footer-holder .mail:after {
      position: absolute;
      content: '';
      left: 0;
      top: 4px;
      background: url(../images/mail.svg) no-repeat;
      width: 14px;
      height: 12px; }
  .footer-holder .inform {
    display: block;
    font-size: 12px; }

.footer-nav {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-nav li {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
    color: #394E6C;
  }
.footer-nav li:last-child{
  margin-bottom: 0;
}

.payments {
  padding: 0 0 16px;
  margin: 0;
  list-style: none; }
  .payments li {
    display: inline-block;
    margin-left: 10px; }
    .payments li:first-child {
      margin: 0; }
    .payments li img {
      display: inline-block;
      vertical-align: top; }

.security {
  padding: 0;
  margin: 0;
  list-style: none; }
  .security li {
    display: block;
    margin: 0 0 10px; }
    .security li:last-child {
      margin: 0; }
    .security li img {
      display: inline-block;
      vertical-align: top; }

.table-holder {
  border: 1px solid #B1C8FF;
  border-top: none;
  border-radius: 2px;
  margin-bottom: 30px; }

.pricing-info {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  overflow: hidden; }
  .pricing-info td {
    padding: 19px 5px; }
    .pricing-info td:hover {
      -webkit-box-shadow: 0 0px 31px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0px 31px rgba(0, 0, 0, 0.3);
      border-radius: 5px; }
  .pricing-info .head-inner {
    font-size: 18px;
    font-weight: 700; }
  .pricing-info .head {
    font-size: 18px;
    font-weight: 700; }
    .pricing-info .head td {
      background: #193658;
      color: #fff; }
      .pricing-info .head td:hover {
        background: #193658;
        color: #fff;
        border-radius: 0; }
    .pricing-info .head .deadline {
      background: #FF6C6C;
      color: #fff; }
      .pricing-info .head .deadline:hover {
        background: #FF6C6C;
        color: #fff; }
  .pricing-info .head-inner td {
    background: #FEF6F0;
    color: #ED5252; }
    .pricing-info .head-inner td:hover {
      background: #FEF6F0;
      color: #ED5252;
      border-radius: 0;
      font-weight: 700; }
  .pricing-info tr:nth-child(2n) td {
    background: #FEF6F0; }
  .pricing-info tr td:first-child {
    font-weight: 700; }
  .pricing-info tr td:hover {
    background: #FF6C6C;
    color: #fff;
    border-radius: 30px;
    font-weight: 700; }

.samples-blocks,
.testimonials-blocks {
  margin-right: -30px;
  padding-top: 0;
}
  .samples-blocks.inner .block,
  .testimonials-blocks.inner .block {
    width: 31%; }
  .samples-blocks .block,
  .testimonials-blocks .block {
    margin-bottom: 30px;
    padding: 29px 40px 21px;
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 22px; }
  .samples-blocks .heading-holder,
  .testimonials-blocks .heading-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0C1F84; }
    .samples-blocks .heading-holder:hover .ico-holder,
    .testimonials-blocks .heading-holder:hover .ico-holder {
      -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15); }
    .samples-blocks .heading-holder .ico-holder,
    .testimonials-blocks .heading-holder .ico-holder {
      width: 50px;
      height: 50px;
      margin-right: 20px; }
      .samples-blocks .heading-holder .ico-holder img,
      .testimonials-blocks .heading-holder .ico-holder img {
        display: block;
        vertical-align: top; }
    .samples-blocks .heading-holder .heading,
    .testimonials-blocks .heading-holder .heading {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .samples-blocks dl,
  .testimonials-blocks dl {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #6780A0; }
    .samples-blocks dl dt,
    .testimonials-blocks dl dt {
      float: left;
      margin: 0 5px 0 0; }
    .samples-blocks dl dd,
    .testimonials-blocks dl dd {
      overflow: hidden;
      margin: 0 0 9px;
      color: #3C5777; }
#content .samples-blocks dl dd{
  color: #002353;
}
.samples-blocks .block:last-child{
  margin-bottom: 0;
}
.samples-blocks .block:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.pricing-blocks {
  margin-bottom: 31px; }
  .pricing-blocks .block {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
    background: #FEF6F0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 32px 26px;
    font-size: 16px;
    line-height: 20px;
    height: 135px; }
    .pricing-blocks .block .number {
      display: block;
      font-weight: 700;
      color: #193658;
      font-size: 24px;
      margin-bottom: 16px; }
    .pricing-blocks .block:nth-child(2) {
      background: #FF6C6C;
      color: #fff; }
      .pricing-blocks .block:nth-child(2) .number {
        color: #fff; }
    .pricing-blocks .block:nth-child(3n) {
      background: #193658;
      color: #fff; }
      .pricing-blocks .block:nth-child(3n) .number {
        color: #fff; }

.contacts-info {
  padding: 0;
  margin: 0 0 30px;
  list-style: none; }
  .contacts-info li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px; }
  .contacts-info .ico-holder {
    width: 60px;
    height: 60px;
    background: #FEF6F0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 15px;
    color: #193658; }
  .contacts-info span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .contacts-info .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .contacts-info address {
    font-style: normal; }
  .contacts-info a {
    color: #3C5777; }

.list-inform {
  padding: 0;
  margin: 0 0 30px;
  list-style: none; }
  .list-inform li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px; }
    .list-inform li:after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      background: #193658;
      left: 0;
      top: 7px;
      border-radius: 50%; }

.slick-dots {
  padding: 0 0 23px;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    border: none;
    text-indent: -9999px;
    margin: 0 6px  !important;
    padding: 0 !important;
    position: relative;
    cursor: pointer;
    background: #5987FF;
    opacity: 0.4; }
    .slick-dots li:hover, .slick-dots li.slick-active {
      opacity: 1; }

.steps {
  padding-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .steps p {
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #394E6C;
    margin-bottom: 24px;
  }
  .steps p:last-child{
    margin-bottom: 0;
  }
  .steps .step_block {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32%;
    padding: 32px 24px 47px;
  }
    .steps .step_block.active, .steps .step_block:hover {
      border-color: #193658;
      background: #fff;
      -webkit-box-shadow: 0px 28px 25px rgba(40, 70, 149, 0.05);
              box-shadow: 0px 28px 25px rgba(40, 70, 149, 0.05);
      border-radius: 8px; }
      .steps .step_block.active .link-arrow, .steps .step_block:hover .link-arrow {
        background: #FF6C6C;
      }
      .steps .step_block.active:before, .steps .step_block:hover:before {
        background: #193658; }
      .steps .step_block.active .step_holder:after, .steps .step_block:hover .step_holder:after {
        background: #193658; }
      .steps .step_block.active .step_heading, .steps .step_block:hover .step_heading {
        color: #193658; }
    .steps .step_block .link-arrow {
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      -webkit-box-shadow: 0px 20px 10px rgba(40, 70, 149, 0.03);
              box-shadow: 0px 20px 10px rgba(40, 70, 149, 0.03);
      bottom: -20px;
      left: 50%;
      margin-left: -20px;
      text-indent: -9999px;
      font-weight: bold;
      background: #FFFFFF;
    }
.steps .step_block .link-arrow.num1:after{
  content: '1';
}
.steps .step_block.active .link-arrow.num1:after{
  color: #fff;
}
.steps .step_block .link-arrow.num2:after{
  content: '2';
}
.steps .step_block.active .link-arrow.num2:after{
  color: #fff;
}
.steps .step_block .link-arrow.num3:after{
  content: '3';
}
.steps .step_block.active .link-arrow.num3:after{
  color: #fff;
}
      .steps .step_block .link-arrow:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 14px;
        font-size: 18px;
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -5px;
        text-indent: 0;
        color: #FF6C6C;
      }
  .steps .step_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .steps .step_holder .description {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .steps .step_holder .img-holder {
      margin-right: 15px; }
    .steps .step_holder .heading {
      display: block;
      font-weight: bold;
      font-size: 20px;
      line-height: 28px;
      color: #002353;
      margin-bottom: 24px;
      margin-top: 13px;
    }
  .steps .step_heading {
    font-weight: 700;
    color: #ED5252;
    margin: 0 0 12px;
    font-size: 18px;
    display: block; }
    .steps .step_heading span {
      display: inline-block;
      margin-right: 35px; }

.services-section {
  background: url(../images/bg_testimonials.png) no-repeat;
  background-position-y: 25px;
  padding: 0;
  background-size: cover;
}

.testimonials-holder .item {
  padding: 15px;
  padding-top: 55px;
  opacity: 0.6;
  transition: 0.5s}
  .testimonials-holder .item.slick-center {
    padding-top: 15px; }
.testimonials-holder .slick-list {
  overflow: visible; }
.testimonials-holder .slick-active {
  opacity: 1; }

.testimonials {
  margin: 0 -15px 0 0; }
  .testimonials .block {
    min-height: 224px;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    -webkit-filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.15));
  }
.sidebar-testi-box .testimonials .block{
  -webkit-filter: none;
  filter: none;
}
.testimonials .block:last-child{
  margin-bottom: 0;
}
.testimonials .block:nth-last-child(-n+2){
  margin-bottom: 0;
}
    .testimonials .block .top-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 0 20px; }
    .testimonials .block .heading {
      margin-bottom: 0;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #002353;
    }
    .testimonials .block p{
      font-size: 14px;
      line-height: 20px;
      color: #394E6C;
    }
.testimonials .block .info {
      color: #6780A0; }
  .testimonials.slick_slider01 .top-holder {
    display: block; }
  .testimonials.slick_slider01 .rating {
    margin-bottom: 15px; }
  .testimonials.slick_slider01 .block p {
    margin-bottom: 20px; }
  .testimonials.slick_slider01 .block .info {
    border-top: 1px solid #CEDBE9;
    padding-top: 17px;
    display: block; }

  .active-link{
    color: #5987FF!important;
  }

.arrows {
  text-align: center;
  margin-bottom: 32px;
}
  .arrows .prev,
  .arrows .next {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    overflow: hidden;
    width: 39px;
    height: 27px;
    background: url(../images/arrow_white.svg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 3px; }
  .arrows .prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.about-holder {
  background: #fff;
  border-radius: 8px;
  padding: 96px 60px 84px;
  margin: 0 0 51px;
  text-align: left;
}
  .about-holder h2, .about-holder h3{
    text-align: left;
  }
  .about-holder .inform {
    font-weight: 600;
    color: #193658;
    display: block;
    margin-bottom: 20px; }

.list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list li {
    position: relative;
    padding-left: 24px;
    margin: 0 0 8px;
    color: #394E6C;
    font-size: 16px;
    line-height: 24px;
  }
  .list li:last-child{
    margin-bottom: 0;
  }
    .list li:after {
      position: absolute;
      content: '';
      left: 8px;
      top: 7px;
      background: #539BFF;
      border-radius: 25px;
      width: 8px;
      height: 8px;
    }
      li .heading {
      display: block;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px;
      color: #002353;
      margin-bottom: 8px;
      }
.list.style01{
  margin-bottom: 16px;
}
  .list.style01 li {
    padding-left: 24px; }
    .list.style01 li:after {
      width: 8px;
      height: 8px;
      background: #539BFF;
      left: 8px;
      top: 8px;
    }

.main-area.padding {
  padding-top: 50px; }
.main-area .wrapper-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.main-area h1 {
  margin-bottom: 15px; }
.main-area #sidebar {
  width: 384px;
  margin-left: 53px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
.main-area #content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.btns {
  text-align: center; }
  .btns .btn {
    min-width: 170px;
    margin: 0 5px 10px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    font-size: 16px;
  }

.inform-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 36px;
}
  .inform-list li {
    position: relative;
    padding-left: 16px;
  }
    .inform-list li:after {
      position: absolute;
      content: '';
      left: 0;
      top: 7px;
      width: 8px;
      height: 8px;
      background: #539BFF;
      border-radius: 25px;
    }
  .inform-list .heading {
    display: block;
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #002353;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 8px;
    padding-left: 0;
  }

.main-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 96px; }
  .main-holder #sidebar {
    width: 260px;
    margin-left: 30px;
    margin-top: 76px;
  }
  .main-holder #content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.sidebar-holder {
  padding: 30px 0; }

  #sidebar .box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    margin-bottom: 40px;
    padding: 27px 34px 31px 34px;
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }
    #sidebar .box .testimonials .block {
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }

.inform {
  padding: 0;
  margin: 0;
  list-style: none; }
  .inform.inner {
    font-size: 20px;
    padding-bottom: 36px; }
    .inform.inner .number {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 16px; }
      .inform.inner .number.percent {
        font-size: 50px;
        line-height: 60px; }
    .inform.inner li {
      display: inline-block;
      vertical-align: top;
      width: 24%;
      margin-right: -4px; }
    .inform.inner img {
      width: 30px;
      display: inline-block;
      vertical-align: top;
      margin-top: 10px; }
  .inform li {
    overflow: hidden;
    margin: 0 0 15px; }
    .inform li:last-child {
      margin: 0; }
  .inform .number {
    display: block;
    color: #5987FF;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
  }
    .inform .number.percent {
      font-size: 24px;
    }
  .inform .ico-holder {
    float: left;
    margin-right: 20px;
    margin-top: 3px; }
  .inform div {
    overflow: hidden; }

.testimonials-holder .slick-dots {
  padding-top: 20px; }

.faq-area {
  margin: 0;
  padding-top: 0;
}
  .faq-area dt {
    padding: 16px 55px 16px 28px;
    font-size: 20px;
    line-height: 27px;
    color: #174276;
    background: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    outline: none; }
    .faq-area dt:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #394E6C transparent transparent transparent;
    }
    .faq-area dt.ui-accordion-header-active {
      background: #FFFFFF;
      border-radius: 8px 8px 0 0;
      color: #174276;
    }
      .faq-area dt.ui-accordion-header-active:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
      }
  .faq-area dd {
    background: #fff;
    border-top: none;
    padding: 0 28px 16px;
    margin: -16px 0 0;
    border-radius: 0 0 8px 8px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #394E6C;
    position: relative;
    z-index: 1; }

.contacts-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 92px; }
  .contacts-blocks .block {
    width: 31%;
    height: 121px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 20px 18px 26px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contacts-blocks .block a {
      color: #3C5777;
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      display: block;
    }
    .contacts-blocks .block a:first-child{
      margin-bottom: 5px;
    }
      .contacts-blocks .block a:hover {
        color: #5987FF; }
  .contacts-blocks .tel {
    position: relative;
    padding-left: 45px; }
    .contacts-blocks .tel:after {
      position: absolute;
      content: '';
      width: 23px;
      height: 40px;
      left: 0;
      top: 50%;
      margin-top: -20px;
      background: url(../images/phone_contacts.svg) no-repeat; }
  .contacts-blocks .mail {
    position: relative;
    padding-left: 60px; }
    .contacts-blocks .mail:after {
      position: absolute;
      content: '';
      width: 40px;
      height: 40px;
      left: 0;
      top: 50%;
      margin-top: -20px;
      background: url(../images/mail_contacts.svg) no-repeat; }
  .contacts-blocks .address {
    position: relative;
    padding-left: 60px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #3C5777;
  }
    .contacts-blocks .address address {
      font-style: normal; }
    .contacts-blocks .address:after {
      position: absolute;
      content: '';
      width: 40px;
      height: 40px;
      left: 0;
      top: 50%;
      margin-top: -20px;
      background: url(../images/location_contacts.svg) no-repeat; }

.text-area h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #002353;
  margin-bottom: 36px;
}
.text-area h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #002353;
  text-align: left;
  margin-bottom: 24px;
  margin-top: 24px;
}
.text-area h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #002353;
  text-align: left;
  margin-bottom: 16px;
  margin-top: 24px;
}
.text-area p {
  margin-bottom: 16px; }
.text-area p:last-child{
  margin-bottom: 0;
}

.main-block {
  background: #FFDEDE;
  margin-top: -152px;
  margin-bottom: 53px;
  padding-top: 180px;
  min-height: 274px; }
  .main-block .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-transform: none;
    max-width: 574px;
    display: block; }
  .main-block .wrapper-frame {
    position: relative; }
    .main-block .wrapper-frame img {
      position: absolute;
      top: -88px;
      right: 130px; }

.custom-select {
  position: relative;
  font-size: 14px; }
.footer-address:after{
  content: "IQEssay.com is owned and operated by DDW Corp. Limited, Cyprus";
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.custom-select select {
  background: #ffffff;
  color: #394E6C;
  padding: 0 15px 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #C7D6E6;
  line-height: 22px;
  width: 100%;
  text-overflow: ellipsis;
  /*hide original SELECT element:*/ }

.select-selected {
  padding: 0 16px 5px 0;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #A6BDD8;
  color: #193658;
  font-size: 14px; }

/*style the arrow inside the select element:*/
.custom-select:after {
  position: absolute;
  content: "";
  top: 13px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #394E6C transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #3C5777;
  padding: 0 16px 5px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 16px; }

.select-items div {
  padding: 5px 5px 5px 0; }

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border: 1px solid #A6BDD8; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #A6BDD8;
  color: #fff !important; }

.reviews-section {
  padding-bottom: 78px; }

.reviews-holder01 {
  font-size: 18px;
  line-height: 26px; }
  .reviews-holder01 .name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px; }
  .reviews-holder01 .rating-holder {
    border-radius: 5px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #596D86;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px; }
  .reviews-holder01 .slick-dots {
    padding-bottom: 10px; }

.reviews-holder {
  padding: 0 90px;
  position: relative; }
  .reviews-holder .item-holder {
    padding: 15px; }
  .reviews-holder .slick-prev,
  .reviews-holder .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/btn_arrow.svg) no-repeat;
    border: none;
    cursor: pointer; }
    .reviews-holder .slick-prev:hover,
    .reviews-holder .slick-next:hover {
      background-image: url(../images/btn_arrow_h.png); }
  .reviews-holder .slick-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .reviews-holder .item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
    margin-bottom: 15px;
    background: #fff;
    padding: 12px 25px 25px;
    overflow: hidden; }
    .reviews-holder .item .panel {
      border-bottom: 1px solid #F5F7F9;
      margin-left: -25px;
      margin-right: -25px;
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
      .reviews-holder .item .panel .frame {
        font-size: 14px;
        color: #808F9F;
        text-align: right; }
      .reviews-holder .item .panel .holder {
        color: #0366D6;
        font-size: 14px;
        width: 50%; }
        .reviews-holder .item .panel .holder .img-holder {
          float: left;
          margin-right: 15px; }
      .reviews-holder .item .panel .name {
        display: block;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 3px; }
  .reviews-holder .rating {
    margin-bottom: 3px; }
    .reviews-holder .rating li {
      text-align: left; }
  .reviews-holder .description {
    font-size: 18px;
    line-height: 24px;
    min-height: 113px; }
  .reviews-holder.inner .panel {
    background: #193658 url(../images/bg11.png) 100% 100%;
    padding: 14px 28px 9px 20px;
    color: #fff; }
    .reviews-holder.inner .panel .holder {
      font-size: 14px;
      color: #fff; }
    .reviews-holder.inner .panel .frame {
      color: #fff; }
    .reviews-holder.inner .panel .name {
      color: #fff; }
  .reviews-holder.inner .item {
    padding-top: 0;
    border: 1px solid #E9E9E9;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.025);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.025); }

.main-area {
  padding-bottom: 53px; }

.table-holder {
  background: #fff;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0px 28px 25px rgba(40, 70, 149, 0.05);
  box-shadow: 0px 28px 25px rgba(40, 70, 149, 0.05);
  margin-bottom: 36px;
  overflow: hidden; }
  .table-holder table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px; }
    .table-holder table th {
      padding: 9px 5px;
      background: #539BFF;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 16.67%;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #FFFFFF;
    }
    .table-holder table td {
      padding: 8px 0;
      text-align: center;
      border-left: 2px solid #e8e9ee;
      font-size: 16px;
      line-height: 24px;
      color: #394E6C;
    }
      .table-holder table td:hover {
        -webkit-box-shadow: 0 0px 31px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0px 31px rgba(0, 0, 0, 0.3);
        border-radius: 5px; }
    .table-holder table tr td:first-child {
      border-left: none;
      color: #002353;
      font-weight: 500;
    }
      .table-holder table tr td:first-child:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0; }
    .table-holder table tr:nth-child(2n) td {
      background: #F4F5FA; }

.testimonials-holder {
  overflow: hidden;
  padding-right: 99999px;
  margin-right: -99999px; }
  .testimonials-holder.inner {
    overflow: visible; }
  .testimonials-holder .testimonials {
    margin-left: -40px; }

.pricing-table {
  width: 100%;
  border-collapse: collapse; }
  .pricing-table th {
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #E9E9E9; }
  .pricing-table tr td:first-child,
  .pricing-table tr th:first-child {
    color: #6A737D; }
  .pricing-table tr td:first-child:hover {
    background: none; }
  .pricing-table td {
    padding: 14px 10px;
    font-size: 16px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 16.67%; }
    .pricing-table td:hover {
      background: #0C1F84;
      color: #fff; }
      .pricing-table td:hover .tooltip {
        visibility: visible;
        opacity: 1;
        bottom: 36px; }
  .pricing-table .tooltip {
    position: absolute;
    background: rgba(36, 41, 46, 0.75);
    font-size: 14px;
    border-radius: 3px;
    padding: 3px 5px;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 80px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.53s;
    transition: 0.53s; }
    .pricing-table .tooltip:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 3px 0 3px;
      border-color: rgba(36, 41, 46, 0.75) transparent transparent transparent;
      left: 50%;
      bottom: -6px;
      margin-left: -3px; }

.main-content {
  padding-top: 68px; }
  .main-content .wrapper-frame {
    display: block; }

.services {
  padding: 104px 0 50px;
  margin: 0 auto;
  list-style: none;
  max-width: 800px;
  -webkit-columns: 3;
          columns: 3; }
  .services li {
    margin-bottom: 8px; }

textarea {
  height: 258px; }

textarea,
input[type=password],
input[type=text],
input[type=tel],
input[type=email] {
  display: block;
  border: none;
  background: none;
  padding: 9px 19px;
  width: 100%;
  border: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  color: #6A737D;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 10px;
  border-radius: 3px;
  border: none;
  background: #E6EAEF; }
  textarea.error,
  input[type=password].error,
  input[type=text].error,
  input[type=tel].error,
  input[type=email].error {
    border-color: #d0021b; }
  textarea.successful,
  input[type=password].successful,
  input[type=text].successful,
  input[type=tel].successful,
  input[type=email].successful {
    border-color: #10b070; }

.submit {
  width: 100%;
  max-width: 290px;
  border: none; }

textarea {
  resize: none;
  overflow: auto; }

.btn-menu {
  display: none;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 55px;
  right: 30px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  outline: none;
  z-index: 1000000; }
  .btn-menu span {
    display: block;
    height: 3px;
    width: 40px;
    text-indent: -9999px;
    z-index: 10;
    background: #193658;
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 5px; }
    .btn-menu span:after, .btn-menu span:before {
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      right: 12px;
      border-radius: 5px;
      background: #193658;
      content: '';
      -webkit-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0;
      transition-delay: 0.3s, 0;
      left: 0;
      top: 13px; }
    .btn-menu span:after {
      -webkit-transition-property: bottom, -webkit-transform;
      transition-property: bottom, -webkit-transform;
      transition-property: bottom, transform;
      transition-property: bottom, transform, -webkit-transform;
      top: -13px; }
    .btn-menu span:before {
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, -webkit-transform;
      transition-property: top, transform;
      transition-property: top, transform, -webkit-transform; }

.menu-open .btn-menu span {
  background: none!important; }
  .menu-open .btn-menu span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
    top: 0;
    width: 32px;
    left: 10px; }
  .menu-open .btn-menu span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
    top: 0;
    width: 32px;
    left: 10px; }

.tablet-visible {
  display: none; }

.error-block {
  text-align: center;
  padding-bottom: 70px; }
  .error-block .info {
    display: block;
    margin: 0 0 32px;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    color: #6780A0;
  }
  .error-block img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 518px;
    margin-bottom: 36px;
    margin-top: 36px;
  }

.services-blocks {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 32px;
}
  .services-blocks .bg {
    position: absolute;
    top: 82px;
    left: -149px; }
  .services-blocks .block {
    font-size: 16px;
    color: #0C1F84;
    display: inline-block;
    vertical-align: top;
  }
    .services-blocks .block .heading {
      display: block;
      margin-bottom: 23px;
      position: relative; }
    .services-blocks .block ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .services-blocks .block ul li a{
        position: relative;
        background: none;
        display: flex;
        align-items: center;
        border-radius: 20px;
        padding: 10px 56px 10px 16px;
        color: #193658;
      }
      .services-blocks .block ul li a span{
        font-size: 16px;
        line-height: 24px;
        border-bottom: 1px solid rgba(25, 54, 88, 0.5);
      }
      .services-blocks .block ul li.active-block a:after, .services-blocks .block ul li:hover a:after {
        content: '';
        background: url("/images/arrow-services.png");
        width: 20px;
        height: 14px;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
      }
      .services-blocks .block ul li.active-block a, .services-blocks .block ul li:hover a {
        background: #fff;
      }

.services-blocks .block ul li a:hover{
  color: #193658;
  background: #fff;
}

      .services-blocks .block ul li {
        margin-bottom: 23px;
        display: flex;
        align-items: center;
        position: relative;
      }
      .services-blocks .block ul li:last-child{
        margin-bottom: 0;
      }

.menu-open .shadow {
  visibility: visible;
  opacity: 1; }

.mobile-visible,
.tablet-visible {
  display: none; }

@media only screen and (max-width: 1100px) {
  .services-blocks{
    margin-left: 0;
  }
  .services-section {
    background-position: 50% -17px; }

  .main-container .wrapper-frame .bg {
    display: none; }

  .contacts-blocks {
    display: block;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
    .contacts-blocks .block {
      width: 100%;
      margin-bottom: 20px; }

  .samples-blocks.inner .block, .testimonials-blocks.inner .block {
    width: 29%; }

  #nav li {
    margin-left: 15px; } }
@media only screen and (max-width: 1080px) {
  .testimonials .block {
    padding-left: 15px;
    padding-right: 15px; } }
@media only screen and (max-width: 1024px) {
  body.home {
    background-position: 20% 30px;
  }
  body.home.panel-close{
    background-position: 20% 0;

  }
  .steps {
    padding-bottom: 0; }
  .steps .step_holder {
    display: block; }
  .steps .step_holder .heading {
    margin-bottom: 10px; }
  .steps .img-holder {
    height: 68px;
    margin-bottom: 5px; }
}
@media only screen and (max-width: 1024px) {
  .test-page .item{
    padding-top: 0!important;
  }
  .rating-blocks .block{
    margin-right: 10px;
  }
  .services-blocks{
    flex-wrap: wrap;

  }
  .services-blocks .block ul li{
    display: table;
    margin: auto;
  }
  .tablet-hidden {
    display: none; }

  .tablet-visible {
    display: block; }

  .testimonials-holder {
    padding: 0 0 0 20px;
    margin: 0;
    overflow: visible; }

  .samples-blocks.inner {
    text-align: center; }
    .samples-blocks.inner .block {
      text-align: left; }

  .home body {
    /*background-image: url(../images/bg_banner_2_new.png); */
  }

  .main-block .wrapper-frame img {
    display: none; }

  .btn-menu {
    display: block; }

  .menu-open .header_frame {
    visibility: visible;
    opacity: 1; }
  .menu-open .btn-menu {
    top: 0; }

  .top-panel .wrapper-frame {
    padding-right: 50px; }

  .inform.inner li {
    width: 48%; }

  .header_frame {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    width: 350px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    padding: 83px 74px 80px 101px;
    display: block;
    padding-right: 60px;
    visibility: hidden;
    opacity: 0;
    }
    .header_frame .btn {
      padding: 3px 15px; }
    .header_frame:after {
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.55);
      top: 0;
      right: 350px;
      width: 9999px;
      bottom: 0;
      z-index: -1; }
    .header_frame .tel {
      display: block;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px; }
    .header_frame .btn {
      margin: 0;
      padding: 0;
      min-width: 160px; }

  #nav {
    display: block;
    font-size: 18px; }
    #nav ul {
      padding: 0 0 16px; }
    #nav li {
      display: block;
      margin: 0 0 25px; }

  .wrapper-frame {
    padding-left: 30px;
    padding-right: 30px; }



  .header {
    padding-top: 38px; }

  .main {
    padding-top: 32px; }

  .main-container .description {
    padding-top: 0; }
  /*.main-container .title {*/
  /*  font-size: 40px; }*/

  .rating-blocks {
    margin-bottom: 13px; }
    .rating-blocks .block {
      width: 33%; }
      .rating-blocks .block:after {
        right: -10px; }

  .main-container {
    margin-bottom: 10px; }

  .steps .step_block {
    padding: 10px; }

  .services-section {
    padding-top: 0; }
.section.inform-area{
  padding-bottom: 30px;
}
    .services-blocks .bg {
      top: 7px;
      left: -168px;
      width: 386px; }
    .services-blocks .block {
      font-size: 14px;
      width: 49%;
      margin-bottom: 31px; }
      .services-blocks .block .heading {
        margin-bottom: 18px; }
      .services-blocks .block ul li {
        margin-bottom: 18px; }

  .services-blocks .block:nth-child(3) {
    padding-left: 0; }

  .services-blocks .block:nth-child(4) {
    margin-right: 0; }

  .services-section {
    background-position: 84% -559px; }

  .testimonials-holder .item {
    padding-top: 15px;
    opacity: 1;
    transition: none;
  }


  .testimonials {
    margin: 0 -15px 18px; }

  .services-section {
    padding-bottom: 32px; }

  .about-holder {
    padding: 38px 41px 34px; }
    .about-holder .list {
      padding-left: 0; }
    .about-holder h2 {
      margin-bottom: 24px; }

  .cta-section {
    padding-top: 0;
    margin-top: -15px; }

  .cta-section {
    padding-bottom: 30px; }
    .cta-section .holder {
      max-width: 65%; }
    .cta-section .block {
      padding: 40px 32px;
      background-size: cover;
    }
    .cta-section .title {
      font-size: 25px;
      line-height: 34px; }
    .cta-section .decor {
      top: 18px;
      right: 29px;
      width: 204px; }

  .footer-holder {
    padding-bottom: 30px; }

  .payments {
    padding-bottom: 31px; }

  #sidebar {
    display: none; }

  .samples-blocks.inner .block {
    width: 50%; } }
.owned-terms:after{
  content: "IQEssay.com is owned and operated by DDW Corp. Limited, Cyprus";
}
@media only screen and (max-width: 767px) {
  .error-block img{
    max-width: 280px;
  }
  .services-blocks .block{
    margin-left: 28px;
  }
  .custom-select:after{
    right: 7px!important;
  }
  body.home {
    background-position: 0 30px; }

  .main-block {
    margin-top: 0; }

  .table-holder {
    overflow-x: auto; }

  .wrapper-frame {
    padding-left: 20px;
    padding-right: 20px; }

  #header .top-panel {
    font-size: 11px; }

  .header {
    padding-top: 20px; }

  .header_holder .tel {
    display: none; }

  .header_frame .btn {
    display: none; }

  .btn-menu {
    top: 37px;
    right: 20px; }
  .home .fixed-header.fixed .btn-menu span, .home .fixed-header.fixed .btn-menu span:before, .home .fixed-header.fixed .btn-menu span:after{
    background: #193658;
  }
  .home .btn-menu span {
    background: #fff; }
    .home .btn-menu span:after, .home .btn-menu span:before {
      background: #fff; }

  .main {
    padding-top: 44px; }

  .main-container {
    background: #5987FF;
    margin-bottom: 13px; }
    .main-container .title {
      display: block;
      font-weight: bold;
      font-size: 32px;
      line-height: 40px;
      text-align: left;
      margin-bottom: 16px;
      text-transform: capitalize;
      font-weight: 900;
      color: #0c1f84;
    }
    .main-container .calc-block {
      margin-bottom: 40px; }
      .main-container .calc-block .row {
        display: block; }
        .main-container .calc-block .row .holder {
          width: 100%;
          margin-bottom: 23px; }

  .select-selected {
    border-bottom-width: 1px;
    padding-bottom: 8px; }

  .rating-blocks {
    display: block;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px; }
    .rating-blocks .block {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 31px; }
      .rating-blocks .block:after {
        width: 33px;
        height: 2px;
        left: 50%;
        margin-left: -12px;
        top: auto;
        bottom: -15px; }

  .rating-info {
    padding-bottom: 23px; }
    .rating-info .inform {
      text-align: center; }

  .steps {
    display: block; }
    .steps .step_block {
      width: 100%;
      margin-bottom: 10px;}

  .steps .step_holder {
    padding-bottom: 7px; }
    .steps .step_holder .heading {
      display: block;
      padding-left: 66px;
      font-size: 18px;
      margin-bottom: 24px; }
    .steps .step_holder .img-holder {
      max-width: 35px;
      height: auto;
      position: absolute;}
      .steps .step_holder .img-holder img {
        height: auto;
        width: 100%;
        display: block; }

  .inform-area {
    padding-bottom: 14px; }

  .services-blocks {
    justify-content: center;
    padding: 0 0 0; }
    .services-blocks .block {
      text-align: center; }
      .services-blocks .block .heading:after {
        display: none; }

  .services-section {
    background: none; }

  .scrollab {
    height: 390px; }
    .scrollab.about-holder {
      background: none;
      padding: 0;
      margin-bottom: 25px; }
      .scrollab.about-holder h2 {
        font-size: 20px;
        text-align: left; }

  .cta-section {
    text-align: center; }
    .cta-section .title {
      font-size: 20px;
      line-height: 25px; }
    .cta-section .decor {
      display: none; }
    .cta-section .holder {
      max-width: 100%; }
    .cta-section .block {
      padding: 33px 32px; }

  .footer-holder .wrapper-frame {
    display: block; }

  .footer-nav {
    display: none; }

  .footer-holder {
    position: relative;
    padding-bottom: 30px; }
  .footer-address{
    text-align: center;
    position: absolute;
    display: none;
    bottom: -20px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  #footer{
    margin-bottom: 20px;
  }
    .footer-holder .inform {
      position: absolute;
      bottom: 25px;
      left: 15px;
      right: 15px;
      text-align: center; }

  .security li {
    display: inline-block;
    vertical-align: top; }

  .mobile-visible {
    display: block; }

  .footer-holder {
    padding-bottom: 40px; }
    .footer-holder .calc-block {
      padding-bottom: 15px; }

  .payments {
    position: absolute;
    top: 0px;
    right: 20px; }

  .mobile-hidden {
    display: none; }

  .security {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
    .security li {
      margin-left: 10px; }
      .security li:first-child {
        margin: 0; }
      .security li:last-child {
        margin-left: 10px; }
    .security.mobile-hidden {
      display: none; }

  .menu-open .btn-menu {
    position: fixed;
    top: 15px; }
    .menu-open .btn-menu span:after, .menu-open .btn-menu span:before {
      background: #696478; }
  .menu-open .header_frame .btn {
    display: block; }

  .header_frame {
    width: 270px;
    padding-left: 50px; }
    .header_frame:after {
      right: 270px; }

  .contacts-blocks .block {
    font-size: 14px; }

  .payments li {
    margin-left: 5px; }

  .samples-blocks,
  .testimonials-blocks {
    margin: 0; }
    .samples-blocks .block,
    .testimonials-blocks .block {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }

  .samples-blocks .block {
    width: 100%; }

  .main-block .wrapper-frame img {
    display: none; }

  .inform.inner li {
    display: block;
    width: 100%;
    margin-bottom: 15px; }

  .samples-blocks.inner .block, .testimonials-blocks.inner .block {
    width: 100%; }

  .cta-section.inner .holder {
    max-width: 100%; }

  .calc-block,
  .main-container .description {
    max-width: 1000px; }

  h2.divider {
    font-size: 20px; }

  .testimonials .block {
    padding: 30px 10px; }

    body.home #header {
      background: #539BFF; }
    body.home .main {
      padding-top: 0; } }

@media only screen and (max-width: 400px) {
  #footer{
    margin-bottom: 20px;
  }
  h1 {
    font-size: 22px; }
    h1.divider {
      font-size: 22px; } }



@media screen and (max-width: 575px) {
  .main-holder {
    display: block!important;
  }
.table-holder{
  max-width: 500px;
  width: 100%;
  overflow: auto;
}
  .table-holder table{
    width: 560px;
  }
}
@media screen and (max-width: 560px) {
  /*.mobile-hide{*/
  /*  display: none;*/
  /*}*/
  #header .top-panel{
    font-size: 14px;
  }
}
@media only screen and (max-height: 550px) {
  .header_frame {
    padding-top: 30px;
    padding-left: 30px; }

  #nav li {
    margin-bottom: 9px; } }
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 50px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 4px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background: #5987FF;
  border-radius: 3px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_dragger_bar {
  width: 2px;
  border-radius: 3px; }

.mCSB_dragger {
  z-index: 100;
  background: #5987FF;
  width: 4px !important;
  height: 80px !important;
  border-radius: 3px; }

ol {
  margin: 0 0 16px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  counter-reset: item;
list-style: none}

ol ol {
  margin: 0; }

.cta-desc{
  color: #fff;
  margin-bottom: 26px;
  display: block;
}

ol li {
  padding: 0 0 0 30px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  color: #394E6C;
}
ol li:last-child{
  margin-bottom: 0;
}
ol li p:last-child{
  margin-bottom: 0;
}

ol > li:before,
ol .num {
  float: left;
  width: 24px;
  margin: 0 0 0 -24px;
  color: #002353;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  content: counters(item,".") ".";
  counter-increment: item; }
ol > li > ol, ol > li > ul.list{
  margin-top: 16px;
}
ol > li > ol > li{
  padding: 0 0 0 40px;
}
ol > li > ol > li:before{
  margin: 0 0 0 -36px;
}

.latin li:before {
  content: counter(item,lower-latin); }

.upper-latin li:before {
  content: counter(item,upper-latin); }

.lower-roman li:before {
  content: counter(item,lower-roman); }

.upper-roman li:before {
  content: counter(item,upper-roman); }

::-webkit-input-placeholder {
  color: #919baa; }

:-moz-placeholder {
  color: #919baa; }

::-moz-placeholder {
  color: #919baa;
  opacity: 1; }

:-ms-input-placeholder {
  color: #919baa; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.latin li:before {
  content: counter(item,lower-latin); }

.upper-latin li:before {
  content: counter(item,upper-latin); }

.lower-roman li:before {
  content: counter(item,lower-roman); }

.upper-roman li:before {
  content: counter(item,upper-roman); }

/*# sourceMappingURL=style.css.map */

.testi-wrapper{
  width: 100%;
  max-width: 780px;
  padding-top: 15px;
  display: none;
}
.testi-wrapper .arrows .prev, .testi-wrapper .arrows .next{
  background: url(../images/arrow_blue.svg) no-repeat!important;
}
.testi-slider .block{
  box-shadow: unset!important;
}

.testi-slider{
  margin-bottom: 25px;
}

.testi-slider .block{
  width: 380px;
  min-height: 265px;
}
@media (max-width: 1150px){
  .testi-wrapper{
    margin: auto;
  }
}

@media(max-width: 1150px) {
  .testi-wrapper{
    max-width: 480px;
    margin: auto;
  }
  .testi-slider .block{
    width: 100%;
  }
}

.testimonials-blocks .block{
  min-height: 265px;
}

@media(max-width: 767px) {
.testi{
  overflow-x: hidden;
}
  .testi-wrapper{
    display: block;
  }

  .testi-slider{
    margin: auto;
    margin-bottom: 25px;
  }
}

@media (max-width: 414px) {
  .testi-slider .block{
    width: 330px;
    padding:30px 10px;
  }
}
.spinner-buttons, .number-pages{
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal!important;
  font-size: 16px!important;
  line-height: 24px!important;
  height: 24px;
  color: #394E6C!important;
}
.calc-block .number-spinner.with-qtns.with-pgs input[type=text], .calc-block .number-spinner.with-prblms.with-pgs input[type=text]{
  text-align: left;
  padding-left: 8px;
}
.calc-block .number-spinner.with-pgs input[type=text]{
  text-align: left;
  padding-left: 25px;
}
.with-pgs.count-two:after{
  right: 27%!important;
}
.with-pgs.count-three:after{
  right: 25%!important;
}

.with-qtns.count-three:after, .with-prblms.count-three:after{
  right: 20%!important;
}
.with-qtns.count-two:after, .with-prblms.count-two:after{
  right: 22%!important;
}

.calculator-borders.number-spinner.with-qtns.with-pgs:after{
  content: 'questions';
  position: absolute;
  top: 40%;
  right: 25%;
}

.calculator-borders.number-spinner.with-prblms.with-pgs:after{
  content: 'problems';
  position: absolute;
  top: 40%;
  right: 25%;
}

.calculator-borders.number-spinner.with-pgs:after{
  content: 'pages';
  position: absolute;
  top: 40%;
  right: 30%;
}

.samples-blocks .logo{
  margin-left: 0;
}

#sidebar .testimonials{
  margin-right: 0;
}

#sidebar{
  position: relative;
}
#sidebar .fixed-sidebar-calc1{
  position: fixed;
  width: 260px;
}
#sidebar .absolute-sidebar-calc1{
  position: absolute;
  bottom: 0;
}
header{
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 999;
}
header.fixed{
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  transition: 0.5s ease-in-out;
}
.home header{
  box-shadow: none;
  background: none;
}
.home header.fixed{
  background: #fff!important;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  transition: 0.5s ease-in-out;
}
header .top-panel{
  border-bottom: 1px solid rgba(43, 69, 78, 0.12);
}
header.fixed .tel-text{
  color: #193658;
}
header .header{
  padding-top: 11px;
  padding-bottom: 11px;
}
.home header .header{
  padding-top: 11px;
  padding-bottom: 11px;
}
.home header.fixed .header{
  padding-top: 11px;
  padding-bottom: 11px;
}
.sidebar-box{
  position: sticky;
  top: 150px;
}
body{
  padding-top: 111px;
}
@media(min-width: 1024px) and (max-width: 1100px){
  .testimonials-holder .testimonials{
    margin-left: 0;
  }
}
@media(max-width: 1024px){
  .arrows .prev, .arrows .next {
    background-image: url(../images/arrow_blue.svg); }
  .testimonials-holder h2 {
    color: #0C1F84;
    margin-bottom: 21px;
    /*margin-left: -20px;*/
  }
  .section.services-section{
    background: none;
  }
  .services-blocks{
    margin-bottom: 30px;
  }
  .btn-menu {
    top: 28px;
  }
  .wrapper-holder{
    overflow-x: hidden;
  }
  .home .testimonials-holder .slick-list {
    overflow: hidden;
  }
}
.home .testimonials .block .info{
  background: none;
}
.home .testimonials .block .info:hover{
  background-color: unset!important;
}
@media(max-width: 767px){
  .btn-menu {
    top: 28px;
  }
}

.about-holder .list span.heading{
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 0;
}
.about-holder .list span:before{
  display: none;
}
.about-holder span{
  display: block;
  color: #002353;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  padding-left: 18px;
  position: relative;
  margin-top: 24px;
}
.about-holder span:before{
  content: '';
  width: 10px;
  height: 10px;
  background: #002353;
  position: absolute;
  left: 0;
  top: 11px;
}

.faq-area h3{
  font-size: 20px!important;
  line-height: 28px!important;
  color: #002353!important;
  margin-bottom: 0;
  font-weight: 600;
}

.test-page .arrows{
  padding-bottom: 77px;
}

.chat-icon {
  position: fixed;
  display: flex;
  bottom: 0;
  right: 10px;
  z-index: 9999999999999;
  width: 180px;
  height: 30px;
  cursor: pointer;
}

.chat-img {
  font-family: zopim,"Segoe UI Symbol","Arial Unicode MS","Lucida Sans Unicode",sans-serif;
  font-size: 16px;
  background-color: #477af0;
  max-width: 36px;
  width: 100%;
  vertical-align: text-top;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-top-left-radius: 5px
}

.chat-desc {
  font-family: Verdana,Geneva,sans-serif;
  font-size: 12px;
  color: #fff;
  width: 100%;
  background-color: #5987ff;
  position: relative;
  overflow: hidden;
  vertical-align: text-top;
  white-space: nowrap;
  font-weight: 700;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-right-radius: 5px
}





@media (max-width: 1024px){
  .chat-icon{
    width: 82px;
    bottom: 15px;
    right: 15px;
    border-radius: 5px;
  }
  .chat-img{
    border-bottom-left-radius: 5px;
  }
  .chat-desc{
    border-bottom-right-radius: 5px;
    font-size: 14px;
  }
}
.footer-address, .owned-terms{
 display: none;
}
.slick-arrow:hover{
  opacity: 0.7;
}
.deadline-tr:hover{
  box-shadow: none!important;
}

.icon-writing{
  width: 16px;
  height: 16px;
  background: url(/images/icon_writing.png) center center/contain no-repeat;
  margin-right: 8px;
}
.services-all-button{
  display: block;
  width: 207px;
  height: 40px;
  line-height: 40px;
  background: #FF6C6C;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 96px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.services-all-button:hover{
  background: #ED5252;
  color: #fff;
}
.reviews-all-button{
  display: block;
  margin: 0 auto;
  width: 225px;
  height: 40px;
  background: transparent;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 96px;
}
.reviews-all-button:hover{
  color: #fff;
  opacity: 0.7;
}
.new-rating-block{
  display: flex;
  margin-bottom: 40px;
}
.new-rating-block-item{
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0px 28px 25px rgba(40, 70, 149, 0.05);
  border-radius: 8px;
  padding: 8px;
  margin-right: 16px;
}
.new-rating-block-item:last-child{
  margin-right: 0;
}
.new-rating-top{
  display: flex;
  align-items: center;
}
.new-rating-top{
  margin-bottom: 4px;
}
.new-rating-top img{
  margin-right: 4px;
}
.new-rating-title{
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #002353;
}
.new-rating-divider{
  height: 1px;
  width: 100%;
  background: rgba(0, 35, 83, 0.3);
  margin: 0 auto;
  margin-bottom: 4px;
}
.new-rating-bottom{
  display: flex;
  align-items: center;
}
.new-rating-left{
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #002353;
  margin-right: 11px;
}
.new-rating-count-revs{
  font-size: 12px;
  line-height: 16px;
  color: #002353;
}
.new-rating-star{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}
.new-rating-star li{
  width: 8px;
  height: 8px;
  margin-right: 4px;
}
.new-rating-star li:last-child{
  margin-right: 0;
}
.new-rating-star li.full{
  background: url(/images/new-star-full.svg) center center/contain no-repeat;
}
.new-rating-star li.half{
  background: url(/images/new-star-half.svg) center center/contain no-repeat;
}
.main-calc-block-title{
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #002353;
  margin-bottom: 8px;
}
.main-container span.words{
  font-size: 16px;
  line-height: 22px;
  color: #394E6C;
}
.main-container span.price{
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #394E6C;
}
.header-nav-order{
  padding: 0;
  width: 131px;
  height: 32px;
  line-height: 28px;
}
.new-footer-copy{
  font-size: 12px;
  line-height: 16px;
  color: #394E6C;
  text-align: center;
  padding: 12px 0;
}
.footer-nav-title{
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #002353;
  margin-bottom: 18px;
}
a.foot-ph:before{
  content: attr(data-phone);
}
.wrapper-frame-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #3C5777;
  border-top: 1px solid #C7D6E6;
  border-bottom: 1px solid #C7D6E6;
  padding-top: 48px;
  padding-bottom: 48px;
}
.wrapper-frame-block .column{
  width: 23%;
}
.section.inform-area{
  padding-bottom: 96px;
  padding-top: 96px;
}
.section.for-seo-text{
  padding-top: 96px;
}
.calc-title{
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #002353;
  text-align: center;
  margin-bottom: 24px;
}
#sidebar span.words{
  font-size: 16px;
  line-height: 24px;
  color: #394E6C;
}
#sidebar .calc-block .price{
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #002353;
  margin-top: -25px;
}
.main-calc-count-word{
  display: none;
}
.reviews-all-button-mob{
  display: none;
}
.btn-for-tablet-only{
  display: none;
  position: absolute;
  right: 13%;
  width: 131px;
  height: 32px;
  line-height: 32px;
  background: #FF6C6C;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  top: 25px;
}
#sidebar .box.sidebar-testi-box{
  padding: 25px 30px 24px;
}
#sidebar .box.sidebar-stat-box{
  padding: 24px 30px;
}
#sidebar .box.calc-box{
  padding: 32px 32px 24px;
}
@media(max-width: 1024px){
  .reviews-all-button{
    border: 2px solid #539BFF;
    color: #539BFF;
    margin-bottom: 0;
  }
  h2.divider.white {
    color: #002353;
  }
  .main-container .description {
    max-width: initial;
  }
  .main-container p{
    margin-bottom: 48px;
  }
  .new-rating-block{
    margin-bottom: 28px;
  }
  .home body {
    background-size: initial;
    background-position-y: -10px;
  }
  .main-container {
    margin-bottom: 15px;
  }
  .steps .step_block{
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: none!important;
  }
  .steps .step_block .step_holder{
    padding: 32px 24px 47px;
    background: #fff;
    width: 353px;
    max-width: 353px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 381px;
    -webkit-box-shadow: 0px 28px 25px rgba(40, 70, 149, 0.05);
    box-shadow: 0px 28px 25px rgba(40, 70, 149, 0.05);
    border-radius: 8px;
  }
  .steps .step_block .link-arrow{
    background: #FF6C6C;
  }
  .steps .step_block .link-arrow:after{
    color: #fff;
  }
  .steps button.slick-prev{
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    background: none;
    border: none;
    width: 39px;
    min-width: 39px;
    height: 27px;
    background-size: 100% 100%;
    cursor: pointer;
    background-image: url(../images/arrow_blue.svg);
    transform: rotate(180deg);
    opacity: 1;
    z-index: 1;
  }
  .steps button.slick-prev:hover{
    opacity: 0.7;
  }
  .steps button.slick-next{
    display: block;
    position: absolute;
    top: 40%;
    right: 0;
    background: none;
    border: none;
    width: 39px;
    min-width: 39px;
    height: 27px;
    background-size: 100% 100%;
    cursor: pointer;
    background-image: url(../images/arrow_blue.svg);
    opacity: 1;
  }
  .steps button.slick-next:hover{
    opacity: 0.7;
  }
  .steps .step_holder {
    display: flex;
  }
  .steps .step_holder .heading {
    margin-bottom: 24px;
    margin-top: 10px;
  }
  .section.inform-area {
    padding-bottom: 96px;
  }
  .services-blocks {
    padding-top: 0;
    margin-bottom: 0;
  }
  .services-blocks .block ul li {
    margin: 0;
    margin-bottom: 24px;
  }
  .testimonials .block .info {
    background: none;
    font-size: 16px;
    line-height: 24px;
    color: #6780A0;
    height: auto;
    margin: 0;
  }
  .section.for-seo-text {
    padding-top: 64px;
  }
  .about-holder {
    padding: 96px 30px;
  }
  .cta-section {
     padding-bottom: 0;
  }
  .footer-holder .logo{
    margin-bottom: 8px;
  }
  .top-tablet-payments{
    margin-bottom: 16px;
  }
  .top-tablet-payments img:first-child{
    margin-right: 16px;
  }
  .tab-mcfree{
    margin-bottom: 16px;
    display: block;
  }
  .wrapper-frame-block .column {
    width: 30%;
  }
  .footer-holder {
     padding-bottom: 0;
  }
  .cta-section .block{
    background: url(/images/cta-bg-tab.png) center center/cover no-repeat;
    padding: 36px;
  }
  .cta-section .title{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
  }
  .cta-section .holder {
    max-width: 80%;
  }
  .main-bg-img{
    background: #539BFF;
    height: 612px;
  }
  .home .steps .slick-dots{
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .home .steps .slick-list{
    padding-bottom: 82px;
  }
}
@media(max-width: 1024px) and (min-width: 768px){
  /*.steps {*/
  /*  overflow-x: scroll;*/
  /*  min-height: 405px;*/
  /*}*/
  /*.steps .step_block{*/
  /*  min-width: 340px;*/
  /*  margin-bottom: 50px;*/
  /*}*/
  /*.section.inform-area {*/
  /*  padding-bottom: 70px;*/
  /*}*/
}
@media(max-width: 1024px) and (min-width: 1000px){
  .testimonials-holder{
    padding: 0;
    margin-left: -5px;
  }
  .testimonials-holder .testimonials {
    margin-left: -10px;
  }
}
@media(max-width: 1024px){
  .btn-for-tablet-only{
    display: block;
  }
}
@media(max-width: 767px){
  .main-container{
    padding-top: 30px;
    background: #539BFF;
  }
  .main-container p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }
  .main-calc-count-word{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #6780A0;
  }
  .main-container span.words{
    line-height: 24px;
  }
  .main-container span.price{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #002353;
    margin-top: -20px;
  }
  .main-container .calc-block .btn {
    width: 100%;
    max-width: 256px;
    margin: 0 auto;
  }
  .main-container .calc-block .row .holder.ord-btn {
    margin-bottom: 0;
  }
  .main-container .calc-block {
    margin-bottom: 32px;
  }
  .main-container {
    margin-bottom: 0;
  }
  .section.inform-area {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  h2.divider {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .steps .step_block{
    min-height: 350px;
  }
  .steps .step_holder .img-holder{
    max-width: initial;
  }
  .steps .step_holder .heading{
    padding-left: 80px;
  }
  .steps .step_holder .heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .services-blocks .block {
     margin-left: 0;
  }
  .services-all-button{
    width: 256px;
    margin-bottom: 64px;
  }
  .testimonials .block {
    padding: 32px 24px;
  }
  .testimonials .block p{
    color: #394E6C;
  }
  .arrows{
    margin-left: -20px;
  }
  .reviews-all-button{
    display: none;
  }
  .reviews-all-button-mob{
    display: block;
    margin: 0 auto;
    width: 225px;
    height: 40px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #539BFF;
    color: #539BFF;
  }
  .section.services-section{
    padding-bottom: 0;
  }
  .section.for-seo-text .wrapper-frame{
    padding: 0;
  }
  .about-holder {
    padding: 64px 20px;
  }
  .section.for-seo-text {
     padding-bottom: 13px;
  }
  .cta-section .block {
    background: #5987FF;
    padding: 30px 16px;
  }
  .cta-section .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .cta-section .holder {
    max-width: 100%;
  }
  .cta-section {
    margin-bottom: 64px;
  }
  #footer {
     margin-bottom: 0px;
  }
  .wrapper-frame-block{
    flex-direction: column;
  }
  .wrapper-frame-block .column {
    width: 100%;
    margin-bottom: 32px;
  }
  .wrapper-frame-block .column:last-child{
    margin-bottom: 0;
  }
  .mobile-visible {
    display: none;
  }
  footer .payments {
    display: none;
  }
  .footer-nav {
     display: block;
  }
  .footer-holder .logo {
    margin-bottom: 2px;
  }
  footer .column.tablet-hidden{
    display: block;
  }
  footer .column.tablet-hidden .payments {
    display: block;
    position: initial;
  }
  footer .column.tablet-hidden .footer-nav-title{
    margin-bottom: 24px;
  }
  .security{
    justify-content: flex-start;
  }
  .security li:first-child{
    margin-right: 16px;
  }
  .btn-for-tablet-only{
    display: none;
  }
  .new-rating-block{
    display: none;
  }
  .steps .step_block .link-arrow{
    background: #FF6C6C;
  }
  .steps .step_block .link-arrow:after{
    color: #fff;
  }
  .samples-blocks .block:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .samples-blocks .block:last-child{
    margin-bottom: 0;
  }
  .testimonials .block:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .testimonials .block:last-child{
    margin-bottom: 0;
  }
  .top-panel .wrapper-frame .close{
    right: 20px;
  }
  #header .top-panel{
    color: #002353;
    height: 30px;
  }
  #header .top-panel .wrapper-frame{
    height: 30px;
  }
  body {
    padding-top: 141px;
  }
  h1 {
    font-size: 22px; }
  h1.divider {
    font-size: 22px; }
  .steps .step_block .step_holder{
    margin-right: 20px;
    margin-left: 20px;
    margin: 0 auto;
    width: auto;
  }
  .section.inform-area .wrapper-frame{
    padding: 0;
  }
  .section.inform-area h2.divider{
    margin-right: 20px;
    margin-left: 20px;
  }
  .home .steps .slick-list {
    padding-bottom: 62px;
  }
  .cta-section{
    margin-top: 0;
  }
  .main-holder{
    padding-bottom: 64px;
  }
  #content p:last-child{
    margin-bottom: 0;
  }
  .contacts-blocks{
    padding-bottom: 64px;
  }
  .contacts-blocks .block:last-child{
    margin-bottom: 0;
  }
  .test-page .arrows {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .testimonials-holder h2{
    margin-left: -20px;
  }
}
@media(max-width: 400px){
  #footer {
    margin-bottom: 0px;
  }
}
@media(min-width: 1025px){
  .testimonials.slick_slider .slick-list{
    padding: 0 25px!important;
  }
}
@media(max-width: 374px){
  #header .top-panel {
    font-size: 11px;
  }
  .top-panel .info{
    font-size: 12px;
  }
}
@media(max-width: 1024px) and (min-width: 1000px){
  .testimonials-holder h2{
    margin-left: 5px;
  }
  .testimonials-blocks.testimonials{
    margin-left: 0;
  }
  .testimonials-blocks.testimonials .block:nth-child(odd){
    margin-right: 55px;
  }
  .testimonials-blocks.testimonials .block:nth-child(even){
    margin-right: 0;
  }
}
@media(max-width: 999px) and (min-width: 768px){
  .testimonials-holder h2{
    margin-left: -20px;
  }
  .testimonials-blocks.testimonials{
    margin-left: 0;
  }
  .testimonials-blocks.testimonials .block:nth-child(odd){
    margin-right: 40px;
  }
  .testimonials-blocks.testimonials .block:nth-child(even){
    margin-right: 0;
  }
}
@media(max-width: 767px){
  .zopim{
    bottom: 5px!important;
  }
}