@charset "UTF-8";
/* Use http://transfonter.org/ to generate fonts */
/* Fonts list */
/* Roboto */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Noto+Sans:400,400italic);
body {
  font-family: "Open Sans", sans-serif;
}

p a {
  color: #1a6cc6;
}

@font-face {
  font-family: "icomoon";
  src: url("/styles/fonts/icomoon.eot?o0ndki");
  src: url("/styles/fonts/icomoon.eot?o0ndki#iefix") format("embedded-opentype"), url("/styles/fonts/icomoon.ttf?o0ndki") format("truetype"), url("/styles/fonts/icomoon.woff?o0ndki") format("woff"), url("/styles/fonts/icomoon.svg?o0ndki#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

body {
  min-width: 320px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.reset-margin-top {
  margin-top: 0;
}

.btn {
  border: none;
}

.main-wrapper {
  animation: fadeIn 0.08s ease-in;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-order {
  background: #e75639;
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 100px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  border: none;
  border-bottom: 3px solid #bd371c;
  text-align: center;
  text-shadow: 0 2px 0 #bd371c;
}

.payment-btn-proceed {
  background: #e75639;
  display: block;
  margin: 13px 0px 0;
  height: 44px;
  width: 250px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  border: none;
  border-bottom: 3px solid #bd371c;
  text-align: center;
  text-shadow: 0 2px 0 #bd371c;
}

.btn-order:hover {
  background: #ff7b53;
  border-bottom: 2px solid #bd371c;
  line-height: 52px;
}

.payment-btn-proceed:hover {
  background: #ff7b53;
  border-bottom: 2px solid #bd371c;
}

.w100p {
  width: 100%;
}

header {
  width: 100%;
  min-height: 133px;
  background: #fff;
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.47);
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.47);
  position: relative;
  border-top: 2px solid #e75639;
}

.details__row label {
  box-sizing: initial;
}

@media (max-width: 767px) {
  header {
    border-bottom: 2px solid #226bbb;
    border-top: none;
    min-height: 60px;
  }
}
header .container {
  padding: 0;
}

.header-wrapper {
  width: 100%;
}

header .container .mobile-nav {
  height: 60px;
  position: relative;
  background: #fff;
  z-index: 112;
  padding: 0 20px;
  border-top: 2px solid #e75639;
}

header .btn-menu,
header .btn-login-mobile {
  height: 20px;
  width: 20px;
  background: url(/images/redesign/home-page/menu-btn.svg) center no-repeat;
  float: left;
  padding: 29px 0;
  cursor: pointer;
}

header .btn-menu.open {
  background: url(/images/redesign/home-page/menu-btn-active.svg) center no-repeat;
  position: relative;
}

header .btn-menu.open::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #226bbb;
}

header .btn-login-mobile {
  float: right;
  background: url(/images/redesign/home-page/icon_login_mobile.svg) center no-repeat;
}

header .btn-login-mobile.open {
  position: relative;
  background: url(/images/redesign/home-page/icon_login_mobile_active.svg) center no-repeat;
}

header .btn-login-mobile.open::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #226bbb;
}

header .logo {
  height: 90px;
  width: 36%;
  max-width: 350px;
  float: left;
  margin-left: 10px;
  background: url(/images/redesign/logo.png) no-repeat center;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 113;
}

@media (max-width: 1217px) {
  header .logo {
    max-width: 292px;
  }
}
@media (max-width: 767px) {
  header .logo {
    width: 214px;
    position: absolute;
    left: 50%;
    margin-left: -107px;
    height: 60px;
  }
}
header .wrapper {
  float: right;
  line-height: 63px;
}

header .wrapper .numbers {
  float: left;
  z-index: 100;
  padding-left: 0;
  display: table;
  margin: 13px 0;
}

@media (max-width: 992px) {
  header .wrapper .numbers {
    margin: 25px 0;
    width: 140px;
  }

  header .wrapper .numbers {
    margin: 23px 0;
  }
}
@media (max-width: 767px) {
  header .wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .wrapper .numbers {
    display: none;
  }
}
header .wrapper .numbers li {
  display: table-cell;
}

@media (max-width: 992px) {
  header .wrapper .numbers li {
    display: block;
    line-height: 20px;
  }
}
header .wrapper .contact-numbers {
  font-size: 13px;
  color: #afb2b4;
  margin: 0;
  float: left;
}

header .wrapper .contact-numbers span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

header .wrapper .contact-numbers i {
  font-size: 16px;
}

header .wrapper ul.btn-group {
  list-style-type: none;
  padding-left: 0;
  float: left;
  display: table;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 110;
  margin: 0;
  position: relative;
}

header .chat-wrap {
  height: 100%;
  display: table;
  float: left;
  margin-left: 30px;
}

@media (max-width: 767px) {
  header .chat-wrap {
    display: none;
  }
}
header .wrapper .live-chat {
  color: #4489d5;
  display: table-cell;
  vertical-align: middle;
  line-height: 88px;
}

header .wrapper .live-chat:hover {
  text-decoration: underline;
}

header .wrapper .live-chat:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  background-image: url(../images/sprite.png);
  background-position: -184px -241px;
  width: 11px;
  height: 11px;
}

header .btn-login-desktop {
  min-height: 30px;
  line-height: 30px;
  padding: 0 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  margin: 28px 0 28px 14px;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
}

@media (min-width: 768px) {
  header .btn-login-desktop:hover {
    border: 1px solid #4489d5;
  }
}
header .btn-login-desktop * {
  display: inline-block;
}

header .btn-login-desktop p {
  padding-left: 20px;
  position: relative;
  margin: 0;
}

header .btn-login-desktop p::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 12px;
  left: 0;
  background: url(/images/redesign/home-page/icon_login.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

header .btn-login-desktop.active p::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 12px;
  left: 0;
  background: url(/images/redesign/home-page/icon_login_active.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

header .btn-login-desktop.active {
  background: #4489d5;
}

header .btn-login-desktop.active {
  color: #fff;
}

header .btn-login-desktop {
  height: auto;
  margin-left: 15px;
  color: #4489d5;
}

@media (max-width: 767px) {
  header .wrapper ul.btn-group {
    width: 100%;
    margin-top: -600px;
    margin-left: 0;
    position: absolute;
    background: #4990df;
  }

  header .btn-login-desktop p::after {
    display: none;
  }

  .btn-group .btn-login-desktop,
.btn-group .contacts {
    width: 100%;
    display: block;
    line-height: 40px;
    border: 1px solid #6ba1dd;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  header .wrapper .btn-login-desktop {
    margin: 0;
  }

  ul.btn-group .btn-login-desktop,
ul.btn-group .contacts {
    background: #357ccb;
  }

  header .btn-login-desktop p {
    color: #fff;
    padding: 0;
  }
}
.entrance {
  background: #357ccb;
  color: #fff !important;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 13px;
}

header .wrapper ul.btn-group a.login-logout {
  display: inline-block;
  height: 30px;
  width: 13px;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
header .wrapper ul.btn-group a.login-logout:before {
  content: "";
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -326px -141px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
}

.login__name {
  display: inline-block;
  position: relative;
  padding-right: 9px;
  line-height: 30px;
  height: 30px;
  top: 2px;
}

@media (min-width: 768px) {
  .btn-login-desktop.entr:hover {
    border: 1px solid rgba(0, 0, 0, 0);
  }
}
/*==========================*/
/*Login popup*/
header .popup-login-block {
  position: absolute;
  right: 0;
  top: 70px;
  border-radius: 6px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
  width: 350px;
  background: #fff;
  z-index: 13;
  overflow: hidden;
  display: none;
}

@media (max-width: 767px) {
  header .popup-login-block {
    width: 100%;
    background: none;
    box-shadow: none;
  }

  .popup-login-block .inner-wrap {
    max-width: 380px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
  }

  .popup-login-block .sec-wrap {
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
  }
}
.blackout {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 15;
}

.popup-login-block span#error {
  display: block;
  text-align: center;
  color: red;
}

.popup-login-block #message {
  background: #4489d5;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
  position: relative;
}

@media (max-width: 480px) {
  .popup-login-block #message {
    font-size: 13px;
    padding: 0 15px;
  }
}
.popup-login-block .close_popup {
  position: absolute;
  right: 25px;
  top: 20px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.popup-login-block .close_popup:before {
  content: "";
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -326px -164px;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup-login-block .standart_ul {
  text-align: center;
  margin-top: 20px;
}

.popup-login-block .standart_ul input {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  margin: 0 auto;
  padding: 0 15px;
  border: 1px solid #4489d5;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.forgot-block {
  width: 100%;
  height: 30px;
  text-align: right;
}

.forgot-block a {
  margin: 0;
  padding: 0;
  line-height: 30px;
  color: #0a9dda;
}

.popup-login-block form {
  padding: 0 30px;
}

.popup-login-block input[type=submit] {
  background-color: #43c49b;
  box-shadow: 0 2px 0px 0px rgba(72, 156, 129, 0.004);
  width: 182px;
  height: 54px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 3px solid #489c81;
}

.popup-login-block input[type=submit]:hover {
  background-color: #44d5ac;
}

.popup-login-block input[type=submit]:focus {
  outline: none;
}

/*==========================*/
header .wrapper ul.btn-group li.contacts {
  height: 100px;
  background: #4b5f76;
  padding: 15px;
}

header .wrapper ul.btn-group li.contacts p,
header .wrapper ul.btn-group li.contacts a {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  color: #899eb6;
}

header .wrapper ul.btn-group li.contacts .fa-phone {
  margin-right: 10px;
  color: #539beb;
  margin-left: -25px;
}

header .wrapper ul.btn-group li.contacts .tel-us,
header .wrapper ul.btn-group li.contacts .tel-uk {
  text-indent: 13px;
  white-space: nowrap;
  margin: 0;
  width: auto;
}

header .wrapper ul.btn-group li.contacts .tel-us a,
header .wrapper ul.btn-group li.contacts .tel-uk a {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  color: #899eb6;
  width: auto;
  float: none;
  padding: 0;
}

header .wrapper ul.btn-group li.contacts .chat {
  margin-top: 15px;
  color: #539beb;
}

header .wrapper ul.btn-group li.contacts .chat span {
  margin-right: 10px;
}

header .wrapper ul.btn-group a {
  text-decoration: none;
  float: right;
  font-size: 14px;
  color: #476fcf;
  cursor: pointer;
  padding-right: 35px;
  max-width: 240px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

header .wrapper ul.btn-group a:hover {
  text-decoration: underline;
}

@media (max-width: 1217px) {
  header .wrapper ul.btn-group a {
    max-width: 90px;
  }
}
@media (max-width: 992px) {
  header .wrapper ul.btn-group a {
    max-width: 115px;
  }
}
@media (max-width: 767px) {
  header .wrapper ul.btn-group a {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  header .wrapper ul.btn-group a {
    width: 100%;
    /*color: #f6f9fd;*/
  }
}
header .wrapper ul.btn-group a img,
header .wrapper ul.btn-group a p {
  margin: 0;
  display: inline-block;
}

#menu_top .navigation {
  border-right: 1px solid #cecece;
}

header #mt_2 ul {
  margin: 0;
  width: 100%;
  position: relative;
  display: table;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  header #mt_2 ul {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    left: 0;
    margin-top: -600px;
    background: #4990df;
    z-index: 12;
  }
}
@media (min-width: 768px) {
  header #mt_2 ul li.mark-blue {
    border-bottom: 3px solid #4489d5;
  }
}
@media (min-width: 768px) {
  header #mt_2 ul li.mark-red::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background: #ce3f30;
    transition: height 0.08s ease-in;
  }
}
header #mt_2 ul li {
  position: relative;
  display: table-cell;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
}

header #mt_2 ul li:last-child {
  border-right: 1px solid #cecece;
}

@media (max-width: 767px) {
  header #mt_2 ul li {
    display: block;
    border: 1px solid #6ba1dd;
    border-bottom: none;
  }
}
header #mt_2 ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -1px;
  left: 0;
  background: #ce3f30;
  transition: height 0.08s ease-in;
}

@media (min-width: 768px) {
  header #mt_2 ul li:hover::after {
    height: 3px;
  }
}
@media (max-width: 767px) {
  header #mt_2 ul li:hover {
    background: #357ccb;
  }
}
header #mt_2 ul li a {
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #251d1d;
  cursor: pointer;
  display: block;
  padding: 0 15px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  header #mt_2 ul li a:hover,
header ul.btn-group li a:hover {
    color: #ce3f30;
  }
}
@media (max-width: 767px) {
  header #mt_2 ul li a,
header .wrapper ul.btn-group li.contacts .tel-us a,
header .wrapper ul.btn-group li.contacts .tel-uk a {
    color: #f6f9fd;
  }
}
@media (min-width: 768px) {
  header #mt_2 ul li.order {
    border-right: 1px solid #cecece;
  }
}
header #mt_2 ul li.contacts,
header ul.btn-group li.contacts {
  height: 100px;
  background: #4b5f76;
  padding: 15px;
}

header #mt_2 ul li.contacts p,
header ul.btn-group li.contacts p {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  color: #899eb6;
  white-space: nowrap;
}

header #mt_2 ul li.contacts a,
header ul.btn-group li.contacts a {
  width: auto;
  display: inline;
  padding: 0;
}

header #mt_2 ul li.contacts .fa-phone,
header ul.btn-group li.contacts .fa-phone {
  margin-right: 10px;
  color: #539beb;
}

header #mt_2 ul li.contacts .tel-us,
header ul.btn-group li.contacts .tel-us {
  text-indent: 13px;
}

header #mt_2 ul li.contacts .chat,
header ul.btn-group li.contacts .chat {
  margin-top: 15px;
  color: #539beb;
}

header #mt_2 ul li.contacts .chat span,
header ul.btn-group li.contacts .chat span {
  margin-right: 10px;
}

@media (max-width: 767px) {
  header #mt_2 ul.active,
header ul.btn-group.active {
    margin-top: 2px !important;
  }

  header .wrapper ul.btn-group li.contacts .chat {
    float: none;
  }
}
footer {
  position: relative;
  background: #c9dff7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

footer .bg-line {
  background: #4489d5;
  top: 0;
  height: 44px;
  width: 100%;
  z-index: 1;
}

footer .container {
  margin-top: -44px;
  padding: 0;
  z-index: 4;
}

footer .container .row {
  margin: 0;
}

@media (max-width: 767px) {
  footer .container .row {
    padding: 0 20px;
  }
}
footer ul.bottom-navigation {
  display: table;
  width: 100%;
  padding-left: 0;
  font-size: 0;
  overflow: hidden;
  background: #4489d5;
}

@media (max-width: 767px) {
  footer ul.bottom-navigation {
    display: block;
  }
}
footer ul.bottom-navigation li {
  display: table-cell;
  height: 44px;
  text-align: center;
  border: none;
}

@media (max-width: 767px) {
  footer ul.bottom-navigation li {
    display: inline-block;
  }
}
footer ul.bottom-navigation li:last-child a::after {
  content: "";
}

footer ul.bottom-navigation li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}

@media (max-width: 991px) {
  footer ul.bottom-navigation li a {
    font-size: 13px;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  footer ul.bottom-navigation li a {
    padding: 0 15px;
  }
}
footer ul.bottom-navigation li a:hover {
  background: #1b69be;
}

footer ul.bottom-navigation li a::after {
  content: "|";
  position: absolute;
  right: -4px;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .contacts,
footer .wallets,
footer .secure,
footer .socials {
  padding: 0;
}

@media (max-width: 767px) {
  footer .contacts,
footer .wallets,
footer .secure,
footer .socials {
    text-align: center;
  }
}
footer .contacts p.title,
footer .wallets p.title,
footer .secure p.title,
footer .socials p.title {
  color: #393f4a;
  font-size: 14px;
  font-weight: bold;
}

footer .contacts {
  position: relative;
}

footer .contacts .logo {
  position: absolute;
  width: 220px;
  height: 35px;
  top: 20px;
}
footer .contacts .logo:before {
  content: "";
  display: block;
  background-image: url(../images/sprite.png);
  background-position: 0px -73px;
  width: 198px;
  height: 35px;
}

@media (max-width: 767px) {
  footer .contacts .logo {
    left: 50%;
    margin-left: -100px;
  }
}
footer .contacts p.copy {
  font-size: 14px;
  color: #758ea9;
  margin-top: 50px;
  margin-left: 45px;
}

@media (max-width: 767px) {
  footer .contacts p.copy {
    margin-left: 0;
  }
}
footer .contacts p.number,
footer .contacts p.email {
  font-size: 14px;
  margin: 10px 0;
}

footer .contacts p.email a:hover {
  text-decoration: underline;
}

footer .contacts p.number span,
footer .contacts p.email span {
  color: #393f4a;
}

footer .contacts p.email a {
  color: #1a6cc6;
}

footer .wallets ul.ico-wallet {
  padding-left: 0;
  width: 200px;
}

.ico-wallet li {
  width: 42px;
}

@media (max-width: 767px) {
  footer .wallets ul.ico-wallet {
    width: 100%;
  }
}
footer .wallets ul.ico-wallet li {
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

footer .wallets ul.ico-wallet li i {
  width: 48px;
}

@media (max-width: 767px) {
  footer .wallets ul.ico-wallet li i {
    width: 42px;
  }
}
@media (max-width: 767px) {
  footer .wallets ul.ico-wallet li {
    margin-right: 0;
  }
}
footer .secure ul.ico-secure {
  display: table;
  width: 100%;
  height: 70px;
}

@media (min-width: 768px) {
  footer .secure ul.ico-secure {
    padding-right: 50px;
  }
}
footer .secure ul.ico-secure li {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  footer .secure ul.ico-secure li:first-child {
    text-align: right;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  footer .secure ul.ico-secure li:last-child {
    text-align: left;
    padding-left: 15px;
  }
}
footer .socials ul.socials-icon {
  margin: 12px 0;
}

@media (max-width: 767px) {
  footer .socials ul.socials-icon {
    margin: 12px auto;
  }
}
footer .socials ul.socials-icon li {
  display: inline-block;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 35px;
  text-align: center;
  float: left;
  margin-right: 5px;
}

footer .socials ul.socials-icon li:first-child {
  line-height: 20px;
  height: auto;
  text-align: left;
  width: 100%;
  background: none;
  margin-right: 8px;
  margin-left: 0;
}

@media (max-width: 991px) {
  footer .container .socials ul.socials-icon li:first-child {
    width: auto;
    line-height: 33px;
  }
}
footer .socials ul.socials-icon li p {
  margin-top: 0;
}

@media (max-width: 991px) {
  footer .socials ul.socials-icon li p {
    margin: 0;
  }
}
footer ul.socials-icon li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

footer ul.socials-icon li i {
  font-size: 20px;
}

footer ul.socials-icon .facebook {
  background-color: #4966b6;
}

footer ul.socials-icon .google-plus,
footer ul.socials-icon .pinterest {
  background-color: #d35444;
}

footer ul.socials-icon .twitter {
  background-color: #00acee;
}

footer ul.socials-icon .pinterest {
  margin-right: 15px;
}

footer ul.socials-icon .widget {
  width: 100%;
  margin-top: 8px;
  text-align: left;
  display: table;
  margin-left: 0;
}

@media (max-width: 991px) {
  footer .socials ul.socials-icon .widget {
    width: auto;
    height: 33px;
  }
}
footer .socials ul.socials-icon .widget img {
  display: table-cell;
}

aside {
  width: 26%;
  float: right;
}

@media (max-width: 1199px) {
  aside {
    width: 100%;
  }
}
@media (max-width: 767px) {
  aside {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  aside .left-column {
    padding: 20px;
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  aside .left-column {
    width: 100%;
    float: left;
  }
}
@media (max-width: 1199px) {
  aside .right-column {
    padding: 20px;
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  aside .right-column {
    width: 100%;
    float: left;
  }
}
aside .guarantees-list {
  border: 3px solid #dde0ec;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  min-height: 320px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  aside .guarantees-list {
    padding: 20px 40px;
  }
}
@media (max-width: 991px) {
  aside .guarantees-list {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  aside .guarantees-list {
    padding: 20px;
    max-width: 310px;
    margin: 0 auto;
  }
}
aside .guarantees-list h1 {
  margin: 0;
  text-align: center;
  font-size: 28px;
  color: #414861;
}

aside .guarantees-list table {
  border-collapse: separate;
  border-spacing: 0 5px;
  margin: 10px 0 15px;
}

aside .guarantees-list table tr td img {
  height: 100%;
}

aside .guarantees-list table tr td p {
  color: #9da3b0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-left: 15px;
}

aside .guarantees-list table tr td:first-child {
  text-align: center;
  height: 45px;
}

aside .guarantees-list table tr.writers img {
  width: 50px;
  height: 30px;
}

aside .accept {
  border: 3px solid #dde0ec;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  aside .accept {
    padding: 20px 15px;
    margin: 0 auto;
    max-width: 310px;
  }
}
aside .accept h1,
aside .accept h2 {
  margin: 0;
  font-size: 28px;
  color: #414861;
}

aside .accept h2 {
  font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  aside .accept h2 {
    font-size: 16px;
  }
}
aside .accept ul.wallets {
  text-align: center;
  padding: 0 30px;
}

@media (max-width: 1199px) {
  aside .accept ul.wallets {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  aside .accept ul.wallets {
    padding: 0 10px;
  }
}
aside .accept ul.wallets li {
  text-align: center;
  float: left;
  width: 33%;
  margin-bottom: 10px;
}

aside .accept ul.wallets li img {
  border: 1px solid #d8d9db;
}

aside .accept ul.ico-secure {
  display: table;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  aside .accept ul.ico-secure {
    padding: 0 60px;
  }
}
aside .accept ul.ico-secure li {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

aside .our-activity {
  border: 3px solid #dde0ec;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 36px;
}

@media (max-width: 767px) {
  aside .our-activity {
    margin: 30px auto 36px;
    max-width: 310px;
  }
}
aside .our-activity h2 {
  margin: 20px 0;
  text-align: center;
  font-size: 28px;
  color: #454d5d;
  text-transform: capitalize;
}

aside .our-activity p {
  font-size: 14px;
  color: #9da3b0;
  margin: 7px 0;
}

aside .our-activity p span {
  font-size: 24px;
  color: #24ad81;
}

aside .calculator {
  min-width: 280px;
  background: #d9e5fb;
  color: #454d5d;
  padding: 17px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  aside .calculator {
    max-width: 310px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  aside .calculator {
    margin: 0 auto;
    padding: 23px 10px;
  }
}
aside .calculator .row {
  margin: 0;
}

aside .calculator h1 {
  font-size: 28px;
  margin: 0 0 7px;
  text-align: center;
}

aside .calculator .title {
  text-transform: uppercase;
  font-size: 11px;
  margin: 0;
  padding-left: 13px;
  display: inline-block;
}

aside .calculator .select-wrapper {
  position: relative;
}

aside .calculator .select-wrapper::after {
  content: "";
  height: 40px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(/images/redesign/home-page/select_arrow_down.svg) center no-repeat;
  pointer-events: none;
}

aside .calculator select {
  position: relative;
  height: 38px;
  padding-left: 20px;
  padding-right: 25px;
  color: #000;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 8px;
  width: 100%;
  border: 1px solid #b3bbcf;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff;
}

aside .calculator select::-ms-expand {
  display: none;
}

aside .calculator select:focus {
  outline: none;
}

aside .calculator div.col-l {
  padding-left: 0;
}

aside .calculator div.col-r {
  padding-right: 0;
}

aside .calculator .pages {
  float: left;
}

aside .calculator .urgency {
  float: right;
}

aside .calculator .toggle-bg {
  background: #fff;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 38px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #b3bbcf;
  margin: 20px 0 8px;
}

aside .calculator .toggle-bg .title-radio p {
  position: absolute;
  color: #9da2aa;
  z-index: 2;
  margin: 0;
  line-height: 38px;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  pointer-events: none;
}

aside .calculator .toggle-bg .title-radio p.r-ultimate {
  right: 0;
}

aside .calculator .toggle-bg .title-radio p.active {
  color: #fff;
  z-index: 2;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

aside .calculator .toggle-bg input {
  height: 38px;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

aside .calculator .switch {
  background: #8db1f4;
  display: block;
  float: left;
  height: 38px;
  left: -1px;
  top: -1px;
  position: relative;
  width: 50%;
  z-index: 1;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

aside .calculator .toggle-bg input:checked ~ .switch {
  left: -1px;
}

aside .calculator .toggle-bg input ~ :checked ~ .switch {
  left: 50.2%;
}

aside .calculator .toggle-bg input:checked {
  z-index: -1;
}

aside .calculator .inline {
  text-align: left;
  font-size: 14px;
  padding-left: 5px;
  position: relative;
}

aside .calculator .inline input[type=checkbox] {
  opacity: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  top: 5px;
  position: absolute;
  cursor: pointer;
}

aside .calculator .inline input[type=checkbox] + label {
  min-height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(/images/redesign/home-page/checkbox.png) no-repeat 0 0;
  cursor: pointer;
  margin-top: 9px;
}

aside .calculator .inline input[type=checkbox]:checked + label {
  background-position: 0 -25px;
}

aside .calculator .proceed {
  width: 100%;
  height: 44px;
  display: block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: none;
  border-bottom: 4px solid #bd371c;
  background: #f24826;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1px;
  font-size: 20px;
  margin-top: 18px;
  color: #fff;
}

aside .calculator .proceed:active {
  top: 2px;
  background: #f25b34;
  border-bottom: 2px solid #bd371c;
}

aside .calculator .proceed:focus {
  outline: none;
}

aside .calculator .proceed .price {
  width: 100px;
  height: 100%;
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  background: #fff;
  color: #f24826;
  line-height: 40px;
  font-size: 19px;
  float: left;
  text-align: center;
}

aside .calculator .proceed p {
  display: block;
  margin: 0 auto;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

aside .calculator .proceed img {
  padding: 5px 10px;
}

@media (max-width: 991px) {
  aside .testimonials {
    width: 100%;
  }
}
@media (max-width: 767px) {
  aside .testimonials {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }
}
aside .testimonials h2 {
  font-size: 28px;
  color: #454d5d;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  aside .testimonials h2 {
    font-size: 26px;
  }
}
aside .testimonials .note {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #dde0ec;
  background: url(/images/redesign/home-page/bg_note.png);
  margin-bottom: 30px;
  display: none;
  color: #2f3540;
  font-size: 14px;
  font-family: "Noto Sans", "Open Sans", sans-serif;
}

aside .testimonials .note .text {
  max-height: 130px;
  overflow: auto;
}

aside .testimonials .note .author {
  font-size: 13px;
  margin-bottom: 0;
  padding: 10px 0 0;
}

aside .testimonials .note .date {
  font-size: 12px;
  color: #a0a3a9;
  margin-top: 0;
}

aside .testimonials .note .stars {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

aside .testimonials .note .stars .fa-star {
  color: #c1c3cb;
}

aside .testimonials .note .stars .fa-star.half-gold {
  color: transparent;
}
aside .testimonials .note .stars .fa-star.half-gold:before {
  background-image: url(../images/sprite.png);
  background-position: -326px -118px;
  width: 14px;
  height: 13px;
  display: block;
}

aside .testimonials .note .fa-star.gold {
  color: #eaa829 !important;
}

aside .testimonials .navigation {
  width: 100%;
}

aside .testimonials .navigation ul#btn-nav {
  max-width: 40%;
  padding-left: 0;
  float: left;
  margin-top: 0;
}

aside .testimonials .navigation ul#btn-nav li {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c4c9db;
  display: inline-block;
  cursor: pointer;
  margin-right: 7px;
}

aside .testimonials .navigation ul#btn-nav li.active {
  background: #4489d5;
  border: none;
}

aside .testimonials .navigation .more {
  float: right;
  color: #4489d5;
  font-size: 14px;
}

aside .testimonials .navigation .more:hover {
  text-decoration: underline;
}

aside .our-service {
  border: 3px solid #dde0ec;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  aside .our-service {
    margin: 0 auto;
    max-width: 310px;
  }
}
aside .our-service h2 {
  margin: 0;
  text-align: center;
  font-size: 28px;
  color: #454d5d;
  text-transform: capitalize;
}

aside .our-service p {
  font-size: 14px;
  color: #9da3b0;
  margin: 7px 0;
}

aside .our-service p span {
  font-size: 24px;
  color: #24ad81;
}

aside .our-service h2 {
  margin-bottom: 3px;
}

aside .our-service ul.service-list {
  margin: 0;
  color: #0a9dda;
}

@media (max-width: 767px) {
  aside .our-service ul.service-list {
    padding: 0 30px;
  }
}
aside .our-service ul.service-list li a {
  color: #0a9dda;
  line-height: 28px;
  font-size: 14px;
  display: inline-block;
}

@media (max-width: 767px) {
  aside .our-service ul.service-list li a {
    line-height: 36px;
  }
}
aside .our-service ul.service-list li i.circle {
  width: 6px;
  height: 6px;
  background: #0a9dda;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}

aside .our-service ul.service-list li:hover i.circle {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 5px solid transparent;
  border-left: 5px solid #0a9dda;
  margin-right: 6px;
  margin-bottom: 0;
}

aside .our-service a.btn-order {
  width: 212px;
  height: 45px;
  font-size: 21px;
  margin: 13px auto 20px;
  line-height: 45px;
}

.main-calculate-box {
  position: relative;
  background: url(/images/bg_calculator.jpg) no-repeat center;
  background-size: cover;
}

.main-calculate-box .color-wrapper {
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(63, 80, 99, 0.38);
  overflow: hidden;
}

.main-calculate-box .container {
  padding: 0;
  position: relative;
}

.main-calculate-box .calculator {
  height: 100%;
  float: left;
  min-width: 320px;
  width: 35%;
  background: rgba(33, 38, 48, 0.33);
  color: #fff;
  padding: 23px 30px;
}

@media (max-width: 767px) {
  .main-calculate-box .calculator {
    margin: 0 auto;
    padding: 23px 20px;
    width: 100%;
  }
}
.main-calculate-box .calculator .row {
  margin: 0;
}

.main-calculate-box .calculator h1 {
  font-size: 24px;
  margin: 0 0 7px;
}

.main-calculate-box .calculator .title {
  text-transform: uppercase;
  font-size: 11px;
  margin: 0;
  padding-left: 13px;
  display: inline-block;
}

.main-calculate-box .calculator .select-wrapper {
  position: relative;
}

.main-calculate-box .calculator .select-wrapper::after {
  content: "";
  height: 40px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(/images/redesign/home-page/select_arrow_down.svg) center no-repeat;
  pointer-events: none;
}

.main-calculate-box .calculator select {
  position: relative;
  height: 38px;
  padding-left: 20px;
  padding-right: 25px;
  color: #000;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 8px;
  width: 100%;
  border: 1px solid #b3bbcf;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff;
}

.main-calculate-box .calculator select::-ms-expand {
  display: none;
}

.main-calculate-box .calculator select:focus {
  outline: none;
}

.main-calculate-box .calculator div.col-l {
  padding-left: 0;
}

.main-calculate-box .calculator div.col-r {
  padding-right: 0;
}

.main-calculate-box .calculator .pages {
  float: left;
}

.main-calculate-box .calculator .urgency {
  float: right;
}

.main-calculate-box .calculator .toggle-bg {
  background: #fff;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 38px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #b3bbcf;
  margin: 20px 0 8px;
}

.main-calculate-box .calculator .toggle-bg .title-radio p {
  position: absolute;
  color: #9da2aa;
  z-index: 2;
  margin: 0;
  line-height: 38px;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  pointer-events: none;
}

.main-calculate-box .calculator .toggle-bg .title-radio p.r-ultimate {
  right: 0;
}

.main-calculate-box .calculator .toggle-bg .title-radio p.active {
  color: #e75639;
  z-index: 2;
}

.main-calculate-box .calculator .toggle-bg input {
  height: 38px;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

.main-calculate-box .calculator .switch {
  background: #fff;
  display: block;
  float: left;
  height: 38px;
  left: -1px;
  top: -1px;
  position: relative;
  width: 50%;
  z-index: 1;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
  border: 1px solid #e75639;
}

.main-calculate-box .calculator .toggle-bg input:checked ~ .switch {
  left: -1px;
}

.main-calculate-box .calculator .toggle-bg input ~ :checked ~ .switch {
  left: 50.2%;
}

.main-calculate-box .calculator .toggle-bg input:checked {
  z-index: -1;
}

.main-calculate-box .calculator .inline {
  text-align: left;
  font-size: 14px;
  padding-left: 5px;
  position: relative;
}

.main-calculate-box .calculator .inline input[type=checkbox] {
  opacity: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  top: 5px;
  position: absolute;
  cursor: pointer;
}

.main-calculate-box .calculator .inline input[type=checkbox] + label {
  min-height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(/images/redesign/home-page/checkbox.png) no-repeat 0 0;
  cursor: pointer;
  margin-top: 9px;
  margin-left: 3px;
}

.main-calculate-box .calculator .inline input[type=checkbox]:checked + label {
  background-position: 0 -25px;
}

.main-calculate-box .calculator .proceed {
  width: 100%;
  height: 44px;
  display: block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: none;
  border-bottom: 4px solid #bd371c;
  background: #f24826;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1px;
  font-size: 20px;
  margin-top: 18px;
  cursor: pointer;
}

.main-calculate-box .calculator .proceed:active {
  top: 2px;
  background: #f25b34;
  border-bottom: 2px solid #bd371c;
}

.main-calculate-box .calculator .proceed:focus {
  outline: none;
}

.main-calculate-box .calculator .proceed .price {
  width: 120px;
  height: 100%;
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  background: #fff;
  color: #f24826;
  line-height: 40px;
  font-size: 19px;
  float: left;
  text-align: center;
}

.main-calculate-box .calculator .proceed p {
  display: block;
  margin: 0 auto;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.main-calculate-box .calculator .proceed img {
  padding: 5px 10px;
}

.main-calculate-box .header-title {
  float: right;
  color: #fff;
  height: 100%;
  width: 65%;
  padding: 23px 60px;
}

@media (max-width: 991px) {
  .main-calculate-box .header-title {
    width: 55%;
    padding: 23px 15px;
  }
}
@media (max-width: 767px) {
  .main-calculate-box .header-title {
    width: 100%;
    float: right;
  }
}
.main-calculate-box .header-title h1 {
  font-size: 45px;
  margin-bottom: 22px;
  line-height: 55px;
}

@media (max-width: 1199px) {
  .main-calculate-box .header-title h1 {
    font-size: 33px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .main-calculate-box .header-title h1 {
    font-size: 27px;
  }
}
.main-calculate-box .header-title p {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

@media (min-width: 992px) {
  .main-calculate-box .header-title p {
    width: 75%;
    margin-right: 25%;
  }
}
@media (max-width: 767px) {
  .main-calculate-box .header-title p {
    font-size: 14px;
  }
}
.main-content .container {
  padding: 55px 0 65px;
}

.main-content .wrapper {
  float: left;
  width: 74%;
  padding: 0 35px 0 0;
}

@media (max-width: 1199px) {
  .main-content .wrapper {
    width: 100%;
    padding: 0;
  }
}
.main-content .guarantees-list {
  position: relative;
  min-height: 233px;
}

.main-content .guarantees-list h1 {
  font-size: 28px;
  color: #454d5d;
  margin-top: 0;
}

@media (max-width: 767px) {
  .main-content .guarantees-list h1 {
    text-align: center;
    font-size: 25px;
  }
}
.main-content .guarantees-list ul.items {
  position: relative;
  list-style-type: none;
  padding-left: 0;
  font-size: 0;
}

@media (max-width: 767px) {
  .main-content .guarantees-list ul.items {
    margin-bottom: 20px;
  }
}
.main-content .guarantees-list ul.items li {
  display: inline-block;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
}

.frontpage-features__writers:before {
  content: "";
  display: block;
  background-image: url(../images/sprite.png);
  background-position: 0px -203px;
  width: 94px;
  height: 56px;
  margin: 0 auto 10px;
}

.frontpage-features__written:before {
  content: "";
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -169px -118px;
  width: 78px;
  height: 70px;
  margin: 0 auto 10px;
}

.frontpage-features__service:before {
  content: "";
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -85px -118px;
  width: 74px;
  height: 75px;
  margin: 0 auto 10px;
}

.frontpage-features__privicy:before {
  content: "";
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -257px -118px;
  width: 59px;
  height: 67px;
  margin: 0 auto 10px;
}

.frontpage-features__guarantee:before {
  content: "";
  display: block;
  background-image: url(../images/sprite.png);
  background-position: 0px -118px;
  width: 75px;
  height: 75px;
  margin: 0 auto 10px;
}

@media (max-width: 767px) {
  .main-content .guarantees-list ul.items li {
    width: 25%;
  }
}
@media (max-width: 450px) {
  .main-content .guarantees-list ul.items li {
    width: 50%;
  }
}
.main-content .guarantees-list ul.items li p {
  margin: 4px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #9da3b0;
  font-weight: bold;
  padding: 0 20px;
}

.main-content .guarantees-list .bottom-wrapper {
  width: 100%;
}

.main-content .guarantees-list hr {
  width: 35%;
  position: absolute;
  bottom: 12px;
  border-top: none;
  border-bottom: 1px solid #d8dbe0;
  z-index: 11;
}

.main-content .guarantees-list .btn-wrapper {
  background: #fff;
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}

.main-content .guarantees-list .btn-wrapper a.btn-howWork {
  display: block;
  margin: 13px auto 0;
  height: 40px;
  width: 170px;
  background: #2d85e6;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-bottom: 2px solid #2668b1;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.payment-resubmit-wrap a.field_hint {
  position: relative;
  top: 3px;
  left: 4px;
}

.payment-resubmit-wrap h1 {
  font-size: 28px;
  color: #454d5d;
  font-family: "Open Sans";
  font-weight: bold;
  margin: 0;
}

.wrap .payment-resubmit-wrap p {
  margin: 15px 0;
  padding: 0;
  width: auto;
  float: none;
  overflow: visible;
}

.payment-resubmit-wrap .pr-butwrap {
  margin: 0;
}

.payment-resubmit-wrap input[type=submit] {
  margin-top: 0;
}

.payment-btn-resubmit {
  display: block;
  margin: 13px 0px 0;
  height: 40px;
  width: 250px;
  background: #2d85e6;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-bottom: 2px solid #2668b1;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border: none;
}

.main-content .guarantees-list .btn-wrapper a.btn-howWork:hover,
.payment-btn-resubmit:hover {
  background: #41a0e6;
  border-bottom: 1px solid #2668b1;
}

.main-content .text-box-1 h1,
.main-content .text-box-2 h1,
.main-content .text-box-3 h1 {
  color: #454d5d;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 36px;
}

.main-content .text-box-1 p,
.main-content .text-box-2 p,
.main-content .text-box-3 p {
  color: #181a1f;
  font-size: 14px;
  margin: 8px 0 10px;
  line-height: 22px;
}

.main-content .text-box-1 {
  margin-top: 20px;
}

.main-content .text-box-1 h1 {
  margin-top: 0;
}

.main-content .text-box-2 {
  margin-top: 23px;
}

.main-content .text-box-2 h1 {
  margin-top: 0;
}

.main-content .text-box-2 h4 {
  font-size: 16px;
  color: #181a1f;
  margin: 10px 0 15px;
}

.main-content .text-box-2 ul.list {
  padding-left: 10px;
}

.main-content .text-box-2 ul.list li {
  margin: 0 0 20px;
  font-size: 14px;
  color: #181a1f;
  padding-left: 30px;
  position: relative;
}

.main-content .text-box-2 ul.list i.circle {
  display: block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0a9dda;
  font-style: normal;
  float: left;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  position: absolute;
  left: 0;
}

.main-content .text-box-3 {
  margin-top: 28px;
}

.main-content .text-box-3 h1 {
  margin-top: 0;
}

.main-content .text-box-3 h4 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
}

.main-content .text-box-3 ul {
  margin-top: 10px;
  padding-left: 26px;
}

.main-content .text-box-3 ul li {
  padding-left: 16px;
  position: relative;
  line-height: 26px;
  font-size: 14px;
}

.main-content .text-box-3 ul i.disk {
  position: absolute;
  left: 0;
  top: 10px;
  height: 6px;
  width: 6px;
  background: #6f727c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.main-content .order-now {
  text-align: center;
  margin-top: 25px;
}

.main-content .order-now h1 {
  margin: 0;
  font-size: 28px;
  color: #24ad81;
}

.main-content .order-now h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  color: #3a4251;
  font-weight: 400;
}

.main-content .order-now a.btn-order {
  max-width: 315px;
  width: 100%;
}

.main-aside {
  float: right;
  width: 26%;
  height: 400px;
}

@media (max-width: 1199px) {
  .main-aside {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .main-aside {
    width: 100%;
    float: left;
  }
}
@media (max-width: 1199px) {
  .main-aside .wrapper-aside {
    margin-top: 20px;
    width: 46%;
    float: left;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .main-aside .wrapper-aside {
    width: 100%;
    padding: 0 20px;
  }
}
.main-aside .our-activity,
.main-aside .our-service {
  border: 3px solid #dde0ec;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .main-aside .our-activity,
.main-aside .our-service {
    padding: 10px 30px;
  }
}
.main-aside .our-activity h2,
.main-aside .our-service h2 {
  margin: 20px 0;
  text-align: center;
  font-size: 28px;
  color: #454d5d;
  text-transform: capitalize;
}

.main-aside .our-activity p,
.main-aside .our-service p {
  font-size: 14px;
  color: #9da3b0;
  margin: 7px 0;
}

.main-aside .our-activity p span,
.main-aside .our-service p span {
  font-size: 24px;
  color: #24ad81;
}

.main-aside .our-service h2 {
  margin-bottom: 3px;
}

.main-aside ul.service-list {
  margin: 0;
  color: #0a9dda;
}

@media (max-width: 767px) {
  .main-aside ul.service-list {
    padding: 0 30px;
  }
}
.main-aside ul.service-list li a {
  color: #0a9dda;
  line-height: 28px;
  font-size: 14px;
  display: inline-block;
}

@media (max-width: 767px) {
  .main-aside ul.service-list li a {
    line-height: 36px;
  }
}
.main-aside ul.service-list li i.circle {
  width: 6px;
  height: 6px;
  background: #0a9dda;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}

.main-aside ul.service-list li:hover i.circle {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 5px solid transparent;
  border-left: 5px solid #0a9dda;
  margin-right: 6px;
}

.main-aside a.btn-order {
  width: 212px;
  height: 45px;
  font-size: 21px;
  margin: 13px auto 20px;
  line-height: 45px;
}

@media (max-width: 1199px) {
  .main-aside .testimonials {
    float: right;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main-aside .testimonials {
    width: 100%;
    padding: 0 20px;
  }
}
.main-aside .testimonials h2 {
  font-size: 28px;
  color: #454d5d;
  text-align: center;
}

@media (max-width: 767px) {
  .main-aside .testimonials h2 {
    font-size: 26px;
  }
}
.main-aside .note {
  position: relative;
  padding: 0 15px;
  border: 1px solid #edeff4;
  background: url(/images/redesign/home-page/bg_note.png);
  margin-bottom: 30px;
}

.main-aside .note p {
  color: #2f3540;
  font-size: 14px;
  font-family: "Noto Sans", "Open Sans", sans-serif;
}

.main-aside .note p.text {
  max-height: 130px;
  overflow: auto;
}

.main-aside .note p.name {
  font-size: 13px;
  margin-bottom: 0;
}

.main-aside .note p.date {
  font-size: 12px;
  color: #a0a3a9;
  margin-top: 0;
}

.main-aside .note .stars {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.main-aside .note .stars i.fa-star {
  color: #c1c3cb;
}

.main-aside .note .fa-star.gold {
  color: #eaa829 !important;
}

.main-aside .navigation {
  width: 100%;
}

.main-aside .navigation ul#btn-nav {
  max-width: 40%;
  padding-left: 0;
  float: left;
  margin-top: 0;
}

.main-aside .navigation ul#btn-nav li {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c4c9db;
  display: inline-block;
  cursor: pointer;
  margin-right: 7px;
}

.main-aside .navigation ul#btn-nav li.active {
  background: #4489d5;
  border: none;
}

.main-aside .navigation .more {
  float: right;
  color: #4489d5;
  font-size: 14px;
}

.price-block {
  padding: 20px;
  border: 1px solid #d6d9e1;
  background: #eff1f6;
  position: relative;
  margin-top: 30px;
}

.price-wrapper .price-block {
  margin-top: 0;
}

@media (max-width: 767px) {
  .price-block #price-area .price_table {
    display: none;
  }
}
.price-block .head {
  height: 50px;
  background: #4489d5;
  padding-left: 30px;
  color: #fff;
  font-size: 28px;
  margin: 0;
  line-height: 50px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .price-block .head {
    text-align: center;
    padding-left: 0;
    font-size: 26px;
  }
}
.price-block .select {
  width: 100%;
  margin: 50px 0px 0px;
  margin-bottom: 0;
}

.price-block #price-area .select {
  margin-top: 50px;
  margin-bottom: 20px;
}

.price-block .select .options-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
}

@media (max-width: 479px) {
  .price-block .select .options-wrapper {
    max-width: 100%;
  }
}
.price-block .select .options-wrapper::after {
  content: "";
  height: 40px;
  width: 20px;
  position: absolute;
  right: 5px;
  top: 0;
  background: url(/images/redesign/home-page/select_arrow_down.svg) center no-repeat;
  pointer-events: none;
}

.price-block .select select {
  position: relative;
  height: 30px;
  padding-left: 10px;
  margin: 5px 0;
  width: 100%;
  max-width: 320px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid #b3bbcf;
  font-size: 14px;
  color: #544949;
  background: #fff;
}

.price-block .pcolum_1 {
  width: 100%;
  line-height: 30px;
  display: block;
}

.price-block .select select::-ms-expand {
  display: none;
}

.select-wrapper select::-ms-expand {
  display: none;
}

.price-block .select select:focus {
  outline: none;
}

@media (max-width: 479px) {
  .price-block .select select {
    max-width: 100%;
  }
}
.price-block .select td:first-child {
  width: 40%;
  text-align: right;
  padding: 0 30px;
  font-size: 14px;
  color: #544949;
}

@media (max-width: 991px) {
  .price-block .select td:first-child {
    width: 37%;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 479px) {
  .price-block .select td:first-child {
    width: 100%;
    display: block;
    text-align: left;
  }
}
.price-block .select td:last-child {
  width: 320px;
}

@media (max-width: 479px) {
  .price-block .select td:last-child {
    width: 100%;
    display: block;
  }

  .mob-hide {
    display: none;
  }
}
.price-block .select select#currency {
  max-width: 140px;
}

.price-block .select tr.select-currency .options-wrapper {
  max-width: 140px;
}

.price-block .select tr.total {
  color: #454d5d;
  font-size: 24px;
  font-weight: bold;
}

.price-block .select tr.total td {
  padding-top: 25px;
  text-align: left;
}

.price-block .select tr.total td:first-child {
  padding-top: 0;
}

@media (max-width: 479px) {
  .price-block .select tr.total td {
    text-align: center;
  }
}
.price-block .select tr.total a.btn-order {
  width: 210px;
  margin: 10px 0;
}

@media (max-width: 479px) {
  .price-block .select tr.total a.btn-order {
    margin: 10px auto;
  }
}
.price_table {
  width: 100%;
}

.price_table tbody td {
  border: 1px solid #b2c6dc;
  width: 20%;
  text-align: center;
  height: 30px;
  background: #dbeafb;
  cursor: pointer;
  font-size: 14px;
  color: #357ccb;
}

.price_table tbody td:hover {
  background: #c5defb;
  -webkit-box-shadow: inset 0 -3px 0 0 #357ccb;
  -moz-box-shadow: inset 0 -3px 0 0 #357ccb;
  box-shadow: inset 0 -3px 0 0 #357ccb;
  border-bottom: none;
}

.price_table tbody td:first-child {
  background: #eff1f6;
  color: #676d7c;
  cursor: auto;
  box-shadow: none;
}

.price_table tbody td:first-child:hover {
  border-bottom: 1px solid #b2c6dc;
  background: #eff1f6;
}

.price_table tbody td a {
  color: #357ccb;
}

.price_table tbody td span.num {
  margin: 0;
}

.price_table .clean-cell:hover {
  border-bottom: 1px solid #b2c6dc;
  background: #dbeafb;
}

.price_table thead td {
  border: 1px solid #b2c6dc;
  text-align: center;
  width: 20%;
  height: 50px;
  background: #dde3f0;
  font-size: 14px;
  text-transform: uppercase;
  color: #676d7c;
}

.price_table .compound {
  border: 1px solid #b2c6dc;
}

.price_table .compound .wrapper-cell {
  height: 100%;
  width: 100%;
  position: relative;
  background: url(/images/redesign/triangle.png) no-repeat center;
  background-size: 100% 100%;
}

.price_table .compound p {
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  margin: 0;
  font-size: 14px;
  color: #676d7c;
}

.price_table .compound p:first-child {
  right: 10px;
  top: 5px;
}

.price_table .compound p:last-child {
  left: 10px;
  bottom: 5px;
}

.price_table .ptable_buy {
  display: none;
}

.price_table td:hover .ptable_buy {
  display: inline-block;
}

.discount-wrapper .container {
  margin: 40px auto;
  padding: 0;
}

.main-wrapper {
  margin: 40px auto;
  padding: 0;
  min-height: 500px;
}

.wrap {
  width: 71%;
  float: left;
  position: relative;
}

@media (max-width: 1216px) {
  .wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 15px;
  }
}
h1.head-title {
  text-transform: capitalize;
  font-size: 28px;
  color: #454d5d;
  margin-top: 0;
}

h2.head-title {
  color: #181a1f;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .discounts-wrapper {
    margin: 0;
  }
}
.discounts-wrapper .thumbnail {
  background: #eff1f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 275px;
  border: 1px solid #d6d9e1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .discounts-wrapper .thumbnail {
    margin: 0 auto 20px;
  }
}
.discounts-wrapper .thumbnail img {
  width: 100%;
}

.discounts-wrapper .thumbnail p {
  text-align: left;
  color: #181a1f;
  font-size: 14px;
}

.discounts-wrapper .thumbnail p.title {
  font-size: 16px;
  font-weight: bold;
  color: #181a1f;
  text-align: center;
}

.order-now {
  text-align: center;
  margin: 20px 0;
}

.order-now h1 {
  margin: 0;
  font-size: 28px;
  color: #24ad81;
}

.order-now h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  color: #3a4251;
  font-weight: 400;
}

.order-now a.btn-order {
  max-width: 315px;
  width: 100%;
}

@media (max-width: 1199px) {
  .discount-wrapper aside {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .discount-wrapper .left-column {
    padding: 20px;
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .discount-wrapper .left-column {
    width: 100%;
    float: left;
  }
}
@media (max-width: 1199px) {
  .discount-wrapper .right-column {
    padding: 20px;
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .discount-wrapper .right-column {
    width: 100%;
    float: left;
  }
}
#open-all {
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 14px;
  color: #4489d5;
  cursor: pointer;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 6px 10px;
}

#open-all:hover {
  border: 1px solid #4489d5;
}

#open-all.open {
  background: #4489d5;
  color: #fff;
}

#accordion h3 {
  margin: 0 0 1px;
  position: relative;
  padding: 15px 20px 15px 30px;
  background: #8db1f4;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}

#accordion h3:focus {
  outline: none;
}

#accordion h3:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  background: url(/images/redesign/faq-page/arrow-down.svg) no-repeat center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  #accordion h3:after {
    display: none;
  }
}
#accordion {
  font-size: 14px;
  line-height: 22px;
  color: #181a1f;
  border: 1px solid #93b3ee;
  background: #eff5ff;
  padding: 0;
  margin: 0;
  margin-top: -1px;
}

#accordion p,
#accordion ul {
  padding: 0 30px;
  margin: 10px 0px;
}

#accordion li {
  list-style: disc;
  margin-left: 20px;
}

#accordion h3.active {
  background: #6091ec;
}

#accordion h3.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#accordion div.open {
  display: block !important;
}

#accordion .description {
  display: none;
}

#accordion .description.first {
  display: block;
}

.about .about-title {
  font-size: 27px;
  color: #454d5d;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 5px 0;
  line-height: 35px;
}

.about .about-title:first-child {
  margin-top: 0;
}

.about .about-text {
  font-size: 14px;
  color: #181a1f;
  line-height: 21px;
  margin-bottom: 25px;
}

.about .list li {
  font-size: 14px;
  color: #181a1f;
  margin-left: 25px;
  padding-left: 15px;
  position: relative;
  line-height: 25px;
}

.about .list li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  left: 0;
  background: #6f727c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.samples .customer-row {
  padding: 0 60px;
}

@media (max-width: 1199px) {
  .samples .customer-row {
    padding: 0;
  }
}
.samples .thumbnail {
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d9e1;
  padding: 10px 10px 30px;
  margin-bottom: 20px;
  background: #eff1f6;
}

.samples .sample-title {
  font-size: 22px;
  color: #2e2c2c;
  margin: 0;
  text-transform: capitalize;
}

.samples hr {
  border-top: 1px solid #e3e5eb;
  margin-top: 2px;
}

.samples table.samples-table {
  width: 100%;
}

.samples table.samples-table td {
  max-width: 40px;
  padding: 0 6px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 30px;
}

.samples table.samples-table td:first-child {
  text-align: right;
  color: #635e5e;
}

.samples .comment {
  color: #635e5e;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.samples .inner-thumbnail {
  background: #e4e7f0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d9e1;
  padding: 20px;
}

.samples .inner-thumbnail p {
  margin: 0;
  font-size: 13px;
  color: #181a1f;
  font-style: italic;
}

.samples .pfd-read {
  display: block;
  width: 170px;
  margin: 10px auto;
  color: #357ccb;
  padding-left: 35px;
  position: relative;
  line-height: 30px;
}

.samples .pfd-read:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -232px -269px;
  width: 24px;
  height: 22px;
}

.samples .btn-order {
  font-size: 17px;
  width: 210px;
  text-transform: none;
}

.samples .bottom-space {
  height: 40px;
}

.contact-wrapper .container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 40px;
}

.contact-wrapper .content {
  width: 71%;
  float: left;
  position: relative;
}

@media (max-width: 1199px) {
  .contact-wrapper .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .content {
    padding: 0 20px;
  }
}
.contact-wrapper .contact-page-title {
  color: #454d5d;
  font-size: 28px;
  margin-top: 0;
  text-transform: capitalize;
}

.contact-wrapper .thumbnail {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d4d7e3;
  padding: 40px 30px;
}

@media (max-width: 767px) {
  .contact-wrapper .thumbnail {
    padding: 40px 10px;
  }
}
.contact-wrapper .phone-img,
.contact-wrapper .comments-img {
  float: left;
}

.contact-wrapper ul.numbers {
  margin-top: 0;
  margin-left: 30px;
  float: left;
}

@media (max-width: 767px) {
  .contact-wrapper ul.numbers {
    margin-left: 20px;
  }
}
.contact-wrapper ul.numbers .title {
  font-weight: bold;
  color: #454d5d;
  margin-bottom: 10px;
}

.contact-wrapper ul.numbers .uk-num,
.contact-wrapper ul.numbers .us-num {
  padding-left: 30px;
  font-size: 20px;
  color: #181a1f;
  position: relative;
}

.contact-wrapper ul.numbers .uk-num::after,
.contact-wrapper ul.numbers .us-num::after {
  content: "";
  position: absolute;
  left: 0;
  height: 14px;
  width: 21px;
  background: url(../images/redesign/contact/contact_flags_sprite.png) no-repeat top;
  margin-top: -7px;
  top: 50%;
}

.contact-wrapper ul.numbers .us-num::after {
  height: 13px;
  background: url(../images/redesign/contact/contact_flags_sprite.png) no-repeat bottom;
}

.contact-wrapper .comment-column {
  margin-top: 10px;
}

.contact-wrapper ul.live-chat {
  margin: 0 0 0 30px;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .contact-wrapper ul.live-chat {
    margin-left: 10px;
  }
}
.contact-wrapper .live-chat-title {
  font-weight: bold;
  color: #454d5d;
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contact-wrapper .live-chat-title:after {
    content: "Free consultation:";
  }
}
@media (min-width: 767px) {
  .contact-wrapper .live-chat-title:after {
    content: "Free consultation with Experts:";
  }
}
.contact-wrapper .btn-livechat {
  height: 41px;
  background: #8db1f4;
  display: block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-bottom: 3px solid #6088d3;
  line-height: 41px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 200px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .contact-wrapper .btn-livechat {
    width: 170px;
  }
}
.contact-wrapper .btn-livechat:hover {
  background: rgba(141, 177, 244, 0.85);
  line-height: 42px;
  border-bottom: 2px solid #6088d3;
}

.contact-wrapper .order-now {
  text-align: center;
  margin: 25px 0 50px;
}

.contact-wrapper .order-now h1 {
  margin: 0;
  font-size: 28px;
  color: #24ad81;
}

.contact-wrapper .order-now h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  color: #3a4251;
  font-weight: 400;
}

.contact-wrapper .order-now a.btn-order {
  max-width: 315px;
  width: 100%;
}

.contact-wrapper .center-mobile {
  min-width: 290px;
}

@media (max-width: 767px) {
  .contact-wrapper .center-mobile {
    margin: 0 auto;
  }
}
.login-wrapper .container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.login-wrapper .container .content {
  width: 71%;
  float: left;
  position: relative;
}

@media (max-width: 1199px) {
  .login-wrapper .container .content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .login-wrapper .container .content {
    padding: 0 20px;
  }
}
/*Login Block*/
.login-content {
  background: #eff1f6;
  border: 1px solid #d6d9e1;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-height: 100px;
  margin-bottom: 15px;
}

.login-content .login-title {
  background: #4489d5;
  margin: 0;
  padding: 10px 0 10px 33px;
  color: #fff;
  font-size: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 480px) {
  .login-content .login-title {
    padding-left: 10px;
  }
}
.login-content .login-form {
  max-width: 450px;
  margin: 0 auto;
  padding: 10px 15px 30px;
}

.login-content .login-form input {
  display: block;
  width: 320px;
  border: 1px solid #b3bbcf;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  height: 30px;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .login-content .login-form input {
    width: 100%;
  }
}
.login-content .login-form .login-submit,
.login-content .login-form .forgot-submit {
  text-align: center;
  margin: 20px 0 0 100px;
  height: 40px;
  width: 140px;
  line-height: 36px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-color: #2d85e6;
  -webkit-box-shadow: 3px 0 0 rgba(96, 136, 211, 0.004);
  box-shadow: 3px 0 0 rgba(96, 136, 211, 0.004);
  color: #fff;
  border-bottom: 3px solid #2668b1;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .login-content .login-form .login-submit,
.login-content .login-form .forgot-submit {
    margin: 40px auto 0;
  }
}
.login-content .login-form .login-submit:hover,
.login-content .login-form .forgot-submit:hover {
  background: #41a0e6;
  border-bottom: 1px solid #2668b1;
}

.login-content .login-form .login-submit:focus,
.login-content .login-form .forgot-submit:focus {
  outline: none;
}

.login-content .login-form .forgot-submit {
  margin: 20px 0 0 100px;
}

@media (max-width: 767px) {
  .login-content .login-form .forgot-submit {
    margin: 20px auto 0;
  }
}
.login-content .login-form .label {
  font-size: 14px;
  color: #544949;
}

.login-content .row-email {
  width: 100%;
  max-width: 420px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .login-content .row-email {
    max-width: 999px;
  }
}
.login-content .row-email li {
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
  .login-content .row-email li {
    display: block;
    float: none;
  }
}
.login-content .row-email li:first-child {
  line-height: 30px;
  width: 100px;
  text-align: right;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .login-content .row-email li:first-child {
    text-align: left;
  }
}
.forgot-pass {
  margin-top: 5px;
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  color: #b93434;
}

.forgot-pass:hover {
  text-decoration: solid;
}

.login-description {
  color: #181a1f;
  font-size: 13px;
  margin: 15px 33px 0;
}

@media (max-width: 767px) {
  .login-description {
    margin: 15px 10px 0;
  }
}
/* Order and preview pages*/
table.steps {
  width: 100%;
  height: 52px;
  border: 1px solid #d6d6d7;
  background: #eff1f6;
  font-size: 0;
  margin-bottom: 20px;
}

table.steps td {
  font-size: 18px;
  color: #828383;
  width: 33.33%;
  text-align: center;
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  table.steps td {
    font-size: 14px;
  }
}
table.steps td p {
  margin: 0;
  padding: 0 10px;
  font-weight: bold;
}

table.steps td.select {
  background: #84b6ec;
}

table.steps .preview::before,
table.steps .order::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  border-top: 26px solid transparent;
  border-left: 10px solid #dadadc;
  border-bottom: 26px solid transparent;
  z-index: 10;
}

table.steps .preview::after,
table.steps .order::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -9px;
  border-top: 26px solid transparent;
  border-left: 10px solid #eff1f6;
  border-bottom: 26px solid transparent;
  z-index: 11;
}

table.steps td.select p {
  color: #fff;
}

table.steps td.select p::after {
  border-left: 10px solid #84b6ec;
}

.form-title {
  height: 55px;
  background: #4489d5;
  display: block;
}

.form-title h3 {
  font-size: 19px;
  float: left;
  margin: 0 0 0 30px;
  color: #fff;
  line-height: 55px;
}

.form-title p.lock {
  font-size: 14px;
  float: right;
  margin: 0 30px 0 0;
  line-height: 55px;
  color: #fff;
  position: relative;
}

.form-title p.lock:after {
  content: "";
  position: absolute;
  left: -20px;
  height: 55px;
  width: 12px;
  background: url(/images/redesign/order/lock.svg) no-repeat center;
}

.order-form {
  background: #eff1f6;
  border: 1px solid #d6d9e1;
  padding: 20px 30px 50px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .order-form {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.order-form h2 {
  display: block;
  border-bottom: 1px solid #cdcbcb;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  height: 35px;
  text-align: left;
  text-transform: capitalize;
}

.order-form table.personal-info,
.order-form table.order-details,
.order-form table.discount {
  width: 100%;
}

.order-form tr td:last-child {
  margin-bottom: 10px;
  min-height: 40px;
  height: 40px;
  position: relative;
  font-size: 14px;
}

.order-form td.label {
  width: 35%;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  color: #544949;
}

.order-form #row_details td.label {
  padding-top: 5px;
  vertical-align: top;
}

.order-form td.label .required_star {
  color: #c3216c;
}

.order-form td.label p {
  margin: 0;
}

.order-form div.validation_error {
  display: none;
  color: #900;
  text-align: left;
  max-width: 320px;
}

.order-form input[type=text],
.order-form select,
.order-form textarea {
  width: 100%;
  max-width: 320px;
  height: 30px;
  border: 1px solid #b3bbcf;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.11);
  font-size: 14px;
  color: #444;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.order-form select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .order-form input[type=text],
.order-form select,
.order-form textarea,
.order-form div.validation_error {
    max-width: 100%;
  }
}
.order-form textarea {
  min-height: 80px;
  height: auto;
}

.order-form .select-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
  display: inline-block;
}

@media (max-width: 767px) {
  .order-form .select-wrapper {
    max-width: 100%;
  }
}
.order-form .select-wrapper::before {
  content: "";
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  top: 12px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #5b8cc8;
  pointer-events: none;
}

@media (max-width: 767px) {
  .order-form .select-phone {
    display: block;
  }
}
@media (max-width: 767px) {
  .order-form .select-phone::before {
    top: 16px;
  }
}
.order-form #phone1_country,
.order-form #phone1_area,
.order-form #phone2_country,
.order-form #phone2_area {
  width: 55px;
  color: #9c9595;
  margin-right: 4px;
}

.order-form #phone1 td:last-child,
.order-form #phone2 td:last-child {
  font-size: 0;
}

.order-form #phone1_area::-webkit-input-placeholder,
.order-form #phone2_area::-webkit-input-placeholder {
  font-size: 10px;
}

.order-form #phone1_area::-moz-placeholder .order-form #phone2_area::-moz-placeholder {
  font-size: 10px;
}

.order-form #phone1_area:-moz-placeholder,
.order-form #phone2_area:-moz-placeholder {
  font-size: 10px;
}

.order-form #phone1_area:-ms-input-placeholder,
.order-form #phone2_area:-ms-input-placeholder {
  font-size: 10px;
}

.order-form #phone1_number::-webkit-input-placeholder,
.order-form #phone2_number::-webkit-input-placeholder {
  font-size: 10px;
}

.order-form #phone1_number::-moz-placeholder,
.order-form #phone2_number::-moz-placeholder {
  font-size: 10px;
}

.order-form #phone1_number:-moz-placeholder,
.order-form #phone2_number:-moz-placeholder {
  font-size: 10px;
}

.order-form #phone1_number:-ms-input-placeholder,
.order-form #phone2_number:-ms-input-placeholder {
  font-size: 10px;
}

.order-form #phone1_number,
.order-form #phone2_number {
  width: 195px;
  color: #9c9595;
}

@media (max-width: 767px) {
  .order-form #phone1_number,
.order-form #phone2_number {
    width: 110px;
  }
}
.order-form #row_phone1 select,
.order-form .select-phone,
.order-form #row_phone2 select {
  width: 78px;
  color: #9c9595;
}

@media (max-width: 767px) {
  .order-form .select-phone {
    margin: 5px 0;
    width: 260px;
  }
}
.order-form #row_phone1 .phone_hint,
.order-form #row_phone2 .phone_hint {
  color: #6a6363;
  font-size: 12px;
}

.order-form #row_phone1 .phone_hint p,
.order-form #row_phone2 .phone_hint p {
  margin: 0;
}

#cluetip {
  background: #fff;
  padding: 0 10px;
  border: 1px solid goldenrod;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#cluetip p,
#cluetip h3 {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  color: #999;
  font-weight: normal;
}

#cluetip h3 {
  margin: 10px 0;
}

#cluetip a {
  color: #3326e6;
}

ul.prefflist {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}

@media (max-width: 767px) {
  ul.prefflist {
    max-width: 100%;
  }
}
.order-form .icon-plus {
  color: #5b8cc8;
  cursor: pointer;
  margin-left: 6px;
}

@media (max-width: 767px) {
  .order-form .icon-plus {
    position: absolute;
    top: 10px;
    left: 230px;
  }
}
@media (max-width: 767px) {
  .order-form .icon-plus.writer-id {
    right: 0;
    top: 6px;
    left: auto;
  }
}
.order-form .label_phone,
.order-form .align-top {
  vertical-align: top;
  padding-top: 6px;
}

.order-form .phone-row {
  height: 40px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .order-form .phone-row {
    height: auto;
  }
}
.order-form #num_pg_ord {
  display: none;
}

.order-form input[type=checkbox] {
  opacity: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 20px;
}

.order-form input[type=checkbox] + label {
  height: 15px;
  width: 15px;
  display: inline-block;
  background: url(/images/redesign/order/order_checkbox.jpg) no-repeat 0 -18px;
  cursor: pointer;
  vertical-align: middle;
}

.order-form input[type=checkbox]:checked + label {
  background-position: 0 0;
}

.order-form .field_hint {
  display: inline-block;
  height: 18px;
  width: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #dbd6d6;
  border: 1px solid #afa6a6;
  margin-left: 4px;
  padding: 0 5px;
  font-style: italic;
  color: #6c6262;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  line-height: 16px;
  vertical-align: middle;
  margin-bottom: 2px;
  font-size: 0;
}

.order-form .field_hint::before {
  content: "i";
  font-style: italic;
  font-size: 12px;
}

.order-form .field_hint:hover {
  background: #faeecb;
  border-color: #d0ad57;
  color: #d0ad57;
}

.order-form .hint-message {
  margin: 20px;
  display: none;
  position: absolute;
  min-height: 30px;
  width: 220px;
  left: 5px;
  top: -35px;
  background: #fff;
  border: 1px solid #cfab52;
  padding: 0 10px;
  color: #87898d;
  font-size: 12px;
  font-weight: normal;
  z-index: 999;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.13);
  line-height: 20px;
}

@media (max-width: 480px) {
  .order-form .hint-message {
    width: 160px;
  }
}
.order-form .hint-message::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: 15px;
  border-top: 8px solid transparent;
  border-right: 10px solid #cfab52;
  border-bottom: 8px solid transparent;
}

.order-form .hint-message::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -9px;
  top: 15px;
  border-top: 8px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 8px solid transparent;
}

.order-form .hint-message.show-left {
  right: 5px;
  left: auto;
}

.order-form .hint-message.show-left::before {
  content: "";
  right: -10px;
  left: auto;
  border-left: 10px solid #cfab52;
  border-right: none;
}

.order-form .hint-message.show-left::after {
  content: "";
  right: -9px;
  left: auto;
  border-left: 10px solid #fff;
  border-right: none;
}

.order-form .readonlyinput {
  font-weight: bold;
  color: #544949;
}

.order-form .vas_price {
  color: #544949;
  font-size: 14px;
}

.order-form .upload-latter {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #544949;
}

.order-form .label_comment {
  font-style: italic;
  color: #87898d;
  font-size: 14px;
  display: block;
}

.order-form .brdata {
  font-size: 11px;
  color: #87898d;
  font-style: italic;
  max-width: 320px;
  margin-bottom: 10px;
}

.order-form .prefflist {
  margin: 0;
}

@media (max-width: 767px) {
  .order-form .mobile-inline td {
    width: auto !important;
    height: auto;
    min-height: 1px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .order-form .mobile-input td {
    display: block;
    padding-right: 26px;
  }
}
@media (max-width: 767px) {
  .order-form .mobile-input .field_hint {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
.order-form .long-row {
  line-height: 23px;
}

.order-form .order-total {
  text-align: center;
}

.order-form .order-total h1 {
  font-size: 28px;
  color: #111c2e;
  margin-bottom: 0;
}

.order-form .order-total span {
  color: #299d12;
}

.order-form .order-total .row p,
.order-form .order-total .row a {
  display: inline-block;
  font-size: 14px;
  color: #544949;
  margin-top: 10px;
}

.order-form .order-total .btn-order {
  width: 100%;
  max-width: 310px;
  margin-top: 10px;
}

.order-form #order_details .label h2 {
  margin-top: 0;
}

#order_form .preview #order_details h2.title {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .order-wrap .order-form tr td:last-child {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    height: auto;
  }

  #row_will_upload_files td {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .order-wrap .order-form td.label {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}
.preview-wrapper .top-navigation {
  max-width: 420px;
  width: 100%;
  margin: 0 0 20px;
}

.preview-wrapper .edit_order_prev,
.preview-wrapper .edit_order_proceed {
  display: inline-block;
  background: none;
  border: none;
  float: left;
  color: #858585;
}

.preview-wrapper .edit_order_prev:focus,
.preview-wrapper .edit_order_proceed:focus {
  outline: none;
}

.preview-wrapper .edit_order_proceed {
  color: #1a6cc6;
  float: right;
  font-weight: bold;
}

.preview-wrapper .preview {
  margin-bottom: 20px;
}

.preview-wrapper .preview {
  width: 100%;
}

.preview-wrapper td.label {
  color: #8d8080;
  font-size: 14px;
}

.preview-wrapper td.label.paid-services {
  color: #1d1616;
}

.preview-wrapper table tr td:last-child {
  color: #494141;
  font-size: 14px;
}

.preview-wrapper #row_details .label {
  vertical-align: top;
}

.preview-wrapper .bool {
  text-transform: capitalize;
}

.preview-wrapper #row_total {
  background: #d0eabe;
}

.preview-wrapper #row_total td:last-child {
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
}

#row_total #discount_span {
  font-size: 14px;
  vertical-align: middle;
}

#row_total {
  line-height: 1;
}

.preview-wrapper #row_total .label {
  font-size: 22px;
  color: #1d1616;
}

.preview-wrapper #row_total .total-price {
  font-size: 22px;
  color: #1d1616;
  font-weight: bold;
}

.preview-wrapper .btn-order {
  max-width: 315px;
  width: 100%;
  font-size: 21px;
}

#row_will_upload_files {
  color: #544949;
}

@media (max-width: 767px) {
  #row_will_upload_files label {
    left: -12px;
  }
}
#accept label a {
  color: #3164b9;
}

#accept label {
  font-size: 14px;
  color: #544949;
}

#accept input[type=radio] {
  margin-right: 5px;
  vertical-align: middle;
}

#accept {
  margin: 5px 0px 15px;
}

.brdata {
  line-height: 14px;
}

#row_promo .label {
  vertical-align: top;
}

@media (min-width: 768px) {
  #row_promo .label {
    padding-top: 5px;
  }
}
.order-total .disclaimer {
  font-size: 14px;
  color: #544949;
  margin-top: 3px;
}

.order-total .conditions {
  color: #3164b9;
}

#submit_order_form {
  background: #e75639;
  margin: 0 auto;
  height: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  border: none;
  border-bottom: 3px solid #bd371c;
  text-align: center;
  text-shadow: 0 2px 0 #bd371c;
  transition: all 0.1s ease-in;
  display: inline-block;
  line-height: 48px;
  vertical-align: middle;
  padding: 0 40px;
}

#submit_order_form:hover {
  background: rgba(255, 92, 61, 0.87);
}

#submit_order_form:active {
  background: #e75639;
}

#submit_order_form:focus {
  outline: none;
}

/* end order and preview*/
.price-text p {
  font-size: 14px;
  color: #181a1f;
  margin: 20px 0;
  line-height: 1.57em;
  font-weight: 400;
}

.price-text h1 {
  color: #454d5d;
  font-size: 28px;
}

.price_table .active_form {
  display: none;
}

/*Contact page*/
.contact-wrap {
  border: 1px solid #d4d7e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .contact-wrap {
    padding: 0 80px;
  }
}
@media (max-width: 480px) {
  .contact-wrap {
    padding: 0 10px;
  }
}
.contact-wrap .icon-column {
  width: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-wrap .icon-column {
    width: 80px;
  }
}
.contact-wrap .contacts > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #181a1f;
}

@media (max-width: 767px) {
  .contact-wrap .contacts > li {
    font-size: 18px;
  }
}
.contact-wrap .title {
  margin-bottom: 6px;
  font-size: 18px;
  color: #454d5d;
  font-weight: 600;
}

@media (max-width: 767px) {
  .contact-wrap .title {
    font-size: 16px;
  }
}
.contact-wrap .flag::before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 21px;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
  background: url(/images/redesign/contact/contact_flags_sprite.png) no-repeat;
}

.contact-wrap .UK-f::before {
  content: "";
  background-position: top;
}

.contact-wrap .US-f::before {
  height: 13px;
  background-position: bottom;
}

.contact-liveChat {
  margin: 22px 0;
}

.contact-liveChat > li {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .contact-wrap .text {
    max-width: 180px;
  }
}
.contact-liveChat .live-chat {
  display: block;
  height: 40px;
  max-width: 200px;
  background: #8db1f4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-bottom: 3px solid #6088d3;
  text-align: center;
  line-height: 40px;
  color: #fff;
  box-sizing: content-box;
}

.contact-liveChat .live-chat:hover {
  background: rgba(141, 177, 244, 0.87);
}

aside .hidden-lg {
  display: block !important;
}

footer .bottom-title {
  color: #758ea9;
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 0;
}

footer .bottom-title::before {
  content: "DISCLAIMER: The completed product is for research purposes only. The company bears no responsibility for the use of research work, not intended for education use, the work is sold as-is with the highest quality and service available and written by freelancers";
}

@media (max-width: 320px) {
  footer .bottom-title {
    height: 150px;
    max-width: 90%;
  }
}
@media (max-width: 420px) {
  footer .bottom-title {
    height: 120px;
    max-width: 90%;
  }
}
@media (max-width: 720px) {
  footer .bottom-title {
    height: 100px;
    max-width: 90%;
  }
}
@media (min-width: 1220px) {
  footer .bottom-title {
    height: 50px;
  }
}
#row_preff_wr_id td.label {
  vertical-align: top;
}

#preff_wr_id {
  max-width: 370px;
}

#preff_wr_id li .add {
  display: none !important;
}

#preff_wr_id li:last-child .add {
  display: inline-block !important;
}

#preff_wr_id li {
  margin-bottom: 10px;
}

#preff_wr_id li:nth-child(10) .add {
  display: none !important;
}

#preff_wr_id .delete,
#preff_wr_id .add {
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  top: 3px;
}

#row_preff_wr_id #prefwriter_urgency_attention {
  max-width: 330px;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
  color: red;
}

#operational_system {
  height: 62px;
}

#row_preff_wr_id div.validation_error {
  max-width: 330px;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}

.notFound {
  font-size: 14px;
  padding-left: 100px;
  color: red;
}

#row_phone1 .select-wrapper,
#row_phone2 .select-wrapper {
  width: 78px;
  vertical-align: top;
}

#img_add_phone2,
#img_delete_phone2 {
  cursor: pointer;
  position: relative;
  top: 4px;
  left: -5px;
}

#row_preff_wr_id label {
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}

#row_preff_wr_id + #row_preff_wr_id label {
  padding-bottom: 0;
}

#row_preff_wr_id .label_comment {
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
}

@media all and (max-width: 767px) {
  #row_preff_wr_id .label_comment {
    left: 0;
    display: inline-block;
  }

  #row_preff_wr_id #preff_wr {
    max-width: 320px;
  }
}
@media all and (max-width: 480px) {
  #row_preff_wr_id #preff_wr {
    max-width: 190px;
  }
}
.b-testimonials__item {
  margin-bottom: 20px;
}

.b-testimonials__text {
  margin: 0;
  margin-bottom: 5px;
}

.b-testimonials__name {
  margin: 0;
  color: #24ad81;
}

.b-testimonials__item {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

.b-testimonials__item:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.b-testimonials__item:after {
  color: #ccc;
  content: close-quote;
  line-height: 0;
  font-size: 0;
  display: block;
}

#sitemap_ul ul {
  margin-left: 30px;
}

#sitemap_ul a {
  color: #282626;
  text-decoration: none;
}

#sitemap_ul a:hover {
  text-decoration: underline;
}

#sitemap_ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}

.cb_2 ul {
  list-style-type: disc;
  padding-left: 20px;
}

#order_form ul,
#order_form li {
  list-style: none;
  padding-left: 0;
}

.cb_2 h1 {
  margin: 0;
  margin-bottom: 15px;
}

.error404 {
  text-align: center;
  margin-bottom: -300px;
}

.error404 .number {
  font-size: 50px;
  margin: 0;
  margin-top: 20px;
}

.error404 .message {
  font-size: 20px;
  margin: 0.67em 0;
}

.error404 .order-now a.btn-order {
  max-width: 100%;
  width: auto;
  display: inline-block;
  padding: 0 50px;
  margin: 10px 0px;
}

.error404 .options a.home-btn {
  background: #357ccb;
  border-bottom: 2px solid #095ebc;
  text-shadow: 0 2px 0 #095ebc;
}

.error404 .order-now {
  text-align: center;
  margin: 0;
}

.customer-contact-us {
  margin-top: 30px;
}

.customer-contact-us input[type=submit] {
  background: #e75639;
  display: block;
  margin: 0 auto;
  height: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  border: none;
  border-bottom: 3px solid #bd371c;
  text-align: center;
  text-shadow: 0 2px 0 #bd371c;
  padding: 0 60px;
  width: auto;
}

.customer-contact-us input[type=submit]:hover {
  background: #ff7b53;
  border-bottom: 2px solid #bd371c;
  line-height: 52px;
}

.customer-contact-us input[type=text],
.customer-contact-us textarea,
.customer-contact-us select {
  width: 100%;
  height: 30px;
  border: 1px solid #b3bbcf;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.11);
  font-size: 14px;
  color: #444;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.customer-contact-us td {
  padding-right: 10px;
  font-size: 14px;
  color: #544949;
  padding-bottom: 10px;
}

.customer-contact-us td:first-child {
  text-align: right;
}

.customer-contact-us .select-wrapper::before {
  content: "";
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  top: 12px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #5b8cc8;
  pointer-events: none;
}

.customer-contact-us .select-wrapper {
  position: relative;
}

.customer-contact-us table {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.b-master-level__row {
  overflow: hidden;
  margin-bottom: 20px;
  overflow: hidden;
}

.b-master-level__image {
  float: left;
  margin-right: 20px;
}

.b-master-level__row:nth-child(even) .b-master-level__image {
  float: right;
  margin: 0;
  margin-left: 20px;
}

.b-master-level__text h1,
.b-master-level__text h2 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}

.b-master-level__text p {
  font-size: 14px;
  margin: 0;
}

.b-master-level__text ul {
  overflow: hidden;
  padding-left: 20px;
}

.b-master-level__text ul li {
  list-style-type: disc;
}

.b-master-level {
  margin-bottom: 30px;
}

.b-master-level__text a {
  color: #1a6cc6;
}

.b-our-process {
  margin-bottom: 30px;
}

.b-our-process__row {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
  font-size: 14px;
}

.b-our-process__image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.b-our-process__text h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.b-our-process__text p {
  margin: 0;
  font-size: 14px;
}

.b-our-process h1 {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.b-our-process .order-now {
  margin: 0;
}

@media all and (max-width: 480px) {
  .b-our-process__text h2 {
    font-size: 16px;
  }

  .b-our-process h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.login-wrapper .login-title {
  background: #4489d5;
  margin: 0;
  padding: 10px 0 10px 33px;
  color: #fff;
  font-size: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 480px) {
  .login-wrapper .login-title {
    padding-left: 10px;
  }
}
.order-form #row_curr .select-wrapper:before {
  display: none;
}

#row_curr .linear-select a {
  background: #4489d5;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 5px;
  color: #fff;
}

#row_curr .linear-select a.selected {
  background: #ce3f30;
}

#row_deadline .label {
  vertical-align: top;
  padding-top: 5px;
}

.extend_deadline_text {
  display: block;
  clear: both;
}

#extend_days,
#extend_hours {
  width: 50px;
  margin: 0 5px;
  background: url(/images/select-arrow-blue.png) no-repeat 33px 50% #fff;
}

.uh-switcher {
  min-height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0 0 0 30px;
  cursor: pointer;
  margin-top: 9px;
  margin-left: 3px;
  position: relative;
}
.uh-switcher:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/sprite.png);
  background-position: -304px -73px;
  width: 25px;
  height: 25px;
}

.uh-switcher.active:after {
  background-image: url(../images/sprite.png);
  background-position: -302px -203px;
  width: 25px;
  height: 25px;
}

.b-discount_text {
  font-size: 14px;
  color: #24ad81;
  font-weight: bold;
}

.b-membership-note {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}

.calculator #discount_text {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
  font-weight: bold;
}

.b-side-calculator .b-membership-note,
.b-side-calculator #discount_text {
  color: #454d5d;
}

.credit-form h1 {
  margin: 0;
}

.credit-form p {
  margin: 10px 0px;
}

#spend_credit {
  background: #e75639;
  display: block;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  border: none;
  border-bottom: 3px solid #bd371c;
  text-align: center;
  text-shadow: 0 2px 0 #bd371c;
  width: 212px;
  height: 45px;
  font-size: 21px;
  margin: 0;
  float: left;
  margin-right: 10px;
  line-height: 45px;
  margin-bottom: 10px;
}

#spend_credit:hover {
  background: #ff7b53;
  border-bottom: 2px solid #bd371c;
}

#skip_credit {
  background: #2d85e6;
  display: block;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  border: none;
  border-bottom: 3px solid #2668b1;
  text-align: center;
  text-shadow: 0 2px 0 #2668b1;
  width: auto;
  height: 45px;
  font-size: 21px;
  margin: 0;
  float: left;
  padding: 0 20px;
  line-height: 45px;
  margin-bottom: 10px;
}

#skip_credit:hover {
  background: #41a0e6;
  border-bottom: 1px solid #2668b1;
}

#tfoot.order-buttons {
  text-align: center;
}

#resubmit_cancel {
  display: inline-block;
  background: none;
  border: none;
  color: #858585;
  margin-right: 10px;
  cursor: pointer;
}

#resubmit_cancel:hover {
  color: #000;
}

.thank-you-page .wrap {
  width: 60%;
}

.thank-you-page aside {
  width: auto;
}

@media (max-width: 1216px) {
  .thank-you-page .wrap,
.thank-you-page aside {
    width: 100%;
    float: none;
  }

  .thank-you-page .left-column {
    display: none;
  }
}
#side_discount_text {
  padding-top: 5px;
  font-weight: bold;
}

#side_discount_text.not-empty {
  border: 2px solid #fff;
  padding: 10px;
  margin-left: 33px;
  line-height: 1;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

#pages_count {
  display: none;
}

.hider {
  display: none;
}

@media all and (max-width: 480px) {
  .order-form #phone1_country,
.order-form #phone2_country {
    width: 15%;
  }

  .order-form #phone1_area,
.order-form #phone2_area {
    width: 20%;
  }

  .order-form #phone1_number,
.order-form #phone2_number {
    width: 29%;
  }

  .order-form #row_phone1 .select-wrapper,
.order-form #row_phone2 .select-wrapper {
    width: 25%;
  }

  .order-form #row_phone1 select,
.order-form .select-phone,
.order-form #row_phone2 select {
    width: 100%;
  }
}
#order_form .preview #row_promo td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.wrap p a:hover {
  text-decoration: underline;
}

.order-form .validation-error td.label {
  vertical-align: top;
  padding-top: 5px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

aside,
footer,
header,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1217px) {
  .container {
    width: 1200px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-3,
.col-sm-4,
.col-sm-6,
.col-sm-12,
.col-xs-6,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-6,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-6 {
  width: 50%;
}

@media (min-width: 768px) {
  .col-sm-4,
.col-sm-6,
.col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-3 {
    float: left;
    width: 25%;
  }
}
.clearfix,
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-star:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.authorize-net:before {
  background-image: url(../images/sprite.png);
  background-position: -104px -203px;
  width: 70px;
  height: 56px;
  display: inline-block;
  content: "";
}

.mcafee-secure:before {
  background-image: url(../images/sprite.png);
  background-position: -208px -73px;
  width: 86px;
  height: 31px;
  display: inline-block;
  content: "";
}

.footer-payments__american-express:before {
  background-image: url(../images/sprite.png);
  background-position: 0px -269px;
  width: 48px;
  height: 28px;
  display: inline-block;
  content: "";
}

.footer-payments__mastercard:before {
  background-image: url(../images/sprite.png);
  background-position: -174px -269px;
  width: 48px;
  height: 28px;
  display: inline-block;
  content: "";
}

.footer-payments__visa:before {
  background-image: url(../images/sprite.png);
  background-position: -184px -203px;
  width: 50px;
  height: 28px;
  display: inline-block;
  content: "";
}

.footer-payments__maestro:before {
  background-image: url(../images/sprite.png);
  background-position: -244px -203px;
  width: 48px;
  height: 28px;
  display: inline-block;
  content: "";
}

.footer-payments__wire-transfer:before {
  background-image: url(../images/sprite.png);
  background-position: -116px -269px;
  width: 48px;
  height: 28px;
  display: inline-block;
  content: "";
}

.footer-payments__discover:before {
  background-image: url(../images/sprite.png);
  background-position: -58px -269px;
  width: 48px;
  height: 28px;
  display: inline-block;
  content: "";
}

@media (max-width: 970px) {
  .details__row {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
