svg path {
  stroke:inherit;
  stroke-width:inherit;
  fill:inherit;
}
a:focus, img:focus{
  outline: none;
}
.roww {
  width: 1200px;
  margin: 0 auto;
}
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
  background-color: #272f48;
}
div,
p {
  color: #fff;
  font-family: 'open_sansregular';
  margin: 0;
  line-height: 30px;
  font-size: 14px;
}
.overflow-hidden {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
}
.overlay {
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.overlay-active {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  background-color: #2d3653;
  z-index: 99;
}
select::-ms-expand {
  display: none;
}
/***** Custom Classes  ****/
.title,
.howitworks-title,
.howitworks-item__title,
.statistics-title,
.home-text-title,
.reviews-title,
.page-title,
.page-title h1 {
  color: #fff;
  font-family: "Arial Rounded MT";
  font-size: 36px;
  line-height: 30px;
}
.button-yellow {
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.1), 0 10px 30px rgba(0,0,0,0.1);
          box-shadow: 0 3px 9px rgba(0,0,0,0.1), 0 10px 30px rgba(0,0,0,0.1);
  border-radius: 2px;
  background-color: #fc0;
  color: #fff;
  font-family: "open_sansbold";
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.button-yellow-hover {
  -webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.25);
          box-shadow: 0 5px 12px rgba(0,0,0,0.25);
  background-color: #ffdb4c;
}
/****  Media  ****/
@media (max-width: 1220px) {
  .roww {
    width: auto;
  }
  .title,
  .howitworks-title,
  .howitworks-item__title,
  .statistics-title,
  .home-text-title,
  .reviews-title,
  .page-title,
  .page-title h1 {
    line-height: 1;
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  img {
    max-width: 90vw;
  }
}
/****  Header  ****/
header.page-headers {
  background-color: #2d3653;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
header .roww {
  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;
  height: 82px;
}
header .roww .header-menu {
  width: 69%;
}
header .roww .header-menu__ico {
  display: none;
}
header .roww .header-menu ul {
  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;
}
header .roww .header-menu ul li {
  color: #fff;
  font-family: "open_sanssemibold";
  font-size: 14px;
  text-transform: uppercase;
  list-style-type: none;
  border: 2px solid transparent;
  padding: 0 6px;
  border-radius: 4px;
  -webkit-transition: border-color 0.5s, color 0.2s;
  transition: border-color 0.5s, color 0.2s;
}
header .roww .header-menu ul li:nth-last-of-type(2) {
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-transition: border-color 0.5s, color 0.2s;
  transition: border-color 0.5s, color 0.2s;
}
header .roww .header-menu ul li:last-of-type {
  position: relative;
}
header .roww .header-menu ul li:last-of-type:before {
  content: url("../images/sign_in.png");
  width: 15px;
  height: 14px;
  margin-right: 10px;
}
header .roww .header-menu ul li a {
  color: #fff;
  text-decoration: none;
}
header .roww .header-menu ul li.active-nav,
header .roww .header-menu ul li:hover {
  color: #fc0;
  border-radius: 4px;
  border: 2px solid #fc0;
  -webkit-transition: border-color 0.5s, color 0.2s;
  transition: border-color 0.5s, color 0.2s;
}
header .roww .header-menu ul li.active-nav a,
header .roww .header-menu ul li:hover a {
  color: #fc0;
}
/****  Home Page  ****/
.header {
  height: 762px;
  background-color: #53cfea;
  background-image: linear-gradient(-13deg, #9c83f2 0%, #f679b7 100%);
}
.header-logo {
  margin-top: -13px;
  z-index: 99;
}
/****  Media Header  ****/
@media (max-width: 1220px) {
  .header {
    height: auto;
  }
  .header header img {
    z-index: 999;
    position: relative;
  }
  header {
    padding: 0 30px;
  }
  header .roww .header-menu {
    width: 235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .roww .header-menu ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  header .roww .header-menu ul li {
    display: none;
  }
  header .roww .header-menu ul li:nth-last-of-type(1),
  header .roww .header-menu ul li:nth-last-of-type(2) {
    display: block;
    margin-right: 10px;
  }
  header .roww .header-menu ul.active {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 999;
    left: 30px;
    top: 85px;
  }
  header .roww .header-menu ul.active li {
    display: block;
    padding: 0;
  }
  header .roww .header-menu ul.active li:nth-last-of-type(2) {
    padding: 0px 10px;
    margin: 6px 0;
  }
  header .roww .header-menu ul.active li a {
    color: #fff;
  }
  header .roww .header-menu ul.active li.active-nav {
    color: #fc0;
    border-radius: 4px;
    border: 2px transparent;
  }
  header .roww .header-menu ul.active li.active-nav a {
    color: #fc0;
    padding: 0;
  }
  header .roww .header-menu__ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 30px;
    top: 27px;
  }
  header .roww .header-menu__ico span {
    width: 27px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 3.5px 0;
    -webkit-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
  }
  header .roww .header-menu__ico:hover {
    cursor: pointer;
  }
  header .roww .header-menu__ico img {
    display: none;
  }
  header .roww .header-menu__ico.menu_close {
    z-index: 99;
  }
  header .roww .header-menu__ico.menu_close img {
    display: block;
  }
  header .roww .header-menu__ico.menu_close span {
    display: none;
  }
}
@media (max-width: 780px) and (orientation: landscape) {
  header .roww .header-menu ul.active {
    width: 100vw;
    height: 70%;
    overflow-y: scroll;
  }
  header .roww .header-menu ul.active li {
    display: block;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .header-logo {
    margin-top: 0;
  }
  header {
    padding: 0 20px;
    height: 60px;
  }
  header .roww {
    height: 60px;
  }
  header .roww .header-menu {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .roww .header-menu__ico {
    right: 20px;
    top: 15px;
  }
  header .roww .header-menu ul {
    width: 70%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  header .roww .header-menu ul li {
    display: none;
  }
  header .roww .header-menu ul li:nth-last-of-type(1),
  header .roww .header-menu ul li:nth-last-of-type(2) {
    display: none;
  }
  header .roww .header-menu ul.active {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 999;
    left: 20px;
    top: 85px;
  }
  header .roww .header-menu ul.active li {
    display: block;
    padding: 0;
  }
  header .roww .header-menu ul.active li:nth-last-of-type(2) {
    padding: 0px 10px;
    margin: 6px 0;
  }
  header .roww .header-menu ul.active li a {
    color: #fff;
  }
  header .roww .header-menu ul.active li.active-nav {
    color: #fc0;
    border-radius: 4px;
    border: 2px transparent;
  }
  header .roww .header-menu ul.active li.active-nav a {
    color: #fc0;
    padding: 0;
  }
  header .roww .header-menu ul li.active-nav, header .roww .header-menu ul li:hover{
    border: none;
  }
}
@media (max-width: 325px) {
  header .roww .header-menu ul.active li {
    display: block;
    padding: 6px 0;
  }
}
.banner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.banner .roww {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 105px;
}
.banner-content {
  margin-left: 77px;
}
.banner-title {
  max-width: 600px;
  color: #fff;
  font-family: "Arial Rounded MT";
  line-height: normal;
  line-height: 50px;
  font-size: 46px;
/*
  
  font-size: 64px;
*/
}
/*
.banner-title span {
  font-size: 36px;
}
*/
.banner-text {
  max-width: 470px;
  color: #fff;
  font-size: 18px;
  /*font-family: 'sans-serif';*/
  line-height: normal;
/*
  font-size: 20px;*/
  line-height: 30px;
}
.banner-text strong{
  font-family: 'arial';
}
.banner-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0;
}
.banner-counter__user {
  position: relative;
  margin-right: 7px;
}
.banner-counter__user:after {
  position: absolute;
  content: ' ';
  width: 14px;
  height: 14px;
  top: -5px;
  right: -5px;
  background-color: #00e005;
  background-image: linear-gradient(-9deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
  border-radius: 50%;
}
.banner-counter .count {
  color: #fc0;
  font-family: "open_sanssemibold";
    font-size: 26px;
    line-height: 45px;
    padding-left: 15px;
  width: 140px;
  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;
  letter-spacing: 36px;
  background-image: url("../images/4-layers.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-counter__items {
  position: absolute;
}
.banner-counter__item {
  width: 44px;
  height: 44px;
  margin-right: 7px;
  border-radius: 10px;
  background-color: #333;
  background-image: linear-gradient(-9deg, rgba(156,131,242,0.9) 0%, rgba(57,59,93,0.9) 100%);
}
.banner-calculate {
  width: 379px;
  height: 412px;
  border-radius: 4px;
  background-color: #2d3653;
  -webkit-box-shadow: 0 25px 29px rgba(0,0,0,0.25);
          box-shadow: 0 25px 29px rgba(0,0,0,0.25);
  z-index: 2;
  position: relative;
}
.banner-calculate__title {
  padding: 10px 0 7px;
  color: #fff;
  font-family: "Arial Rounded MT";
  font-size: 30px;
  line-height: 48px;
  border-bottom: 1px solid #c0c0c0;
  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-bottom: 2px;
}
.banner-calculate__title img {
  margin-right: 17px;
}
.banner-calculate div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.banner-calculate div p {
  width: 110px;
  text-align: right;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 20px;
}
.banner-calculate div div {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.banner-calculate div:nth-child(3),
.banner-calculate div.pages {
  margin-bottom: 0;
}
.banner-calculate select {
  width: 200px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #999;
  background-color: #282f49;
  background-image: url("../images/drop_down_icon.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  padding-right: 25px;
  padding-left: 11px;
}
.banner-calculate select:hover {
  cursor: pointer;
}
select[name=typeOfPaper]{
  padding-right: 30px;
}
.banner-calculate ul {
  width: 117px;
  margin-left: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #999;
  box-sizing: border-box;
  overflow: hidden;
}
.banner-calculate ul li {
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
  height: 30px;
  overflow: hidden;
}
.banner-calculate ul li:first-child,
.banner-calculate ul li:last-child {
  width: 30px;
  height: 30px;
}
.banner-calculate ul li:first-child a,
.banner-calculate ul li:last-child a {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  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;
  font-size: 20px;
  color: #838383;
}
.banner-calculate ul li:first-child a:hover,
.banner-calculate ul li:last-child a:hover {
  cursor: pointer;
}
.banner-calculate ul li input {
  width: 56px;
  height: 100%;
  border: none;
  outline: none;
  margin: 0px;
  text-align: center;
  background-color: #282f49;
  color: #838383;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding: 0;
  border-radius: 0px;
  box-sizing: border-box;
}
.banner-calculate input.total__value {
  background: none;
  border: none;
  outline: none;
  color: #000;
  font-size: 30px;
  width: 100px;
  font-family: 'latoregular';
}
.banner-calculate span {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 30px;
  margin-left: 154px;
  margin-bottom: 15px;
}
.banner-calculate .order {
  border-top: 1px solid #c0c0c0;
  margin-top: 5px;
  padding-right: 10px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
  margin-bottom: 0;
}
.banner-calculate .order input {
  width: 110px;
  text-align: right;
  margin-right: 20px;
  color: #fc0;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'open_sansregular';
}
.banner-calculate .order button {
  height: 50px;
  width: 180px;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  font-family: 'open_sanssemibold';
  font-size: 16px;
}
.banner-calculate .order button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.banner-calculate .order button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
/****  Media Banner  ****/
@media (min-width: 1220px) {
  .banner-counter {
    display: block;
  }
  .banner-counter__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: scale(0.9) translateX(-5%);
            transform: scale(0.9) translateX(-5%);
  }
}

@media (max-width: 1220px) and (min-width: 768px) {
  .banner-text {
    margin: 0 auto 30px;
  }
}
@media (max-width: 1220px) {
  .banner .roww {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-title {
    margin: 0 auto;
  }
  .banner-content {
    margin-left: 0;
    text-align: center;
  }
  .banner-counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-counter__elem {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    .banner-counter .count {
    	height: 44px;
    	width: 132px;
    }
  .banner-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  footer .roww{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .banner .roww {
    padding-top: 20px;
  }
  .banner-title {
    max-width: none;
    font-size: 30px;
    margin-top: 30px;
    line-height: 1.2;
  }
  .banner-title span {
    display: block;
  }
  .banner-counter__elem {
    margin: 30px 0 20px;
  }
    .banner-counter .count {
    	height: 44px;
    	width: 132px;
    }
  .banner-text {
    font-size: 16px;
    padding: 0 20px;
  }
  .banner-calculate {
    height: auto;
    padding-bottom: 30px;
  }
  .banner-calculate span {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .banner-calculate form {
    width: 200px;
    margin: 0 auto;
  }
  .banner-calculate form div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-calculate form div p {
    text-align: left;
    margin-right: 0;
  }
  .banner-calculate__title {
    font-size: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner-calculate .order {
    padding-right: 0;
    border-top: 0;
  }
  .banner-calculate .order:before {
    content: ' ';
    width: 100vw;
    height: 1px;
    background: #c0c0c0;
  }
  .banner-calculate .order input {
    margin-right: 0;
    margin-top: 5px;
    text-align: center;
  }
}
.waves {
  position: relative;
  margin-top: -280px;
  height: 460px;
}
.waves .wave-first {
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transition: left 0.1s ease-in-out;
  transition: left 0.1s ease-in-out;
}
.waves .wave-second {
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transition: left 0.1s ease-in-out;
  transition: left 0.1s ease-in-out;
}
.waves .wave-third {
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transition: left 0.1s ease-in-out;
  transition: left 0.1s ease-in-out;
}
.waves-bottom {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: -50px;
  background-color: #2d3653;
}
.advantages {
  position: relative;
  z-index: 2;
}
.advantages-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages-item img {
  margin-right: 20px;
}
.advantages-item div p {
  font-size: 18px;
  line-height: 30px;
}
.advantages-item div p:nth-child(1) {
  font-family: "Arial Rounded MT";
  font-size: 24px;
}
@media (max-width: 1220px) {
  .waves {
    height: 270px;
    margin-top: -200px;
  }
  .waves .wave-first {
    margin-left: 0;
  }
  .advantages-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .advantages-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    width: 350px;
    margin-bottom: 40px;
  }
}
/*
@media (max-width: 800px)*/
@media (max-width: 600px) {
  .advantages {
    padding: 0px 0 0;
  }
  .advantages-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages-item img {
    margin-right: 0;
  }
  .advantages-item p {
    text-align: center;
  }
  .info{
      margin-top: 60px;
  }
}
.howitworks {
  position: relative;
  background-image: url("../images/howitworks_bg.png");
  background-repeat: no-repeat;
  background-position: center 40%;
  padding: 20px 0;
}
.howitworks-title {
  text-align: center;
  margin: 100px 0 50px;
}
.howitworks-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.howitworks-item {
  width: 241px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  margin: 0 30px;
}
.howitworks-item__title {
  position: fixed;
  top: -150px;
  z-index: 9;
  text-align: center;
  margin: 100px 0;
}
.howitworks-item__img {
  position: absolute;
  z-index: 2;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.howitworks-item__shadow {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.howitworks-item .rectangle {
  width: 241px;
  height: 123px;
}
.howitworks-item .rectangle-shadow {
  position: absolute;
  z-index: -10;
  top: 10px;
  left: -10px;
}
.howitworks .howitworks-item .rectangle {
  opacity: 0.2;
  margin-top: -30px;
  margin-left: -5px;
}
.howitworks .howitworks-item .rectangle-shadow {
  opacity: 0;
}
.howitworks .center .rectangle {
  opacity: 1;
}
.howitworks .center .rectangle-shadow {
  opacity: 1;
}
.howitworks .owl-carousel .owl-stage-outer {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.howitworks .owl-carousel.owl-drag .owl-item {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.howitworks .owl-carousel .owl-stage-outer {
  height: 400px;
}
.howitworks .owl-carousel .owl-item img {
  width: auto;
  padding-top: 40px;
}
.howitworks a[class~="active"] {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.howitworks a[class~="center"] {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
.howitworks .owl-stage a {
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.howitworks .owl-stage a.center {
  -webkit-transform: translateY(130px) !important;
          transform: translateY(130px) !important;
}
.howitworks .howitworks-item__title {
  display: none;
}
@media (max-width: 1220px) {
  .howitworks-item__img {
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
  .howitworks-item__shadow {
    bottom: -26px;
    -webkit-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
  }
}
@media (max-width: 600px) {
  .banner-text{
    display: none;
  }
  .howitworks-title {
    margin: 40px 0;
  }
  .howitworks-item {
    margin: 0 auto;
  }
}
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
}
.statistics {
  width: 73%;
}
.statistics-title {
  margin-bottom: 43px;
}
.statistics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.statistics-item.animate:nth-child(1) .statistics-bg:after {
  width: 79%;
  -webkit-animation: statistics 1.5s;
          animation: statistics 1.5s;
}
.statistics-item.animate:nth-child(2) .statistics-bg:after {
  width: 100%;
  -webkit-animation: statistics2 1.5s;
          animation: statistics2 1.5s;
}
.statistics-item.animate:nth-child(3) .statistics-bg:after {
  width: 25%;
  -webkit-animation: statistics3 1.5s;
          animation: statistics3 1.5s;
}
.statistics-item.animate:nth-child(4) .statistics-bg:after {
  width: 63%;
  -webkit-animation: statistics4 1.5s;
          animation: statistics4 1.5s;
}
.statistics-item.animate:nth-child(5) .statistics-bg:after {
  width: 67%;
  -webkit-animation: statistics5 1.5s;
          animation: statistics5 1.5s;
}
.statistics-name {
  width: 230px;
  color: #fff;
  font-family: "Arial Rounded MT";
  font-size: 20px;
  text-align: right;
}
.statistics-bg {
  margin-left: 30px;
  width: 467px;
  height: 9px;
  border-radius: 4px;
  background-color: #232a40;
  position: relative;
}
.statistics-bg:after {
  position: absolute;
  content: ' ';
  height: 9px;
  border-radius: 4px;
  background-color: #fc0;
  left: 0;
}
.statistics-count {
  font-size: 20px;
  font-family: "Arial Rounded MT";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  justify-content: space-between;
  margin-left: 20px;
}
.statistics-count img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: auto 0;
  width: 9px;
  height: 9px;
}
.home-text {
  width: 26%;
}
.home-text-title {
  text-align: right;
  margin-bottom: 55px;
  padding-right: 20px;
}
.home-text-content {
  padding-left: 20px;
}
.home-text-content position relative:before {
  position: absolute;
  content: ' ';
  left: 0;
  width: 1px;
  height: 270px;
  background: #555f7e;
}
.home-text-content p {
  margin-bottom: 30px;
}
@media (max-width: 1220px) {
  .home-text {
    display: none;
  }
  .statistics {
    width: 100%;
  }
  .statistics-title {
    text-align: center;
  }
  .statistics-content {
    padding: 0 30px;
  }
  .statistics-bg {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  .statistics-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .statistics-bg {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-left: 0;
  }
  .statistics-name {
    width: auto;
  }
}
@media (max-width: 370px) {
  .statistics-name {
    font-size: 16px;
  }
  .statistics-count {
    font-size: 16px;
    justify-content: space-between;
    max-width: 82px;
  }
  .statistics-count img {
    margin: auto 0;
  }
}
.benefits {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.benefits-item img {
  margin-right: 15px;
}
.benefits-item__title {
  font-family: "Arial Rounded MT";
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.benefits-item p {
  font-size: 18px;
  max-width: 300px;
}
@media (max-width: 1220px) {
  .benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefits-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
  }
  .benefits-item img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .benefits-item div {
    text-align: center;
  }
  .benefits-item p {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .benefits {
    margin-top: 50px;
  }
  .benefits-item {
    padding: 0 25px;
  }
}
.order-now {
  width: 110vw;
  height: 250px;
  margin: 120px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.order-now__left {
  width: 48%;
  background-image: url("../images/index_cta_img.png");
  background-position: left center;
  background-repeat: no-repeat;
  height: 250px;
}
.order-now__right {
  width: 75%;
  height: 219px;
  margin-top: 40px;
  margin-left: -8%;
  background-color: #232a40;
  background-image: linear-gradient(79deg, rgba(156,131,242,0.39) 0%, rgba(246,121,183,0.39) 100%);
  -webkit-transform: skew(-15deg, 0);
          transform: skew(-15deg, 0);
  position: relative;
  z-index: -2;
}
.order-now__title p {
  color: #282f49;
  font-family: "Arial Rounded MT";
  font-size: 40px;
  line-height: 46px;
}
.order-now__title p:first-child {
  font-family: "open_sanssemibold";
  font-size: 36px;
}
.order-now__form p {
  color: #fff;
  font-family: "open_sanssemibold";
  font-size: 20px;
  margin-bottom: 15px;
}
.order-now__form select {
  width: 220px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #999;
  background-color: #282f49;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  padding-left: 15px;
  background-image: url("../images/drop_down_icon.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  margin-right: 15px;
  padding-right: 30px;
}
.order-now__form button {
  margin-right: 60px;
  padding: 12px 35px;
  line-height: 1;
  font-family: 'open_sanssemibold';
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.order-now__form button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.order-now__form button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.order-now .roww {
  position: absolute;
  top: 50%;
  left: 38%;
  -webkit-transform: translate(-38%, -50%);
          transform: translate(-38%, -50%);
  width: 1200px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1820px) {
  .order-now {
    margin: 30px 0 0;
  }
  .order-now__left {
    background-size: contain;
    width: 45%;
    background-position: left 64%;
  }
}
@media (max-width: 1220px) {
  .order-now {
    margin: 30px 0 0;
  }
  .order-now__left {
    display: none;
  }
  .order-now__title {
    display: none;
  }
  .order-now__right {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    margin-left: 0;
  }
  .order-now .roww {
    width: 100vw;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 800px) {
  .order-now {
    height: 260px;
  }
  .order-now .roww {
    top: 30px;
  }
  .order-now__right {
    height: 260px;
  }
  .order-now__form select {
    width: 300px;
    margin-bottom: 15px;
    border: 1px solid #999;
  }
  .order-now__form button {
    margin-right: 15px;
  }
  .order-now__form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  .order-now form {
    text-align: center;
  }
  .order-now__form p {
    margin-bottom: 15px;
  }
  .order-now__form select {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .order-now__form button {
    margin-right: 0;
  }
}
.reviews {
  margin: 100px 0 0;
}
.reviews-title {
  text-align: center;
}
.reviews-title span {
  color: #fc0;
}
.reviews-title div img {
  margin-top: 35px;
}
.reviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 530px;
  margin-top: -50px;
}
.reviews-item {
  width: 467px;
  height: 200px;
  border-radius: 10px;
  background-color: #5b4b7f;
  position: relative;
}
.reviews-item__name {
  color: #fff;
  font-family: "Arial Rounded MT";
  font-size: 26px;
  line-height: 26px;
  margin-top: 20px;
}
.reviews-item__text {
  padding: 0 30px;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
.reviews-item__content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transform: none;
          transform: none;
  height: 80%;
  width: 100%;
  box-sizing: border-box;
}
.reviews-item__content img {
  max-width: 110px;
  padding: 5px 0 0;
  width: 110px;
  height: auto;
}
.reviews-item p {
  color: #fff;
  font-size: 10px;
  line-height: 30px;
}
.reviews .slick-slide {
  outline: none;
}

.reviews .slick-slide:not(.slick-active){
  opacity: 0;
}

.reviews .slick-active {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.reviews .slick-center {
  -webkit-transform: scale(1.45);
  transform: scale(1.45);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.reviews .slick-current {
  position: relative;
  z-index: 9;
}
.reviews .slick-slider .slick-track,
.reviews .slick-slider .slick-list {
  height: 600px;
  margin-top: 60px;
}
.reviews .slick-dots {
  top: 400px;
}
.reviews .slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform: none;
          transform: none;
  margin: 0 15px;
}
.reviews .slick-dots li button {
  width: 12px;
  height: 12px;
}
.reviews .slick-dots li button:before {
  color: transparent;
  width: 12px;
  height: 12px;
}
.reviews .slick-dots li.slick-active {
  background: #fc0;
  opacity: 1;
  border: 1px solid #fc0;
  -webkit-transform: none;
          transform: none;
}
/*.reviews-item
  &.slick-active
    width 467px
    height 227px
    opacity 0.5
    &.slick-center
      width 584px!important
      height 284px
      opacity 1*/
@media (min-width: 1220px) {
  .reviews .reviews-item {
    width: 359px !important;
  }
  .reviews .slick-active {
    margin-right: -50px;
  }
  .reviews .slick-current {
    margin-right: 0;
    margin-left: 0;
  }
  .reviews .slick-current+.slick-active {
    margin-right: 0;
    margin-left: -50px;
  }
  .reviews .center2 {
    /*margin-left: 25px;*/
  }
  .reviews .slick-slider .slick-list,
  .reviews .slick-slider .slick-track {
    margin-left: 30px;
  }
}
@media (max-width: 1220px) {
  .reviews {
    margin: 60px 0 0;
  }
  .reviews .roww {
    width: 100vw;
  }
  .reviews-title span {
    display: block;
  }
  .reviews-title div img {
    margin-top: 15px;
  }
  .reviews-items {
    margin-top: -70px;
    height: 520px;
  }
  .reviews-item {
    border-radius: 10px;
    height: 140px;
  }
  .reviews-item__name {
    margin-top: 0;
    font-size: 16px;
    line-height: 1;
  }
  .reviews-item__text {
    font-size: 8px;
    line-height: 2;
    padding: 0;
    width: 100%;
  }
  .reviews-item__content img {
    max-width: 70px;
  }
  .reviews .slick-slider .slick-track,
  .reviews .slick-slider .slick-list {
    margin-top: 70px;
  }
  .reviews .slick-active {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
  .reviews .slick-current {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .reviews .slick-current .reviews-item__content {
    padding: 10px 20px;
  }
}
/*@media (max-width: 800px)*/
@media (max-width: 600px) {
  .reviews {
    margin: 60px 0 0;
  }
  .reviews-title span {
    display: block;
  }
  .reviews-title div img {
    margin-top: 15px;
  }
  .reviews-items {
    margin-top: -70px;
  }
  .reviews-item {
    border-radius: 0;
    height: 256px;
  }
  .reviews-item__name {
    margin-top: 0;
    font-size: 30px;
    line-height: 1;
    margin-top: 20px;
  }
  .reviews-item__text {
    font-size: 14px;
    line-height: 2;
    padding: 0 30px;
  }
  .reviews-item__content {
    width: 100vw;
    padding: 0;
  }
  .reviews-item__content img {
    max-width: 150px;
    min-height: 28px;
  }
  .reviews .slick-slider .slick-track,
  .reviews .slick-slider .slick-list {
    margin-top: 60px;
  }
  .reviews .slick-slide {
    -webkit-transform: none;
            transform: none;
  }
  .reviews .slick-current {
    -webkit-transform: none;
            transform: none;
  }
  .reviews .slick-current .reviews-item__content {
    padding: 0;
  }
}
/****  Clac  ****/
.calc {
  position: relative;
  height: 340px;
}
.calc .roww {
  position: relative;
  height: 251px;
  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;
}
.calc-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 9;
}
.calc-title {
  color: #fff;
  font-family: "Arial Rounded MT";
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}
.calc-desc {
  color: #fff;
  font-size: 24px;
  line-height: 48px;
}
.calc-body {
  width: 100%;
}
.calc-body form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calc-body form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.calc-body form div p {
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
}
.calc-body form div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.calc-body form div:nth-child(3),
.calc-body form div.pages {
  margin-bottom: 0;
}
.calc-body form select {
  width: 200px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #999;
  background-color: #282f49;
  background-image: url("../images/drop_down_icon.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  padding-left: 11px;
}
.calc-body form select:hover {
  cursor: pointer;
}
.calc-body form ul {
  width: 117px;
  margin-left: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #999;
}
.calc-body form ul li {
  list-style-type: none;
  position: relative;
}
.calc-body form ul li:first-child,
.calc-body form ul li:last-child {
  width: 30px;
  height: 30px;
}
.calc-body form ul li:first-child a,
.calc-body form ul li:last-child a {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  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;
  font-size: 20px;
  color: #838383;
}
.calc-body form ul li:first-child a:hover,
.calc-body form ul li:last-child a:hover {
  cursor: pointer;
}
.calc-body form ul li input {
  width: 57px;
  height: 28px;
  border: none;
  outline: none;
  margin: 0px;
  text-align: center;
  background-color: #282f49;
  color: #838383;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.calc-body form input.total__value {
  background: none;
  border: none;
  outline: none;
  color: #000;
  font-size: 30px;
  width: 100px;
  font-family: 'latoregular';
}
.calc-body form span {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 15px;
}
.calc-body form .total input {
  color: #fc0;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'open_sansregular';
}
.calc-body form .order {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
}
.calc-body form .order button {
  padding: 19px 60px;
  line-height: 1;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.calc-body form .order button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.calc-body form .order button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.calc_wave_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  -webkit-animation: moveclouds1 80s linear alternate infinite;
          animation: moveclouds1 80s linear alternate infinite;
}
.calc_wave_2 {
  position: absolute;
  bottom: 100px;
  right: 0;
  opacity: 0.7;
  -webkit-animation: moveclouds2 130s linear alternate infinite;
          animation: moveclouds2 130s linear alternate infinite;
}
@-webkit-keyframes moveclouds1 {
  0% {
    left: 0vw;
    top: 0;
  }
  50% {
    top: -60px;
    opacity: 0.5;
  }
  100% {
    top: 20px;
    left: -80vw;
    opacity: 0.3;
  }
}
@-webkit-keyframes moveclouds2 {
  0% {
    right: 0vw;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    right: -80vw;
    opacity: 0.2;
  }
}
/*
@media (max-width: 1024px)
@media (max-width: 800px)
@media (max-width: 600px)
*/
/****  CTA  ****/
.cta {
  position: relative;
  height: 340px;
}
.cta .roww {
  position: relative;
  height: 251px;
  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;
}
.cta-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.cta-content__title {
  margin: 30px 0;
  text-align: center;
  text-shadow: 0 2px 13px rgba(0,0,0,0.25);
  color: #fff;
  font-family: "Arial Rounded MT";
  font-size: 36px;
  line-height: 46px;
}
.cta-content__title span {
  display: block;
  color: #fc0;
}
.cta-content a {
    color: #000;
}
.cta-content a button {
  padding: 16px 34px;
  line-height: 1;
  font-family: 'open_sanssemibold';
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.cta-content a button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.cta-content a button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.cta_wave_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: moveclouds1 100s linear alternate infinite;
          animation: moveclouds1 100s linear alternate infinite;
}
.cta_wave_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: moveclouds2 100s linear alternate infinite;
          animation: moveclouds2 100s linear alternate infinite;
}
@-webkit-keyframes moveclouds1 {
  0% {
    left: 0vw;
  }
  100% {
    left: -80vw;
  }
}
@-webkit-keyframes moveclouds2 {
  0% {
    right: 0vw;
  }
  100% {
    right: -80vw;
  }
}
/*
@media (max-width: 1024px)*/
@media (max-width: 800px) {
  .price-table__row:nth-child(1) .price-table__elem div p:first-child {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .cta {
    background-image: url("../images/cta_waves_mob.png");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .cta_wave_1,
  .cta_wave_2 {
    display: none;
  }
  .cta-content {
    padding: 0 20px;
  }
  .cta-content__title {
    font-size: 28px;
    line-height: 36px;
  }
}
/****  Page  ****/
.page {
  background-color: #272f48;
  margin: 80px 0 0;
}
.page-title {
  margin-bottom: 30px;
  text-align: left;
}
.page-title h1 {
  font-weight: normal;
}
.page-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
.page .content {
  width: 65.7%;
  color: #fff;
}
.page .content h1 {
  font-family: 'Arial Rounded MT';
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 25px;
}
.page .content h2 {
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 25px;
}
.page .content h3 {
  font-family: 'Arial Rounded MT';
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 25px;
}
.page .content h4 {
  font-family: 'Arial Rounded MT';
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 25px;
}
.page .content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 24px;
  width: 100%;
}
.page .sidebar {
  width: 31.5%;
  padding-left: 2.8%;
}
.page .sidebar-item {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #2d3653;
  -webkit-box-shadow: 0 18px 29px rgba(0,0,0,0.2);
          box-shadow: 0 18px 29px rgba(0,0,0,0.2);
}
.page .sidebar-item__title {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  border-bottom: 1px solid #c0c0c0;
}
/****  Media Page  ****/
@media (max-width: 1024px) {
  .page {
    margin: 80px 0 0;
  }
  .page-title {
    padding: 0 30px;
  }
  .page-body {
    padding: 0 30px;
  }
  .page .content {
    width: 100%;
  }
  .page .sidebar {
    display: none;
  }
}
/*
@media (max-width: 800px)*/
@media (max-width: 600px) {
  .page {
    margin: 60px 0 0;
  }
  .page-title {
    padding: 0 20px;
  }
  .page-body {
    padding: 0 20px;
  }
  .page_wave_1,
  .page_wave_2 {
    display: none;
  }
}
.modals,
.footer-menu__mob {
  display: none;
}
footer .roww,
.footer .roww {
  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;
}
footer-item__accept,
.footer-item__accept {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.footer-item__accept .text-accept{
  margin-left: 5px;
}
footer-item__accept img,
.footer-item__accept img {
  margin: 0 2px;
}
footer-item__nav,
.footer-item__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer-item__nav,
.footer-item__nav {
  width: 60%;
}
footer-item__nav ul,
.footer-item__nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
footer-item__nav ul li,
.footer-item__nav ul li {
  list-style-type: none;
  margin: 0 12px;
  color: transparent;
  outline: none;
  border: none;
}
footer-item__nav ul li:hover,
.footer-item__nav ul li:hover,
footer-item__nav ul li:active,
.footer-item__nav ul li:active,
footer-item__nav ul li:focus,
.footer-item__nav ul li:focus {
  outline: none;
  border: none;
}
footer-item__nav ul li a,
.footer-item__nav ul li a {
  opacity: 0.88;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}
footer-item__nav ul li a:hover,
.footer-item__nav ul li a:hover,
footer-item__nav ul li a:active,
.footer-item__nav ul li a:active,
footer-item__nav ul li a:focus,
.footer-item__nav ul li a:focus {
  outline: none;
  border: none;
}
footer-item__contacts div a,
.footer-item__contacts div a {
  text-decoration: none;
  opacity: 0.88;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
footer-item__contacts div img,
.footer-item__contacts div img {
  margin-right: 10px;
}
footer .copyright,
.footer .copyright {
  text-align: center;
  margin: 0 auto;
  opacity: 0.5;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 30px 0;
}
@media (max-width: 1220px) {
  footer-item__nav, .footer-item__nav {
    width: 100%;
  }
}
@media (max-width: 1220px) {
  .footer .roww {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-item__accept,
  .footer-item__contacts {
    display: none;
  }
  .footer-item__nav {
    margin: 0 auto;
  }
  .footer-item__nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 600px) {
  .footer .roww {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-item__nav {
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 10px;
  }
  .footer-item__nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-item__menu {
    width: 50%;
  }
  .footer-item__menu:nth-child(2) ul li a {
    opacity: 0.88;
    color: #c0c0c0;
  }
  footer .copyright {
    line-height: 24px;
  }
  footer .copyright span {
    display: block;
  }
}
/****  Popup  ****/
.modals {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transition: background 0.5s ease-in-out, opacity 0.3s ease-in-out;
  transition: background 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.modals-title {
  color: #fff;
  font-family: "Arial Rounded MT";
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.modals-price {
  font-size: 28px;
  font-family: 'open_sanssemibold';
}
/*
.modals-price:first-letter {
  color: #61cc6d;
}
*/
.modals-price sup {
  font-size: 16px;
  font-family: 'open_sansregular';
}
.modals-content {
  width: 481px;
  height: 284px;
  border-radius: 10px;
  background-color: #5b4b7f;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.modals-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modals-content__body p {
  text-align: center;
  padding: 0 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.modals-content__body p:nth-child(3) {
  margin-bottom: 0;
}
.modals-content__body p:nth-child(4) {
  margin-bottom: 10px;
}
.modals-content__body p span {
  color: #fc0;
  font-family: 'open_sanssemibold';
}
.modals-content__body button {
  padding: 14px 34px;
  line-height: 1;
  font-family: 'open_sanssemibold';
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.modals-content__body button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.modals-content__body button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.modals .close-modals {
  top: 20px;
  right: 20px;
  position: absolute;
}
.modals .close-modals:hover {
  cursor: pointer;
}
/*
@media (max-width: 1024px)
@media (max-width: 800px)*/
@media (max-width: 600px) {
  .modals-content {
    width: 90vw;
  }
}
/****  Page  ****/
.page {
  background-color: #272f48;
  margin: 80px 0 0;
}
.page-title {
  margin-bottom: 30px;
  text-align: left;
}
.page-title h1 {
  font-weight: normal;
}
.page-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
.page .content {
  width: 65.7%;
  color: #fff;
}
.page .content h1 {
  font-family: 'Arial Rounded MT';
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 25px;
}
.page .content h2 {
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 25px;
}
.page .content h3 {
  font-family: 'Arial Rounded MT';
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 25px;
}
.page .content h4 {
  font-family: 'Arial Rounded MT';
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 25px;
}
.page .content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page .sidebar {
  width: 31.5%;
  padding-left: 2.8%;
}
.page .sidebar-item {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #2d3653;
  -webkit-box-shadow: 0 18px 29px rgba(0,0,0,0.2);
          box-shadow: 0 18px 29px rgba(0,0,0,0.2);
}
.page .sidebar-item__title {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  border-bottom: 1px solid #c0c0c0;
}
/****  Media Page  ****/
@media (max-width: 1220px) {
  .page {
    margin: 80px 0 0;
  }
  .page-title {
    padding: 0 30px;
  }
  .page-body {
    padding: 0 30px;
  }
  .page .content {
    width: 100%;
  }
  .page .sidebar {
    display: none;
  }
}
/*
@media (max-width: 800px)*/
@media (max-width: 600px) {
  .page {
    margin: 60px 0 0;
  }
  .page-title {
    padding: 0 20px;
  }
  .page-body {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
/****  Text Page  ****/
.text p {
  color: #fff;
}
.text p a {
  color: #010aba;
}
.text p a:visited {
  color: #020880;
}
.text .order-page {
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
  text-align: center;
  background-image: url("../images/order_bg.png");
}
.text .order-page__title {
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  padding-top: 15px;
}
.text .order-page__title span {
  color: #fc0;
}
.text .order-page p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.text .order-page a button {
  padding: 19px 33px;
  line-height: 1;
  font-family: 'open_sanssemibold';
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.text .order-page a button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.text .order-page a button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.text ul {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.text ul li ul{
  margin-bottom: 0;
}
.text ul li {
  /*list-style-type: none;*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-ms-flex-line-pack: start;*/
  /*    align-content: flex-start;*/
  /*font-size: 16px;*/
  /*color: #fff;*/
  list-style-type: none;
  font-size: 16px;
  padding-left: 22px;
  color: #fff;
  position: relative;
}
.text ul li:before {
  content: ' ';
  min-width: 12px;
  height: 12px;
  margin-top: 10px;
  border-radius: 100%;
  background-color: #f679b7;
  background-image: linear-gradient(-13deg, #9c83f2 0%, #f679b7 100%);
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.text ol {
  padding: 0;
  margin: 0 0 20px;
}
.text ol li {
  list-style-type: none;
  font-size: 16px;
  color: #fff;
}
.text ol li:first-child {
  counter-reset: index;
}
.text ol li:before {
  content: counter(index, decimal) '.';
  counter-increment: index;
  font-weight: 700;
  padding-right: 5px;
}
@media (max-width: 1024px) {
  .text .order-page {
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (max-width: 800px) {
  .text .order-page {
    background-position: inherit;
  }
}
@media (max-width: 600px) {
  .text .order-page {
    background-image: url("../images/subscribe_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    border-radius: 5px;
    padding: 43px 0 0;
  }
  .text .order-page p {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .text .order-page__title {
    font-size: 24px;
    line-height: 1.3;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
/****  About Page  ****/
.about-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-info__item div:nth-child(1) {
  min-width: 27px;
  margin-right: 20px;
}
.about-info__item div:nth-child(1) img {
  margin-top: 5px;
}
.about-info__item div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.about-info__item div:nth-child(2) p:first-child {
  font-family: 'Arial Rounded MT';
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.stats {
  text-align: center;
  margin-bottom: 80px;
}
.stats-title {
  font-family: 'Arial Rounded MT';
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}
.stats p {
  font-size: 18px;
}
.stats-items .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 60px;
}
.stats-item__number {
  font-family: 'Arial Rounded MT';
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  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;
}
.stats-item__number .counter {
  font-family: 'Arial Rounded MT';
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}
.stats-item__info {
  font-size: 18px;
}
/*
@media (max-width: 1024px)
@media (max-width: 800px)*/
@media (max-width: 600px) {
  .stats {
    display: none;
  }
  .about-info__item div:nth-child(2) p:first-child{
      margin-bottom: 10px;
  }
}
/****  How It Works Page  ****/
.how-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.how-item:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 50px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #fff;
  opacity: 0.5;
}
.how-item:last-child:before {
  content: none;
}
.how-item__pic {
  min-width: 100px;
  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;
}
.how-item__pic img {
  position: relative;
  z-index: 1;
}
.how-item__content p:first-child {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
}
.how-item__content p {
  line-height: 24px;
}
/*
@media (max-width: 1024px)
@media (max-width: 800px)*/
@media (max-width: 600px) {
  .how-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how-item:before {
    content: none;
  }
  .how-item__pic {
    min-width: auto;
  }
  .how-item__content p:nth-child(1) {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0;
  }
  .how-item__content p span {
    display: block;
  }
}
/****  Samples  ****/
.samples__link {
  display: none;
}
.samples-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.samples-item {
  width: 48%;
  height: 253px;
  border-radius: 4px;
  background-color: #2d3653;
  margin-bottom: 30px;
}
.samples-item:nth-child(odd) {
  margin-right: 4%;
}
.samples-item__head {
  border-bottom: 1px solid #c0c0c0;
  padding: 0 20px;
  height: 90px;
}
.samples-item__head p {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.samples-item__head p:first-child {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
}
.samples-item__head p:nth-child(2) {
  margin-bottom: 0;
  line-height: 1.3;
}
.samples-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.samples-item__info {
  width: 230px;
  padding: 10px 30px 10px 20px;
}
.samples-item__info div {
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.samples-item__info div div:nth-child(2) {
  text-align: right;
  float: right;
}
.samples-item__pdf {
  margin-top: 20px;
  text-align: center;
}
.samples-item__pdf a {
  display: block;
  color: #fc0;
  text-decoration: none;
  font-family: "open_sanssemibold";
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
.samples .order-page {
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
  text-align: center;
  background-image: url("../images/order_bg.png");
}
.samples .order-page__title {
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  padding-top: 15px;
}
.samples .order-page__title span {
  color: #fc0;
}
.samples .order-page p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.samples .order-page a button {
  padding: 19px 33px;
  line-height: 1;
  font-family: 'open_sanssemibold';
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.samples .order-page a button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.samples .order-page a button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
@media (max-width: 1220px) {
  .samples .order-page {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/*@media (max-width: 800px)*/
@media (max-width: 600px) {
  .samples__link {
    display: block;
    color: #fc0;
    text-decoration: none;
    font-family: "open_sanssemibold";
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 30px;
  }
  .samples-item {
    width: 100%;
    height: 300px;
    position: relative;
  }
  .samples-item:nth-child(odd) {
    margin-right: 0;
  }
  .samples-item__head {
    padding: 0 20px 0 100px;
  }
  .samples-item__head p:nth-child(1) {
    font-size: 20px;
  }
  .samples-item__head p:nth-child(2) {
    font-size: 14px;
  }
  .samples-item__info {
    width: 100%;
    padding: 10px 30px 100px 20px;
  }
  .samples-item__info div {
    max-width: none;
  }
  .samples-item__pdf {
    top: 0;
    left: 20px;
    position: absolute;
  }
  .samples-item__pdf a {
    display: none;
  }
  .samples .order-page {
    background-image: url("../images/subscribe_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    border-radius: 5px;
    padding: 43px 0 0;
  }
  .samples .order-page p {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .samples .order-page__title {
    font-size: 24px;
    line-height: 1.3;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
/****  Prices Page  ****/
.price-table {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price-table__row {
  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;
  width: 100%;
  height: 60px;
  border-top: 1px solid #c0c0c0;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.price-table__row:last-child {
  border-bottom: 1px solid #c0c0c0;
}
.price-table__row:last-child:hover {
  border-bottom: 1px solid #fc0;
}
.price-table__row:hover {
  background: #2d3653;
  border-top: 1px solid #fc0;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.price-table__row:hover + .price-table__row {
  border-top: 1px solid #fc0;
}
.price-table__row:hover:nth-child(1) {
  border-bottom: none;
  border-top: none;
}
.price-table__row:hover:nth-child(1) + .price-table__row {
  border-top: none;
}
.price-table__row:nth-child(1) {
  width: 100%;
  height: 55px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #2d3653;
  border-top: none;
}
.price-table__row:nth-child(1) .price-table__elem {
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "open_sanssemibold";
  font-size: 16px;
  line-height: 40px;
  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;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.price-table__none{
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price-table__none p{
  margin: auto!important;
  font-family: "open_sanssemibold";
  font-size: 20px;
}
.price-table__row:nth-child(1) .price-table__elem:hover div p:first-letter {
  color: #fff;
}
.price-table__row:nth-child(1) .price-table__elem:hover p {
  color: #fff;
}
.price-table__row:nth-child(1) .price-table__elem img {
  margin-right: 5px;
}
.price-table__row:nth-child(1) .price-table__elem:after {
  position: absolute;
  content: ' ';
  height: 100%;
  width: 1px;
  background-color: #c0c0c0;
  background-image: linear-gradient(-13deg, #9c83f2 0%, #f679b7 100%);
  top: 0;
  right: 0;
}
.price-table__row:nth-child(1) .price-table__elem:last-child:after {
  content: none;
}
.price-table__row:nth-child(1) .price-table__elem div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 3;
}
.price-table__row:nth-child(1) .price-table__elem div p {
  margin-bottom: 0;
  line-height: 1;
}
.price-table__row:nth-child(1) .price-table__elem div p:after {
  content: none;
}
.price-table__row:nth-child(1) .price-table__elem div p::first-letter {
  color: #fff;
}
.price-table__row:nth-child(1) .price-table__elem div p:first-child {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 20px;
  font-weight: 400;
}
.price-table__row:nth-child(1) .price-table__elem:before {
  content: ' ';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d3653;
  background-image: linear-gradient(-13deg, #9c83f2 0%, #f679b7 100%);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}
.price-table__row:nth-child(1) .price-table__elem.active:before {
  content: ' ';
  opacity: 1;
}
.price-table__row:nth-child(1) .price-table__elem:hover {
  background: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.price-table__row:nth-child(1) .price-table__elem:hover:before {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
}
.price-table__row:hover {
  cursor: pointer;
}
.price-table__row:hover .price-table__elem:nth-child(1) {
  color: #fc0;
  line-height: 40px;
}
.price-table__elem {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: 'open_sansregular';
}
.price-table__elem p {
  font-size: 14px;
  margin-bottom: 0 !important;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.price-table__elem p:nth-child(1) {
  font-family: "open_sanssemibold";
  letter-spacing: 1px;
  font-size: 17px;
}
.price-table__elem p span {
  color: #61cc6d;
}
.price-table__elem p:after {
  content: attr(data-cents);
  vertical-align: super;
  font-size: 12px;
}
/*
.fifty p:after {
  content: '50';
  vertical-align: super;
  font-size: 10px;
}
*/
.price-table__elem:nth-child(1) {
  font-family: "open_sanssemibold";
  text-align: left;
}
.price-table__elem:nth-child(1):hover {
  color: #fc0 !important;
  background-color: transparent;
}
.price-table__elem:hover {
  background-color: #fc0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.price-table__elem:hover p {
  color: #333;
}
.price-table__elem:hover p::first-letter {
  color: #333;
}
/*
@media (max-width: 1024px)
@media (max-width: 800px)*/
@media (max-width: 600px) {
  .price .page-body {
    padding: 0;
  }
  .price-table {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price-table__row:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .price-table__row:nth-child(1) .price-table__elem {
    height: 55px;
    border-top: 1px solid #c0c0c0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .price-table__row:nth-child(1) .price-table__elem div {
    text-align: center;
  }
  .price-table__row:nth-child(1) .price-table__elem div:nth-child(1) {
    width: 35%;
    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;
  }
  .price-table__row:nth-child(1) .price-table__elem div p {
    text-align: center;
  }
  .price-table__row:nth-child(1) .price-table__elem div p:nth-child(2) {
    font-size: 14px;
  }
  .price-table__row:nth-child(1) .price-table__elem div:nth-child(2) {
    width: 45%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price-table__row:nth-child(2) .price-table__elem {
    font-size: 10px;
  }
  .price-table__elem {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  .price-table__row:nth-child(2) .price-table__elem {
    font-size: 9px;
  }
}
/****  Errow 404 Page  ****/
.error {
  display: block;
  margin: 0;
}
.error .page-body {
  display: block;
  text-align: center;
  margin-bottom: 150px;
}
.error-title {
  font-family: 'Arial Rounded MT';
  font-size: 36px;
  font-weight: 700;
}
.error p {
  font-size: 18px;
  margin: 10px 0 30px;
}
.error a button {
  padding: 19px 40px;
  line-height: 1;
  font-family: 'open_sanssemibold';
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.error a button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.error a button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.error-content {
  margin-top: -120px;
}
/*
@media (max-width: 1024px)
@media (max-width: 800px)*/
@media (max-width: 600px) {
  .error img {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .error-content {
    margin-top: 0;
  }
}
/****  FAQ PAge  ****/
.faq dl {
  margin: 0;
}
.faq dl dt {
  height: 55px;
  background-color: #2d3653;
  position: relative;
  z-index: 5;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 20px;
  margin-bottom: 10px;
}
.faq dl dt:after {
  position: absolute;
  width: 12px;
  height: 25px;
  right: 20px;
  content: url("../images/faq_arrow.svg");
  top: 25%;
  display: inline-block;
}
.faq dl dt:hover {
  cursor: pointer;
  color: #fc0;
  background-color: #313c5f;
}
.faq dl dt:hover:after {
  content: url("../images/faq_arrow_3.svg");
}
.faq dl dt.checked:hover {
  background-color: #2d3653;
}
.faq dl dt.checked:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq dl dd {
  display: none;
  width: auto;
  margin-top: -50px;
  margin-left: 0;
  position: relative;
  z-index: 2;
  background-color: #2d3653;
  padding: 35px 60px 30px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1220px) {
  .faq dl dd {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .faq dl dt {
    height: auto;
    min-height: 45px;
    font-size: 18px;
    padding: 5px 30px 5px 15px;
  }
  .faq dl dt.checked {
    margin-bottom: 0;
    background-color: #2d3653;
  }
  .faq dl dt.checked:after {
    -webkit-transform: rotate(90deg), translateY(-50%);
            transform: rotate(90deg), translateY(-50%);
  }
  .faq dl dt:hover {
    background-color: #2d3653;
    color: #fff;
  }
  .faq dl dt:hover:after {
    height: 0;
    content: url("../images/faq_arrow.svg");
  }
  .faq dl dt:after {
    height: auto;
  }
  .faq dl dd {
    background-color: #2d3653;
    margin: 0 0 10px 0;
    padding: 0px 20px 20px 15px;
  }
}
/****  Testimonials Page  ****/
.testimonials .page-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials-title {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.testimonials-title span {
  color: #fc0;
}
.testimonials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 600px;
  margin-top: -50px;
}
.testimonials-item {
  width: 467px;
  height: 280px;
  border-radius: 4px;
  background-color: #5b4b7f;
  background-image: linear-gradient(-9deg, #5b527c 0%, #333 100%);
  position: relative;
}
.testimonials-item__name {
  color: #fff;
  font-family: "Arial Rounded MT";
  font-size: 26px;
  line-height: 26px;
  margin-top: 20px;
}
.testimonials-item__text {
  padding: 0 30px;
  font-size: 12px;
  text-align: center;
}
.testimonials-item__content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transform: none;
          transform: none;
  height: 80%;
}
.testimonials-item__content img {
  max-width: 110px;
}
.testimonials-item p {
  color: #fff;
  font-size: 10px;
  line-height: 30px;
}
.testimonials .slick-slide {
  opacity: 1;
  outline: none;
}
.testimonials .slick-active {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.testimonials .slick-center {
  position: relative;
  z-index: 9;
  opacity: 1;
  -webkit-transform: scale(1.55);
  transform: scale(1.55);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.testimonials .slick-slider .slick-track,
.testimonials .slick-slider .slick-list {
  height: 600px;
  margin-top: 60px;
}
.testimonials .slick-prev {
  background-image: url("../images/drop_down_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg) translate(0, -50%);
          transform: rotate(90deg) translate(0, -50%);
  top: 40%;
  left: -70px;
  width: 29px;
  height: 16px;
  z-index: 99;
}
.testimonials .slick-prev:before {
  content: none;
}
.testimonials .slick-next {
  background-image: url("../images/drop_down_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg) translate(0, -50%);
          transform: rotate(-90deg) translate(0, -50%);
  top: 40%;
  right: -70px;
  width: 29px;
  height: 16px;
  z-index: 99;
}
.testimonials .slick-next:before {
  content: none;
}
@media (max-width: 1220px) {
  .testimonials .roww {
    width: 100vw;
  }
  .testimonials .page-body {
    padding: 0;
  }
  .testimonials-items {
    margin-top: -70px;
    height: 520px;
  }
  .testimonials-item {
    border-radius: 10px;
    height: 140px;
  }
  .testimonials-item__name {
    margin-top: 0;
    font-size: 16px;
    line-height: 1;
  }
  .testimonials-item__text {
    font-size: 8px;
    line-height: 2;
    padding: 0;
  }
  .testimonials-item__content img {
    max-width: 70px;
  }
  .testimonials-item p {
    color: #fff;
    font-size: 10px;
    line-height: 30px;
  }
  .testimonials .slick-slider .slick-track,
  .testimonials .slick-slider .slick-list {
    margin-top: 70px;
  }
  .testimonials .slick-active {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
  .testimonials .slick-current {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .testimonials .slick-current .reviews-item__content {
    padding: 10px 20px;
  }
  .testimonials .slick-dots {
    top: 400px;
  }
  .testimonials .slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transform: none;
            transform: none;
    margin: 0 10px;
  }
  .testimonials .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .testimonials .slick-dots li button:before {
    color: transparent;
    width: 12px;
    height: 12px;
  }
  .testimonials .slick-dots li.slick-active {
    background: #fc0;
    opacity: 1;
    border: 1px solid #fc0;
    -webkit-transform: none;
            transform: none;
  }
  .calc-body {
    margin: 0 20px;
    width: 98vw;
  }
  .calc-body form .order button {
    padding: 19px 30px;
  }
}
@media (max-width: 800px) {
  .testimonials-title {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .testimonials-items {
    height: 590px;
  }
  .testimonials-item {
    border-radius: 0;
    height: 256px;
  }
  .testimonials-item__name {
    margin-top: 0;
    font-size: 30px;
    line-height: 1;
    margin-top: 20px;
  }
  .testimonials-item__text {
    font-size: 14px;
    line-height: 2;
    padding: 0 30px;
  }
  .testimonials-item__content {
    width: 100vw;
    padding: 0;
  }
  .testimonials-item__content img {
    max-width: 145px;
  }
  .testimonials .slick-dots {
    top: 350px;
  }
  .testimonials .slick-active {
    -webkit-transform: none;
            transform: none;
  }
  .testimonials .slick-current {
    -webkit-transform: none;
            transform: none;
  }
  .testimonials .slick-slider .slick-track,
  .testimonials .slick-slider .slick-list {
    margin-top: 30px;
  }
  .calc {
    height: 505px;
  }
  .calc_wave_1,
  .calc_wave_2 {
    display: none;
  }
  .calc-body {
    height: auto;
    padding-bottom: 30px;
  }
  .calc-body span {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .calc-body form {
    width: 200px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calc-body form .order {
    padding-top: 0;
  }
  .calc-body form .order button {
    padding: 19px 60px;
  }
  .calc-body form div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .calc-body form div p {
    text-align: left;
    margin-right: 0;
  }
  .calc-body__title {
    font-size: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .calc-body .order {
    padding-right: 0;
    padding-top: 0;
    border-top: 0;
  }
  .calc-body .order input {
    margin-right: 0;
    margin-top: 5px;
    text-align: center;
  }
  .calc-body .total p {
    display: none;
  }
  .calc-body .total input {
    margin: 0 auto;
    text-align: center;
  }
}
/*
@media (max-width: 800px)
@media (max-width: 600px)
*/
/**** Sidebars ****/
.calculator {
  padding-bottom: 10px;
}
.calculator form {
  padding-top: 17px;
}
.calculator form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.calculator form div p {
  width: 110px;
  text-align: right;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 20px;
}
.calculator form div div {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.calculator form div:nth-child(3),
.calculator form div.pages {
  margin-bottom: 0;
}
.calculator form select {
  width: 200px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #999;
  background-color: #282f49;
  background-image: url("../images/drop_down_icon.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  padding-right: 25px;
  padding-left: 11px;
}
.calculator form select:hover {
  cursor: pointer;
}
.calculator form ul {
  width: 117px;
  margin-left: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #999;
}
.calculator form ul li {
  list-style-type: none;
  position: relative;
}
.calculator form ul li:first-child,
.calculator form ul li:last-child {
  width: 30px;
  height: 30px;
}
.calculator form ul li:first-child a,
.calculator form ul li:last-child a {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  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;
  font-size: 20px;
  color: #838383;
}
.calculator form ul li:first-child a:hover,
.calculator form ul li:last-child a:hover {
  cursor: pointer;
}
.calculator form ul li input {
  width: 57px;
  height: 28px;
  border: none;
  outline: none;
  margin: 0px;
  text-align: center;
  background-color: #282f49;
  color: #838383;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.calculator form input.total__value {
  background: none;
  border: none;
  outline: none;
  color: #000;
  font-size: 30px;
  width: 100px;
  font-family: 'latoregular';
}
.calculator form span {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 30px;
  margin-left: 154px;
}
.calculator form .order {
  border-top: 1px solid #c0c0c0;
  margin-top: 20px;
  padding-right: 10px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
  margin-bottom: 0;
}
.calculator form .order input {
  width: 110px;
  text-align: right;
  margin-right: 20px;
  color: #fc0;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'open_sansregular';
}
.calculator form .order button {
  padding: 19px 60px;
  line-height: 1;
  font-size: 16px;
  border: none;
  outline: none;
  font-family: 'open_sanssemibold';
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.calculator form .order button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.calculator form .order button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.testimonial {
  padding-bottom: 20px;
}
.testimonial-items {
  text-align: center;
}
.testimonial .reviews-item {
  height: auto;
  padding: 0 20px 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  text-align: center;
  background: none;
}
.testimonial .reviews-item__title {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
}
.testimonial .reviews-item img {
  margin: 0 auto;
  max-width: 200px;
}
.testimonial .reviews-item__text {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
}
.testimonial .slick-dots {
  margin: 0 0 5px;
}
.testimonial .slick-dots li {
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.testimonial .slick-dots li button:before {
  content: none;
}
.testimonial .slick-dots li.slick-active {
  border: 1px solid #fc0;
  background: #fc0;
}
.subscribe {
  height: 310px;
  border-radius: 4px;
  background-image: url("../images/subscribe_bg.png");
}
.subscribe-title {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding: 45px 0 13px;
}
.subscribe p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}
.subscribe form {
  margin-top: 20px;
  text-align: center;
}
.subscribe form input {
  width: 261px;
  height: 33px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: none;
  outline: none;
  color: #fff;
  margin-bottom: 28px;
  padding-left: 10px;
}
.subscribe form input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subscribe form input:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subscribe form input::placeholder {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subscribe form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.subscribe form input:focus:-ms-input-placeholder {
  color: transparent;
}
.subscribe form input:focus::placeholder {
  color: transparent;
}
.subscribe form button {
  width: 200px;
  height: 49px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  font-size: 16px;
  font-family: 'open_sanssemibold';
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border: none;
  outline: none;
}
.subscribe form button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.subscribe form button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.subscribe2 {
  height: 310px;
  border-radius: 4px;
  background-image: url("../images/subscribe_bg_faq.png");
}
.subscribe2-title {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding: 45px 0 13px;
}
.subscribe2 p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}
.subscribe2 form {
  margin-top: 20px;
  text-align: center;
}
.subscribe2 form input {
  width: 251px;
  height: 29px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: none;
  outline: none;
  color: #fff;
  margin-bottom: 28px;
  padding-left: 10px;
}
.subscribe2 form input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subscribe2 form input:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subscribe2 form input::placeholder {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subscribe2 form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.subscribe2 form input:focus:-ms-input-placeholder {
  color: transparent;
}
.subscribe2 form input:focus::placeholder {
  color: transparent;
}
.subscribe2 form button {
  width: 200px;
  height: 49px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  font-size: 16px;
  font-family: 'open_sanssemibold';
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border: none;
  outline: none;
}
.subscribe2 form button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.subscribe2 form button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.callme {
  height: 330px;
  border-radius: 4px;
  background-image: url("../images/callbacl_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.callme-title {
  color: #fff;
  font-family: 'Arial Rounded MT';
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding: 15px 0 13px;
}
.callme p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.callme form {
  margin-top: 13px;
  text-align: center;
  position: relative;
}
.callme form select {
  width: 263px;
  max-width: 100%;
  height: 33px;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: #2d3653;
  background-image: url("../images/drop_down_icon.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 30px;
}
.callme form select option {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.callme form input {
  width: 251px;
  height: 29px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: none;
  outline: none;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 10px;
}
.callme form input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.callme form input:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.callme form input::placeholder {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.callme form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.callme form input:focus:-ms-input-placeholder {
  color: transparent;
}
.callme form input:focus::placeholder {
  color: transparent;
}
.callme form button {
  width: 200px;
  height: 49px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  font-size: 16px;
  font-family: 'open_sanssemibold';
  background-color: #fc0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border: none;
  outline: none;
  margin-top: 10px;
}
.callme form button:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.25);
          box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 4px;
  background-color: #ffdb4d;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.callme form button:focus {
  -webkit-box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
          box-shadow: inset 0 4px 10px rgba(0,0,0,0.35);
  border-radius: 4px;
  background-color: #e7b901;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
/****  Contacts Page  ****/
.contacts {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 160px 80px;
}
.contacts-phone {
  width: 402px;
  height: 225px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8.6px 0.5px rgba(184,183,182,0.35);
          box-shadow: 0 0 8.6px 0.5px rgba(184,183,182,0.35);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contacts-phone img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.contacts-phone div {
  margin-right: 47px;
}
.contacts-phone div p {
  width: 220px;
  text-align: justify;
}
.contacts-phone div p:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.contacts-phone div p:nth-child(1) {
  font-size: 24px;
  line-height: 0.5;
}
.contacts-phone div p:nth-child(2) {
  font-size: 30px;
  font-family: 'latobold';
}
.contacts-phone div p:last-child {
  font-size: 28px;
  line-height: 0.5;
  margin-top: 5px;
}
.contacts-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 37px;
}
.contacts-info div:last-child {
  margin-bottom: 0;
}
.contacts-info div div {
  width: 105px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts-info div p {
  line-height: 37px;
}
.contacts-info div strong {
  display: block;
  margin-top: -10px;
  font-family: 'latobold';
  font-weight: normal;
}
.contacts-info div:nth-child(1) img {
  width: 35px;
}
.contacts-info div:last-child img {
  width: 28px;
}
/****  Media Contacts Page  ****/
@media (max-width: 1220px) {
  .contacts {
    padding: 0 0 80px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) and (orientation: portrait){
  footer .terms {
    background-image: url(/img/essaygoaway_owned_footer_mob.png);
    background-size: contain;
    background-position: center;
    margin-top: 15px;
    height: 40px;
    width: calc(100vw - 100px);
  }
}
@media (max-width: 760px) {
  .contacts-phone {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .contacts-phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-phone div {
    margin-right: 0;
  }
  .contacts-phone img {
    display: none;
  }
}
/****  Order Page  ****/
.order .page-title {
  text-align: center;
}
.order .content {
  min-height: 550px;
  margin: 0 auto;
}
/****  Login Page  ****/
.login .page-title {
  text-align: center;
}
.login .content {
  min-height: 250px;
  margin: 0 auto;
}
@-webkit-keyframes statistics {
  0% {
    width: 0%;
  }
  100% {
    width: 79%;
  }
}
@keyframes statistics {
  0% {
    width: 0%;
  }
  100% {
    width: 79%;
  }
}
@-webkit-keyframes statistics2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes statistics2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes statistics3 {
  0% {
    width: 0%;
  }
  100% {
    width: 25%;
  }
}
@keyframes statistics3 {
  0% {
    width: 0%;
  }
  100% {
    width: 25%;
  }
}
@-webkit-keyframes statistics4 {
  0% {
    width: 0%;
  }
  100% {
    width: 63%;
  }
}
@keyframes statistics4 {
  0% {
    width: 0%;
  }
  100% {
    width: 63%;
  }
}
@-webkit-keyframes statistics5 {
  0% {
    width: 0%;
  }
  100% {
    width: 67%;
  }
}
@keyframes statistics5 {
  0% {
    width: 0%;
  }
  100% {
    width: 67%;
  }
}
@-webkit-keyframes moveclouds1 {
  0% {
    left: 0vw;
    top: 0;
  }
  50% {
    top: -60px;
    opacity: 0.5;
  }
  100% {
    top: 20px;
    left: -80vw;
    opacity: 0.3;
  }
}
@keyframes moveclouds1 {
  0% {
    left: 0vw;
    top: 0;
  }
  50% {
    top: -60px;
    opacity: 0.5;
  }
  100% {
    top: 20px;
    left: -80vw;
    opacity: 0.3;
  }
}
@-webkit-keyframes moveclouds2 {
  0% {
    right: 0vw;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    right: -80vw;
    opacity: 0.2;
  }
}
@keyframes moveclouds2 {
  0% {
    right: 0vw;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    right: -80vw;
    opacity: 0.2;
  }
}
@-webkit-keyframes moveclouds1 {
  0% {
    left: 0vw;
  }
  100% {
    left: -80vw;
  }
}
@keyframes moveclouds1 {
  0% {
    left: 0vw;
  }
  100% {
    left: -80vw;
  }
}
@-webkit-keyframes moveclouds2 {
  0% {
    right: 0vw;
  }
  100% {
    right: -80vw;
  }
}
@keyframes moveclouds2 {
  0% {
    right: 0vw;
  }
  100% {
    right: -80vw;
  }
}

.page.order div, .page.order p,.login .content div, .login .content p {
    line-height: normal;
}
.page.order .content {
    color: unset;
}
.callme form input.err {
    border: 1px solid #fc0;
}
.error__message {
	position: absolute;
	width: 100%;
	bottom: 47px;
	left: 60px;
	color: #fc0;
	text-align: left;
	display: none;
}
.callme form input.err + .error__message{
    display: block;
}

select::-ms-value {background: transparent;}
.samples-item__pdf svg:hover{
  fill: #ffffff;
}
.writing-content, .editing-content, .presentation-content, .problem-content{
  width: 100%;
  display: none;
}
.writing-content.active, .editing-content.active, .presentation-content.active, .problem-content.active{
  display: block;
}
#customerEmail::-webkit-input-placeholder {color:#a9a9a9;}
#customerEmail::-moz-placeholder          {color:#a9a9a9;}/* Firefox 19+ */
#customerEmail:-moz-placeholder           {color:#a9a9a9;}/* Firefox 18- */
#customerEmail:-ms-input-placeholder      {color:#a9a9a9;}

#ccustomerPassword::-webkit-input-placeholder {color:#a9a9a9;}
#customerPassword::-moz-placeholder          {color:#a9a9a9;}/* Firefox 19+ */
#customerPassword:-moz-placeholder           {color:#a9a9a9;}/* Firefox 18- */
#customerPassword:-ms-input-placeholder      {color:#a9a9a9;}
@media (max-width: 780px) {
  footer-item__nav ul li a, .footer-item__nav ul li a{
    font-size: 12px;
  }
  .info{
    margin-top: 30px;
  }
  .price-table__row:nth-child(1){
    flex-direction: row;
  }
  .price-table__row:nth-child(1) .price-table__elem{
    line-height: 1.5;
    font-size: 9px;
    justify-content: center;
  }
  .price-table__row:nth-child(1) .price-table__elem img{
    display: none;
  }
  .price-table__row:nth-child(1) .price-table__elem div p:nth-child(2){
    font-size: 10px;
  }
  .price-table__row:nth-child(1) .price-table__elem div:nth-child(2){
    width: 100%;
  }
  .price-table__row:nth-child(1) .price-table__elem div:nth-child(1){
    width: 0;
  }
  .price-table__row:nth-child(1) .price-table__elem div p:first-child{
    font-size: 10px!important;
  }
  .text-prices{
    padding: 0 10px;
  }
  .reviews .slick-active {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .testimonials .slick-next{
    top: 64%;
    right: 25px;
  }
  .testimonials .slick-prev{
    top: 65%;
    left: 25px;
  }
  .price-table__elem p:nth-child(1) {
    font-size: 12px;
  }
}
.subscribe2 .second__block {
    display: none;
}
.success-subscripe {
    background: url(/img/envelope.png) no-repeat;
    display: block;
    width: 172px;
    height: 191px;
    margin: 0 auto;
}
#subscribeForm {
    position: relative;
}
.subscribe2 .error-alert {
    position: absolute;
    top: 35px;
    text-align: center;
    width: 100%;
    display: block;
    left: 10px;
    color: #fc0;
}
.has-error-field input {
	border-color: #fc0 !important;
}
.callme .second__block{
    display: none;
    position: relative;
}
.success__callback {
	display: block;
	background: url(/img/callback.png) no-repeat;
	width: 129px;
	height: 129px;
	margin: 35px auto 0;
}
.price-table__row.level .price-table__elem::after, .price-table__row.level .price-table__elem::before {
    content: none;
}
.price-table__row.level .price-table__elem {
    background: #272f48;
    color: #fff;
}
/*
.price-table__row.level:hover .price-table__elem:nth-child(1){
    color: #fff;
}
*/
.price-table__row.level .price-table__elem:hover{
    background: #272f48;
    color: #fff;
}
.price-table__row.level:hover {
    border-bottom: 1px solid #c0c0c0;
}
.page.order + footer .copyright{
    padding: 0;
    line-height: 13px;
}
.terms {
	background: url(/images/EGA_footer.png) no-repeat;
	width: 386px;
	height: 16px;
}
.page .content .term {
	background: url(/images/EGA_terms.png) no-repeat;
	width: 776px;
	height: 21px;
}
@media (max-width: 776px){
    .page .content .term {
    	background: url(/images/EGA_terms-mob.png) no-repeat;
    	width: 282px;
    	height: 68px;
    }
}
.price-table__elem a {
	text-decoration: none;
	cursor: pointer;
}
.modals__loader {
	width: 481px;
	height: 284px;
	border-radius: 10px;
	background-color: #5b4b7f;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
}
.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(/img/preloader.svg) no-repeat;
	width: 80px;
	height: 40px;
	transform: translate(-50%, -50%);
}
header{
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
header.fixed-header{
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
header.header-background{
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.stats-item > div.stats-item__img{
  height: 80px;
  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;
}
.content-accept{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
img{
  vertical-align: initial !important;
}
@media screen and (max-width: 1024px) and (min-width: 767px){
  .price-table__row:nth-child(1) .price-table__elem div:nth-child(2){
    text-align: center;
  }
  .price-table__row:nth-child(1) .price-table__elem div p:first-child{
    font-size: 14px !important;
  }
  .price-table__row:nth-child(1) .price-table__elem div p{
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px){
  .price-table__row:nth-child(1) .price-table__elem div:nth-child(2){
    text-align: center;
  }
  header.absolute{
    position: absolute;
    top: 0;
    width: 100%;
  }
  header .roww .header-menu__ico.menu_close, header.absolute .header-logo{
    position: fixed;
  }
}
@media screen and (max-width: 1220px) and (min-width: 768px){
  .reviews-item__text {
    max-width: 310px;
  }
}
@media screen and (max-width: 1220px) and (orientation: landscape){
  .reviews-item__text {
    max-width: 310px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px){
  footer .roww, .footer .roww{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .terms{
    margin: 30px auto;
  }
  footer .copyright, .footer .copyright{
    padding: 0;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape){
  .page.error .page-body img{
    width: 100%;
  }
}
.term-addr:before{
  content: 'EssayGoAway.com is owned and operated by Forpio Limited. Dafnis, 1, Lakatamia, 2332, Nicosia, Cyprus.';
}