.icon {
  display: inline-block;
}

body {
  min-width: 320px;
}

.block-services-container-wrapper {
  padding: 30px 0;
}

.container-wrapper {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 38px rgba(0, 0, 0, 0.09);
  max-width: 1380px;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
}

.hamburger {
  width: 30px;
  padding: 0;
  margin-right: 10px;
}

.hamburger:focus {
  outline: none;
}

.hamburger:before, .hamburger:after, .hamburger-middle-strip {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.hamburger:before, .hamburger-middle-strip {
  margin-bottom: 5px;
}

.navbar {
  background: #1a1c27;
}

.navbar.active .hamburger:before {
  opacity: 0;
}

.navbar.active .hamburger-middle-strip {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar.active .hamburger:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
       -o-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

.navbar-container {
  padding: 0;
}

.navbar-control-panel {
  position: relative;
}

.navbar-icon-calculate {
  margin-right: 10px;
}

.header-nav-link {
  color: #fff;
  padding: 10px !important;
}

.header-nav-link:hover {
  color: #ec5c8e;
}

.banner-main {
  background: url("main_banner.jpg") no-repeat center bottom/cover;
}

.phone-link {
  font: 600 22px/24px 'Gilroy', sans-serif;
  color: #fff;
}

.phone-link:hover {
  color: #ec5c8e;
  text-decoration: none;
}

.button {
  font: 600 18px/24px 'Gilroy', sans-serif;
  padding: 20px 25px;
  position: relative;
  white-space: nowrap;
}

.button-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button.transparent {
  color: #121524;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

.button.transparent:hover {
  border-color: #ec5c8e;
}

.button.border-grey {
  border-color: #6a7179;
}

.button.border-black {
  border-color: #121524;
}

.button.small {
  padding: 10px 40px 10px 25px;
  text-align: left;
}

.button.yellow {
  color: #000;
  background: #ffec1c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.button.yellow:hover {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

.search-form {
  width: 100%;
  margin: 0;
}

.search-form-control {
  width: -webkit-calc(100% - 10px) !important;
  width: calc(100% - 10px) !important;
}

.search-form-close-button {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}

.search-form-close-button:hover {
  opacity: 1 !important;
  color: #fff;
}

.search-form,
.search-form-close-button {
  display: none;
}

.search-form-wrapper.active .phone-link,
.search-form-wrapper.active .button-search-toggler {
  display: none;
}

.search-form-wrapper.active .search-form,
.search-form-wrapper.active .search-form-close-button {
  display: block;
}

.button-search-toggler {
  line-height: 0;
  padding: 0;
}

.header {
  padding: 15px 0;
}

.section-main {
  padding: 60px 0 30px;
}

.section-main-title {
  color: #fff;
  margin-bottom: 25px;
}

.section-main-subtitle {
  font: 21px/27px 'Proxima Nova', sans-serif;
  color: #d5d5da;
}

.section-main-advantages {
  padding: 15px 30px;
  margin: 0 0 0 auto;
  background: rgba(30, 32, 43, 0.8);
}

.advantage-image-wrapper {
  margin-right: 15px;
}

.advantage-subtitle {
  font: 14px 'Proxima Nova', sans-serif;
  color: #5e5e63;
}

.advantage-title {
  font: 600 18px/1 'Gilroy', sans-serif;
  color: #000;
}

.service:not(:last-child) {
  margin-bottom: 25px;
}

.service-image-wrapper {
  margin-bottom: 20px;
  display: inline-block;
}

.service-image-wrapper img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.service-image-wrapper:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.service-title {
  font: 600 30px 'Gilroy', sans-serif;
  color: #121524;
  margin-bottom: 20px;
  display: inline-block;
}

.service-title span {
  border-bottom: 1px solid #949494;
}

.service-title:hover {
  text-decoration: none;
}

.service-list-item:not(:last-child) {
  margin-bottom: 8px;
}

.service-link {
  font: 600 15px/18px 'Proxima Nova', sans-serif;
  color: #5e5e63;
  display: inline-block;
}

.service-link:hover {
  text-decoration: none;
}

.service-link.highlighted {
  font-weight: bold;
}

.service-link.highlighted:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #fb0018;
  position: relative;
  top: 2px;
}

.section-title {
  color: #121524;
  margin-bottom: 15px;
}

.section-subtitle {
  font: 21px/27px 'Proxima Nova', sans-serif;
}

.section-text {
  font: 15px 'Proxima Nova', sans;
  margin-bottom: 15px;
}

.section-text span {
  font-weight: 700;
}

.section-company-title {
  margin-bottom: 30px;
}

.section-company-subtitle {
  margin-bottom: 30px;
}

.section-company-text {
  margin-bottom: 30px;
}

.banner-decoration {
  margin-top: -60px;
  padding-top: 60px;
  background: url("decoration.jpg") no-repeat;
}

.link-learn-more {
  font: 600 15px 'Gilroy', sans-serif;
  color: #5e5e63;
  padding: 0;
}

.link-learn-more-arrow {
  margin-left: 20px;
}

.section-company {
  margin-bottom: 60px;
}

.block-services-container-wrapper {
  position: relative;
  z-index: 1;
}

.block-achievements {
  padding-bottom: 40px;
}

.achievement {
  margin-bottom: 20px;
}

.achievement-image-wrapper {
  min-height: 64px;
  margin-bottom: 15px;
}

.achievement-title {
  font: 600 30px 'Gilroy', sans-serif;
  margin-bottom: 20px;
}

.achievement-subtitle {
  font: 15px/22px 'Proxima Nova', sans-serif;
  color: #5e5e63;
}

.gallery-item {
  text-align: center;
  margin-bottom: 20px;
}

.section-cases {
  margin-bottom: 20px;
}

.section-partners {
  margin-bottom: 50px;
}

.partner {
  margin-bottom: 20px;
}

.partner-image-wrapper {
  min-height: 100px;
  background: #f8f8f8;
  padding: 15px;
}

.review {
  padding-top: 20px;
}

.section-reviews {
  margin-bottom: 60px;
}

.section-reviews-subtitle {
  margin-bottom: 20px;
}

.review-content {
  font: 21px/27px 'Proxima Nova', sans-serif;
  background: #f8f8f8;
  margin-bottom: 15px;
  position: relative;
}

.review-subtitle {
  font: 12px 'Proxima Nova', sans-serif;
  margin-bottom: 5px;
}

.review-title {
  font: 600 16px 'Gilroy', sans-serif;
  color: #121524;
  margin-right: 15px;
}

.icon-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #f8f8f8 transparent;
}

.review-triangle {
  position: absolute;
  left: 30px;
  top: -20px;
}

.section-review-button {
  position: relative;
  z-index: 1;
}

.section-review-button:hover .section-review-button-text {
  color: #ec5c8e;
  border-color: #ec5c8e;
}

.section-review-button-icon {
  margin-right: 10px;
}

.section-review-button-text {
  font: 18px/1 'Gilroy', sans-serif;
  border-bottom: 1px solid #949494;
  color: #121524;
  vertical-align: super;
}

.slider-wrapper {
  margin-bottom: 25px;
}

.section-offers {
  background: #f6f7f8;
  padding: 30px 0 40px;
}

.offer-description-block {
  background: #fff;
}

.offer-divider {
  width: 100px;
  height: 1px;
  background: #949494;
}

.offer-list-title {
  font: 600 20px/24px 'Proxima Nova', sans-serif;
}

.description-text {
  font: 17px/24px 'Proxima Nova', sans-serif;
}

.description-text span {
  font-weight: 600;
}

.list-style-circle {
  padding-left: 20px;
  list-style: none;
}

.list-style-circle li:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #45bcce;
  border-radius: 50%;
  margin-right: 10px;
}

.contact-form {
  padding: 0;
}

.section-contact-form {
  margin-bottom: 40px;
}

.section-contact-form-row {
  position: relative;
  border: 8px solid #eff0f2;
  margin: 0;
}

.section-contact-form-image-wrapper {
  position: absolute;
  left: -350px;
  bottom: 0;
}

.form-text {
  margin-top: 0;
}

.consent-to-personal-data-processing {
  font: 12px/20px 'Proxima Nova', sans-serif;
  color: #5e5e63;
  margin-bottom: 15px;
}

.form-input {
  width: 100%;
  height: 100%;
  font: 18px/24px 'Proxima Nova', sans-serif;
  color: #121524;
}

.form-input::-webkit-input-placeholder {
  font: 18px/24px 'Proxima Nova', sans-serif;
  color: #666;
}

.form-input::-moz-placeholder {
  font: 18px/24px 'Proxima Nova', sans-serif;
  color: #666;
}

.form-input:-moz-placeholder {
  font: 18px/24px 'Proxima Nova', sans-serif;
  color: #666;
}

.form-input:-ms-input-placeholder {
  font: 18px/24px 'Proxima Nova', sans-serif;
  color: #666;
}

.form-input.icon {
  padding-left: 55px;
}

.form-label {
  position: relative;
  margin-bottom: 0;
}

.form-input-phone {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
  cursor: text;
}

.form-submit {
  width: 100%;
}

.footer {
  background: #1a1c27;
}

.footer-item {
  margin-bottom: 25px;
}

.social-media-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.social-media-item:not(:last-child) {
  margin-right: 10px;
}

.social-media-item:hover {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

.address {
  font: 500 15px/18px 'Gilroy', sans-serif;
  color: #fff;
}

.footer-title {
  font: 600 18px/1 'Gilroy', sans-serif;
  color: #fff;
  margin-bottom: 15px;
}

.footer-service-link {
  font: 14px/18px 'Proxima Nova', sans-serif;
  color: #aeaeae;
  display: inline-block;
  margin-bottom: 8px;
}

.footer-service-link:hover {
  text-decoration: none;
  color: #ec5c8e;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: #2a2c36;
}

.copyright {
  font: 13px/22px 'Proxima Nova', sans-serif;
  color: #aeaeae;
  margin-bottom: 15px;
}

.footer-phone-link:not(:last-child) {
  margin-bottom: 5px;
}

.footer-link-wrapper:not(:last-child) {
  margin-right: 15px;
}

.footer-link {
  color: #fff;
}

.footer-link:hover {
  text-decoration: none;
  color: #ec5c8e;
}

.modal-contact-form {
  max-width: 1200px;
}

.modal-contact-form-body {
  padding: 0;
  overflow: hidden;
}

.modal-contact-form-button-close {
  position: absolute;
  top: -20px;
}

.modal-contact-form-row {
  border: none;
}

.discount-image-wrapper {
  margin-right: 10px;
}

.discount-title {
  font: 700 24px/1 'Gilroy', sans-serif;
  color: #ec5c8e;
  margin-bottom: 10px;
}

.main-service-page-banner {
  background: url("") no-repeat center/cover;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #ffec1c;
}

.breadcrumb-item,
.breadcrumb-link {
  font: 600 11px 'Proxima Nova', sans-serif;
  color: #ababb4;
}

.breadcrumb-link:hover {
  text-decoration: none;
  color: #ec5c8e;
}

.block-advantages {
  background: #f9f9f9;
  padding: 30px 0;
  margin-bottom: 30px;
}

.company-mission {
  font: 18px/24px 'Proxima Nova', sans-serif;
  margin-bottom: 15px;
}

.section-main-advantage {
  margin-right: 0 !important;
}

.section-main-advantage-title {
  color: #fff;
}

.section-main-advantage-subtitle {
  color: #d5d5da;
  margin-bottom: 5px;
}

.call-to-action-button {
  width: 100%;
  margin-bottom: 15px;
}

.call-to-action-image {
  position: relative;
  background: url("") no-repeat 0/cover;
  height: 325px;
}

.call-to-action-description {
  width: 100%;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px 30px 15px 30px;
  position: absolute;
  bottom: 0;
}

.call-to-action-price {
  font: 600 30px 'Gilroy', sans-serif;
  margin-bottom: 5px;
}

.call-to-action-remark {
  font: 12px/16px 'Proxima Nova', sans-serif;
}

.block-article {
  margin-bottom: 30px;
}

.article h2,
.article p,
.article ul {
  margin-bottom: 20px;
}

.article h2 {
  font: 600 40px/36px 'Gilroy', sans-serif;
  color: #121524;
}

.article p {
  font: 16px/22px 'Proxima Nova', sans-serif;
}

.article .big-font {
  font-size: 21px;
  line-height: 27px;
}

.article ul {
  padding-left: 20px;
  list-style: none;
}

.article ul li:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #45bcce;
  border-radius: 50%;
  margin-right: 10px;
}

.article.collapsed {
  max-height: 200px;
  overflow: hidden;
}

.article.collapsed:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff3, #fff);
  background-image: -o-linear-gradient(top, #fff3, #fff);
  background-image: linear-gradient(to bottom, #fff3, #fff);
}

.section-prices-title {
  font-size: 30px !important;
}

.price-wrapper {
  padding: 30px 0;
  background: #fcfcfc;
}

.table-wrapper {
  background: #f9f9f9;
}

.table th,
.table td {
  padding: 5px;
}

.table th:not(:last-child),
.table td:not(:last-child) {
  border-right: 1px solid #f3f3f3 !important;
}

.table tbody tr:first-child td:before {
  content: '';
  display: block;
  height: 25px;
}

.table th {
  font: 600 20px/18px 'Gilroy', sans-serif;
}

.table tbody tr:hover td {
  text-shadow: 1px 0 0 #000;
}

.table td {
  font: 18px 'Proxima Nova', sans-serif;
}

.price-number {
  font: 600 36px/1.1 'Gilroy', sans-serif;
  white-space: nowrap;
}

.price-remark {
  font: 12px/15px 'Proxima Nova', sans-serif;
  color: #636467;
}

.section-prices {
  margin-bottom: 60px;
}

.stage-number-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.stage-arrow {
  position: absolute;
  top: 10px;
  right: 0;
}

.stage-arrow-body {
  position: relative;
}

.stage-arrow-body:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
  height: 1px;
  background: #ececef;
}

.arrow {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-top: 3px solid #41bacd;
  border-right: 3px solid #41bacd;
}

.arrow.arrow-right {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.section-stages {
  margin-bottom: 20px;
}

.stages {
  counter-reset: stage-number;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stage {
  margin-bottom: 15px;
}

.stage:last-child .stage-arrow-body,
.stage:last-child .stage-arrow {
  display: none;
}

.stage-number {
  margin-right: 20px;
  counter-increment: stage-number;
}

.stage-number:before {
  content: "0" counter(stage-number) ". ";
  color: #41bacd;
  font: 600 44px/36px 'Gilroy', sans-serif;
}

.stage-description {
  font: 16px/18px 'Proxima Nova', sans-serif;
}

.section-stages-title {
  font: 600 30px/36px 'Gilroy', sans-serif;
  margin-bottom: 30px;
}

.modal {
  padding: 0 15px;
}

.section-calculator-tip {
  font: 12px/16px 'Proxima Nova', sans-serif;
}

.section-calculator {
  margin-bottom: 60px;
}

.section-calculator-container-wrapper {
  background: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-calculator-header {
  margin-bottom: 32px;
}

.form-check {
  position: relative;
  padding-left: 10px;
}

.form-check:first-of-type {
  padding-left: 0;
}

.form-check-label {
  cursor: pointer;
  margin-bottom: 10px;
}

.form-check-label-text {
  display: inline-block;
}

.form-check-label-text.tab-like {
  font: 21px/27px 'Proxima Nova', sans-serif;
  padding-bottom: 10px;
}

.form-check-label-text.button-like {
  font: 14px 'Proxima Nova', sans-serif;
  background: #fff;
  padding: 10px;
  border: 1px solid #e2e6eb;
  border-radius: 4px;
  white-space: nowrap;
}

.form-check-label-text.icon-left {
  padding-left: 40px;
}

.form-check-input {
  display: none;
}

.form-check-input:checked + .form-check-label-text.tab-like {
  font-weight: 600;
  border-bottom: 2px solid #41bacd;
}

.form-check-input:checked + .form-check-label-text.button-like {
  font-weight: 700;
  background: #ffec1c;
}

.object-types {
  border-bottom: 1px solid #e5eaec;
  margin-bottom: 40px;
}

.form-group-title {
  font: 600 18px/1 'Gilroy', sans-serif;
  margin-bottom: 20px;
}

.form-group-subtitle {
  margin-bottom: 10px;
  white-space: nowrap;
}

.form-group-input-wrapper {
  display: inline-block;
  margin-left: 10px;
  cursor: text;
  position: relative;
}

.form-group-input {
  font: 14px 'Proxima Nova', sans-serif;
  padding: 10px 40px 10px 10px;
  border: 1px solid #e2e6eb;
  border-radius: 4px;
  width: 100%;
}

.form-group-input::-webkit-input-placeholder {
  font: 14px 'Proxima Nova', sans-serif;
}

.form-group-input::-moz-placeholder {
  font: 14px 'Proxima Nova', sans-serif;
}

.form-group-input:-moz-placeholder {
  font: 14px 'Proxima Nova', sans-serif;
}

.form-group-input:-ms-input-placeholder {
  font: 14px 'Proxima Nova', sans-serif;
}

.form-group-input-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font: 700 14px 'Proxima Nova', sans-serif;
}

.form-check-icon {
  position: absolute;
  top: 10px;
  left: 20px;
}

.form-check-icon.icon-dry-cleaning {
  top: 8px;
}

.form-check-icon.icon-washing {
  top: 7px;
}

.calculator-prices {
  margin-bottom: 15px;
}

.calculator-new-price {
  margin-right: 15px;
}

.calculator-new-price.small {
  font: 600 30px/1 'Gilroy', sans-serif;
}

.calculator-old-price {
  color: #b7b7b7;
  text-decoration: line-through;
  vertical-align: top;
}

.calculator-old-price.big {
  font: 600 24px/1 'Gilroy', sans-serif;
}

.calculator-old-price.small {
  font: 600 15px/1 'Gilroy', sans-serif;
}

.calculator-prices-remark {
  font: 14px/20px 'Proxima Nova', sans-serif;
}

.order {
  border-radius: 8px;
  background: #fff;
}

.order-prices-block {
  border-radius: 8px;
  background: #fff;
}

.order-prices-remark {
  font: 12px/16px 'Proxima Nova', sans-serif;
}

.order-divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e1e5ea;
  position: relative;
}

.order-divider:before, .order-divider:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f9f9f9;
  position: absolute;
  top: -10px;
}

.order-divider:before {
  left: -10px;
}

.order-divider:after {
  right: -10px;
}

.order-property {
  padding: 0 20px;
  margin-bottom: 10px;
}

.order-property:last-of-type {
  margin-bottom: 15px;
}

.order-property-subtitle {
  font: 12px 'Proxima Nova', sans-serif;
  color: #5e5e63;
  margin-bottom: 5px;
}

.order-property-title {
  font: 600 16px 'Proxima Nova', sans-serif;
}

.object-type-label {
  margin-bottom: 0;
}

.select-wrapper {
  margin-bottom: 30px;
}

.select-title {
  margin-right: 15px;
  margin-bottom: 0;
}

.rating {
  font: 600 20px 'Gilroy', sans-serif;
  cursor: #121524;
}

.rating-remark {
  font: 12px 'Proxima Nova', sans-serif;
}

.icon-star {
  margin-right: 5px;
}

.section-reviews-stars {
  margin-right: 25px;
}

.calculator-total-cost-title {
  font: 600 19px 'Gilroy', sans-serif;
  margin-bottom: 15px;
}

.table-prices {
  font: 18px 'Proxima Nova', sans-serif;
  font-weight: 600;
  color: #121524;
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
}

.table-prices th {
  padding: 10px 5px;
}

.table-prices td {
  padding: 10px 5px;
}

.table-prices td:first-child {
  padding: 10px 5px 10px 15px;
}

.table-prices td:last-child {
  padding: 10px 15px 10px 5px;
}

.calculator-input-number-controls {
  height: 40px;
  background: #fee41b;
}

.calculator-input-number-controls.left {
  border-radius: 20px 0 0 20px;
}

.calculator-input-number-controls.right {
  border-radius: 0 20px 20px 0;
}

.calculator-input-number-controls:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.calculator-input-number {
  max-width: 50px;
  height: 40px;
  padding: 0 5px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ced4da;
  text-align: center;
}

.calculator-input-number-text {
  margin-left: 10px;
}

.object-price {
  white-space: nowrap;
}

.nav-pills {
  border-bottom: 1px solid #e5eaec;
  margin-bottom: 16px;
}

.tab-link {
  font: 600 21px 'Proxima Nova', sans-serif;
  color: #000;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  margin: 0 8px 0 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tab-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tab-link.active, .tab-link:hover {
  color: #000 !important;
  background: none !important;
  border-bottom: 1px solid #41bacd;
}

.accordion {
  margin-bottom: 32px;
}

.accordion-link {
  font: 600 24px 'Gilroy', sans-serif;
  color: #121524;
  text-decoration: none !important;
  text-align: left;
}

.accordion-link:hover {
  color: #ec5c8e;
}

.card-body {
  padding: 0;
}

.email-container {
  position: relative;
  top: 17px;
  margin-bottom: 10px;
}

.email {
  color: #fff;
}

.text-bold {
  font-weight: 500;
}

/*# sourceMappingURL=main.css.map */
