@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
html,
body {
  height: 100%;
  font-family: 'Poppins', sans-serif;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin-bottom: -300px;
  padding-bottom: 300px;
  background: #f8f8fa;
  color: #000;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.wrap .help-phone a {
  color: black;
  text-decoration: none;
}
.container-page {
  width: 100%;
  padding-top: 80px;
}
.container-page.form {
  background: #f5f5f5;
}
.container-page.form .form {
  background: #fff;
  padding-bottom: 20px;
}
.container-page.form .form label {
  color: #000;
  text-transform: none;
}
.container-page.form .form.order {
  margin-bottom: 100px;
}
.container-page.form .form.order .page-text {
  padding-top: 30px;
}
.container-page.form .form.order .title {
  font-size: 28px;
  padding-bottom: 10px;
}
.container-page.form .form.order #safes-wrap .safe {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0 33px 0 33px;
  margin-bottom: 15px;
}
.container-page.form .form.order #safes-wrap .safe .form-group {
  margin-bottom: 0;
}
.container-page.form .form.order #safes-wrap .safe.selected {
  background: #f8f8fa;
}
.container-page.form .form.order #safes-wrap .safe .safe-image {
  width: 120px;
  padding-bottom: 20px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.container-page.form .form.order #safes-wrap .safe .safe-image img {
  max-height: 136px;
  max-width: 117px;
}
.container-page.form .form.order #safes-wrap .safe .safe-image .dimension {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 10px;
  font-weight: bold;
  width: 55px;
}
.container-page.form .form.order #safes-wrap .safe .safe-image .dimension.width {
  left: 10px;
}
.container-page.form .form.order #safes-wrap .safe .safe-image .dimension.height {
  bottom: 85px;
  left: 120px;
}
.container-page.form .form.order #safes-wrap .safe .safe-image .dimension.length {
  bottom: 40px;
  left: 105px;
}
.container-page.form .form.order #safes-wrap .safe .select2-container .select2-selection {
  height: 34px;
}
.container-page.form .form.order #safes-wrap .safe .select2-container .select2-selection .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0;
}
.container-page.form .form.order #safes-wrap .safe .select2-container .select2-selection .select2-selection__arrow {
  height: 32px;
}
.container-page.form .form.order .service {
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden;
}
.container-page.form .form.order .service .title {
  padding-bottom: 15px !important;
}
.container-page.form .form.order .service .service-image {
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.container-page.form .form.order .service .service-image img {
  height: 80px;
}
.container-page.form .form.order .service .service-content {
  float: right;
  background: #f8f8fa;
  padding: 15px;
  border-left: 1px solid #ddd;
}
.container-page .top {
  position: relative;
}
.container-page .top img {
  width: 100%;
  min-height: 100px;
}
.container-page .top.index .top-image {
  min-height: 550px;
}
.container-page .top.index .top-image img {
  min-height: 550px;
}
.container-page .top .container.section {
  margin-top: 50px;
}
.container-page .top .container .text {
  position: absolute;
  top: 0;
  color: #fff;
  height: 100%;
}
.container-page .top .container .text.container {
  padding: 0;
}
.container-page .top .container .text.page .title {
  position: relative;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.container-page .top .container .text .content-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.container-page .top .container .text .title {
  font-weight: 600;
  margin-top: 0;
  font-size: 60px;
}
.container-page .top .container .text .content {
  font-size: 21px;
}
.container-page .top .container .text .content .read-more {
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
}
.container-page .top .container .text .content a {
  color: #fff;
}
.container-page .top .container .text .buttons {
  margin-top: 50px;
}
.container-page .top .container .text .btn {
  font-size: 21px;
}
.container-page .top .container .text .how-it-works {
  margin-left: 30px;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}
.container-page .top .container .text .how-it-works:hover {
  text-decoration: none;
}
.container-page .container.section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.container-page .container.section:first-child {
  margin-top: 0;
}
.container-page .container.section .faq {
  margin-bottom: 30px;
}
.container-page .container .video-wrap {
  height: 100%;
}
.container-page .container .video {
  max-height: 400px;
  max-width: 570px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.container-page .container .video #play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #ffdb01;
  cursor: pointer;
}
.container-page .container .video .ajax-loader {
  position: absolute;
}
.container-page .container .video #initial-video-wrap {
  position: relative;
  z-index: 2;
}
.container-page .container .video #video-wrap {
  width: 100%;
}
.container-page .container .video #close-video {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  color: #ffdb01;
  cursor: pointer;
}
.container-page #how-it-works {
  background: #fff;
}
.container-page #how-it-works .section.even {
  background: #f8f8fa;
}
.container-page #how-it-works .section.even .number {
  color: #f8f8fa;
}
.container-page #how-it-works .section.even .block-image {
  position: relative;
}
.container-page #how-it-works .section.even .block-image img {
  float: right;
}
.container-page #how-it-works .section.even .block-image .bloc-icon {
  right: auto;
  left: 65px;
}
.container-page #how-it-works .section.even .block-image .dots-background {
  right: auto;
  left: 65px;
}
.container-page #how-it-works .section:first-child .block-image,
.container-page #how-it-works .section:first-child .text {
  padding-top: 10px;
}
.container-page #how-it-works .section:first-child .dots-background {
  top: -20px !important;
}
.container-page #how-it-works .section .text {
  padding: 100px 15px;
}
.container-page #how-it-works .section .text .index-block-title {
  margin-top: 0;
}
.container-page #how-it-works .section .number {
  height: 140px;
  width: 157px;
  font-size: 156px;
  font-weight: bold;
  line-height: 139px;
  color: #ffffff;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.container-page #how-it-works .section .block-image {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
.container-page #how-it-works .section .block-image .main-image {
  position: relative;
  z-index: 1;
}
.container-page #how-it-works .section .block-image img {
  max-height: 350px;
  max-width: 450px;
}
.container-page #how-it-works .section .block-image .bloc-icon {
  position: absolute;
  bottom: 25px;
  right: 65px;
  width: 40%;
  z-index: 2;
}
.container-page #how-it-works .section .block-image .dots-background {
  position: absolute;
  top: 70px;
  right: 65px;
  z-index: 0;
}
.container-page #blog-summary .blocks {
  background: #f8f8fa;
}
.container-page #blog-summary .section {
  background: #fff;
}
.container-page #blog-summary .section.even {
  background: #f8f8fa;
}
.container-page #blog-summary .section.even .block-image {
  position: relative;
}
.container-page #blog-summary .section.even .block-image img {
  float: right;
}
.container-page #blog-summary .section.even .block-image .dots-background {
  right: auto;
  left: 65px;
}
.container-page #blog-summary .section .text {
  padding: 100px 15px;
}
.container-page #blog-summary .section .text .index-block-title {
  margin-top: 0;
}
.container-page #blog-summary .section .block-image {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
.container-page #blog-summary .section .block-image .main-image {
  position: relative;
  z-index: 1;
}
.container-page #blog-summary .section .block-image img {
  max-height: 350px;
  max-width: 450px;
}
.container-page #blog-summary .section .block-image .dots-background {
  position: absolute;
  top: 70px;
  right: 65px;
  z-index: 0;
}
.container-page #blog-summary .pagination {
  background-color: #fff;
  padding: 15px;
}
.container-page #blog-summary .pagination > li > a {
  color: #000;
}
.container-page #blog-summary .pagination > .active > a {
  background-color: #ffdb01;
  border-color: #ffdb01;
}
.container-page .blog-post-image img {
  width: 100%;
  max-height: 350px;
  max-width: 450px;
}
.container-page .why-us-block {
  background: #f8f8fa;
  padding-bottom: 30px;
}
.container-page .why-us-block .block {
  background: #fff;
  border-radius: 0 33px 0 33px ;
  box-shadow: -15px 0 30px 0 rgba(0, 0, 0, 0.04);
  padding: 30px;
  min-height: 370px;
  margin-bottom: 30px;
}
.container-page .why-us-block .block:hover {
  background: #ffdb01;
}
.container-page .why-us-block .index-block-title {
  padding-top: 30px;
  font-size: 21px;
}
.container-page .why-us-block .block-text {
  font-size: 16px;
  color: #73747f;
  text-align: justify;
  overflow: hidden;
}
.container-page .why-us-block .block-image {
  float: left;
  width: 100%;
}
.container-page .why-us-block .block-image img {
  float: left;
  height: 90px;
}
.container-page .why-us-block .container {
  z-index: 1;
}
.container-page .have-suggestions {
  background: #fff;
  z-index: 1;
}
.container-page .have-suggestions .background {
  position: absolute;
  height: 250px;
  width: 100%;
  background: #f8f8fa;
  z-index: 0;
}
.container-page .have-suggestions .container {
  z-index: 1;
}
.container-page .have-suggestions .section {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.12);
}
.container-page .have-suggestions .title {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 50px;
  padding-left: 40px;
  color: #fff;
}
.container-page .have-suggestions .btn {
  margin-top: 10px;
  font-size: 24px;
  padding: 30px;
  position: absolute;
  bottom: 50px;
  right: 40px;
}
.container-page .section-image {
  overflow: hidden;
  direction: rtl;
}
.container-page .phone-order {
  background: #fff;
  z-index: 1;
  background: #000;
  padding-bottom: 120px;
}
.container-page .phone-order .background {
  position: absolute;
  height: 200px;
  width: 100%;
  background: #fff;
  z-index: 0;
}
.container-page .phone-order img {
  width: 1140px;
}
.container-page .phone-order .container {
  z-index: 1;
}
.container-page .phone-order .section-image {
  border-radius: 60px 0 60px 0;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.12);
}
.container-page .phone-order .section-title {
  width: 100%;
  position: absolute;
  bottom: 50%;
  padding-left: 40px;
  transform: translateY(50%);
}
.container-page .phone-order .title {
  padding: 0;
  margin: 0;
  color: #fff;
}
.container-page .phone-order .btn {
  margin-top: 10px;
  font-size: 24px;
  padding: 30px;
  position: absolute;
  bottom: 50px;
  right: 40px;
}
.container-page .faq-index {
  padding-bottom: 50px;
}
.container-page .faq-index .faq-list {
  padding: 50px 0 40px 0;
}
.container-page .faq-index .faq-list .faq-title {
  padding: 10px 35px;
}
.container-page .faq-index .faq-list .faq-content {
  padding: 10px 35px;
}
.container-page .faq-page {
  margin-bottom: 50px;
}
.container-page .faq-page .faq-list {
  padding: 0;
}
.container-page .faq-page .faq-list .faq-wrap {
  margin-top: 0;
  background: #fff;
}
.container-page .faq-page .faq-list .faq-wrap:not(:first-child) {
  border-top: 1px solid #ddd;
}
.container-page .faq-page .faq-list .faq-wrap .faq-content {
  border: 0;
}
.container-page .faq-page .faq-list .faq-title {
  padding: 0;
}
.container-page .faq-page .faq-list .faq-title .title {
  line-height: 40px;
}
.container-page .faq-page .faq-list .faq-title .expand {
  margin-right: 30px;
}
.container-page .white {
  background: #fff;
}
.container-page .profile-page .show-section {
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1;
}
.container-page .profile-page #orders-info .empty,
.container-page .profile-page #orders-info .order {
  padding: 15px;
  border: 1px solid #ddd;
  background: #f8f8fa;
  border-radius: 3px;
  margin-bottom: 15px;
}
.container-page .profile-page #orders-info .btn {
  font-size: 14px;
}
.container-page .profile-page #orders-info .top-info {
  line-height: 34px;
}
.container-page .profile-page #orders-info .show-section {
  float: left;
  position: relative;
  right: auto;
  top: 0;
  margin-right: 15px;
  height: 30px;
}
.container-page .profile-page #orders-info .additional-info {
  margin-top: 30px;
}
.container-page .profile-page #orders-info .additional-info .first-item {
  display: inline-block;
  padding-left: 35px;
}
.container-page .profile-page #orders-info .additional-info .profile-safe {
  padding-bottom: 5px;
  padding-top: 5px;
}
.container-page .profile-page #orders-info .additional-info .additional-services-wrap .profile-service {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.container-page .profile-page #orders-info .additional-info .additional-services-wrap .btn.btn-yellow {
  background: #f8f8fa;
}
.container-page .profile-page #orders-info .additional-info .additional-services-wrap .btn.btn-yellow:hover,
.container-page .profile-page #orders-info .additional-info .additional-services-wrap .btn.btn-yellow:active {
  background: #ffdb01 !important;
}
.container-page .profile-page #orders-info .additional-info .additional-services-wrap .first-item {
  line-height: 32px;
}
table.order-summary tr:last-child td,
table.order-summary tr:last-child th {
  border-bottom: 1px solid #ddd;
}
table.order-summary tr th,
table.order-summary tr td {
  padding: 15px 20px;
}
table.order-summary th {
  text-align: right;
}
.oder-total {
  font-size: 21px;
}
.contact-form .login-btn {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
  margin-bottom: 30px;
}
.contact-form .type-buttons {
  margin-bottom: 25px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.contact-form .type-buttons .btn {
  padding: 15px 30px;
  border: 0;
  background: #f8f8fa;
}
.contact-form .type-buttons .btn.active {
  background: #73747f;
  color: #fff;
}
.steps {
  padding: 20px;
  width: 90%;
  margin: 0 auto;
}
.steps .step {
  position: relative;
}
.steps .step.two {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.steps .step.active .step-circle {
  background: #ffdb01;
}
.steps .step.active label {
  color: #000;
}
.steps .step.active label a {
  color: #000;
}
.steps .step label {
  color: #999;
}
.steps .step label a {
  color: #999;
  text-decoration: none;
}
.steps .step .step-circle {
  position: relative;
  display: block;
  background: #999;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 2;
  margin: 0 auto;
}
.steps .step .reserved {
  position: absolute;
  width: 50%;
  height: 30px;
  z-index: 1;
  background: #f5f5f5;
}
.steps .step.three .reserved {
  right: 0;
}
.steps .progress {
  height: 2px;
  box-shadow: none;
  margin-bottom: 0;
  top: 15px;
  position: absolute;
  width: 100%;
}
.steps .progress.initial .progress-bar {
  border: none;
}
.steps .progress .progress-bar {
  border: 2px solid #ffdb01;
}
.steps .progress .progress-bar.remaining {
  border: 2px solid #999;
}
.site-page {
  padding-bottom: 30px;
}
.site-login,
.site-register {
  width: 570px;
  margin: 5% auto;
  background: #fff;
}
.footer {
  height: auto;
  background-color: #000;
  border-top: 1px solid #000;
  padding-top: 20px;
  color: #9d9d9d;
}
.footer a {
  color: #9d9d9d;
  margin-right: 10px;
}
.footer .block {
  color: #fff;
}
.footer .block .block-title {
  margin-top: 0;
}
.footer .block p {
  margin: 0;
}
.footer .block .card-logo {
  max-height: 25px;
}
.footer .bottom {
  padding: 20px 15px;
}
.footer .footer-divider {
  margin-bottom: 0;
  border-color: #3A3A3A;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
}
.not-set {
  color: #c55;
  font-style: italic;
}
.clear {
  clear: both;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-round {
  border-radius: 0 !important;
}
.relative {
  position: relative;
}
.underline {
  text-decoration: underline !important;
}
.btn {
  border-radius: 3px;
  font-size: 16px;
}
.btn-yellow {
  background-color: #ffdb01;
  border-color: #e4c900;
  color: black;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow.hover {
  background-color: #e4c900 !important;
}
.btn-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-black:hover,
.btn-black:active,
.btn-black.hover,
.btn-black:focus,
.btn-black.focus {
  background-color: #333333;
  color: #fff;
}
.btn-grey {
  background-color: #999;
  border-color: #999;
  padding: 13px 30px;
  color: #fff;
}
.btn-grey:hover,
.btn-grey:active,
.btn-grey.hover,
.btn-grey:focus {
  background-color: #555555;
  color: #fff;
}
.btn-wide {
  padding: 15px 30px;
}
.bold {
  font-weight: bold;
}
.bolder {
  font-weight: 600;
}
.site-link {
  color: #000;
}
.site-link:hover {
  color: #000;
}
.section-title h2 {
  font-size: 40px;
  font-weight: bold;
  padding: 20px 0;
}
.index-block-title {
  font-size: 35px;
  font-weight: bold;
  margin-top: 15px;
}
.block-text {
  font-size: 20px;
  margin-top: 15px;
}
.block-text a {
  color: black;
  text-decoration: underline;
}
.block-text a:hover {
  text-decoration: none;
}
.form-title {
  font-weight: bold;
}
.form-text {
  color: dimgrey;
  margin-bottom: 50px;
}
.form-control {
  height: 50px;
}
.control-label {
  color: dimgrey;
  text-transform: uppercase;
}
.alert {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
.styled-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.styled-checkbox label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 30px;
}
.styled-checkbox label::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  left: 0;
  top: 0;
}
.styled-checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 13px;
  width: 20px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 5px;
  top: 5px;
}
.styled-checkbox input[type="checkbox"] + label::after {
  content: none;
}
.styled-checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}
.styled-checkbox input[type="checkbox"]:checked + label::before {
  background: #ffdb01;
}
.styled-checkbox.rtl label {
  padding-right: 40px;
}
.styled-checkbox.rtl label::before {
  left: auto;
  right: 0;
}
.styled-checkbox.rtl label::after {
  left: auto;
  right: 5px;
}
.terms-checkbox {
  margin-bottom: 30px;
}
.terms-checkbox label {
  font-weight: normal;
  color: #73747f;
}
.terms-checkbox label a {
  color: black;
  font-weight: bold;
}
.pay-label {
  margin-bottom: 15px;
}
.payment-radio {
  min-height: 175px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0 33px 0 33px;
  text-align: center;
  margin-bottom: 15px;
}
.payment-radio.selected {
  background: #f8f8fa;
}
.payment-radio label {
  padding: 25px;
  width: 100%;
  height: 154px;
  margin-bottom: 0;
}
.payment-radio label img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 82px;
  max-width: 130px;
}
.payment-radio label .payment-label {
  margin-top: 20px;
}
.styled-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.styled-radio label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.styled-radio label::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.styled-radio label::after {
  position: absolute;
  display: inline-block;
  height: 15px;
  width: 15px;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  content: "";
}
.styled-radio input[type="radio"] + label::after {
  content: none;
}
.styled-radio:hover input[type="radio"] + label::before {
  background: #fff;
}
.styled-radio input[type="radio"]:checked + label::after {
  background: #ffee35;
  content: "";
}
.styled-radio input[type="radio"]:checked + label::before {
  background: #fff;
  content: "";
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view td {
  white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #c55;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav {
  background: #fff;
  border-color: #fff;
  padding-top: 5px;
}
.nav .navbar-toggle:not(.collapsed) .icon-bar {
  position: relative;
}
.nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  transform: rotate(45deg);
  top: 6px;
}
.nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
  transform: rotate(-45deg);
  top: -6px;
}
.nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  width: 0;
}
.nav .navbar-toggle .icon-bar {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #000;
  transform: rotate(0deg);
}
.nav .navbar-toggle .icon-bar:nth-child(3) {
  width: 50%;
}
.nav .navbar-brand {
  padding: 8px 15px;
}
.nav .navbar-brand > img {
  height: 34px;
}
.nav .navbar-nav {
  margin-right: 0;
}
.nav li.active a {
  background: #eeeeee;
}
.nav li.active a.login {
  background: #ffdb01;
}
.nav li a {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}
.nav li a.btn {
  padding: 9px;
  border-radius: 0;
}
.nav li .btn.logout {
  background: transparent;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  padding-top: 11px;
  border-radius: 0;
}
.nav li .btn.logout:hover {
  background: #eeeeee;
}
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}
.nav li > form > button.logout:focus,
.nav li > form > button.logout:hover {
  text-decoration: none;
}
.nav li > form > button.logout:focus {
  outline: none;
}
.nav li .dropdown #language-menu-button {
  margin-left: 5px;
  border-radius: 0;
  padding: 9px;
  line-height: 20px;
  min-width: 55px;
}
.nav li .dropdown .dropdown-menu {
  min-width: 55px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nav li .dropdown .dropdown-menu a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.nav li.help-phone {
  padding-left: 20px;
}
.page-text {
  padding-top: 35px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  margin-top: 30px;
  background: #fff;
}
.page-text .title {
  margin: 0;
  padding-left: 60px;
  padding-right: 60px;
}
.page-text .main-text {
  padding-left: 60px;
  padding-right: 60px;
}
.page-text p {
  color: #73747f;
  font-size: 16px;
}
.faq-list {
  background: #fff;
  padding: 35px 40px;
}
.faq-wrap {
  margin-bottom: 10px;
  background: #f8f8fa;
}
.faq-wrap .expand {
  line-height: 20px;
  padding: 10px;
  cursor: pointer;
}
.faq-wrap .faq-content {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  color: #73747f;
}
.services {
  padding-bottom: 50px;
}
.services .title {
  font-size: 28px;
  margin-top: 50px;
}
.services-text {
  background: #fff;
  padding-bottom: 50px;
}
.zoom {
  transition: 0.2s;
}
.zoom:hover {
  z-index: 2;
  transform: scale(1.1);
}
.service-block {
  border-radius: 0 33px 0 33px;
  background-color: #fff;
  padding: 50px 20px;
  margin-top: 40px;
}
.service-block:hover {
  background-color: #ffdb01;
}
.service-block:hover .btn {
  background: #fff;
  font-size: 16px;
}
.service-block .service-header {
  font-size: 21px;
}
.service-block .block-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.service-block .block-inner h1,
.service-block .block-inner h2,
.service-block .block-inner h3,
.service-block .block-inner h4,
.service-block .block-inner h5,
.service-block .block-inner h6,
.service-block .block-inner .h1,
.service-block .block-inner .h2,
.service-block .block-inner .h3,
.service-block .block-inner .h4,
.service-block .block-inner .h5,
.service-block .block-inner .h6 {
  font-size: 80px;
  margin: 0;
}
.service-block a {
  color: #000;
}
.service-block .btn {
  transition: 0.5s;
  background: #ffdb01;
  font-size: 16px;
}
.main-title {
  font-size: 28px !important;
}
.section-title {
  font-size: 21px !important;
}
.sub-section-title {
  font-size: 16px !important;
}
.shadow {
  -webkit-box-shadow: -15px 0 30px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: -15px 0 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -15px 0 30px 0 rgba(0, 0, 0, 0.04);
}
.btn-shadow {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
.required label.control-label:after {
  content: " *";
}
#insurance-info .label-inline label {
  margin-top: 36px;
}
#insurance-info .slider {
  left: 78px;
  width: 75%;
  margin-top: 40px;
}
#insurance-info .slider .slider-handle {
  top: -10px;
  margin-left: -15px;
  background: #ffdb01;
  height: 30px;
  width: 30px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
#insurance-info .slider .slider-track {
  border-radius: 3px;
  height: 2px;
}
#insurance-info .slider .slider-track-low,
#insurance-info .slider .slider-selection {
  background: #ffdb01;
  box-shadow: none;
}
#insurance-info .slider .slider-track-high {
  background: #000;
}
#insurance-info .slider .top {
  position: absolute;
  margin-top: -45px;
}
#transportation-info .contact-info label {
  color: dimgrey;
}
.label-inline label {
  float: left;
}
.service-label {
  line-height: 50px;
}
.select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  border-width: 0;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(135deg);
  margin-top: -2px;
}
.select2-container .select2-selection {
  height: 50px;
  padding-right: 54px;
}
.select2-container .select2-selection .select2-selection__rendered {
  padding-top: 8px;
  padding-bottom: 8px;
}
.select2-container .select2-selection .select2-selection__arrow {
  border: 0;
  height: 48px;
  width: 54px;
  top: 0;
  right: 0;
}
.select2-container .select2-selection .select2-selection__arrow b {
  border-width: 0;
  height: 15px;
  width: 15px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  border-bottom-left-radius: 3px;
  margin-left: -7px;
  margin-top: -10px;
}
.select2-container .select2-selection .select2-selection__clear {
  padding-top: 8px;
  padding-bottom: 8px;
}
.datepicker .day:not(.disabled):not(.bday) {
  background: #ffdb01;
}
div.form-control {
  line-height: 36px;
}
div.form-control.disabled {
  background: #f8f8fa;
}
.modal-dialog:not(.form-in-modal .modal-dialog) {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.bootstrap-dialog.type-warning .modal-header {
  background: #ffdb01;
}
.bootstrap-dialog.type-warning .modal-header .bootstrap-dialog-title {
  color: #000;
}
.bootstrap-dialog .btn-warning {
  background-color: #ffdb01;
  border-color: #e4c900;
  color: #000;
}
.bootstrap-dialog .btn-warning:hover,
.bootstrap-dialog .btn-warning:active,
.bootstrap-dialog .btn-warning.hover {
  background-color: #e4c900 !important;
}
.loader-overlay {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.4);
  z-index: 1030;
}
.loader-overlay.on-top {
  z-index: 9998;
}
.ajax-loader {
  background: url("/images/ajax-loader.gif");
  width: 64px;
  height: 64px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ajax-loader.on-top {
  z-index: 9999;
}
.cookie-policy-wrapper {
  background: #ffdb01;
  padding: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.cookie-policy-wrapper #policy-agreement-button {
  margin-top: 20px;
}
.keep-old-check-wrap {
  background: #ffdb01;
  padding: 15px 15px 0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.input-group.date input,
.input-group.date .input-group-addon {
  background: #fff;
}
.input-group.date.disabled input,
.input-group.date.disabled .input-group-addon {
  background: #eeeeee;
  cursor: not-allowed;
}
@media (max-width: 1468px) {
  .container-page .top.index .top-image {
    min-height: 550px;
  }
  .container-page .top.index .top-image img {
    min-height: 550px;
  }
}
@media (max-width: 1199px) {
  .container-page .top,
  .container-page .top.index {
    overflow: hidden;
  }
  .container-page .top .top-image,
  .container-page .top.index .top-image {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
  }
  .container-page .top .top-image img,
  .container-page .top.index .top-image img {
    width: auto;
  }
  .container-page .top .container .text,
  .container-page .top.index .container .text {
    text-align: center;
    position: relative;
  }
  .container-page .top .container .text .title,
  .container-page .top.index .container .text .title {
    padding-top: 30px;
    font-size: 30px;
  }
  .container-page .top .container .text .content,
  .container-page .top.index .container .text .content {
    font-size: 16px;
  }
  .container-page .top .container .text .how-it-works,
  .container-page .top.index .container .text .how-it-works {
    display: none;
  }
  .container-page .top .container .text .content-wrap,
  .container-page .top.index .container .text .content-wrap {
    top: 0;
    transform: translateY(0);
  }
  .container-page .top .container .buttons,
  .container-page .top.index .container .buttons {
    text-align: center;
  }
  .container-page .top .container .btn,
  .container-page .top.index .container .btn {
    margin-bottom: 30px;
  }
  .container-page .top .container .video,
  .container-page .top.index .container .video {
    top: 0;
    transform: none;
  }
  .container-page .top .title {
    text-align: left;
  }
  .container-page #how-it-works .section .text {
    padding: 15px 0;
  }
  .container-page #how-it-works .section .block-image {
    padding: 50px 0;
  }
  .container-page #how-it-works .section .block-image img {
    float: none !important;
    max-height: 100%;
    max-width: 100%;
  }
  .container-page #how-it-works .section .block-image .bloc-icon {
    bottom: -30px !important;
    right: 0 !important;
    left: auto !important;
    width: 40%;
  }
  .container-page .why-us-block .block {
    min-height: auto;
  }
  .container-page .have-suggestions img {
    width: 100%;
  }
  .container-page .have-suggestions .section-content {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #000;
  }
  .container-page .have-suggestions .title {
    position: relative;
    padding: 0;
    margin: 0;
    bottom: 0;
    font-size: 21px;
  }
  .container-page .have-suggestions .btn {
    position: relative;
    margin-top: 20px;
    font-size: 20px;
    padding: 20px;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .container-page .phone-order .title,
  .container-page .phone-order h2 {
    font-size: 28px;
  }
  .container-page .faq-index {
    padding-bottom: 20px;
  }
  .container-page .faq-index .faq-list {
    padding: 20px 0 20px 0;
    margin-bottom: 10px;
  }
  .container-page .faq-index .faq-list .faq-title {
    padding: 10px 10px;
  }
  .container-page .faq-index .faq-list .faq-content {
    padding: 10px 10px;
  }
  .container-page.form .form.order .service .service-image {
    top: 0;
    transform: translateY(0);
    z-index: 1;
    background: #fff;
    overflow: hidden;
    width: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-right-radius: 3px;
  }
  .container-page.form .form.order .service .service-image img {
    height: 60px;
  }
  .container-page.form .form.order .service .service-content {
    border-left: 0;
    padding-top: 100px;
  }
  .container-page.form .form.order .service .service-content .styled-checkbox {
    margin-top: -65px;
  }
  .container-page.form .payment-radio {
    min-height: 75px;
  }
  .container-page.form .payment-radio label {
    height: 75px;
    padding-left: 35px;
  }
  .container-page.form .payment-radio label:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .container-page.form .payment-radio label:after {
    top: 50%;
    transform: translateY(-50%);
  }
  .container-page.form .payment-radio img {
    float: left;
    max-height: 45px;
  }
  .container-page.form .payment-radio .payment-label {
    margin-top: 0;
    width: auto;
    float: left;
    padding-left: 10px !important;
  }
  .container-page.form .discount-button-wrap {
    padding-right: 0;
  }
  .container-page .container.section {
    margin-bottom: 0;
  }
  .container-page .steps {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .container-page .steps .step.one .reserved,
  .container-page .steps .step.three .reserved {
    width: 0;
  }
  .container-page .steps .step.one .step-circle,
  .container-page .steps .step.three .step-circle {
    margin: 0;
  }
  .container-page .steps .step.two {
    text-align: center;
  }
  .container-page .steps .step.two label {
    padding: 0 10px;
  }
  .container-page .steps .step.three label {
    position: relative;
  }
  .container-page .steps .step.three .step-circle {
    position: relative;
    margin: 0;
    left: 100%;
    transform: translateX(-100%);
  }
  .container-page #blog-summary .section .block-image {
    padding: 35px 0;
  }
  .container-page #blog-summary .section .text {
    padding: 0 15px 35px;
  }
  .container-page #blog-summary .section.even .block-image img {
    float: none;
  }
  table.order-summary tr th,
  table.order-summary tr td {
    padding: 10px;
  }
  .index-block-title {
    font-size: 30px;
  }
  .index-block-title .number {
    font-size: 70px !important;
    height: auto !important;
    width: auto !important;
    line-height: normal !important;
  }
  .block-text {
    font-size: 16px;
  }
  .page-text .title,
  .page-text .main-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-title .title {
    line-height: normal !important;
    width: 80%;
  }
  .faq-title .expand {
    margin-right: 0 !important;
  }
  .container.bottom .links,
  .container.bottom .copyright {
    width: 100%;
    text-align: center;
    float: none;
  }
  .profile-page #orders-info .additional-info .first-item {
    padding-left: 0 !important;
  }
  .profile-page .btn {
    width: 100%;
  }
  .main-title {
    font-size: 18px !important;
  }
  .section-title {
    font-size: 16px !important;
  }
  .sub-section-title {
    font-size: 16px !important;
  }
  #insurance-info .label-inline label {
    width: 100%;
  }
  #insurance-info .slider {
    left: 5%;
    width: 90%;
    margin-top: 40px;
  }
  .footer .block .card-logo {
    max-height: 35px;
  }
}
@media (max-width: 767px) {
  .nav.navbar-fixed-top {
    border-width: 0;
  }
  .nav .navbar-collapse {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
  }
  .nav .navbar-brand {
    padding-right: 0;
  }
  .nav .navbar-nav {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .nav li > form > button.logout {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .nav li .dropdown #language-menu-button {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .discount-button-wrap {
    padding: 0;
  }
  .terms-checkbox {
    margin-top: 30px;
  }
  .site-login,
  .site-register {
    width: 100%;
  }
  .top.index .btn {
    width: 100%;
  }
  .modal-dialog {
    position: relative;
    left: 0;
    transform: translate(0) !important;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .container-page {
    padding-top: 103px;
  }
}
@media (max-width: 359px) {
  .site-login .btn,
  .site-register .btn {
    width: 100%;
  }
  .site-login .links,
  .site-register .links {
    width: 100%;
    text-align: center;
  }
  .site-login .links a,
  .site-register .links a {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav.navbar .container {
    width: auto;
  }
}
