@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.flex {
  display: flex;
}

.lighted {
  background: #f5f8fa;
}

.menu {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.menu .ctrl {
  display: none;
}
.menu .logo {
  float: left;
  max-width: 24%;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .menu .logo {
    /*margin-left: -15px;*/
  }
}
.menu .logo img {
  width: 100%;
  max-width: 222px;
  margin-left: 30px;
}
.menu .btn {
  display: none;
}
.menu .col {
  float: right;
  padding: 15px 20px;
  list-style: none;
}
.menu .col a {
  color: #67bff0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}
@media (min-width: 996px) {
  .menu .drop {
    position: absolute;
    right: 5%;
    top: 0;
  }
}

header {
  overflow: hidden;
  height: 100%;
}
header .col-sm-6 {
  flex: 0 0 37%;
  max-width: 37%;
  position: relative;
}
header .gr {
  width: 365px;
  position: absolute;
  top: 125px;
  left: 45px;
}
header .gr span {
  font-size: 13px;
  width: 100%;
  display: block;
  margin-top: 47px;
}
header .gr img {
  max-width: 330px;
  margin-bottom: 20px;
}
header .gr .logos_small {
  display: none;
}
@media (max-width: 996px) {
  header .gr .logos {
    display: none;
  }
  header .gr .logos_small {
    width: 85%;
    margin: 0 auto;
    max-width: 350px;
    margin-bottom: 70px;
    display: block;
    padding: 15px 0;
  }
}
header .gr h1 {
  font-size: 2.2em;
}
header .gr p {
  font-size: 19px;
  font-weight: 200;
}
header .col-sm-6:last-child {
  flex: 0 0 63%;
  max-width: 63%;
}
header .scissors {
  min-height: 550px;
}
header .scissors:before, header .scissors:after {
  content: " ";
  display: block;
  background: linear-gradient(180deg, #1b458d, #325cbe);
  height: 100%;
  width: 1000%;
  position: absolute;
  transform: skewX(-32.5deg);
  transform-origin: 100%;
  z-index: -1;
  top: 0px;
  left: 215px;
}
@media (max-width: 996px) {
  header .scissors:before, header .scissors:after {
    background: #1b458d !important;
  }
}
@media (max-width: 996px) {
  header .scissors:before, header .scissors:after {
    height: 170px;
    width: 100%;
    transform: rotate(20deg);
    transform-origin: right top;
    top: 0px;
    right: 50%;
    left: unset;
  }
  header .scissors:after {
    right: unset;
    left: 50%;
    transform: rotate(-20deg);
    transform-origin: left top;
  }
}
@media (min-width: 996px) {
  header .scissors:before {
    background: linear-gradient(180deg, #1b458d, #325cbe);
    transform: skewX(32.5deg);
    z-index: -2;
  }
}
header .scissors .form {
  min-height: 530px;
  width: 500px;
  display: block;
  position: absolute;
  left: 216px;
  top: 60px;
  border-radius: 4px;
}
header .scissors .form .frame .error {
  display: none;
}
header .scissors .form .frame.has-error .error {
  display: block;
  margin-top: -2px;
  color: red;
}
header .scissors .form #count_text {
  /*opacity: 0;*/
}
header .scissors .form #count_text, header .scissors .form .frame .error {
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: white;
  margin: 12px 0;
}
header .scissors .form .has-error #count_text {
  opacity: 1;
}
header .scissors .form .has-error textarea {
  border: 2px solid red !important;
}
header .scissors .form .header {
  border-radius: 4px 4px 0 0;
  display: flex;
  max-width: 96%;
  margin: 0 2%;
  justify-content: center;
  align-items: center;
}
header .scissors .form .header img {
  padding: 0 10px 6px 0;
  height: 28px;
}
header .scissors .form .header span {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
header .scissors .form .body {
  padding: 0 35px;
}
header .scissors .form .body .frame:first-child p {
  color: black;
}
header .scissors .form .body .graph-item {
  box-shadow: 0 0 12px black;
  border-radius: 3px;
  border-bottom-width: 6px;
  flex: 0 0 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .scissors .form .body .graph-item.arrow, header .scissors .form .body .graph-item.no_img {
  flex-basis: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  border-bottom-width: 1px;
  height: 52px;
  background: white;
  text-align: center;
  max-width: 96%;
  margin: 0 2% 15px;
  position: relative;
}
header .scissors .form .body .graph-item.arrow img, header .scissors .form .body .graph-item.no_img img {
  display: none;
  position: absolute;
  right: 20px;
  padding: 0;
  height: 15px;
}
@media (max-width: 996px) {
  header .scissors .form .body .graph-item.arrow img, header .scissors .form .body .graph-item.no_img img {
    right: 20px;
  }
}
header .scissors .form .body .graph-item.arrow p, header .scissors .form .body .graph-item.no_img p {
  margin: 0;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media (max-width: 996px) {
  header .scissors .form .body .graph-item.arrow p, header .scissors .form .body .graph-item.no_img p {
    font-size: 12px;
    line-height: 14px;
    padding: 0 30px;
  }
}
header .scissors .form .body .graph-item.arrow:before, header .scissors .form .body .graph-item.arrow:after, header .scissors .form .body .graph-item.no_img:before, header .scissors .form .body .graph-item.no_img:after {
  /*left: -30px;
  top: 13px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 13px;
  border-left-color: #c2e1f5;
  left: -32px;*/
}
header .scissors .form .body .graph-item.arrow:after, header .scissors .form .body .graph-item.no_img:after {
  border-left-color: #5cbaee;
  left: -34px;
}
header .scissors .form .body .graph-item img {
  padding: 35px 16px 20px;
  max-width: 50%;
}
header .scissors .form .body .graph-item img.green {
  display: none;
}
header .scissors .form .body .graph-item p {
  text-align: center;
  width: 100%;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 15px;
  padding: 0 5px;
}
header .scissors .form .body .graph-item .checker {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1489cc;
  margin-bottom: 15px;
  margin-top: 10px;
}
header .scissors .form .body .radio {
  display: none;
}
header .scissors .form .body .radio:checked + label .checker {
  position: relative;
}
header .scissors .form .body .radio:checked + label .checker:before {
  content: " ";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #98db67;
  border-radius: 50%;
  position: absolute;
  display: block;
}
header .scissors .form .body .radio:checked + label, header .scissors .form .body .radio:hover + label {
  max-width: 96%;
  margin: 0 2% 15px;
  background: #e1ffd6;
}
header .scissors .form .body .radio:checked + label img, header .scissors .form .body .radio:hover + label img {
  display: none;
}
header .scissors .form .body .radio:checked + label img.green, header .scissors .form .body .radio:hover + label img.green {
  display: block;
}
header .scissors .form .body .radio:checked + label .checker, header .scissors .form .body .radio:hover + label .checker {
  border-color: #98db67;
}
header .scissors .form .body .radio:checked + label img {
  display: block;
}
header .scissors .form .ffooter {
  font-size: 11px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px;
}
@media (max-width: 425px) {
  header .scissors .form .ffooter {
    font-size: 9px;
    top: -5px;
    position: relative;
  }
}
header .scissors .form .ffooter .lead__privacy {
  width: 100%;
  max-width: 96%;
  margin: 0 2% 12px;
}
header .scissors .form .ffooter .lead__privacy a {
  color: white;
}
header .scissors .form .ffooter img {
  padding-right: 5px;
}
header .scissors .form h5 {
  text-align: center;
  font-size: 17px;
  color: white;
  width: 100%;
  margin: 26px 0;
  font-weight: normal;
}
@media (max-width: 996px) {
  header .scissors .form h5 {
    font-size: 14px;
  }
}
header .scissors .form .before {
  content: " ";
  position: absolute;
  left: -105px;
  /*top: 190px;*/
  display: block;
  width: 70px;
  height: 54px;
  background: url("../../accountant/img/arrow.jpg");
}
@media (max-width: 996px) {
  header .scissors .form .before {
    left: 0;
    top: -70px !important;
    width: 100%;
    height: 54px;
    background: url(../../accountant/img/arrow.jpg);
    transform: rotate(90deg) scale(0.5);
    background-repeat: no-repeat;
    background-position: bottom;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-between;
}

.container {
  min-width: 16rem;
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 996px) {
  .container {
    max-width: 910px;
  }
}

.item_half {
  margin: 0;
  max-width: 48%;
  flex: 0 0 48%;
  padding-bottom: 12px;
}
.item_half label.no_img {
  padding: 0 !important;
}
.item_half label {
  height: 100%;
}
@media (max-width: 768px) {
  .item_half {
    height: 55px;
    max-width: 100%;
    flex: 0 0 100%;
    /*
    p {
        font-size: 9px !important;
        line-height: 13px;
    }*/
  }
}

.howitworks {
  background: #f5f8ff;
  overflow: hidden;
  padding: 25px 0;
}
.howitworks .row img {
  min-width: 30px;
  min-height: 33px;
}
.howitworks h2 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
}
.howitworks .row {
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
}
.howitworks .row .step {
  text-align: center;
  flex: 0 0 33%;
  align-self: flex-start;
}
.howitworks .row .step .title {
  font-weight: bold;
}
.howitworks .row .step p {
  max-width: 320px;
  margin: 12px auto;
}
.howitworks.jobs h2 {
  font-weight: normal;
}
.howitworks.jobs .row {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  justify-content: flex-start;
}
.howitworks.jobs .step {
  display: block;
  float: left;
  max-width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
}
.howitworks.jobs .step p:first-child {
  font-weight: 100;
  font-size: 14px;
  color: #1489cc;
}
.howitworks.jobs .step p:last-child {
  font-style: italic;
  font-size: 14px;
}

.steps {
  color: #193241;
  padding: 70px 0;
}
.steps h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.7em;
}
.steps .row {
  /*justify-content: center;*/
}
.steps .col {
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 996px) {
  .steps .col {
    width: 340px;
  }
}
.steps .col .title {
  font-size: 18px;
  font-weight: bold;
  max-width: 230px;
  text-align: center;
  margin: 18px auto;
}
.steps .col .desc {
  text-align: center;
  font-size: 11px;
  max-width: 230px;
  margin: 18px auto;
  line-height: 20px;
}

.content {
  overflow: hidden;
  background: #f5f7fa;
}
.content h2, .content div.content__title {
  font-size: 22px;
  margin: 50px 0;
  text-align: center;
  font-weight: bolder;
  color: #193241;
}
.content p {
  color: #193241;
  font-size: 1.3em;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 35px;
}

.blue {
  position: relative;
  background: linear-gradient(180deg, #1b458d, #325cbe);
  height: 178px;
  overflow: hidden;
  color: white;
  margin-bottom: 30px;
}
.blue .down {
  display: none;
}
.blue h4 {
  font-size: 23px;
  margin: 47px 0 12px 25px;
  font-weight: bolder;
}
.blue p {
  margin-left: 25px;
}
.blue .col {
  z-index: 4;
  flex: 0 0 50%;
}
.blue .col:last-child {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 178px;
}

.btn {
  color: white;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
  display: block;
}

@media (min-width: 424px) {
  .free_quote {
    /*max-width: 70% !important;
    margin: 0 15% !important;
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 18px !important;*/
  }
}
.tbtn .btn-green {
  padding-left: 20px;
}

.btn-green {
  width: 100%;
  background: #70d14e;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 96%;
  margin: 0 2% 15px;
  position: relative;
}
.btn-green:hover {
  background: #4ec525;
}
.btn-green span.hided {
  opacity: 0;
}
.btn-green img.loader {
  display: none;
  height: 30px;
  width: 30px;
  color: #70d14e;
  position: absolute;
  top: 14px;
  margin: 0;
}
.btn-green:hover img.loader {
  color: #4ec525;
}
.btn-green img:last-child {
  position: absolute;
  right: 20px;
}
.btn-green.downBtn {
  padding: 20px 100px;
}

.tbtn {
  flex-direction: column;
}
.tbtn .ffooter {
  font-size: 11px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px;
}
@media (max-width: 996px) {
  .tbtn .btn-green {
    padding: 20px !important;
    width: 80%;
  }
  .tbtn .ffooter {
    width: 80%;
  }
}

footer .copyright {
  border-top: 1px solid #d6d9e0;
  max-width: 1140px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 10px;
  color: #9da1a6;
}
footer .col {
  text-align: center;
  flex: 1 0 16%;
}
footer .col h4 {
  font-size: 17px;
  background: none;
}
footer .col ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
footer .col ul li {
  list-style: none;
}
footer .col ul li a {
  text-decoration: none;
  color: gray;
  font-size: 15px;
  line-height: 27px;
  margin: 0;
}
footer .col.logo {
  flex-basis: 30%;
  padding: 10px 20px;
}
footer .col.logo img {
  margin: 20px 0;
  width: 90%;
  max-width: 222px;
}
footer .col.social {
  flex: 0 0 140px;
}

@media (max-width: 996px) {
  .menu .logo img {
    margin-left: 0;
  }

  .menu .container {
    /*border-bottom: 1px solid #d5d9db;*/
  }
  .menu .container > div {
    width: 100%;
    display: flex;
  }
  .menu .container > div .logo {
    float: unset;
    max-width: 70%;
    padding: 10px 0;
    max-width: 190px;
  }
  .menu .container > div .drop {
    display: block;
  }
  .menu .container > div .drop .ctrl {
    display: block;
    position: absolute;
    top: 17px;
    right: 22px;
    width: 20px;
    height: 20px;
    background-image: url(../../accountant/img/menu_open.jpg);
    background-size: cover;
  }
  .menu .container > div .drop .col, .menu .container > div .drop .btn {
    display: none;
  }
  .menu .container > div .drop.open {
    background-color: white;
  }
  .menu .container > div .drop.open .ctrl {
    background-image: url("../../accountant/img/menu_close.jpg");
  }
  .menu .container > div .drop.open .list {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    border-top: 1px solid gray;
    background: white;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 5px solid #5cbaef;
  }
  .menu .container > div .drop.open .list .col {
    padding: 15px 0;
    display: block;
    flex: 0 0 100%;
    text-align: center;
  }
  .menu .container > div .drop.open .list a.btn {
    margin: 20px auto;
    display: block;
    padding: 20px 35px;
  }

  footer .row > .col {
    flex-basis: 100%;
  }
  footer .row > .col.open h4 {
    background-image: url("../../accountant/img/cl2.jpg");
  }
  footer .row > .col.open ul {
    display: block;
  }
  footer .row > .col h4 {
    padding: 0 20px;
    background: url("../../accountant/img/cl1.jpg");
    background-repeat: no-repeat;
    background-position: 90% 8px;
    cursor: pointer;
  }
  footer .row > .col.social {
    flex: unset;
    margin-bottom: 70px;
  }
  footer .row > .col.social h4 {
    background: none;
  }
  footer .row > .col.social > div {
    padding: 0 20px;
  }
  footer .row .logo {
    padding: 0;
  }
  footer .row .logo div {
    padding-left: 20px;
  }
  footer .copyright {
    width: 90%;
  }

  .howitworks .row {
    flex-wrap: wrap;
    margin: 0;
  }
  .howitworks .row .step {
    flex-basis: 100%;
    max-width: 100%;
  }
  .howitworks .row .step p {
    padding: 2px 10px;
  }
  .howitworks .row > img {
    margin: 20px 0;
    transform: rotate(90deg);
  }

  .steps h2 {
    padding: 0 20px;
    font-size: 30px;
  }

  .blue {
    height: unset;
  }
  .blue .col:first-child {
    width: 100%;
  }
  .blue .down {
    display: block;
    width: 100%;
  }
  .blue .down img {
    width: 100%;
  }
  .blue .col {
    flex-basis: 100%;
  }
  .blue .col h4 {
    font-size: 42px;
    margin: 42px 0 12px;
    font-weight: bolder;
    padding: 20px 20px 5px;
    margin: 0;
    font-weight: bold;
  }
  .blue .col p {
    margin: 0 20px 30px;
  }

  header .scissors {
    min-height: 565px;
  }
  header .scissors .form .header span {
    font-size: 16px;
    padding-top: 20px;
  }
  header .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: unset;
  }
  header .gr {
    position: unset;
    margin-top: 75px;
    text-align: center;
    width: 100%;
  }
  header .gr img {
    width: 35%;
    margin: 0 7% 60px 0;
  }
  header h1 {
    font-size: 35px;
    padding: 20px 20px 0;
    font-weight: bold;
    text-align: left;
    color: #193241;
  }
  header p {
    padding: 0 20px;
    font-size: 22px;
    margin-top: 0;
    text-align: left;
    font-weight: 500;
    line-height: 32px;
  }
  header .scissors .form {
    position: unset;
    width: 100%;
    height: unset;
    background: linear-gradient(180deg, #1b458d, #325cbe);
  }
  header .scissors .form .body {
    padding: 0 20px;
  }
  header .scissors .form .body h5 {
    margin: 20px 0;
  }
  header .scissors .form .body .graph-item {
    border-bottom-width: 1px;
    flex: 0 0 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  header .scissors .form .body .graph-item img {
    height: 43px;
  }
  header .scissors .form .body .graph-item p {
    width: unset;
    order: 3;
    margin: 0;
    font-size: 22px;
  }
  header .scissors .form .body .graph-item span {
    order: 2;
    margin: 0 7px 0 0 !important;
  }
}
@media (max-width: 425px) {
  header .gr span {
    /*text-align: left;
    padding: 0 20px;//*/
  }
}
@media (max-width: 370px) {
  header .scissors .form .body .graph-item p {
    font-size: 17px;
  }
}
.form_holder {
  position: relative;
  overflow: hidden;
  padding: 0 17px;
}

.frame {
  display: none;
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  justify-items: flex-start;
}
.frame.active {
  display: flex !important;
  opacity: 1;
  z-index: 1;
}
.frame.prev {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
  height: auto !important;
  z-index: 0;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #1f4995;
  box-shadow: 0 0 10px black;
  overflow: hidden;
  display: none;
  z-index: 99;
}
.progress .after {
  background: #7cc049;
  width: 0%;
  top: 0;
  left: -33px;
  height: 100%;
  display: block;
  transform: skewX(-35deg);
  border-right: 1px solid white;
  transition: all 1s ease-out 0.5s;
}

.btn-back {
  display: none;
}

.opened {
  overflow-x: hidden;
  height: 100%;
}
.opened .header .scissors .form {
  background: unset;
}
.opened .header .scissors .form h5 {
  font-size: 25px;
  font-weight: bold;
}
.opened .header .scissors .form .header {
  display: none;
}
.opened .progress {
  display: block;
}
.opened .btn-back {
  display: block;
  margin: 25px auto 35px;
  width: 75px;
  text-align: center;
  padding: 10px 0px;
  cursor: pointer;
  border: 1px solid white;
  color: white;
}
.opened .powered {
  text-align: center;
  padding: 0px 0px 15px;
}
.opened .powered span {
  color: white;
  font-size: 12px;
}
.opened .powered img {
  max-width: 160px;
}
.opened body {
  background: #1F4995;
  height: 100%;
}
@media (min-width: 996px) {
  .opened body {
    transform: scale(1.1);
    transform-origin: top;
  }
}
.opened body header.header {
  height: unset;
  overflow: hidden;
}
.opened body header.header .container, .opened body header.header .row {
  height: 100%;
  max-width: unset;
}
.opened body > div, .opened body footer {
  display: none;
}
.opened body header .scissors:after {
  background: #007abf;
}
.opened body header .scissors .form {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: unset;
  margin-top: 19px;
  height: unset;
  margin-bottom: 50px;
}
.opened body header .scissors .form:before {
  display: none;
}
.opened body header .scissors .form label.no_img {
  flex: 0 0 100%;
  align-items: center;
  justify-content: flex-start;
  border-bottom-width: 1px;
  /*padding: 14px 0;*/
  margin-bottom: 15px;
  cursor: pointer;
}
.opened body header .scissors .form label.no_img p {
  width: unset;
  order: 1;
  flex: 1 0 50%;
  text-align: left;
  padding: 4px 0;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 375px) {
  .opened body header .scissors .form label.no_img p {
    font-size: 12px;
  }
}
.opened body header .scissors .form label.no_img span {
  margin: 0 20px 0 10px !important;
  flex: 0 0 20px;
  order: 0;
}
@media (max-width: 768px) {
  .opened body header .scissors .form label.no_img span {
    margin: 0 5px 0 3px !important;
  }
}
.opened body header .scissors .form textarea {
  width: 100%;
  border: 2px solid gray;
  border-radius: 6px;
  height: 85px;
  font-size: 19px;
  padding: 10px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}
.opened body header .scissors .form .last .form-group {
  width: 100%;
  position: relative;
  max-width: 96%;
  margin: 0 2%;
}
@media (min-width: 424px) {
  .opened body header .scissors .form .last .form-group {
    /*max-width: 70%;
    margin: 0 15%*/
  }
}
.opened body header .scissors .form .last .form-group label {
  width: 100%;
  display: block;
  color: white;
  font-weight: bold;
}
.opened body header .scissors .form .last .form-group input {
  font-size: 18px;
  width: 100%;
  margin: 5px 0;
  padding: 12px 30px 12px 10px;
  border-radius: 8px;
  border: 1px solid grey;
  display: block;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.opened body header .scissors .form .last .form-group .error-message {
  position: absolute;
  bottom: 7px;
  font-size: 12px;
  left: 5px;
  color: red;
  font-weight: bold;
  display: none;
}
.opened body header .scissors .form .last .form-group.has-error .error-message {
  display: block;
}
.opened body header .scissors .form .last .form-group.has-error input {
  border: 1px solid #e55 !important;
  background: url(../../img/invalid.png) no-repeat right center #FFF !important;
}
.opened body header .scissors .form .last .form-group.isOk input {
  border: 1px solid #53d75e !important;
  background: url(../../img/valid-green.png) no-repeat right center #FFF !important;
}
.opened body .col:first-child {
  display: none;
}
.opened body .scissors {
  border-bottom: none;
  flex: 0 0 100%;
  max-width: 100%;
}
.opened body .scissors .form .body {
  position: relative;
  padding-bottom: 50px;
}
.opened body .scissors:before, .opened body .scissors:after {
  display: none;
}

.blured:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #193241;
  opacity: 0.76;
  z-index: 1;
}
.blured body > div, .blured header, .blured footer {
  filter: blur(4px);
}
.blured body > div.menu, .blured header.menu, .blured footer.menu {
  background-color: white;
  filter: unset;
}

#privacyPolicy {
  display: block;
  position: fixed;
  top: 2%;
  bottom: 2%;
  left: 6%;
  right: 6%;
  background: white;
  z-index: 99;
  border-radius: 6px;
  box-shadow: 0 0 36px grey;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#privacyPolicy .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#privacyPolicy .modal .modal-footer, #privacyPolicy .modal .modal-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#privacyPolicy .modal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#privacyPolicy .modal .modal-footer {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}
#privacyPolicy .modal .modal-footer button {
  background: white;
  border: 1px solid lightgray;
  padding: 10px;
  box-shadow: 0 0 2px lightgrey;
  border-radius: 3px;
}
#privacyPolicy .modal .modal-body {
  flex: 1 1 auto;
  position: relative;
}
#privacyPolicy iframe {
  position: absolute;
  top: 0;
  left: 0;
  /* right: 0; */
  display: block;
  /* bottom: 60px; */
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 20px 20px 60px;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

button.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.no-scroll {
  overflow-y: hidden;
}

@media (max-width: 996px) {
  header .scissors .form .header span {
    font-size: 19px;
  }
}
@media (max-width: 500px) {
  header .scissors .form .body .graph-item.arrow p, header .scissors .form .body .graph-item.no_img p {
    font-size: 13.5px;
  }
}
.col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}

.clip {
  padding: 23px;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  /*margin: 30px 15px 34px;*/
  background-color: white;
  outline: none;
  height: 100%;
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  height: 100%;
  box-sizing: border-box;
}
.clip h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  color: #4a4a4a;
  margin-bottom: 3px;
}
.clip .trustpilot-stars {
  overflow: hidden;
  margin-bottom: 20px;
}
.clip span {
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin-right: 2px;
  background: url(https://approvedexperts.co.uk/templates/n_des/img/trustpilot-star.svg) 50%;
  background-size: 100%;
  background-color: #00b67a;
}


.border-green {
    border: 3px solid rgba(132, 184, 24, 1) !important;
}
.card {
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: border-box;
    border: none;
    border-radius: 25px;
}
.form-wrapper{
    max-width:520px;
    margin:50px auto;
    background:#fff;
    border:2px solid #6cc24a;
    border-radius:20px;
    padding:40px 35px;
}

.form-title{
    font-weight:700;
    font-size:22px;
    text-align:center;
    margin-bottom:30px;
}

.form-title span{
    color:#6cc24a;
}

.form-label{
    font-weight:600;
    font-size:14px;
}

.required{
    color:#e74c3c;
}

.custom-select,
.custom-textarea{
    border-radius:10px;
    padding:12px 14px;
    border:1px solid #cfd8dc;
    font-size:14px;
}

.custom-select:focus,
.custom-textarea:focus{
    border-color:#6cc24a;
    box-shadow:0 0 0 .2rem rgba(108,194,74,.15);
}

.helper-text{
    font-size:12px;
    color:#6c757d;
    margin-top:5px;
}

.btn-custom{
    background:#6cc24a;
    color:#fff;
    font-weight:600;
    border-radius:8px;
    padding:12px;
    font-size:14px;
}

.btn-custom:hover{
    background:#5ab03c;
    color:#fff;
}

.footer-text{
    font-size:12px;
    color:#6c757d;
    text-align:center;
    margin-top:20px;
}

.footer-text a{
    color:#6cc24a;
    text-decoration:none;
}

.footer-text a:hover{
    text-decoration:underline;
}

.featured{
    text-align:center;
    font-size:12px;
    color:#6c757d;
    margin-top:20px;
}
.blue-svg {
    fill: rgba(0, 127, 170, 1);
}


.error-message{
display:block;
color:#ffdddd;
font-size:12px;
margin-top:4px;
}

/*# sourceMappingURL=style.css.map */
