@import "https://fonts.googleapis.com/css?family=Open+Sans:400, 300, 600, 700, 800";
@import "https://fonts.googleapis.com/css?family=Cabin:600, 700, 500, 400";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.content-main {
  display: table-row;
  height: 100%;
}
@media (min-width: 768px) {
  .container-home {
    padding: 50px 0;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 12px;
  color: #232323;
}
a:active,
a:focus,
select:focus,
select:active,
input,
textarea,
input:active,
textarea:active {
  outline: none !important;
}
* {
  outline: none !important;
}
:focus {
  outline: none !important;
}
p {
  color: #666;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
}
h1 {
  color: #232323;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 0;
}
h2 {
  font-size: 22px;
  font-family: "Cabin", sans-serif;
  text-align: center;
}
h3 {
  font-size: 22px;
  font-family: "Cabin", sans-serif;
  text-align: center;
}
ul {
  padding-left: 10px;
}
ul li {
  list-style: none;
  background: url(../img/li.png) no-repeat;
  background-position: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}
a {
  color: #3497db;
}
a:focus,
a:hover {
  color: #39a6f0;
  text-decoration: none;
}
a,
ul li a,
.btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
blockquote {
  font-size: 13.5px;
  line-height: 13px;
}
.table-holder {
  width: 100%;
  display: table;
}
.table-cell {
  vertical-align: middle;
  display: table-cell;
}
@media (max-width: 991px) {
  .header span.lead-text {
    margin: 25px 0 15px 0;
    font-size: 34px;
    text-align: center;
  }
  .header span.lead-text + span {
    text-align: center;
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .table-holder,
  .table-cell {
    display: block !important;
    width: 100% !important;
  }
  .calc-modification {
    float: none !important;
  }
  .medals-services .thumbnail {
    margin: 50px 0 0;
  }
  footer li:nth-child(n + 2) {
    margin: 0 15px !important;
  }
  .calc-modification .right-title {
    margin-top: 10px;
  }
  .calc-modification .current-num {
    margin: 15px 0 !important;
  }
}
@media (max-width: 500px) {
  form.calc-modification {
    width: 100%;
  }
}
.remove-padding {
  padding: 0 !important;
}
.btn {
  border-radius: 2px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.btn-primary {
  background-color: #3497db;
  border: none;
}
.btn-primary:hover {
  background-color: #39a6f0;
}
.btn-secondary {
  background: #fff;
  color: #3497db;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
}
.btn-black {
  border: 1px solid #333;
  color: #333;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 8px 0;
  max-width: 180px;
  height: 36px;
}
.btn-black:hover,
.btn-black:focus {
  background: #000;
  color: #fff;
}
.btn-skype {
  color: #207ce5;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #207ce5;
  border-radius: 3px;
  padding: 8px 0;
  max-width: 180px;
  height: 36px;
}
.btn-skype:hover,
.btn-skype:focus {
  background: #207ce5;
  color: #fff;
}
.btn-chat {
  color: #ff7400;
  background-color: #fff;
  border: 1px solid #ff7604;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 8px 0;
  max-width: 180px;
  height: 36px;
}
.btn-chat:hover,
.btn-chat:focus {
  background-color: #ff7400;
  color: #fff;
}
.btn-warning {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 8px 0;
  max-width: 180px;
  height: 36px;
  width: 100%;
}
.btn > .fa {
  margin-right: 3px;
}
.cta {
  background: #3497db;
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
}

/* navbar */
.navbar-nav {
  text-align: center;
}
.navbar-nav > li > a {
  font-size: 14px;
}
.navbar-nav .btn-primary {
  font-size: 14px;
  float: none !important;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
  border: none;
}
.navbar-header .navbar-toggle {
  border: none;
  padding: 0;
  margin-top: 14px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .logo_container {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .logo.logo_container {
    margin-top: 0 !important;
  }
}
#nav-toggle {
  cursor: pointer;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  background: #232323;
}
#nav-toggle {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 25px;
  z-index: 1;
}
#nav-toggle span {
  position: absolute;
  left: 0;
  top: 10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 35px;
  border-radius: 1px;
  cursor: pointer;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #232323;
}
#nav-toggle.active span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #232323;
}
.header-main {
  max-width: 960px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: center;
}
section.content,
aside {
  padding: 30px 0;
}
.header {
  background: url(../img/guys.jpg) no-repeat 50% 25%;
  background-size: cover;
}
.main-phone img {
  width: 90px;
}
.logo_container .logo_site {
  font-family: "Gilroy-Light", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  color: #000000;
}
.logo.logo_container {
  margin-top: 17px;
}
footer .logo_container .logo_site {
  color: #ffffff;
}
footer .btn {
  font-size: 20px;
  width: 160px;
}
footer {
  background-color: #1e1e2a;
  padding: 60px 0 55px;
}
footer .footer_wrap {
  margin: auto;
  max-width: 1130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .logo {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
footer img {
  max-width: 140px;
}
footer button {
  width: 100%;
}
footer ul {
  margin-bottom: 35px;
}
footer li {
  display: inline-block;
}
footer li a {
  font-size: 16px;
  letter-spacing: 0.1em;
}
footer li:nth-child(n + 2) {
  margin-left: 25px;
}
footer p {
  font-size: 14px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1150px) {
  footer {
    padding: 50px 30px;
  }
  footer .footer_wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer .footer_logo {
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }
  footer .footer_menu {
    -webkit-flex-basis: 73%;
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
  }
  footer p {
    font-size: 13px;
    line-height: 20px;
  }
  footer ul {
    margin-bottom: 25px;
  }
  footer button {
    padding: 0 15px;
    font-size: 12px;
    line-height: 47px;
  }
  footer img {
    max-width: 90px;
  }
}
@media screen and (max-width: 685px) {
  footer .footer_wrap {
    display: block;
  }
  footer .footer_logo {
    max-width: 160px;
    margin: 0 auto 30px;
  }
  footer ul {
    text-align: center;
  }
}
.inquiry-holder {
  background: #fff;
  padding: 70px 0;
  position: relative;
  color: #232323;
  font-family: Cabin;
  font-size: 24px;
  line-height: 26px;
}
.inquiry-holder span {
  margin: auto;
  display: block;
  margin: 30px 0;
  font-size: 23px;
  color: #232323;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
}
.inquiry-holder .btn {
  font-size: 14px;
  padding: 13px 24px;
}
.inquiry-holder .img-responsive {
  width: 30px;
  height: 30px;
  margin: auto;
}
.inquiry-holder:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border: 20px solid transparent;
  border-top: 20px solid #efebe7;
  margin-left: -20px;
}
.inquiry-holder:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 20px solid transparent;
  border-bottom: 20px solid #efebe7;
  margin-left: -20px;
}
.our-advantages:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  border: 20px solid transparent;
  border-top: 20px solid #efebe7;
  margin-left: -20px;
}
.home-text {
  padding: 10px 0 40px !important;
}
.benefits-block {
  background-color: #353535;
  padding: 15px 0;
  color: white;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.benefits-block ul {
  margin: 0;
  padding: 0;
}
.benefits-block ul li {
  margin-bottom: 0;
}
.benefits-block ul li {
  font-family: Helvetica;
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid white;
  line-height: 1;
  font-weight: 200;
  background: none;
}
.benefits-block ul li:last-child {
  border-right: none;
}
.content-main.error-page {
  background: url(../img/mask-error.jpg) no-repeat 50% 25%;
  background-size: cover;
}
.block-404 {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}
.container-404 {
  justify-content: center;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}
.container-404 .btn.btn-primary {
  border-radius: 2px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 35px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.error_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.error_wrap p {
  max-width: 240px;
  margin: 20px auto 0;
  color: #f3f3f3;
  font-size: 22px;
  line-height: 26px;
}

.error_wrap h1 {
  line-height: inherit;
  color: #fffffe;
  font-size: 100px;
}

.error_wrap button {
  margin-top: 80px;
}

@media screen and (min-height: 1024px) {
  .error_wrap {
    padding-top: 20vw;
  }
}

@media screen and (max-width: 800px) {
  .error_wrap h1 {
    font-size: 72px;
    margin-top: 20px;
  }
  .error_wrap p {
    font-size: 18px;
    line-height: 27px;
    max-width: 235px;
    margin: 10px auto 0;
  }
  .error_wrap button {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 330px) and (max-height: 530px) {
  .error_wrap h1 {
    font-size: 48px;
  }
  .error_wrap p {
    font-size: 16px;
    line-height: 24px;
    max-width: 215px;
    margin: 5px auto 0;
  }
  .error_wrap button {
    margin: 25px 0 0;
  }
}
footer {
  background-color: #1e1e2a;
  padding: 60px 0 55px;
}
footer .footer_wrap {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_logo {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .footer_menu ul {
    text-align: center;
  }
}
footer .footer_menu {
  margin: 0 auto;
}
footer .logo {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
footer img {
  max-width: 140px;
}
footer button {
  width: 100%;
}

footer ul {
  margin-bottom: 35px;
}

footer li {
  display: inline-block;
}

footer li a {
  font-size: 16px;
  letter-spacing: 0.1em;
}

footer li:nth-child(n + 2) {
  margin-left: 25px;
}

footer p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.3);
}
.footer_logo .logo_site {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}
.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loader_inner {
  background: #fff url("../img/preloader.gif") no-repeat center center;
  background-size: cover;
  height: 160px;
  width: 160px;
  margin: auto;
  top: 50%;
  margin-top: -100px;
  position: absolute;
  left: 0;
  right: 0;
}

main .content,
aside {
  padding: 30px 0;
}
.container {
  max-width: 960px;
  width: 100%;
}
.container-fluid > .row > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.banner {
  font-family: Helvetica;
  background: #e79433;
  color: #fff;
  padding: 0;
  font-size: 12px;
  position: relative;
}
.banner span {
  background: #393939;
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 2px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .banner span {
    margin-top: 2px;
  }
}
.banner span:hover {
  background: #5a5a5a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-part.nav-country {
  position: absolute;
  right: -20px;
  top: 3px;
}
@media (max-width: 768px) {
  .nav-part.nav-country {
    right: -18px;
  }
}
.fb-messenger-head {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: -5px;
  background: url(../img/fb-messenger-head.png) no-repeat 50% 50%;
  background-size: cover;
}
.fb-messenger:hover .fb-messenger-head,
.fb-messenger:focus .fb-messenger-head {
  background: url(../img/fb-messenger-head-ac.png) no-repeat 50% 50%;
  background-size: cover;
}
header {
  border-top: 3px solid #e88b20;
}
header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  border-top: none;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.navbar-nav > li {
  margin-bottom: 0;
  background: none;
  padding-left: 0;
}
.navbar-nav > li.active {
  color: #39a6f0;
}
.navbar-nav > li > a {
  color: #232323;
  font-family: Helvetica;
  font-size: 12px;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background: none !important;
  color: #39a6f0;
}
.navbar-nav .btn-primary {
  background-color: #3497db;
  border-radius: 2px;
  border: none;
  margin: 12px 0;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.hero {
  background: url(../img/guys.jpg) no-repeat 50% 95px;
  background-size: cover;
}
.mask {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.cell .lead-text {
  display: block;
  font-family: "Cabin", sans-serif;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 30px;
}
.cell span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: Helvetica;
}
.calc-modification {
  width: 460px;
  margin: 20px auto;
}
.calc-modification .holder {
  font-family: Helvetica;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  background: #fcfcfc;
  border: 1px solid #eee;
}
.calc-modification .holder .b-right {
  border-right: 1px solid #e3e2e2;
}
.calc-modification .calc-title {
  background-color: #e88c20;
  border-radius: 5px 5px 0 0;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  font-family: Helvetica;
  line-height: 1;
}
.calc-modification select.form-control {
  background-color: #efebe7;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.calc-modification select.form-control:hover {
  background: #f5f2ee;
}
.calc-modification #form_pages {
  width: 50px;
  height: 30px;
  background-color: #efebe7;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.14);
  border: none;
  text-align: center;
}
.calc-modification .page-title {
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.calc-modification .form-group .col-sm-6 {
  padding: 0;
}
.calc-modification #words_count_tr {
  margin-top: 5px;
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}
.calc-modification .calc-bottom-blocks {
  display: inline-block;
}
.calc-modification .right-title {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.calc-modification .current-num {
  color: #232323;
  font-family: Helvetica;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 25px 0;
}
.calc-modification .current-num span {
  vertical-align: top;
  font-size: 22px;
}
.calc-modification .holder .btn-primary {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  line-height: 18px;
  margin: 0;
}
.calc-modification .form-group:last-child {
  margin-bottom: 0;
}
.benefits {
  background-color: #efebe7;
  padding: 10px 0;
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.benefits ul {
  margin: 0;
  padding: 0;
}
.benefits ul li {
  font-family: Helvetica;
  list-style: none;
  display: inline-block;
  padding: 0 12px 0 8px;
  border-right: 1px solid #434343;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 0;
  background: none;
}
.benefits ul li:last-child {
  border-right: none;
}
.medals-services {
  background: #efebe7;
  padding: 70px 0;
  text-align: center;
}
.medals-services h2 {
  color: #232323;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  margin: 0;
}
.medals-services h3 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  font-family: Helvetica;
}
.medals-services .thumbnail {
  background: transparent;
  border: none;
  padding: 0;
  margin: 70px 0 0;
  line-height: 1;
}
.medals-services .thumbnail .circle {
  width: auto;
  min-height: 97px;
  overflow: hidden;
  margin: auto;
}
.medals-services .thumbnail .caption {
  padding: 0;
}
.medals-services .thumbnail .caption > h3 {
  margin: 30px 0 20px;
  color: #3497db;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  text-decoration: underline;
}
.medals-services .thumbnail .caption > p {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: Helvetica;
}
.our-advantages {
  background: #efebe7;
  padding: 70px 0;
  text-align: center;
  position: relative;
}
.our-advantages .thumbnail {
  background: transparent;
  border: none;
}
.our-advantages .thumbnail .square {
  min-height: 100px;
}
.our-advantages .thumbnail .img-responsive {
  width: 80px;
  margin: auto;
}
.our-advantages .thumbnail .img-responsive.circle-chek {
  width: 68px;
}
.our-advantages .thumbnail .caption > h3 {
  margin: 0 0 20px;
  color: #232323;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
}
.our-advantages .thumbnail .caption > p {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
}
.cta-contacts {
  padding: 25px 0;
  font-size: 18px;
}
.cta-contacts ul li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  background: none;
  padding-left: 0;
}
.cta-contacts ul li a {
  display: block;
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 300;
}
.cta-contacts ul {
  margin-bottom: 0;
  padding: 0;
}
.cta-contacts ul li a:hover,
.cta-contacts ul li a:focus {
  text-decoration: none;
}
.cta-contacts .img-responsive {
  width: 17px;
  display: inline-block;
  margin-right: 5px;
}
.cta-contacts .img-responsive.call-icon {
  vertical-align: -5px;
  width: 18px;
}
.cta-contacts .img-responsive.callback-icon {
  vertical-align: -6px;
}
.cta-contacts .img-responsive.chat-now-icon {
  width: 18px;
}
.cta-order {
  padding: 40px 0;
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cta-order span {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .cta-order span {
    display: block;
    margin: 0 0 15px 0;
  }
}
.cta-order .btn-secondary {
  padding: 14px 30px;
}
.cta-order .text {
  display: block;
}
.accordion {
  padding: 70px 0;
  background: #efebe7;
}
#accordion .panel > .panel-heading {
  background: #efebe7;
}
.accordion.single-accordion {
  padding: 0;
}
#accordion {
  margin-top: 50px;
}
#accordion .panel {
  background-color: #efebe7;
  border-radius: 4px;
}
#accordion .panel .panel-heading {
  padding: 0;
  position: relative;
}
#accordion .panel .panel-heading h3 {
  text-align: left;
}
#accordion .panel .panel-heading:after {
  cursor: pointer;
  content: "\f067";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  font-family: FontAwesome;
  margin-top: -7px;
  color: #605e5c;
}
#accordion .panel .panel-heading .panel-title > a {
  color: #605e5c;
  font-family: Cabin;
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding: 15px 40px 15px 20px;
}
#accordion .panel .panel-heading .panel-title > a:hover,
#accordion .panel .panel-heading .panel-title > a:focus {
  text-decoration: none;
  background: #f5f2ee;
}
#accordion .panel .panel-body {
  padding: 15px 15px 15px 30px;
}
.secure-medals {
  margin-bottom: 30px;
}
.secure-medals .item a {
  display: block;
}
.secure-medals .item:first-child {
  margin-top: 35px;
}
.secure-medals .item:last-child {
  margin-top: 20px;
}
footer {
  background-color: #232323;
  padding: 30px 0;
}
footer ul {
  margin-bottom: 0;
  padding: 0;
}
footer ul li {
  line-height: 1;
  margin-bottom: 10px;
  list-style: none;
  background: none;
  padding-left: 0;
}
footer ul li a {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  color: #fff;
}
footer ul li a:hover,
footer ul li a:focus {
  text-decoration: none;
}
footer .middle-nav {
  margin-top: 30px;
}
footer .middle-nav .col-sm-2 {
  padding-right: 10px;
}
footer .title {
  color: #fff;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}
footer .apps-link {
  display: block;
  margin-bottom: 10px;
}
footer .apps-link:first-child {
  margin-top: -9px;
}
footer .apps-link:first-child img {
  width: 163px;
  margin-left: -10px;
}
footer .apps-link:last-child {
  margin-bottom: 0;
}
.footer-pay-cards {
  margin-top: 20px;
}
.paycard-icon {
  color: #fff;
  display: inline-block;
  color: #666;
}
.paycard-icon .fa {
  font-size: 22px;
  font-size: 37px;
}
.basement {
  border-top: 1px solid #393939;
  background-color: #232323;
  padding: 15px 0;
}
.copyrights {
  color: #605e5c;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}
.copyrights a {
  color: #605e5c;
}
.copyrights a:hover,
.copyrights a:focus {
  text-decoration: none;
  color: #605e5c;
}
.socials {
  text-align: center;
}
.socials li {
  margin: 0 10px;
  display: inline-block;
  background: none;
  padding-left: 0;
}
.banner .close-btn {
  margin: 3px 10px;
}
.banner .close-btn i {
  font-size: 20px;
  color: #393939;
}
.steps-holder {
  max-width: 600px;
  margin: 50px auto;
}
.steps-holder .item {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.steps-holder .item:last-child {
  margin-bottom: 0;
}
.steps-holder .item .num,
.steps-holder .item .text {
  display: table-cell;
  vertical-align: middle;
}
.steps-holder .item .num {
  border-radius: 50%;
  width: 58px;
  height: 58px;
  border: 1px solid #3497db;
  color: #3497db;
  font-size: 22px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}
.steps-holder .item .text {
  padding-left: 20px;
}
.panel-social {
  max-width: 400px;
  margin: 30px auto;
}
.panel-social .panel-heading {
  font-size: 12px;
}
main .after-corner:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  border: 20px solid transparent;
  border-top: 20px solid #efebe7;
  margin-left: -20px;
}
.pre-footer {
  padding: 30px 0;
}
.fa-2x {
  font-size: 2em;
}
.fa {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-up:before {
  content: "^";
}
.price-table {
  max-width: 700px;
  margin: auto;
  font-size: 14px;
}
* {
  outline: none !important;
}
.price-table {
  max-width: 100%;
}
.price-table .nav-tabs {
  display: table;
  width: 100%;
}
.nav-tabs > li {
  display: table-cell;
  margin-bottom: -1px;
  float: none;
}
.nav > li > a {
  padding: 10px;
}
.price-table .nav-tabs > li a {
  white-space: nowrap;
  margin: 0;
}
.container.container-prices {
  max-width: 1024px !important;
}
@media (max-width: 767px) {
  .prices .nav-tabs li {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .prices .nav-tabs li {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .price-table .table-responsive {
    font-size: 11px;
  }
  .price-table .table-responsive th {
    font-size: 10px;
  }
  .price-table .table-responsive td,
  .price-table .table-responsive th {
    padding: 8px 1px;
  }
  .price-table .table-responsive th {
    white-space: pre-wrap !important;
  }
}
.price-table .nav-tabs {
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid #62afdb;
}
.price-table .nav-tabs > li {
  margin-bottom: 0;
  text-align: center;
  background: none;
  padding-left: 0;
}
.price-table .nav-tabs > li > a {
  border: none;
  padding: 15px;
  color: #333;
}
.price-table .nav-tabs > li.active > a {
  position: relative;
}
.price-table .nav-tabs > li.active > a:before {
  position: absolute;
  border-width: 10px 10px 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #62afdb;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.price-table .nav-tabs > li > a:hover {
  border-radius: 4px;
}
.price-table .nav-tabs > li.active > a,
.price-table .nav-tabs > li.active > a:focus,
.price-table .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #62afdb;
  border: none;
  border-radius: 0;
}
.price-table .table td {
  font-weight: 500;
  text-align: center;
}
.price-table .table thead th {
  background: #efebe7;
  font-weight: 400;
  text-align: center;
}
.price-table .table thead th:first-child {
  text-align: left;
}
.price-table .table tbody th {
  font-weight: 300;
  text-align: left;
}
.services-items .item {
  padding-left: 0;
  padding-right: 10px;
}
.services-items ul {
  margin: 0;
  padding: 0;
}
.services-items ul li {
  margin-bottom: 0;
  background: none;
  padding-left: 0;
}
.services-items ul li a {
  color: #232323;
  font-size: 12px;
}
.services-items ul li a:hover {
  color: #3497db;
}
.testQuote {
  border-bottom: 1px solid #e8e5dc;
  padding: 10px;
  margin-left: 23px;
}
.testQuote .text-in {
  font: Arial 12px;
  color: #006cc0;
  font-style: italic;
}
.five {
  margin: 0 0 -8px;
  background: url(../img/rating.png) no-repeat;
  width: 136px;
  height: 25px;
  margin-bottom: 5px;
}
.four {
  margin: 0 0 -8px;
  background: url(../img/rating.png) no-repeat 0 -28px;
  width: 136px;
  height: 25px;
  margin-bottom: 5px;
}
.three {
  margin: 0 0 -8px;
  background: url(../img/rating.png) no-repeat 0 -56px;
  width: 136px;
  height: 25px;
  margin-bottom: 5px;
}
.faq-list h2,
.faq-list h3 {
  text-align: left;
  margin: 10px 0;
}
.faq-list h2 {
  font-size: 20px;
}
.faq-list h2 a,
.faq-list h3 a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
  font-weight: 700;
}
.faq-list h2 a .fa,
.faq-list h3 a .fa {
  color: #555;
  margin-right: 6px;
}
.faq-list-inside,
.block-inside-collapse {
  padding: 12px;
  background-color: #efebe7;
}
.faq-list-inside p,
.block-inside-collapse p {
  font-size: 12px;
  line-height: 15px;
}
.faq-list-inside p:last-child,
.block-inside-collapse p:last-child {
  margin-bottom: 0;
}
.how-it-works-block .step {
  margin-bottom: 30px;
}
.faq-list h3 a.opened .fa {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.how-it-works-block .sign {
  color: #232323;
  font-size: 18px;
  text-align: center;
}
.sign .img-responsive {
  margin: 20px auto 0;
}
.email-info {
  margin-top: 10px;
}
.wtu-tab-content h3 {
  background: none;
  padding-left: 0;
  margin-top: 50px;
  text-align: center;
  padding-bottom: 20px;
}
.wtu-tab-content ul li {
  background: none;
  padding-left: 0;
}
.photo-block {
  padding: 50px 0;
  text-align: center;
}
.photo-block .item {
  text-align: center;
}
.photo-block .item img {
  display: inline;
  width: 220px;
  margin: 5px;
  border-radius: 4px;
}
.wty-trust-us .wtu-tabs .wtu-tab-content .anonymous-block ord {
  margin: 80px 15px;
}
#guarantees ul li .fa {
  color: green;
  margin-right: 5px;
}
._sign-up-form .btn {
  margin-top: 15px;
  background: #e88c20;
}
.icon-bandle {
  margin-bottom: 20px;
}
.icon-bandle .img-responsive {
  margin: auto;
}
.contact-info {
  background: url(../img/24-7.png) no-repeat 260px 0;
  max-width: 400px;
  margin: auto;
}
.contact-info .phone-line {
  background: url(../img/phone-icon.png) no-repeat left center;
  font-size: 14px;
  padding-left: 18px;
  line-height: 20px;
}
.contact-info .cont_mail {
  font-size: 16px;
  padding-left: 21px;
  background: url(../img/email-icon.png) no-repeat left;
  margin-bottom: 30px;
  display: inline-block;
}
.contact-info .chat-block {
  margin-bottom: 60px;
  text-align: center;
}
.contact-info .chat-block a {
  color: #333 !important;
}
.contact-btns {
  padding: 10px 0;
  margin: 20px auto;
}
.contact-btns .btn {
  padding: 10px;
  height: 40px;
  width: 200px;
}
.panel {
  border: 1px solid #c7c0ad;
  border-radius: 5px;
  box-shadow: none;
}
.panel > .panel-heading {
  color: #fff;
  background-color: #fff;
  color: #232323;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.money-back {
  padding: 15px 0;
}
.money-back a {
  display: block;
}
.money-back a .img-responsive {
  margin: auto;
}
.panel-pd-free .panel-content {
  text-align: center;
}
.email-block span {
  color: #a39d8f;
  display: inline-block;
  width: 100%;
}
.phone-block {
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.phone-block span {
  margin-bottom: 7px;
  display: inline-block;
  line-height: 16px;
  color: #a39d8f;
  width: 100%;
}
.panel-services a {
  border-bottom: none;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.money-icon {
  text-align: center;
  max-width: 250px;
  margin: auto;
}
.money-icon img {
  margin: 0 3px 6px;
}
.panel-services .a_rep {
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
.panel-services .panel-body .left_menu {
  background: url(../img/services-arrow.png) no-repeat;
  background-size: 6px;
  padding-left: 40px;
  background-position: 24px 5px;
  margin-bottom: 5px;
}
.panel-pd-free .pd-checked {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.panel .btns-holder .btn {
  margin: 10px auto;
}
.panel .btns-holder .btn .fa {
  font-size: 16px;
  vertical-align: -1px;
}
.app-phone {
  padding: 0 30px 0 50px;
  text-align: center;
}
.app-phone img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.mobile-app .block-or {
  text-align: center;
  font-size: 18px;
  margin: 15px 0;
}
.app-phone .qr-code {
  text-align: center;
  margin: 20px 0;
}
.app-phone .qr-code img {
  width: 111px;
  height: 111px;
}
.app-phone .app-btn {
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
.app-phone .app-btn:hover {
  opacity: 0.8;
}
.mobile-app a {
  text-decoration: none;
}
.mobile-app ul.list li {
  padding: 4px 0 0 20px;
}
.mobile-app .app-btn {
  display: none;
}
.bc-minimize-state-container {
  bottom: 30px !important;
}
.block-arr-up {
  z-index: 999 !important;
  display: block;
  position: fixed !important;
  bottom: 10px !important;
  left: 10px;
  background: #4c4c4c;
  border-radius: 3px;
  color: #fff;
  opacity: 0.7;
  padding: 5px 5px 10px;
  border: none;
}
.block-arr-up:hover {
  opacity: 1;
}
.bc-frame-header {
  background-color: #3497dc !important;
}
.bc-frame-header:after {
  border-top: 0.5em solid #3497dc !important;
}
.bc-input-container.bc-action-input-container input[type="submit"] {
  background: #e88c20 !important;
}
.chat-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #e88c20;
  padding: 5px 20px;
  border-radius: 3px 0 0 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  height: 35px;
}
.chat-fixed a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.chat-fixed a .fa-skype {
  font-size: 25px;
  vertical-align: -5px;
}
.socials-block .tw-text {
  margin: 10px 0;
}
.ancor-link .ancor-cell {
  padding: 0;
}
.ancor-link ul {
  padding: 0;
}
.ancor-link ul li {
  list-style: none;
  background: none;
  padding: 0;
  margin-bottom: 5px;
}
.ancor-link ul li a {
  color: #232323;
}
#navigation-menu.fixed-top-menu {
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
}
iframe {
  width: 100%;
  border: none;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  iframe {
    width: 100%;
    height: 480px;
  }
}
@media screen and (max-width: 1199px) {
  iframe {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  iframe {
    width: 100%;
    height: 680px;
  }
}
@media screen and (max-width: 767px) {
  iframe {
    width: 100%;
    height: 705px;
  }
}
