body *, body :hover, body :active, body :focus {
    outline: none;
}
body {
    font-family: 'open_sansregular';
}
header {
  position: relative;
  min-height: 55px;
}
header .header-top {
  width: 100%;
  height: 35px;
  background-color: #7e7dff;
  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;
  text-align: center;
}
header .header-top p {
  color: #fff;
  font-size: 16px;
  font-family: 'open_sansregular';
}
header .header-top p strong {
  font-family: 'open_sansbold';
}
header .header-top__close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 64px;
  top: 6px;
}
@media (max-width: 349px){
  header .header-top {
    height: 50px;
  }
  header .header-top__close {
    top: 13px;
  }
}
header .header-top__close:hover {
  cursor: pointer;
}
header .header-menu {
  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;
  height: 60px;
}
header .header-menu__adaptive {
  display: none;
}
header .header-menu div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-menu div .header-logo {
  width: 135px;
  height: 50px;/*
  background-image: url("/images/logo.svg");*/
}
header .header-menu p {
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
}
header .header-menu nav.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 765px;
  margin-left: 0;
  padding-left: 0;
}
header .header-menu nav.navigation ul li {
  list-style-type: none;
}
header .header-menu nav.navigation ul li a {
  color: #fff;
  
  text-decoration: none;
  font-size: 14px;
}
header .header-menu nav.navigation ul li a:hover {
  text-decoration: underline;
}
header .header-menu nav.navigation ul li:last-of-type a {
  padding: 3px 10px;
  border-radius: 5px;
  border: 2px solid #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

header .header:not(.header-home) .header-menu nav.navigation ul li:last-of-type a:hover,
header .header.fixed .header-menu nav.navigation ul li:last-of-type a:hover {
  background: #000!important;
  color: #fff!important;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
}
header .header-menu nav.navigation ul li:last-of-type:hover a span {
  background: -webkit-gradient(linear, left top, right top, from(#7e7dff), to(#36cbc2));
  background: linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
  background-clip: text;
  text-fill-color: transparent;
  background: -webkit-linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .header.fixed .header-menu nav.navigation ul li:last-of-type:hover a span {
  background: none;
  text-fill-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
header .header-logo:hover {
  cursor: pointer;
}
.home-header header .header-menu nav.navigation ul li:last-of-type a {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.home-header header .header-menu nav.navigation ul li:last-of-type a:hover {
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
}
.main-nav {
  display: none;
}
.main-nav.act {
  border-top: 2px solid #36cbc2;
}
.default {
  position: absolute;
  width: 100%;
}
.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 999;
}
.header.fixed:not(.header-home){
    transition: box-shadow 0.3s;
}

.fixed .header-menu div .header-logo {
  /*background-image: url("/images/logo_black.svg");*/
}
.fixed .header-logo {
  width: 94px;
  height: 33px;/*
  background-image: url("/images/logo_black.svg");*/
}
.fixed .header-menu p {
  color: #000;
}
.fixed .header-menu nav.navigation ul li a {
  color: #000;
}
.fixed .header-menu nav.navigation ul li:last-of-type a {
  border: 2px solid #000;
  text-transform: uppercase;
}
.home-header .fixed {
  -webkit-animation: fadeInDown 0.6s;
  animation: fadeInDown 0.6s;
}
.header.shadow-hide{
  transition: box-shadow 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
  .humburger {
    display: none;
    cursor: pointer;
    height: 2.5rem;
  }
/*****  Media Queries   ******/
@media (max-width: 1200px) {
  .row {
    width: 100vw;
    margin: 0 auto;
  }
  .home-banner.row{
    margin-top:40px;
  }
  body,
  html {
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) {
  .fixed {
    width: 100vw;
  }
  header .header-top__close {
    right: 0;
    top: calc(50% - 10px);
    position: absolute;
    padding-right: 10px;
  }
  header .header-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
  }
  header .header-top p {
    padding: 0 30px;
  }
  header .header-menu {
    display: none;
  }
  header .header-menu__adaptive {
    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;
    height: 55px;
    padding: 0 10px;
  }
  header .header-menu__adaptive .header-link a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #fff;
  }
  header .header-menu__adaptive .header-logo {
    width: 110px;
    height: 48px;
    display: block;
    background-size: cover;
    margin-left: 37px;
  }
  .main-nav {
    width: 100vw;
    position: absolute;
    z-index: 99;
    background: #fff;
    text-align: center;
    overflow-y: scroll;
    height: 75vh;
  }
  .main-nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .main-nav ul li {
    list-style-type: none;
    padding: 12px 0 12px 0;
  }
  .main-nav ul li.active-nav {
    background: #38ccc0;
  }
  .main-nav ul li.active-nav a{
    color: #fff;
  }
  .main-nav ul li a {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
  }
  .main-nav ul li.active-nav a{
    color: #fff;
    font-weight: bold;
  }
  .humburger {
    display: block;
  }
  .home-banner__images .img_coffee {
    display: none;
  }
  .home-banner__title {
    line-height: 60px;
  }
  .home-banner {
    height: 450px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }
  .home-banner__body {
    max-width: 74%;
    margin-top: 40px;
  }
  .home-banner__title {
    font-size: 42px !important;
    line-height: 54px;
  }
  .fixed .humburger span {
    background-color: #000;
  }
  .fixed .humburger span:before,
  .fixed .humburger span:after {
    background-color: #000;
  }
  .fixed .header-menu__adaptive .header-logo {

  }
  .fixed .header-menu__adaptive .header-link a {
    color: #000;
    border: 2px solid #000;
  }
  .home-banner__images{
    display: none;
  }
}
@media (max-width: 600px) {
  .humburger {
    width: 100px;
  }
  .header-link {
    width: 100px;
  }
  .header-link a {
    float: right;
  }
  header .header-top__close {
    padding-right: 10px;
  }
  header .header-top p {
    font-size: 14px;
    line-height: 1.5;
  }
  header .header-top p span {
    display: none;
  }
  header .header-menu__adaptive .header-logo {
    width: 110px;
    height: 48px;
    display: block;
    margin-left: 0;
    background-size: cover;
  }
  .home-banner__title {
    font-size: 28px !important;
    line-height: 36px;
  }
  .fixed .humburger span {
    background-color: #000;
  }
  .fixed .humburger span:before,
  .fixed .humburger span:after {
    background-color: #000;
  }
  .fixed .header-menu__adaptive .header-logo {

  }
  .fixed .header-menu__adaptive .header-link a {
    color: #000;
    border: 2px solid #000;
  }
}

/**** home calculator ****/

.sidebar-item.calculate_home_bunner {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  text-align: center;
  width: 390px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 39px 37px 39px;
}
.sidebar-item.calculate_home_bunner .calculate-result p {
  text-transform: uppercase;
  font-family: 'open_sanssemibold';
  color: #636564;
  font-size: 14px;
  text-align: left;
  margin: 8px 5px 0;
}
.sidebar-item.calculate_home_bunner select {
  width: 100%;
  height: 46px;
  font-size: 14px;
  color: #636564;
  padding-left: 20px;
  background: url(/img/1custom_border.svg), url(/img/dropdown.svg);
  background-size: contain, 7px 6px;
  background-repeat: no-repeat;
  background-position: center, calc(100% - 14px) center;
  border: none;
  position: relative;
  margin-bottom: 18px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.sidebar-item.calculate_home_bunner select:first-child {
  margin-top: 20px;
}
.sidebar-item.calculate_home_bunner select:hover {
  cursor: pointer;
}
.sidebar-item.calculate_home_bunner .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
  
}
.sidebar-item.calculate_home_bunner .calculate-result{
  
}
.quantity_and_res{
  display: flex;
  justify-content: space-between;
  margin: 0 4px;
}
.sidebar-item.calculate_home_bunner .quantity p {
  color: #636564;
  font-size: 14px;
/*   margin-left: 20px */
}
.sidebar-item.calculate_home_bunner .quantity input {
  width: 66px;
  height: 38px;
  border-radius: 5px;
  background: url("/images/pages.svg");
  background-size: 100% 100%;
  border: none;
  color: #636564;
  text-align: center;
  margin-left: 15px;
}
.sidebar-item.calculate_home_bunner .quantity .forcalc{
  margin-top: 8px;
  margin-bottom: 8px;
}
.sidebar-item.calculate_home_bunner .quantity input::-webkit-input-placeholder {
  color: #636564;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-item.calculate_home_bunner .quantity input:-ms-input-placeholder {
  color: #636564;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-item.calculate_home_bunner .quantity input::placeholder {
  color: #636564;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-item.calculate_home_bunner .quantity input:focus::-webkit-input-placeholder {
  color: transparent;
}
.sidebar-item.calculate_home_bunner .quantity input:focus:-ms-input-placeholder {
  color: transparent;
}
.sidebar-item.calculate_home_bunner .quantity input:focus::placeholder {
  color: transparent;
}
.sidebar-item.calculate_home_bunner button {
     width: 185px;
    height: 55px;
    margin: 20px 0 0;
    border: none;
    outline: none;
    background-color: #fff;
    border: 3px solid #7e7dff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
}
.sidebar-item.calculate_home_bunner button span {
  background: -webkit-gradient(linear, left top, right top, from(#7e7dff), to(#36cbc2));
  background: linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
  background-clip: text;
  text-fill-color: transparent;
  background:     -ms-linear-gradient(right, transparent, transparent);
  background: -webkit-linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'open_sansbold';

}
.sidebar-item.calculate_home_bunner button:hover {
     /* background-position: 100% 60%; */
    border: 3px solid #7e7dff;
    border-radius: 10px;
    background-color: #7e7dff;
    /* background-image: url(/images/waves2.png) !important; */
    color: #fff;
}
.sidebar-item.calculate_home_bunner button:hover span {
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
  color: #fff;
}



/**** Calculate the price ****/
.sidebar-item {
  margin-left: 60px;
  -webkit-box-shadow: 0 7px 17px 1px #dee2e0;
  box-shadow: 0 7px 17px 1px #dee2e0;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 37px 15px;
  margin-bottom: 25px;
}
.sidebar-item__title {
  color: #636564;
  font-family: 'open_sansbold';
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  text-align: center;
}
.sidebar .calculate {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  text-align: center;
}
.sidebar .calculate-result p {
  text-transform: uppercase;
  font-family: 'open_sanssemibold';
  color: #636564;
  font-size: 16px;
  text-align: left;
  margin: 10px 0 20px;
}
.sidebar .calculate select {
  width: 220px;
  height: 40px;
  font-size: 14px;
  color: #636564;
  padding-left: 20px;
  background: url(/img/calculator.svg), url(/img/dropdown.svg);
  background-size: contain, 7px 6px;
  background-repeat: no-repeat;
  background-position: center, calc(100% - 14px) center;
  border: none;
  position: relative;
  margin-bottom: 18px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.sidebar .calculate select:first-child {
  margin-top: 20px;
}
.sidebar .calculate select:hover {
  cursor: pointer;
}
.sidebar .calculate .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
  width: 220px;
  justify-content: space-between;
}
.sidebar .calculate .quantity_child{
  display: flex;
}
.sidebar .calculate .quantity p {
  color: #636564;
  font-size: 14px;
/*   margin-left: 20px */
}
.sidebar .calculate .quantity input {
  width: 66px;
  height: 38px;
  border-radius: 5px;
  background: url("/images/pages.svg");
  background-size: 100% 100%;
  border: none;
  color: #636564;
  text-align: center;
  margin-left: 15px;
}
.sidebar .calculate .quantity p.forcalc{
  margin-top: 9px;
  margin-bottom: 9px;
}
.sidebar .calculate .quantity input::-webkit-input-placeholder {
  color: #636564;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .calculate .quantity input:-ms-input-placeholder {
  color: #636564;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .calculate .quantity input::placeholder {
  color: #636564;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .calculate .quantity input:focus::-webkit-input-placeholder {
  color: transparent;
}
.sidebar .calculate .quantity input:focus:-ms-input-placeholder {
  color: transparent;
}
.sidebar .calculate .quantity input:focus::placeholder {
  color: transparent;
}
.sidebar .calculate button {
  width: 170px;
  height: 50px;
  margin: 5px auto 10px;
  font-family: 'open_sansbold';
  outline: none;
    background-color: #fff;
    border: 3px solid #7e7dff;
    -webkit-transition: border 0.5s ease;
    transition: border 0.5s ease;
    border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .calculate button span {
  background: -webkit-gradient(linear, left top, right top, from(#7e7dff), to(#36cbc2));
  background: linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
  background-clip: text;
  text-fill-color: transparent;
  background: -webkit-linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   

}
.sidebar .calculate button:hover {
  border: 3px solid #7e7dff;
    border-radius: 10px;
    background-color: #7e7dff;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.sidebar .calculate button:hover span {
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
  color: #fff;
}
.sidebar .statistics .sidebar-item__content .statistics-item {
  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: 12px 0;
}
.sidebar .statistics .sidebar-item__content .statistics-item img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-object-fit: contain;
  margin-right: 20px;
}
.sidebar .statistics .sidebar-item__content .statistics-item p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  width: 165px;
}
.sidebar .why .sidebar-item__content {
  padding: 15px 0 5px;
}
.sidebar .why-item {
  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: 12px 0
}
.sidebar .why-item img {
  width: 40px;
  height: 40px;
  margin-right: 22px;
}
.sidebar .why-item p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  width: 165px;
}
.sidebar .testimonial {
  text-align: center;
  padding: 25px 35px 35px;
}
.sidebar .testimonial__user-name {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.sidebar .testimonial__user-info {
  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;
  margin: 25px 0 0;
}
.sidebar .testimonial__user-info img {
  width: 40px;
  height: 40px;
  margin-right: 10px;

}
.sidebar .testimonial__user-info > img {
  padding-left: 1px;
}
.sidebar .testimonial__stars img {
  width: 17px;
  height: 17px;
  margin: 0 2px;
  display: inline-block;
}
.sidebar .testimonial__content {
  font-size: 14px;
  text-align: left;
  padding: 15px 0;
}
.sidebar .testimonial button {
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0 auto;
  background: none;
  position: relative;
}
.sidebar .testimonial a button svg{
  position: relative;
  top: 4px;
  left: -5px;
}
.sidebar .testimonial a button:after{
  /* position: absolute;
  top:7px;
  right: -10px;
  width: 10px;
  height: 5px;
  transform: rotate(-90deg);
  -o-object-fit: cover;
  object-fit: cover;
  content: "";
  background:url(/images/next-faq.svg) no-repeat center;
  background-size: contain; */
}
.sidebar .testimonial a {
  position: relative;
}
/*.sidebar .testimonial a:after {
  position: absolute;
  top: 2px;
  right: -15px;
  content: url("/images/next-right.svg");
  }*/

  p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }
  div {
    color: #000;
    font-family: 'open_sansregular';
  }
  img {
    max-width: 100%;
  }
  .row {
    width: 1110px;
    margin: 0 auto;
  }
  .overflow-h {
    overflow-y: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .cta-border {
    border-bottom: 2px solid #b7b7b7;
  }
  select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
  /***********     Main Page     ***********/
  /****  Banner  ****/
  .home-header {
    width: 100%;
    height: 686px;
    background-image: url("/images/img_banner.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
  }
  .home-banner {
    height: 490px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
  .home-banner__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;
    
  }
  .home-banner.row{
    flex-wrap: nowrap;
  }
  .home-banner__title {
    color: #fff;
    font-family: Montserrat;
    font-size: 44px;
    font-weight: 500;
    
  }
  .home-banner__text {
    color: #fff;
    font-family: 'open_sansregular';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.55px;
    margin-top: 40px;
  }
  .home-banner a button {
    color: #fff;
    font-family: "open_sansbold";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 0px 40px;
    height: 55px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 3px solid #fff;
    background-color: transparent;
    outline: none;
    margin-top: 50px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .home-banner a button:hover {
    background-color: #fff;
    border: 3px solid transparent;
    border-image-slice: 1;
    border-radius: 5px;
    outline: none;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .home-banner a button:hover span {
    background: -webkit-gradient(linear, left top, right top, from(#7e7dff), to(#36cbc2));
    background: linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    background-clip: text;
    text-fill-color: transparent;
    background: -webkit-linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home-banner__images .img_plant {
    position: absolute;
    left: -1000px;
    bottom: 0;
    -webkit-transition: left 0.9s ease, -webkit-transform 1s ease;
    transition: left 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, left 0.9s ease;
    transition: transform 1s ease, left 0.9s ease, -webkit-transform 1s ease;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  .home-banner__images .img_plant__rotate {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
    left: 0;
  }
  .home-banner__images .img_coffee {
    position: absolute;
    top: 0;
    right: -2000px;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg);
    -webkit-transition: right 1s ease, -webkit-transform 1.2s ease;
    transition: right 1s ease, -webkit-transform 1.2s ease;
    transition: transform 1.2s ease, right 1s ease;
    transition: transform 1.2s ease, right 1s ease, -webkit-transform 1.2s ease;
  }
  .home-banner__images .img_coffee__rotate {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    right: -30px;
  }
  .home-banner__images .img_gasses {
    position: absolute;
    z-index: 1;
    bottom: 0;
    opacity: 0;
    right: 50px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .home-banner__images .img_gasses__rotate {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: 1;
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
  }
  .home-banner__images .img_pages {
    position: absolute;
    right: 10px;
    opacity: 0;
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
  }

  /*main page calculator*/




  /****  Main  ****/
  main {
    margin-top: -80px;
  }
  /****  Prices  ****/
  .prices-title {
    color: #636564;
    font-family: 'montserratbold';
    font-size: 30px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
  }
  .prices-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
  }
  .prices-items a {
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  }
  .prices-items a:hover {
    -webkit-box-shadow: 0 0 13px 5px #dee0e2;
    box-shadow: 0 0 13px 5px #dee0e2;
  }
  .prices-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    width: 176px;
    height: 190px;
    -webkit-box-shadow: 0 0 13px 2px #dee0e2;
    box-shadow: 0 0 13px 2px #dee0e2;
    background-color: #fff;
  }
  .prices-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    background-image: linear-gradient(to right, #7e7dff 0%, #37cbc2 100%), linear-gradient(45deg, #11a8f5 0%, #38ccc0 100%);
    color: #fff;
    font-family: 'open_sansregular';
    font-size: 24px;
    line-height: 24px;
  }
  .prices-item__body {
    height: 130px;
    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;
  }
  .prices-item__body p {
    font-family: 'open_sansregular';
    font-size: 18px;
    line-height: 0;
    text-decoration: none;
  }
  .prices-item__body p span {
    font-size: 30px;
  }
  .prices-mob-items {
    display: none;
  }
  /****  Advantages   ****/
  .advantages {
    padding: 95px 0 0;
  }
  .advantages-title {
    color: #636564;
    font-family: 'montserratbold';
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
  }
  .advantages-item {
    margin: 37px 0 22px;
    padding-left: 50px;
    padding-right: 0;
  }
  .advantages-item:first-child,
  .advantages-item:nth-child(4) {
    padding-left: 0;
  }
  .advantages-item:first-child .advantages-item__text,
  .advantages-item:nth-child(4) .advantages-item__text {
    max-width: 91%;
    padding-right: 0;
  }
  .advantages-item:nth-child(2),
  .advantages-item:nth-child(5) {
    padding-left: 10px;
  }
  .advantages-item__title {
    font-family: 'open_sansregular';
    font-size: 20px;
    line-height: 60px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .advantages-item__title img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  .advantages-item__text {
    line-height: 24px;
    text-align: left;
  }
  /****  How It Works  ****/
  .waves-bg {
   /* min-height: 1600px;*/
   background-image: url("/images/img_waves_big.png"),url(/images/img_waves_line_big_3.png);
   background-repeat: no-repeat, no-repeat;
   background-position: center 235px, center bottom;
   background-size: 1920px, 1920px calc(100% - 1506px);
 }
 @media (min-width:1200px) {
   .waves-bg{
     background-position: center 265px, center calc(100% + 30px);
   }
 }
 @media (max-width: 800px){
  .waves-bg{
    background-position: center 130px, center bottom;
    background-size: 1920px, 1920px calc(100% - 1401px);
  }
}
/*.testimonials-wrapper{
  background-image: url(/images/img_waves_line_big_3.png);
  background-position: center bottom;
  background-size: 1920px calc(100% - 1012px);
  background-repeat: no-repeat;
}
@media (max-width: 1200px){
  .testimonials-wrapper{
    background-size: 1920px calc(100% - 973px);
  }
  }*/
  .steps {
    padding: 90px 0 0;
  }
  @media (min-width:1200px) {
    .steps{
      padding-bottom: 30px;
    }
  }
  .steps-title {
    color: #636564;
    font-family: 'montserratbold';
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .steps-item {
    text-align: center;
    padding: 0;
  }
  .steps-item__number {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    color: #636564;
    font-family: 'montserratbold';
    font-size: 30px;
    text-transform: uppercase;
    background-image: url("/images/circle-gradient.svg");
    border-radius: 50%;
    border: none;
    -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: -webkit-box-shadow 300ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: box-shadow 300ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: box-shadow 300ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-box-shadow 300ms cubic-bezier(0.2, 0, 0.7, 1);
    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;
  }
  .steps-item__number:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 1px 7px rgba(134,234,243,0.4), 0 0 1px 20px rgba(134,234,243,0.1), 0 0 1px 30px rgba(134,234,243,0.1);
    box-shadow: 0 0 1px 7px rgba(134,234,243,0.4), 0 0 1px 20px rgba(134,234,243,0.1), 0 0 1px 30px rgba(134,234,243,0.1);
  }
  .steps-item.active .steps-item__number {
    cursor: pointer;
    -webkit-box-shadow: 0 0 1px 7px rgba(134,234,243,0.4), 0 0 1px 20px rgba(134,234,243,0.1), 0 0 1px 30px rgba(134,234,243,0.1);
    box-shadow: 0 0 1px 7px rgba(134,234,243,0.4), 0 0 1px 20px rgba(134,234,243,0.1), 0 0 1px 30px rgba(134,234,243,0.1);
  }
  .steps-item__title {
    font-family: 'open_sanssemibold';
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 45px 0 15px;
  }
  .steps-item__text {
    font-family: 'open_sansregular';
    font-size: 16px;
    line-height: 24px;
    max-width: 94%;
  }
  .steps-items {
    width: 1110px;
    margin: 0 auto;
  }
  .steps section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /****  Testimonials  ****/
  .testimonials {
    width: 1110px;
    margin: 0 auto;
  }
  .testimonials-wrapper__active {
    background-repeat: repeat-y;
    background: url("/images/img_waves_line_big.png");
  }
  .testimonials-title {
    color: #636564;
    font-family: 'montserratbold';
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
    margin-top: 110px;
  }
  .testimonials-text {
    color: #fff;
    margin: 55px 0 0;
  }
  .testimonials-text__title {
    color: #fff;
    font-family: 'open_sansregular';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
  }
  .testimonials-text__title h1{
    margin-bottom: 0;
  }
  .testimonials-text__cont {
    margin-top: 20px;
  }
  .testimonials-text__cont p {
    color: #fff;
    font-family: 'open_sanslight';
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 10px;
  }
  .testimonials-text__cont .readmore-link {
    height: 50px;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
  }
  .testimonials-text__cont .readmore-link img {
    display: block;
    margin: 0 auto;
    margin-top: 3px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    cursor: pointer;
    width: 16px;
    height: 8px;
  }
  .testimonials-text__cont .readmore-link .rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .testimonials-text__cont .readmore-link a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 auto;
  }
  .testimonials-text__cont .readmore-link a:hover {
    cursor: pointer;
  }
  .testimonials .hidden-text {
    display: none;
  }
  /****  Slider Testimonials  ****/
  .testimonials-slider {
    border-radius: 10px;
    width: 1015px;
    margin: 0 auto;
    margin-top: 86px;
  }
  .testimonials-slider .slick-track {
    border-radius: 10px;
  }
  .testimonials-slider .slick-slide {
    width: 1015px;
    height: 220px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    outline: none;
    margin: 0 10px;
  }
  .testimonials-slider .slick-list {
    padding-top: 40px;
  }
  .testimonials-slider .slick-arrow{
    opacity: 0.8;
    transition: opacity 0.5s;
  }
  .testimonials-slider .slick-arrow:hover{
    opacity: 1;
  }
  .testimonials-slider .slick-prev {
    width: 21px;
    height: 40px;
    top: 57%;
    left: -70px;
    background-image: url("/images/icon_left_arrow_white.svg");
  }
  .testimonials-slider .slick-prev:before {
    content: none;
  }
  .testimonials-slider .slick-next {
    width: 21px;
    height: 40px;
    top: 57%;
    right: -70px;
    background-image: url("/images/icon_right_arrow_white.svg");
  }
  .testimonials-slider .slick-next:before {
    content: none;
  }
  .testimonials-item {
    max-width: 750px;
    margin: 0 auto;
  }
  .testimonials-item__avatar {
    width: 87px;
    height: 87px;
    border-radius: 100%;
    background-color: #fff;
    opacity: 1;
    margin: 0 auto;
    margin-top: -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;
  }
  .testimonials-item__avatar img {
    width: 79px;
    height: 79px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .testimonials-item__name {
    color: #000;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 5px 0 20px;
  }
  .testimonials-item__review {
    color: #545454;
    font-size: 16px;
    line-height: 24px;
    position: relative;
  }
  .testimonials-item__review:before {
    content: url("/images/quotes.svg");
    width: 34px;
    height: 25px;
    position: absolute;
    top: -40px;
    left: -40px;
  }
  .testimonials-item__review:after {
    content: url("/images/quotes.svg");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 34px;
    height: 25px;
    position: absolute;
    bottom: -10px;
    right: -40px;
  }
  /*****  Media Queries   ******/
  @media (max-width: 1110px) {
    .testimonials-slider .slick-next {
      right: 40px;
      background-image: url("/images/icon_right_arrow.svg");
      background-repeat: no-repeat;
      width: 20px;
      height: 40px;
    }
    .testimonials-slider .slick-prev {
      left: 40px;
      background-image: url("/images/icon_left_arrow.svg");
      background-repeat: no-repeat;
      width: 20px;
      height: 40px;
      opacity: 1;
      z-index: 9;
    }
    .testimonials-text__cont p {
      padding: 0 10px 10px;
    }
  }
  @media (max-width: 900px) {
    .testimonials-text {
      padding: 35px 20px 0px;
    }
    .testimonials-item {
      max-width: 70%;
    }
    .testimonials-slider .slick-next {
      right: 40px;
      background-image: url("/images/icon_right_arrow.svg");
      background-repeat: no-repeat;
      width: 20px;
      height: 40px;
    }
    .testimonials-slider .slick-prev {
      left: 40px;
      background-image: url("/images/icon_left_arrow.svg");
      background-repeat: no-repeat;
      width: 20px;
      height: 40px;
      opacity: 1;
      z-index: 9;
    }
  }
  @media (max-width: 600px) {
    .testimonials-item {
      max-width: 100%;
    }
    .testimonials-text__cont p:nth-child(2) {
      display: none;
    }
  }
  /******    CTA Main Page   ******/
  .main-page .cta {
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
    border-bottom: 2px solid #b7b7b7;
    background: none;
  }
  .main-page .cta-title {
    color: #38ccc0;
    font-family: 'montserratbold';
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .main-page .cta-button button,
  .main-page .cta-button .cta-button-span-inner {
    width: 185px;
    height: 55px;
    margin: 15px 0 0;
    border: none;
    outline: none;
    background-color: #fff;
    border: 3px solid #7e7dff;
    -webkit-transition: border 0.5s ease;
    transition: border 0.5s ease;
    border-radius: 10px;
    /*background-image url(/images/button-border.png)*/
  }
  .main-page .cta-button button span,
  .main-page .cta-button .cta-button-span-inner span {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background: -webkit-linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    -webkit-text-fill-color: transparent;
    font-family: 'open_sansbold';
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /*****  Adaptive Menu   *****/
  .humburger:hover {
    cursor: pointer;
  }
  .humburger span {
    position: relative;
    top: 50%;
    margin-top: -0.25rem;
    display: block;
    width: 2.4rem;
    height: 4px;
    background: #fff;
    z-index: 1001;
  }

  .customer-page .humburger span,
  .order-page .humburger span{
    width:39px;
  }

  .humburger span:after {
    top: -13px;
  }
  .humburger span:before {
    top: 13px;
  }
  .humburger.active span {
    background: none;
  }
  .humburger.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .humburger.active span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .humburger-lines,
  .humburger span:after,
  .humburger span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
  }
  /*******     Page    *******/
  .page {
    width: 1110px;
    margin: 0 auto;
    padding: 65px 0;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
  }
  .page-title {
    color: #636564;
    font-family: 'montserratbold';
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
     padding: 0 0 32px;
  }
  .text-page .page-title {
     padding: 0;
    }
  .page-content {
    width: 67%;
    margin: 0;
  }
  .page-content__cta {
    margin: 15px 0 15px;
  }
  .page-content__cta .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("/images/img_cta_small.png");
    padding: 20px 50px;
  }
  .page-content__cta .cta-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
    text-align: left;
    max-width: 60%;
  }
  .page-content ul {
    margin: 0;
    padding: 0;
  }
  .page-content ul li {
    padding: 10px 0;
    list-style-type: none;
    display: flex;
  }
  .page-content ul li:before {
    content: url("/images/check-mark.svg");
    padding: 0px 6px;
    position: relative;
    font-size: 14px;
    margin-right: 15px;
  }
  .page-content ol {
    margin: 0;
    padding: 0;
  }
  .page-content ol li {
    padding: 10px 0;
    list-style-type: none;
    display: flex;
  }
  .page-content ol li:first-child {
    counter-reset: index;
  }
  .page-content ol li:before {
    background: #38ccc0;
    border-radius: 100%;
    content: counter(index, decimal);
    counter-increment: index;
    padding: 0px 6px;
    position: relative;
    font-size: 14px;
    margin-right: 25px;
    height: 20px;
  }
  .page-content h1 {
    color: #3a3a3a;
    font-family: 'montserratbold';
    font-size: 30px;
  }
  .page-content h2 {
    color: #3a3a3a;
    font-family: 'open_sansregular';
    font-size: 20px;
    font-weight: normal;
  }
  .page-content h3 {
    color: #3a3a3a;
    font-family: 'open_sansregular';
    font-size: 18px;
    font-weight: 400;
  }
  .page-content p::-moz-selection {
    background: #38ccc0;
  }
  .page-content p::selection {
    background: #38ccc0;
  }
  .page-content p::-moz-selection {
    background: #38ccc0;
  }
  .page-content li::-moz-selection {
    background: #38ccc0;
  }
  .page-content li::selection {
    background: #38ccc0;
  }
  .page-content li::-moz-selection {
    background: #38ccc0;
  }
  .page-content .montserratbold {
    font-family: 'montserratbold';
  }
  .page-content .open_sanssemibold {
    font-family: 'open_sanssemibold';
  }
  .page-content a {
    color: #30a9f1;
  }
  .page-content a:visited {
    color: #0271b3;
  }
  .page-content .quotes {
    font-family: 'open_sansitalic';
    font-style: italic;
    background: #ebebeb;
    padding: 15px 25px;
    margin: 35px 0 25px 50px;
    border-left: 4px solid #38ccc0;
  }
  .page-content p {
    margin: 0;
  }
  .page .sidebar {
    width: 32%;
    margin: 0;
  }
  .text-page .sidebar{
    margin-top: 20px;
  }
  .page .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /*****  Media Queries   ******/
  @media (max-width: 1200px) {
    .page {
      width: 100vw;
    }
  }
  @media (max-width: 1100px) {
    .page {
      width: auto;
      padding: 65px 20px;
    }
    .page-content {
      width: 100%;
      padding: 0 20px;
    }
    .wrapper .page-content {
      padding: 0 10px;
    }
    .page-testimonials .wrapper .page-content {
      padding: 0 30px;
    }
    .sidebar {
      display: none;
    }
    header .header-menu {
      padding: 0 20px;
    }
    header .header-menu nav.navigation ul {
      width: 660px;
    }
    .advantages-items {
      padding: 0 10px;
    }
    .advantages-item:first-child,
    .advantages-item:nth-child(4) {
      padding-left: 1rem;
    }
  }
  @media (max-width: 800px) {
    .page {
      width: auto;
      padding: 65px 10px;
    }
    .page.page-customer{
        min-height: 80vh;
    }
    header .header-menu {
      padding: 0 10px;
    }
    .advantages-item:first-child,
    .advantages-item:nth-child(4) {
      padding-left: 10px;
    }
    .main-page .cta {
      padding: 20px 0 40px;
    }
    .main-page .cta-button button,
    .main-page .cta-button .cta-button-span-inner {
      margin: 0;
    }
  }
  @media (max-width: 600px) {
    .page {
      padding: 65px 10px;
    }
    .page-title {
      padding: 0 0 10px;
      font-size: 22px;
    }
    .advantages-item__title {
      background-image: url("/images/next.svg");
      background-size: 17px 9px;
      background-repeat: no-repeat;
      background-position: 90% 50%;
    }
    .page-content__cta .cta {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 10px;
    }
    .page-content__cta .cta-title {
      max-width: none;
    }
    .page-testimonials .wrapper .page-content {
      padding: 0 20px;
    }
  }
  @media (max-width: 350px) {
    .advantages-item__title {
      font-size: 14px;
    }
  }
  /*******     Samples Page    *******/
  .samples-item {
    margin-bottom: 20px;
  }
  .samples-item a {
    text-decoration: none;
  }
  .samples-item a:hover {
    cursor: pointer;
  }
  .samples-item a:hover p.samples-item__link {
    text-decoration: none;
  }
  .samples-item__title {
    font-size: 20px;
    line-height: 21px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 18px;
    border-bottom: 2px solid #38ccc0;
    display: inline-block;
    padding-bottom: 5px
  }
  /*.samples-item__title:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 113px;
    border: 1px solid #38ccc0;
    background-color: #38ccc0;
  }*/
  .samples-item__content {
    height: auto;
    -webkit-box-shadow: 0 0 2px 1px #dee2e0;
    box-shadow: 0 0 2px 1px #dee2e0;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-content .samples-item__content p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .samples-item__content p strong {
    font-family: 'open_sanssemibold';
  }
  .samples-item__content div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .samples-item__content p.samples-item__link {
    font-size: 12px;
    font-family: 'open_sanssemibold';
    color: #000;
    line-height: 21px;
    text-decoration: underline;
  }
  .samples-item__content .samples-pdf-ico {
    width: 66px;
    height: 69px;
  }
  /*******     Testimonials Page    *******/
  .page-testimonials {
    padding: 65px 0 70px;
  }
  .page-testimonials .review-item {
    -webkit-box-shadow: 0 7px 17px 1px #dee2e0;
    box-shadow: 0 7px 17px 1px #dee2e0;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 40px 40px 50px;
    margin-bottom: 20px;
  }
  .page-testimonials .testimonial__user-name {
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
  }
  .page-testimonials .testimonial__user-info {
    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;
    margin: 0;
  }
  .page-testimonials .testimonial__user-info img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .page-testimonials .testimonial__stars img {
    width: 17px;
    height: 17px;
    margin: 0 2px;
  }
  .page-testimonials .testimonial__content {
    font-size: 14px;
    text-align: left;
    padding: 15px 0;
    line-height: 24px;
  }
  .page-testimonials ul.pager {
    margin-top: 40px;
  }
  .page-testimonials ul.pager li {
    list-style-type: none;
  }
  .page-testimonials ul.pager li:before {
    content: none;
  }
  /****** About US Page   *******/
  .page-about article p {
    color: #000;
    line-height: 24px;
    margin: 0 0 30px;
  }
  .page-about article h6 {
    color: #38ccc0;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    margin: 30px 0 5px;
    padding: 0;
  }
  /****** Contacts Page   *******/
  .page-contacts{
    margin-bottom: 85px;
  }
  .page-contacts__description {
    font-size: 16px;
    text-align: center;
    font-family: 'open_sansregular';
    /* max-width: 400px; */
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .page-contacts__content {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-contacts .contacts__support {
    width: 501px;
    height: 244px;
    -webkit-box-shadow: 0 7px 17px 1px #dee2e0;
    box-shadow: 0 7px 17px 1px #dee2e0;
    border-radius: 10px;
    background-color: #fff;
    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;
  }
  .page-contacts .contacts__support-title {
    font-size: 14px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    letter-spacing: 1.05px;
    margin: 24px 0;
    line-height: 0;
  }
  .page-contacts .contacts__support-text {
    max-width: 385px;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
  }
  .page-contacts .contacts__support button {
    width: 185px;
    height: 55px;
    margin: 35px 0 0;
    border: none;
    outline: none;
    background-color: #fff;
    background-image: url("/images/button-border.png");
  }
  .page-contacts .contacts__support button span {
    background: -webkit-gradient(linear, left top, right top, from(#7e7dff), to(#36cbc2));
    background: linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    background-clip: text;
    text-fill-color: transparent;
    background: -webkit-linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'open_sansbold';
  }
  .page-contacts .contacts__info {
    max-width: 515px;
    width: 490px;
  }
  .page-contacts .contacts__info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contacts .contacts__info div p {
    line-height: 21px;
    font-size: 14px;
    /*display inline-grid*/
  }
  .page-contacts .contacts__info div p a {
    color: #083378;
  }
  .page-contacts .contacts__info div p:first-child {
    width: 290px;
    display: inline-table;
  }
  /*****  Media Queries   ******/
  @media (max-width: 1100px) {
    .page-contacts .contacts__support {
      
    }
  }
  @media (max-width: 980px) {
    .page-contacts__content {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 600px) {
    .page-contacts .contacts__support {
      width: 100%;
    }
    .page-contacts .contacts__support-text {
      padding: 0 10px;
    }
    .page-contacts .contacts__info div {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .samples-item__content {
      padding: 15px;
    }
    .samples-item__content p {
      font-size: 12px;
    }
    .samples-item__content div:last-child {
      width: 50%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .samples-item__content div:first-child{
      width: 100%;
    }
    .samples-item__content div:last-child a {
      margin-top: 10px;
    }
  }
  @media (max-width: 370px) {
    .samples-item__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .samples-item__content div:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .samples-item__content div:last-child img {
      display: none;
    }
  }
  /********      Error Page      ********/
  .page-error {
    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;
    margin-top: 40px;
  }
  .page-error__text {
    max-width: 510px;
    font-size: 18px;
    text-align: center;
    margin: 60px 0 75px;
  }
  .page-error div a:first-child button {
    width: 185px;
    height: 55px;
    border-radius: 5px;
    background-image: none;
    background-color: #38ccc0;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'open_sansbold';
  }
  .page-error div a button {
    width: 185px;
    height: 55px;
    margin: 0 30px;
    border: none;
    outline: none;
    background-color: #fff;
    background-image: url("/images/button-border.png");
  }
  .page-error div a button span {
    background: -webkit-gradient(linear, left top, right top, from(#7e7dff), to(#36cbc2));
    background: linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    background-clip: text;
    text-fill-color: transparent;
    background: -webkit-linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'open_sansbold';
  }
  /******    Prices Page     ******/
  .page-prices .calculate {
    /*width 460px*/
    padding: 22px 45px 26px;
    -webkit-box-shadow: 0 7px 17px 1px #dee2e0;
    box-shadow: 0 7px 17px 1px #dee2e0;
    border-radius: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    text-align: center;
  }
  .page-prices .calculate-title {
    color: #000;
    font-family: 'open_sansbold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    margin-bottom: 25px;
    text-align: center;
  }
  .page-prices .calculate-item {
    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;
  }
  .page-prices .calculate-result p {
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    color: #636564;
    font-size: 16px;
    text-align: left;
    margin: 0;
  }
  .page-prices .calculate select::-ms-expand {
    display: none;
  }
  .page-prices .calculate select {
    width: 220px;
    height: 46px;
    font-size: 14px;
    color: #636564;
    padding-left: 20px;
    background: url(/img/calculator.svg), url(/img/dropdown.svg);
    background-size: contain, 7px 6px;
    background-repeat: no-repeat;
    background-position: center, calc(100% - 14px) center;
    border: none;
    position: relative;
    margin-bottom: 18px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  .page-prices .calculate select:nth-child(2) {
    margin-left: 20px;
    padding-right: 36px;
  }
  .page-prices .calculate select:hover {
    cursor: pointer;
  }
  .page-prices .calculate .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 220px;
    margin-bottom: 12px;
  }
  .page-prices .calculate .quantity p {
    color: #636564;
    font-size: 14px;
    margin-left: 50px;
    margin-right: 10px;
    width: 100%;
    text-align: right;
    margin-top: 9px;
  }
  .page-prices .calculate .quantity input {
    max-width: 67px;
    height: 40px;
    border-radius: 5px;
    background: url("/images/pages.svg") no-repeat;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    border: none;
    color: #636564;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    /* margin-right: 30px; */
  }
  .page-prices .calculate .quantity input::-webkit-input-placeholder {
    color: #636564;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .page-prices .calculate .quantity input:-ms-input-placeholder {
    color: #636564;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .page-prices .calculate .quantity input::placeholder {
    color: #636564;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .page-prices .calculate .quantity input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .page-prices .calculate .quantity input:focus:-ms-input-placeholder {
    color: transparent;
  }
  .page-prices .calculate .quantity input:focus::placeholder {
    color: transparent;
  }
  .page-prices .calculate-button {
    width: 220px;
  }
  .page-prices .calculate button {
    width: 170px;
    height: 50px;
    font-family: 'open_sansbold';
    background-color: #fff;
    border: 3px solid #7e7dff;
    border-image-slice: 1;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    display: block;
    margin-left: auto;
  }
  .page-prices .calculate button span {
    background: -webkit-gradient(linear, left top, right top, from(#7e7dff), to(#36cbc2));
    background: linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    background-clip: text;
    text-fill-color: transparent;
    background: -webkit-linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .page-prices .calculate button:hover {
    background-color: #7e7dff;
    border: 3px solid #7e7dff;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
  }
  .page-prices .calculate button:hover span {
    -webkit-text-fill-color: #fff;
    color: #fff;
  }
  .page-prices p.prices-details__title {
    font-size: 14px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    letter-spacing: 1.05px;
    text-align: center;
    margin: 0 0 60px;
  }
  .prices-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 25px;
  }
  .prices-details 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: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prices-details div img {
    height: 60px;
    width: auto;
  }
  .prices-details div p {
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0 0;
  }
  .prices-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 ;
  }
  .prices-order {
    width: 100%;
    padding-left: 42px;
    padding-top: 22px;
  }
  .prices-order__title {
    font-size: 14px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    letter-spacing: 1.05px;
    text-align: center;
    margin: 0 0 30px;
  }
  .prices-order__item {
    width: 100%;
    padding: 10px 0;
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify; */
    justify-content: space-between;
    position: relative;
  }
  .prices-order__item:after{
    position: absolute;
    top: 27px;
    z-index: 1;
    height: 0;
    left: 0;
    border-bottom: 1px dotted #38ccc0;
    width: 100%;
    content: "";
  }
  .prices-order__item:last-child::after{
    display: none;
  }

  .prices-order__item:last-child {
    border-bottom: 1px solid #38ccc0;
    padding: 20px 0 5px;
  }
  .prices-order__item:last-child div:last-child {
    /* -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; */
  }
  .prices-order__item div {
    font-size: 16px;
    background: #fff;
    z-index: 2;
  }
  .prices-order__item div:first-child{
    padding-right: 10px;
  }
  .prices-order__item div:nth-child(2) {
    float: right;
    color: #38ccc0;
  }

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .prices-order__item div:nth-child(2) {
      position: absolute;
      right: 0;
    }
  }
  .prices-order__item div:nth-child(2) .order__line {
    max-width: 109px;
    min-width: 100px;
    width: auto;
    height: auto;
    border-bottom: 1px solid #38ccc0;
  }
  .prices-order__item div:nth-child(2) span {
    color: #38ccc0;
  }
  .prices-order__item strong {
    color: #38ccc0;
    font-family: 'open_sansbold';
  }
  /*****  Media Queries   ******/
  @media (max-width: 980px) {
    .page-prices {
      padding: 65px 30px;
    }
    .prices-cont {
      -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;
    }
    .prices-order {
      width: auto;
      padding-left: 0;
      width: 100%;
      max-width: 550px;
    }
    .prices-details div {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 30px 0 0;
    }
    .prices-details div img {
      width: 30px;
      height: 30px;
      margin-right: 20px;
    }
    .prices-details div p {
      margin: 0;
    }
    .page-prices p.prices-details__title {
      margin: 0;
    }
  }
  @media (max-width:767px){
    .prices-details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .prices-details div {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 10px 0 0;
    }
  }
  @media (max-width: 600px) {
    .page-prices {
      padding: 65px 20px;
    }
    .prices-order__item div {
      font-size: 14px;
    }
    .prices-order__item div:first-child span {
      display: none;
    }
    .prices-details div img {
      height: 30px;
      margin-right: 20px;
    }
    .prices-details div p {
      margin: 0;
    }
    .page-prices .calculate-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .page-prices .calculate-item:last-child {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .page-prices .calculate {
      width: auto;
      height: auto;
    }
    .page-prices .calculate select:nth-child(2) {
      margin-left: 0;
    }
    .page-prices .calculate button {
      margin: 20px auto;
    }
  }
  @media (min-height: 540px) {
    .main-nav {
      height: auto;
    }
  }
  /********       FAQ Page       ***********/
  .page-faq dl {
    margin: 0;
  }
  .page-faq dl dt {
    -webkit-box-shadow: 0 3px 3px 1px #dee2e0;
    box-shadow: 0 3px 3px 1px #dee2e0;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 20;
    font-size: 20px;
    padding: 12px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    font-family: 'open_sanssemibold';
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    margin-bottom: 20px;
  }
  .page-faq dl dt:after {
    position: absolute;
    right: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    content: url("/images/next-faq.svg");
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .page-faq dl dt:hover {
    background-color: #38ccc0;
    color: #fff;
  }
  .page-faq dl dt.checked {
    background-color: #38ccc0;
    color: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-faq dl dt.checked:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .page-faq dl dd {
    display: none;
    width: auto;
    margin: 0;
    margin-top: -50px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 3px 3px 1px #dee2e0;
    box-shadow: 0 3px 3px 1px #dee2e0;
    border-radius: 10px;
    background-color: #fff;
    padding: 45px 60px 30px 40px;
    font-size: 14px;
    line-height: 24px;
  }
  .page-faq .ac-container label {
    -webkit-box-shadow: 0 3px 3px 1px #dee2e0;
    box-shadow: 0 3px 3px 1px #dee2e0;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 20;
    font-size: 20px;
    padding: 25px 30px;
    display: block;
    cursor: pointer;
  }
  .page-faq .ac-container label:hover {
    background-color: #38ccc0;
    color: #fff;
  }
  .page-faq .ac-container .dropdown {
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .page-faq .ac-container .checked {
    background-color: #38ccc0;
    color: #fff;
  }
  .page-faq .ac-container .checked .dropdown {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .page-faq .ac-container input {
    display: none;
  }
  .page-faq .ac-container input:checked label {
    background-color: #38ccc0;
    color: #fff;
  }
  .page-faq .ac-container input:checked label .dropdown {
    display: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .page-faq .ac-container input:checked ~ article {
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -webkit-transition: height 0.3s ease-in-out, -webkit-box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, -webkit-box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear, -webkit-box-shadow 0.6s linear;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(155,155,155,0);
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0);
    height: auto;
    width: 99.8%;
  }
  .page-faq .ac-container article {
    border: none;
    width: 100%;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -webkit-transition: height 0.3s ease-in-out, -webkit-box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, -webkit-box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear, -webkit-box-shadow 0.6s linear;
    margin-bottom: 30px;
  }
  .page-faq .ac-container article p {
    text-align: left;
    border: none;
    color: #000;
    font-size: 15px;
    padding: 30px;
    line-height: 30px;
    margin: 0;
  }
  /*****  Media Queries   ******/
  @media (max-width: 600px) {
    .page-faq dl dt:after {
      right: 20px;
    }
  }
  /******     Order Page    ******/
  .order-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  /******   Padination   *******/
  .pager {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pager li {
    list-style-type: none;
  }
  .pager li:before {
    content: none;
  }
  .pager li.pager__item {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 5px;
    -webkit-box-shadow: 0 7px 17px 1px #dee2e0;
    box-shadow: 0 7px 17px 1px #dee2e0;
    background-color: #fff;
    border-radius: 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;
  }
  .pager li.pager__item a {
    padding: 0;
    margin: 0;
    color: #38ccc0;
    font-size: 14px;
    font-family: 'open_sansbold';
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
  }
  .pager li.active {
    -webkit-box-shadow: 0 7px 17px 1px #dee2e0;
    box-shadow: 0 7px 17px 1px #dee2e0;
    background-color: #38ccc0;
  }
  .pager li.active  {
    color: #fff;
    font-size: 14px;
  }
  .pager li.pager__link {
    background-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
  }
  .pager li.pager__link a img {
    margin-top: 4px;
    width: 17px;
    height: 32px;
  }
  /******    CTA All Pages   ******/
  .cta {
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
    background-image: url("/images/img_cta.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cta-title {
    color: #fff;
    font-family: 'montserratbold';
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .cta-button button {
    width: 185px;
    height: 55px;
    /*margin: 35px 0 0;*/
    border: none;
    outline: none;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .cta-button button span,
  .cta-button .cta-button-span-inner span {
    background: -webkit-gradient(linear, left top, right top, from(#7e7dff), to(#36cbc2));
    background: linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    background-clip: text;
    text-fill-color: transparent;
    background: -webkit-linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'open_sansbold';
  }
  .cta-button button:hover {
    background-color: transparent;
    border: 3px solid #fff;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .cta-button button:hover span {
    -webkit-text-fill-color: #fff;
    color: #fff;
  }
  /*****  Media Queries   ******/
  @media (max-width: 1200px) {
    body {
      max-width: 100vw;
      overflow-x: hidden;
    }
    .row {
      width: 100vw;
      margin: 0 auto;
    }
    footer {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media (max-width: 1110px) {
    body.overflow-h .header-menu__adaptive{
      background-image: linear-gradient(to right, #3cb3e3, #3ebfd2)
    }
    .advantages-item__title {
      font-size: 18px;
    }
    .home-banner__images .img_coffee {
      display: none;
    }
    .testimonials-text {
      margin: 55px 0 0;
    }
    .steps-items,
    .testimonials {
      width: 100vw;
    }
    .prices-items {
      display: block;
      text-align: center;
      margin: 0;
    }
    .prices-item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 50px 30px 0;
      margin-bottom: 50px;
    }
    .prices-item:nth-last-child(1),
    .prices-item:nth-last-child(2) {
      margin-bottom: 0;
    }
    .steps-item {
      padding: 30px 0;
    }
    .steps-item__title {
      max-width: 50%;
      margin: 0 auto;
      padding: 5px 0;
    }
    .steps-item__text {
      max-width: 60%;
      margin: 0 auto;
    }
    .steps-item__number {
      cursor: pointer;
      -webkit-box-shadow: 0 0 1px 7px rgba(134,234,243,0.4), 0 0 1px 20px rgba(134,234,243,0.1), 0 0 1px 30px rgba(134,234,243,0.1);
      box-shadow: 0 0 1px 7px rgba(134,234,243,0.4), 0 0 1px 20px rgba(134,234,243,0.1), 0 0 1px 30px rgba(134,234,243,0.1);
      margin-bottom: 15px;
    }
    .steps-mob .slick-prev {
      left: 130px;
      height: 25px;
      top: 65%;
      background-image: url("/images/icon_left_arrow.svg");
      background-repeat: no-repeat;
      z-index: 99;
    }
    .steps-mob .slick-prev:before {
      content: none;
    }
    .steps-mob .slick-next {
      right: 130px;
      height: 25px;
      top: 65%;
      background-image: url("/images/icon_right_arrow.svg");
      background-repeat: no-repeat;
      z-index: 99;
    }
    .steps-mob .slick-next:before {
      content: none;
    }
  }
  @media (max-width: 800px) {
    footer {
      padding-left: 0;
      padding-right: 0;
    }
    .humburger {
      display: block;
    }
    .home-banner__images .img_coffee {
      display: none;
    }
    .home-banner__title {
      line-height: 60px;
    }
    .home-banner {
      height: 450px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 40px;
    }
    .home-banner__body {
      max-width: 76%;
      margin-top: 40px;
    }
    main {
      margin-top: 0;
    }
    .home-banner__text {
      margin-top: 10px;
      line-height: 24px;
      font-family: 'open_sansregular';
    }
    .home-banner a button {
      margin-top: 30px;
    }
    .home-banner__images .img_plant {
      max-width: 160px;
      left: 100px;
    }
    .home-banner__images .img_pages {
      max-width: 170px;
      right: 40px;
      bottom: 40px;
    }
    .home-banner__images .img_gasses {
      max-width: 170px;
      bottom: 30px;
      right: 100px;
    }
    .prices-items {
      display: block;
      text-align: center;
      margin: 0;
    }
    .prices-item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 50px 30px 0;
      margin-bottom: 50px;
    }
    .prices-item:nth-last-child(1),
    .prices-item:nth-last-child(2) {
      margin-bottom: 0;
    }
    .testimonials {
      width: 100vw;
    }
    .testimonials-slider {
      width: 90%;
    }
    .steps-title {
      margin-bottom: 20px;
    }
    .steps-items {
      width: 100vw;
    }
    .steps-item {
      padding: 30px 0;
    }
    .steps-item__title {
      max-width: 50%;
      margin: 0 auto;
      padding: 5px 0;
    }
    .steps-item__text {
      max-width: 50%;
      margin: 0 auto;
    }
    .steps-item__number {
      cursor: pointer;
      -webkit-box-shadow: 0 0 1px 7px rgba(134,234,243,0.4), 0 0 1px 20px rgba(134,234,243,0.1), 0 0 1px 30px rgba(134,234,243,0.1);
      box-shadow: 0 0 1px 7px rgba(134,234,243,0.4), 0 0 1px 20px rgba(134,234,243,0.1), 0 0 1px 30px rgba(134,234,243,0.1);
      margin-bottom: 15px;
    }
    .steps-mob .slick-prev {
      left: 130px;
      height: 25px;
      top: 65%;
      background-image: url("/images/icon_left_arrow.svg");
      background-repeat: no-repeat;
      z-index: 99;
    }
    .steps-mob .slick-prev:before {
      content: none;
    }
    .steps-mob .slick-next {
      right: 130px;
      height: 25px;
      top: 65%;
      background-image: url("/images/icon_right_arrow.svg");
      background-repeat: no-repeat;
      z-index: 99;
    }
    .steps-mob .slick-next:before {
      content: none;
    }
    .steps section {
      display: block;
    }
    .waves-bg {
      min-height: 0;
      /*background-position 45% 60%*/
    }
    .testimonials-title {
      margin-top: 20px;
      margin-bottom: 30px;
    }
    .footer-menu {
      display: none;
    }
    .main-page .cta-title {
      max-width: 450px;
      text-align: center;
      margin: 0 auto;
      line-height: 48px;
      padding-bottom: 15px;
    }
    .overlay-on {
      width: 100vw;
      height: 100vh;
      background-color: rgba(0,0,0,0.5);
      position: fixed;
      z-index: 16000002;
    }
    header {
      z-index: 16000002;
    }
    .header-top{
      z-index: 16000002;
    }
    .header-menu__adaptive{
      z-index: 16000002;
      position: relative;

    }
    .main-nav.act{
      z-index: 16000003;
    }
    .advantages-item {
      padding-left: 10px;
    }
    .testimonials .slick-dots li {
      width: 11px;
      height: 11px;
      margin: 0 3px;
      opacity: 0.5;
    }
    .testimonials .slick-dots li.slick-active {
      opacity: 1;
    }
    .testimonials .slick-dots li button {
      display: inline-block;
      width: 11px;
      height: 11px;
      background: #fff;
      border-radius: 100%;
    }
    .testimonials .slick-dots li button:before {
      content: none;
    }
  }
  @media (max-width: 600px) {
    .cta {
      padding: 20px 0;
    }
    .cta-title {
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 0;
    }
    .cta-button button {
      margin: 15px 0 0;
    }
    .footer-copyright {
      margin-top: 20px;
    }
    .home-banner__images .img_gasses,
    .home-banner__images .img_pages {
      display: none;
    }
    .home-banner__images .img_plant {
      left: -60px;
      bottom: 80px;
    }
    .home-banner__title {
      font-size: 30px;
      line-height: 36px;
    }
    .home-banner__body {
      max-width: 90%;
      margin-top: 40px;
    }
    .home-banner__text {
      display: none;
    }
    .home-banner {
      height: 400px;
      margin-top: 40px;
    }
    .home-header {
      height: 600px;
      background-position: 55% 70%;
    }
    main {
      margin-top: -80px;
    }
    .prices-mob-items {
      display: block;
      height: 220px;
      width: 100%;
      margin: 35px 15px 0;
      padding-top: 5px;
      -webkit-box-shadow: 0 0 13px 2px #dee2e0;
      box-shadow: 0 0 13px 2px #dee2e0;
      border-radius: 5px;
      background-color: #fff;
    }
    .prices-mob-items a,
    .prices-mob-items a:hover,
    .prices-mob-items a:focus{
      text-decoration: none;
    }
    .prices-mob-items div {
      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;
      padding: 9px 12px;
    }
    .prices-mob-items div p {
      margin: 0;
    }
    .prices-mob-items div img {
      margin-right: 5px;
    }
    .prices-mob-items strong {
      color: #38ccc0;
      font-size: 16px;
      font-family: 'open_sanssemibold';
    }
    .prices-mob-items span {
      font-size: 18px;
    }
    .prices-title {
      font-size: 20px;
    }
    .prices-items {
      display: none;
    }
    .advantages-item__title {
      font-size: 16px;
    }
    .advantages-item__text {
      display: none;
    }
    .advantages-item {
      margin: 0;
      padding-left: 10px;
    }
    .advantages {
      padding: 60px 0 0;
    }
    .advantages-title {
      font-size: 20px;
      margin-bottom: 20px;
    }
    .steps {
      padding: 24px 0 0;
    }
    .steps-mob .slick-prev {
      left: 10px;
      height: 25px;
      top: 65%;
      background-image: url("/images/icon_left_arrow.svg");
      background-repeat: no-repeat;
      z-index: 99;
    }
    .steps-mob .slick-prev:before {
      content: none;
    }
    .steps-mob .slick-next {
      right: 10px;
      height: 25px;
      top: 65%;
      background-image: url("/images/icon_right_arrow.svg");
      background-repeat: no-repeat;
      z-index: 99;
    }
    .steps-mob .slick-next:before {
      content: none;
    }
    .steps-title {
      font-size: 20px;
    }
    .steps-item__text {
      font-size: 14px;
      max-width: 80%;
      outline: none;
    }
    .steps-item__title {
      max-width: 80%;
    }
    .steps-item__number {
      width: 72px;
      height: 72px;
      font-size: 19px;
      background-size: cover;
    }
    .testimonials-title,
    .main-page .cta-title {
      line-height: 30px;
      font-size: 20px;
    }
    /* .waves-bg {
      background-image: none;
      min-height: 0;
      height: auto;
    } */
    .waves-bg {
      background-position: center 25px, center bottom;
      background-size: 1920px, 1920px calc(100% - 1296px);
    }
    .testimonials-slider {
      margin-top: 60px;
    }
    .testimonials-item {
      padding: 20px;
    }
    .testimonials-item__avatar {
      width: 59px;
      height: 59px;
    }
    .testimonials-item__avatar img {
      width: 56px;
      height: 56px;
    }
    .testimonials-item__name {
      margin: 5px 0 10px;
    }
    .testimonials-item__review {
      font-size: 14px;
      line-height: 18px;
    }
    .testimonials-item__review:before,
    .testimonials-item__review:after {
      content: none;
    }
    .testimonials-slider .slick-slide {
      height: auto;
    }
    .testimonials .slick-dots li {
      width: 11px;
      height: 11px;
      margin: 0 3px;
      opacity: 0.5;
    }
    .testimonials .slick-dots li.slick-active {
      opacity: 1;
    }
    .testimonials .slick-dots li button {
      display: inline-block;
      width: 11px;
      height: 11px;
      background: #fff;
      border-radius: 100%;
    }
    .testimonials .slick-dots li button:before {
      content: none;
    }
  }
  /*****  Buttons Hovers  ****/
  @media (max-width: 600px) and (orientation: landscape) {
    .testimonials {
      background-position: center 0%;
    }
    .testimonials-slider {
      margin-top: 0;
    }
  }
  @media (min-width: 1110px) {
    .main-page .cta-button a button,
    .main-page .cta-button a .cta-button-span-inner {
      height: 55px;
      /*background-repeat: repeat-x;
      background-image: url("/images/waves2.png") !important;
      background-position: 0% -80%;*/
      -webkit-transition: 0.3s;
      transition: 0.3s;
    }
    .main-page .cta-button a button:hover,
    .main-page .cta-button a .cta-button-span-inner:hover {
     /* background-position: 100% 60%;*/
      border: 3px solid #7e7dff;
      border-radius: 10px;
      background-color: #7e7dff;
      /*background-image: url("/images/waves2.png") !important;*/
      color: #fff;
    }
    .main-page .cta-button a button:hover span,
    .main-page .cta-button a .cta-button-span-inner:hover span {
      color: #fff;
      -webkit-text-fill-color: #fff;
      text-fill-color: #fff;
    }
  }
  /**** Gradients for IE ****/
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .home-banner a button:hover span {
      color: #000;
      background: none;
    }
    .main-page .cta-button button span,
    .main-page .cta-button .cta-button-span-inner span {
      background: none;
    }
    .main-page .cta-button button:hover,
    .main-page .cta-button .cta-button-span-inner:hover {
      color: #fff;
    }
    .main-page .cta-button button:hover span,
    .main-page .cta-button .cta-button-span-inner:hover span {
      color: #fff;
      -webkit-text-fill-color: #fff;
      text-fill-color: #fff;
    }
    header .header-menu nav.navigation ul li:last-of-type a:hover span {
      background: none;
      color: #000;
    }
    .cta-button button span,
    .cta-button .cta-button-span-inner span {
      background: none;
    }
    .sidebar .calculate button span {
      background: none;
    }
    .page-prices .calculate button span {
      background: none;
    }
    .page-contacts .contacts__support button span {
      background: none;
    }
  }
  /******    Footer    ******/
  .footer {
    min-height: 290px;
    padding-top: 50px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer .col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .col-md-3:nth-child(2) ul {
    border-left: 1px solid #b7b7b7;
    padding-left: 17px;
  }
  .footer-logo {
    width: 145px;
    height: 45px;
    margin-bottom: 28px;

  }
  .footer-pay {
    margin: 0 0 28px;
    height: 45px;
  }
  .footer-pay img {
    margin: 0 6px 0 0;
  }
  .footer-copyright {
    color: #545454;
    font-family: 'open_sanslight';
    font-size: 14px;
  }
  .footer-copyright p {
    line-height: 14px;
    font-size: 12px;
    margin: 5px 0;
  }
  .footer-menu ul {
    margin-top: 0;
  }
  .footer-menu ul li {
    list-style-type: none;
  }
  .footer-menu ul li:hover a {
    border-bottom: 1px solid #000;
  }
  .footer-menu ul li a {
    text-decoration: none;
    color: #000;
    line-height: 38px;
    font-size: 14px;
  }
  .footer-menu__mob {
    display: none;
  }
  .footer.row:after,.footer.row:before{
      content: none;
  }
  /*****  Media Queries   ******/
  @media (max-width: 1200px) {
    .footer.row {
      width: auto;
      margin: 0 auto;
    }
  }
  @media (max-width: 800px) {
    h1{
      font-size: 32px;
    }
    .footer {
      min-height: 200px;
      height: 200px;
      padding-top: 0;
      padding: 0 15px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .footer-logo {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 30px;
    }
    .footer-pay {
      display: inline-block;
      margin: 0 0 10px;
    }
    .footer-pay img {
      height: 30px;
      margin-top: 20px;
    }
    .footer-copyright p {
      display: inline-block;
      font-size: 12px;
    }
    .footer-menu__mob {
      display: block;
      padding: 0;
    }
    .footer-menu__mob select {
      -webkit-box-shadow: 0 0 2px 2px #dee2e0;
      box-shadow: 0 0 2px 2px #dee2e0;
      border-radius: 5px;
      background-color: #fff;
      width: 100%;
      height: 36px;
      border: none;
      outline: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-appearance: none;
      background-image: url("/images/next.svg");
      background-size: 17px 9px;
      background-repeat: no-repeat;
      background-position: 95% 50%;
      text-indent: 20px;
      padding-left: 0;
    }
    .footer-menu__mob select option {
      text-indent: 20px;
      padding-left: 0;
      font-size: 18px;
    }
    .footer-copyright__mob {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .footer-copyright__desk {
      display: none;
    }
    .footer-copyright__mob{
      display: block;
    }
    .footer .logo-pay {
      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-logo {
      margin-right: 0;
    }
    .footer-pay {
      margin: 0;
    }
    .footer-menu__mob select {
      background-size: 17px 9px;
    }
  }

  #main-order-form .row{
    width: unset;
  }
  .modal-dialog .row{
    width: unset;
  }
  .testimonials-text h2{
    color: #fff;
  }
  .page-title h1{
    font-size: 30px;
  }
  .page-samples .page-title h1, .page-testimonials .page-title h1, .page-faq .page-title h1, .page-about .page-title h1{
      width: 67%;
      margin: 0.67em 0 0;
  }
  .text-page h1{
      text-align: left;
      color: #636564;
  }
.page-content p{
  margin-bottom: 12px;
}
@media (max-width:768px) {
  .page-content p{
    margin-bottom: 0px;
  }
}
.header-menu .header_tel a{
  color: #000;
  text-decoration: none;
  margin-left: 20px;
}
.home-header .header-menu .header_tel a{
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
}
.header-top a{
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1023px){
  br.home_bunner_text{
    display: none;
  }
}
#calc4:focus{
  outline: none;
}
.page.page-prices .page-title{
  padding-bottom: 10px;
}
.page.page-prices .prices-details__title{
  margin-bottom: 40px;
}
@media (min-width: 1100px){
  .contacts__support  button {
    height: 55px;
    width: 185px;
    border:3px solid #7e7dff !important;
    border-radius: 10px;
    background-repeat: repeat-x;
    background-image: url(/images/waves2.png) !important;
    background-position: 0% -80%;
    -webkit-transition: background-position 0.3s linear, border 0.5s ease;
    transition: background-position 0.3s linear, border 0.5s ease;
  }
  .contacts__support button:hover {
    background-position: 100% 60%;
    border: 3px solid #38ccc0 !important;
    border-radius: 10px;
    background-image: url(/images/waves2.png) !important;
    color: #fff;
  }
  .contacts__support button:hover span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-fill-color: #fff;
  }
}
@media (max-width:767px){
  .page.page-prices .prices-details__title{
        margin-bottom: 0px;
  }
}
.contacts__info a{
  text-decoration: none;
}
.page.page-customer .page-title{
  padding-bottom: 0;
}
#main-customer-form{
  margin-bottom: 185px;
  min-height: 320px;
}
.page.page-order .page-title{
  padding-bottom: 15px;
}
#main-order-form{
  margin-bottom: 185px;
}
@media (max-width: 768px){
#order-form .tabs-wrapper .active{
  background-color: #12A9F3;
}
}


#order-form .steps-wrapper .custom-button,
#order-form .steps-wrapper .custom-button-second-step,
#order-form .steps-wrapper .custom-button-third-step,
#main-customer-form .wrap-customer-form .input-wrap button.submit-btn{
    background-image: none;
    border: 1px #38ccc0 solid;
    background-color: #38ccc0 !important;
}
#order-form .steps-wrapper .custom-button:hover,
#order-form .steps-wrapper .custom-button-second-step:hover,
#order-form .steps-wrapper .custom-button-third-step:hover,
#main-customer-form .wrap-customer-form .input-wrap button.submit-btn:hover{
     background-image: none;
    border: 1px #63d2c9 solid;
    background-color: #63d2c9 !important;
}

@media (max-width: 600px){
  .page-content__cta .cta-button{
    margin: auto;
  }
  .page-content__cta .cta-title{
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
  }
}
.black_logo{
  display: none;
}

.header-logo .black_logo,
.header-logo .white_logo{
  width:135px;
  height:50px;
}

@media (max-width:1024px) {
  .header-logo .black_logo,
  .header-logo .white_logo{
    width:110px;
    height:40px;
  }
}


.fixed  .header-logo .black_logo{
  display: block;
}
.fixed  .header-logo .white_logo{
  display: none;
  position: relative;
  left:0;
}

.humburger.active + .header-logo .black_logo{
  display: none;
}
.humburger.active + .header-logo .white_logo{
  display: block;
}

.home-header .fixed .header-menu .header_tel a{
  color: #000;
}
.page.page-prices p{
  font-size: 15px;
}
.sidebar .bar_slider + a:hover > button{
  text-decoration: underline;
}
.navigation li.active a{
  text-decoration: underline !important;
}
main.main-page{
  margin-top: 30px;
}

.page-title + .wrapper .sidebar {
    margin-top: 8px;
}
select:focus::-ms-value {
    color: #636564;
    background: transparent;
}
.modal-body .row{
    display: inherit;
    padding: 0;
}
.modal-dialog .row{
    width: auto;
}
#calc1{
  padding-right: 42px;
}
@media (max-width: 1100px){
  .page-samples .page-title h1,
  .page-testimonials .page-title h1,
  .page-faq .page-title h1,
  .page-about .page-title h1{
    width: 100%;
  }
}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none!important;
  }
}

@media (max-width: 767px){
  .testimonials-text.row{
    margin-top: 0;
    padding-top: 0;
  }
  .testimonials-text__cont .readmore-link{
    margin-bottom: 10px;
  }
}

.home-header header .header-menu nav.navigation ul li:last-of-type a{
  text-transform: uppercase;
}

@media (min-width: 601px ) and (max-width: 707px){
  header .header-top{
    height: 50px;
  }  
}


@media (max-width: 1200px){
  .home-banner.row{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 868px){
  .home-banner.row{
    flex-wrap: wrap;
  }
  .sidebar-item.calculate_home_bunner{
    margin-top: 38px;
    margin-left: 0;
    box-shadow: 0 7px 17px 1px #dee2e0;
    box-sizing: border-box;
  }
  .home-header{
    
  }
  .sidebar-item.calculate_home_bunner .calculate-result p{
    margin-bottom: 16px;
  }
  .home-banner__body{
    text-align: center;
  }
  .home-banner a button{
    display: none;
  }
  .home-banner__title{
    font-size: 22px !important;
    font-weight: 500;
    line-height: 30px;
  }
  .home-banner__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
  }
  .sidebar-item.calculate_home_bunner select{
    background-size: contain, 10% 6px;
    padding-left: 24px;
  }
  .quantity_and_res{
    margin: 0 16px;
  }
}
@media (max-width: 641px){
  .home-header{
    margin-bottom: 45px;  
  }
}
@media (max-width: 600px){
  .home-header{
    margin-bottom: 90px;  
  }
}
@media (max-width: 361px){
  .home-header{
    margin-bottom: 100px;  
  }
}
.sidebar .calculate-result p span.price{
  font-size: 20px;
}
.page.page-prices p span.price{
  font-size: 20px;
}
.sidebar-item.calculate_home_bunner .calculate-result p span.price{
  font-size: 20px;
}
.page-prices .calculate-item.last_row_data{
  margin-top: 10px;
}
@media (max-width: 600px){
  .page-prices .calculate-item.last_row_data{
    align-items: center;
  }
  .page-prices .calculate .quantity p{
    margin-left: 0;
    text-align: left;
    width: auto;
  }
  .page-prices .calculate .quantity{
    justify-content: flex-start;
  }
}

.br{
  display: block;
}

.home-banner-button{
  color: #fff;
  font-family: "open_sansbold";
  font-size: 16px;
  font-weight: 700;
  line-height: 49px;
  padding: 0px 40px;
  height: 55px;
  box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 5px;
  border: 3px solid #fff;
  background-color: transparent;
  outline: none;
  margin-top: 50px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.home-banner-button:hover{
  background-color: #fff;
  border: 3px solid transparent;
  border-image-slice: 1;
  border-radius: 5px;
  outline: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.home-banner .home-banner-button:hover span{
  background: -webkit-gradient(linear, left top, right top, from(#7e7dff), to(#36cbc2));
  background: linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
  background-clip: text;
  text-fill-color: transparent;
  background: -webkit-linear-gradient(to right, #7e7dff 0%, #36cbc2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-banner-button__link{
  text-decoration: none;
  color: #fff;
}

@media (max-width: 869px){
  .home-banner-button{
    margin: 50px auto;
  }
}

.cta-button-span-inner{
  display: inline-block;
  box-sizing: border-box;
  line-height: 49px;
}

#main-customer-form .sign-up-form .phone-number-holder input:first-child{
  flex-basis: initial;
}
#main-customer-form .sign-up-form .phone-number-holder input:nth-child(2) {
  flex-basis: initial;
  max-width: initial;
}
.fixed .header-menu nav.navigation ul li:last-of-type a{
  text-decoration: none!important;
}
.modal .modal-file-upload .modal-content .modal-footer .green-btn.cancel-btn_hidden, #order-form .steps-wrapper .promo-code .promo-code-value button{
  border: 1px #38ccc0 solid !important;
  background: #38ccc0 !important;
  font-family: "open_sansbold";
  font-weight: 600;
  width: 100px!important;
}
.modal .modal-file-upload .modal-content .modal-footer .green-btn.cancel-btn_hidden:hover, #order-form .steps-wrapper .promo-code .promo-code-value button:hover{
  border: 1px #63d2c9 solid!important;
  background: #63d2c9 !important;
}
@media (max-width: 767px){
  #main-customer-form .sign-up-form .select-country-holder span{
    font-size: 14px;
  }
  .page-error #error-buttons a button {
    margin: 0 auto;
    margin-bottom: 20px;

  }
  #error-buttons{
    text-align: center;
  }
}
iframe[data-test-id^="ChatWidgetMobileWindow"]{
  z-index: 9999999999 !important;
}
img.adress_in_text{
  width: 290px;
  height: auto;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
  .advantages-item__title{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .advantages-item .advantages-item__text{
    max-width: 100% !important;
    text-align: center;
  }
  .page-contacts__content{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px){
  .zopim{
    top: unset !important;
    bottom: 15px !important;
    position: fixed !important;
  }
}

.hidden-part:after{
  content: attr(data-val);
}

footer .hidden-part{
  padding: 0 10px;
  display: block;
  margin: auto;

}
