@charset "UTF-8";
h1,
.h1,
h2,
.h2 {
  margin-top: 0;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  line-height: 125%;
  color: #151515;
}

h1 b,
.h1 b,
h2 b,
.h2 b,
h1 span,
.h1 span,
h2 span,
.h2 span {
  color: #9a2e41;
}

h1,
.h1 {
  margin-bottom: 15px;
  font-size: 42px;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}

h2,
.h2 {
  margin-bottom: 0;
  font-size: 30px;
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}

.title,
.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.title-s-min,
.title-p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 125%;
  font-weight: 600;
  color: #151515;
}

.title-1 {
  font-size: 30px;
}

@media (min-width: 992px) {
  .title-1 {
    font-size: 40px;
  }
}

.title-2 {
  font-size: 22px;
}

@media (min-width: 992px) {
  .title-2 {
    font-size: 26px;
  }
}

.title-3 {
  font-size: 14px;
  line-height: 150% !important;
}

@media (min-width: 992px) {
  .title-3 {
    font-size: 16px;
  }
}

.title-4 {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 135% !important;
}

@media (min-width: 992px) {
  .title-4 {
    font-size: 16px;
  }
}

.title-5 {
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 135% !important;
}

@media (min-width: 992px) {
  .title-5 {
    font-size: 14px;
  }
}

.title-404 {
  font-size: 100px;
}

@media (max-width: 767px) {
  .title-404 {
    font-size: 70px;
  }
}

.title-s-min {
  font-size: 12px;
}

.n-title {
  font-size: 16px;
}

.title-p {
  font-size: 14px;
  margin-bottom: -15px;
  font-weight: 500 !important;
  line-height: 135% !important;
}

@media (min-width: 992px) {
  .title-p {
    font-size: 16px;
  }
}

.font-w-min {
  font-weight: 300 !important;
}

.font-w {
  font-weight: 400 !important;
}

.font-w-medium {
  font-weight: 500 !important;
}

.font-w-semibold {
  font-weight: 600 !important;
}

.font-w-bold {
  font-weight: 700 !important;
}

.font-w-extra-bold {
  font-weight: 800 !important;
}

.font-w-black {
  font-weight: 900 !important;
}

.text-clr {
  color: #8e8e8e !important;
}

.text-clr-white {
  color: #fff !important;
}

.text-clr-alt {
  color: #151515 !important;
}

.text-main {
  color: #9a2e41 !important;
}

.text-main-alt {
  color: #151515 !important;
}

.svg-main-alt {
  fill: #151515 !important;
}

.svg-main {
  fill: #9a2e41 !important;
}

.text-underline {
  text-decoration: underline !important;
}

.font-f2 {
  font-family: "Philosopher", sans-serif !important;
}

/* =================================================================
  slick
================================================================= */
.slick-dotted.slick-slider {
  margin: 0;
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-controls .slider-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media screen and (max-width: 991px) {
  .slider-controls .slider-arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
}

.slider-controls .slider-arrow:hover {
  cursor: pointer;
}

.slider-controls .slider-arrow:hover .svg-switch .svg-icon {
  fill: #cccccc;
}

.slider-controls .slider-arrow.prev {
  margin-right: 15px;
  left: 50px;
}

.slider-controls .slider-arrow.next {
  right: 50px;
}

.slider-controls .slider-arrow .svg-switch {
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

@media screen and (max-width: 991px) {
  .slider-controls .slider-arrow .svg-switch {
    width: 10px;
    height: 10px;
  }
}

.slider-controls .slider-arrow .svg-switch .svg-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #151515;
}

.slick-dots {
  position: static;
  bottom: 0;
  margin-top: 40px;
  text-align: left;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  position: relative;
  bottom: auto;
  margin-bottom: 0;
  width: auto;
}

.slick-dots li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-right: 15px;
}

@media screen and (max-width: 575px) {
  .slick-dots li {
    margin-right: 5px;
  }
}

.slick-dots li button {
  height: 20px;
  width: 20px;
  padding: 0;
}

.slick-dots li button::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 4px;
  width: 4px;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #cccccc;
  background: #cccccc;
}

.slick-dots li.slick-active {
  border: 1px solid #cccccc;
}

.slick-dots li.slick-active button::before {
  background-color: #9a2e41;
  border-color: #9a2e41;
}

.bg-clr-main .slick-dots li button::before {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-clr-main .slick-dots li.slick-active button::before {
  background-color: #fff;
}

.slick-track {
  -webkit-transition: auto;
  transition: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.tab-slider .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-slider .tab-pane.active {
  height: auto;
}

.fancybox-toolbar .fancybox-button {
  background: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.6
  );
}

.fancybox-navigation .fancybox-button {
  background-color: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.6
  );
}

.fancybox-thumbs__list a:before {
  border: 3px solid var(--clr-main);
}

.fancybox-custom .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-custom .fancybox-inner {
  right: 0;
  bottom: 95px;
  overflow: visible;
}

.box-label {
  display: block;
  cursor: pointer;
  line-height: 1.33333;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
  margin-bottom: 15px;
}

.bolder .box-label {
  font-weight: 700;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.custom-checkbox input[type="checkbox"] + label,
.custom-checkbox input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input[type="checkbox"] + label:before,
.custom-checkbox input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-checkbox input[type="checkbox"] + label:after,
.custom-checkbox input[type="radio"] + label:after {
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-checkbox input[type="checkbox"] + label:hover:before,
.custom-checkbox input[type="checkbox"] + label:focus:before,
.custom-checkbox input[type="radio"] + label:hover:before,
.custom-checkbox input[type="radio"] + label:focus:before {
  border-color: #cccccc;
}

.custom-checkbox input[type="checkbox"] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.46em;
  top: 0.2em;
  width: 0.39em;
  height: 0.63em;
  opacity: 0;
  border-bottom: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-checkbox input[type="checkbox"] + label::before {
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #cccccc;
  background-color: #fff;
  content: "";
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  opacity: 1;
}

.custom-checkbox input[type="radio"] + label:before,
.custom-checkbox input[type="radio"] + label:after {
  border-radius: 50%;
}

.custom-checkbox input[type="radio"] + label:after {
  left: 0.3em;
  top: 0.28em;
  width: 0.6em;
  height: 0.6em;
}

.custom-checkbox input[type="radio"]:checked + label:before {
  border-color: #cccccc;
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
}

.custom-checkbox input[type="radio"]:checked + label:after {
  background: #1a1a1a;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox_radio-arrow input[type="radio"] + label:after {
  background-color: transparent !important;
  content: "";
  display: block;
  position: absolute;
  left: 0.46em;
  top: 0.2em;
  width: 0.39em;
  height: 0.63em;
  opacity: 0;
  border-radius: 0;
  border-bottom: 2px solid #151515;
  border-right: 2px solid #151515;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.checkbox_radio-arrow input[type="radio"] + label::before {
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.checkbox_radio-arrow input[type="radio"]:checked + label:before {
  border-color: #cccccc;
  background-color: #fff;
  content: "";
}

.checkbox_radio-arrow input[type="radio"]:checked + label:after {
  content: "";
  opacity: 1;
}

.select2-container .select2-selection {
  border: 1px solid transparent;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  height: 37px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select-border .select2-container {
  border: 1px solid #ccc;
}

.select2-container .select2-selection .select2-selection__rendered {
  line-height: 135%;
  color: #151515;
  font-weight: 400;
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .select2-container .select2-selection .select2-selection__rendered {
    font-size: 14px !important;
  }
}

.select2-container .select2-selection .select2-selection__arrow {
  height: 37px;
  width: 15px;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: transparent !important;
  right: 2px;
}

.select2-container .select2-selection .select2-selection__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  width: 10px;
  height: 6px;
  background-image: url("/theme/images/icons/arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-container
  .select2-selection[aria-expanded="true"]
  .select2-selection__arrow::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select2-container .select2-dropdown {
  border: 1px solid #fff;
  border-radius: 0;
  position: relative !important;
  overflow-y: scroll;
  max-height: 140px;
  top: 5px;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .select2-container .select2-dropdown .select2-results {
    padding: 0;
  }
}

.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options {
  color: #151515;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option {
  padding-left: 10px;
  line-height: 130%;
  font-size: 14px !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #151515;
  font-weight: 400;
}

.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted[aria-selected] {
  color: #9a2e41;
  background-color: transparent;
}

/* Buttons */
.btn {
  position: relative;
  font-size: 14px;
  padding: 15px 20px;
  min-height: 50px;
  font-weight: 600 !important;
  text-decoration: none;
  line-height: 1;
  border-width: 1px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: color 0.2s linear, background 0.2s linear,
    border 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  overflow: hidden;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn .small-icon .si-img {
  height: 1em;
  width: 1em;
  margin-right: 10px;
}

.btn .small-icon .si-text {
  line-height: 1;
}

.btn .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 10px;
}

.btn[disabled] {
  opacity: 0.65;
}

.btn[disabled]:focus,
.btn[disabled].focus,
.btn[disabled]:hover,
.btn[disabled].hover,
.btn[disabled]:active,
.btn[disabled].active {
  opacity: 0.65;
}

.btn .btn-svg {
  width: 8px !important;
  height: 8px !important;
  position: relative;
  margin-bottom: 2px;
}

.btn .btn-svg .svg-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #fff;
}

.btn-opacity {
  opacity: 0.5;
}

.btn-lg {
  padding: 15px 60px;
}

@media screen and (max-width: 575px) {
  .btn-lg {
    padding: 15px 50px;
  }
}

.btn-sm {
  padding: 11px 15px;
  min-height: 40px;
  font-size: 13px;
  font-weight: 400 !important;
}

@media screen and (max-width: 575px) {
  .btn-sm {
    padding: 10px 10px;
  }
}

.btn-default {
  color: #fff;
  background: #9a2e41;
  border-color: #9a2e41;
  text-transform: uppercase;
}

.btn-default:hover,
.btn-default.hover {
  color: #9a2e41 !important;
  background: #fff !important;
  border-color: #9a2e41 !important;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #9a2e41 !important;
  background: #fff !important;
  border-color: #9a2e41 !important;
}

.btn-primary {
  color: #9a2e41 !important;
  background: #fff !important;
  border-color: #9a2e41 !important;
  text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary.hover {
  color: #fff !important;
  background: #9a2e41 !important;
  border-color: #9a2e41 !important;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff !important;
  background: #9a2e41 !important;
  border-color: #9a2e41 !important;
}

.btn-secondary {
  color: #1a1a1a !important;
  background: #fff !important;
  border-color: #1a1a1a !important;
}

.btn-secondary:hover,
.btn-secondary.hover {
  color: #fff !important;
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #fff !important;
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.btn-secondary[disabled] {
  color: #fff !important;
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.btn-secondary[disabled]:hover,
.btn-secondary[disabled].hover {
  color: #fff !important;
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.btn-secondary[disabled]:focus,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled].active {
  color: #fff !important;
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

/* Forms */
.control-label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 0;
  color: #8e8e8e;
}

.help-block {
  font-size: 13px;
}

.form-note {
  font-size: 14px;
  color: #151515;
  margin-top: 20px;
}

@media (min-width: 1201px) {
  .form-note {
    margin-top: 0;
  }
}

.form-link {
  font-size: 14px;
  color: #151515;
  font-weight: 400 !important;
  text-decoration: none;
}

.form-link:hover {
  color: #8e8e8e;
}

.form-control {
  padding: 10px 0 7px 0;
  height: 30px;
  font-size: 16px;
  font-style: normal;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #151515;
  background-color: transparent;
  line-height: 1.1;
  color: #151515;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear, border 0.2s linear,
    -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear,
    -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear,
    -webkit-box-shadow 0.2s linear;
}

.form-control:focus {
  outline: 0;
  background-color: #fff;
  color: #151515;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #8e8e8e;
}

.form-control option:hover {
  color: #151515;
  background-color: #fff;
}

.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-color: #9a2e41;
}

.has-success .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-color: #9a2e41;
}

.form-control_bright .form-control {
  border-color: #cccccc;
}

.form-group ::-webkit-input-placeholder {
  /* Chrome */
  color: #151515;
}

.form-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #151515;
}

.form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #151515;
}

/* Modal */
.modal {
  line-height: normal;
  font-size: 16px;
  color: #8e8e8e;
  text-align: center;
}

.modal::before {
  content: "";
  display: inline-block;
  height: 20%;
  margin-right: -0.4rem;
  vertical-align: middle;
  font-weight: 300;
}

@media (min-width: 768px) {
  .modal {
    font-size: 16px;
    padding: 0 !important;
  }
  .modal::before {
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 2rem);
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 45rem;
  }
}

.modal-content {
  border: none;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #8e8e8e;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.1);
}

.modal-note {
  font-style: italic;
  font-size: 16px;
  color: #8e8e8e;
}

@media (min-width: 768px) {
  .modal-note {
    font-size: 16px;
  }
}

.modal-note a {
  color: #151515;
}

@media (min-width: 576px) {
  .modal-container {
    width: 540px !important;
  }
}

@media (min-width: 768px) {
  .modal-container {
    width: 720px !important;
  }
}

@media (min-width: 992px) {
  .modal-container {
    width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .modal-container {
    width: 1140px !important;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 960px;
  }
}

.modal-md {
  width: 350px;
}

@media (min-width: 768px) {
  .modal-md {
    width: 750px;
  }
}

@media (min-width: 768px) {
  .modal-sm {
    width: 350px;
  }
}

.modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  font-weight: 400;
  color: #151515;
  position: relative;
  font-size: 16px !important;
  text-transform: none !important;
  font-weight: 700;
  color: #9a2e41;
}

@media (min-width: 992px) {
  .modal-title {
    font-size: 16px !important;
  }
}

.modal-date {
  font-size: 16px;
  color: #9a2e41;
}

.modal-header {
  padding: 60px 60px 40px 20px;
  border-bottom: none;
  border-radius: 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .modal-header {
    padding: 40px 100px 20px 0;
  }
}

@media (max-width: 767px) {
  .modal-header {
    padding: 40px 60px 20px 50px;
  }
}

.modal-header .close {
  z-index: 50;
  position: absolute;
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
  text-shadow: none;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-header .close:hover .svg-icon {
  fill: #9a2e41;
}

.modal-header .close .svg-icon {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  fill: #151515;
}

.modal-body {
  padding: 0 60px 60px 30px;
}

@media (max-width: 991px) {
  .modal-body {
    padding: 0 100px 40px 0;
  }
}

@media (max-width: 767px) {
  .modal-body {
    padding: 0 60px 40px 50px;
  }
}

.modal-body .modal-submit .btn {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .modal-body .modal-submit .btn {
    width: auto;
    padding: 15px 20px;
  }
}

.modal-body .custom-checkbox .box-label {
  font-size: 12px;
  margin-top: 10px;
  line-height: 135%;
}

.modal-body .custom-checkbox .box-label a {
  color: #151515;
}

.modal-body .custom-checkbox .box-label a:hover {
  color: #9a2e41;
}

@media screen and (max-width: 991px) {
  .modal-body .custom-checkbox .box-label {
    margin-bottom: 0;
  }
}

.modal-body .custom-checkbox input[type="checkbox"] + label:after {
  top: 0.7em;
  left: 0.4em;
}

.modal-body .custom-checkbox input[type="checkbox"] + label:before {
  top: 6px;
}

.modal-text {
  font-size: 16px;
  color: #8e8e8e;
}

@media (max-width: 767px) {
  .modal-text {
    font-size: 16px;
  }
}

.box-label_remember {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
}

.modal-textarea {
  min-height: 10rem;
}

.modal-link {
  border-bottom: 0.1rem dashed rgba(0, 0, 0, 0.4);
}

.modal-img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .modal-img {
    height: 200px;
  }
}

.modal-card .card-acquaition__info-block {
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .modal-card .card-acquaition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-card .order-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .modal-card .title-1 {
    text-align: center;
  }
  .modal-card .modal-body {
    padding: 0 22px 30px 22px;
  }
}

@media screen and (max-width: 991px) {
  .modal-order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* Navbar */
.main-navbar .navbar {
  border: none;
  border-radius: 0;
  margin: 0;
  min-height: 0;
}

.main-navbar .navbar .navbar-nav {
  margin: 0;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-navbar .navbar .navbar-nav::before,
.main-navbar .navbar .navbar-nav::after {
  display: none;
}

.main-navbar .navbar .navbar-nav > li {
  float: none;
}

.main-navbar .navbar .navbar-nav > li > a {
  font-size: 16px;
  line-height: 1.42857143 !important;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199px) {
  .main-navbar .navbar {
    position: static;
  }
  .main-navbar .navbar .navbar-block {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .main-navbar .navbar .navbar-collapse {
    position: absolute;
    left: auto;
    right: 0;
    top: 100%;
    z-index: 3;
    max-width: 100% !important;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #fff !important;
    background-size: cover;
  }
  .main-navbar .navbar .navbar-nav {
    padding: 10px;
    margin: 0;
    display: block;
  }
  .main-navbar .navbar .navbar-nav > li {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .main-navbar .navbar .navbar-collapse {
    width: 100%;
    max-width: 100% !important;
  }
}

@media (max-width: 575px) {
  .main-navbar .navbar .navbar-block {
    padding: 0 10px;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .main-navbar .navbar .navbar-block {
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .main-navbar .navbar .navbar-block {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .main-navbar .navbar .navbar-block {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .main-navbar .navbar .navbar-block {
    max-width: 1170px;
  }
}

.navbar {
  border: none;
  border-radius: 0;
  margin: 0;
  min-height: 0;
}

.navbar .navbar-nav {
  margin: 0;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar .navbar-collapse {
  padding: 0;
}

.navbar .navbar-toggle {
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}

@media (max-width: 1199px) {
  .navbar .navbar-toggle {
    display: block;
  }
}

.navbar .navbar-toggle:not(.collapsed) {
  background-size: 25px 25px;
}

/* Pagination */
.pagination-block {
  position: relative;
  margin: 0 auto;
}

.pagination {
  margin: 0;
  max-width: 100%;
  margin: 0 -7px;
}

@media (max-width: 575px) {
  .pagination {
    width: 100%;
    margin: 0 -5px;
  }
}

.pagination > li {
  margin-left: 7px;
  margin-right: 7px;
}

@media (max-width: 575px) {
  .pagination > li {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.pagination > li:first-of-type,
.pagination > li:last-of-type {
  display: block;
}

.pagination > li:first-of-type > a,
.pagination > li:first-of-type span,
.pagination > li:last-of-type > a,
.pagination > li:last-of-type span {
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.pagination > li:first-of-type > a:hover,
.pagination > li:first-of-type > a:focus,
.pagination > li:first-of-type span:hover,
.pagination > li:first-of-type span:focus,
.pagination > li:last-of-type > a:hover,
.pagination > li:last-of-type > a:focus,
.pagination > li:last-of-type span:hover,
.pagination > li:last-of-type span:focus {
  border-color: #ebeef7;
  background-color: #ebeef7;
}

.pagination > li:first-of-type > a:hover .svg-icon,
.pagination > li:first-of-type > a:focus .svg-icon,
.pagination > li:first-of-type span:hover .svg-icon,
.pagination > li:first-of-type span:focus .svg-icon,
.pagination > li:last-of-type > a:hover .svg-icon,
.pagination > li:last-of-type > a:focus .svg-icon,
.pagination > li:last-of-type span:hover .svg-icon,
.pagination > li:last-of-type span:focus .svg-icon {
  opacity: 1;
}

.pagination > li:first-of-type > a .svg-icon,
.pagination > li:first-of-type span .svg-icon,
.pagination > li:last-of-type > a .svg-icon,
.pagination > li:last-of-type span .svg-icon {
  width: 8px;
  height: 14px;
  fill: #9a2e41;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  top: 1px;
}

.pagination > li:first-of-type > a .prev,
.pagination > li:first-of-type span .prev,
.pagination > li:last-of-type > a .prev,
.pagination > li:last-of-type span .prev {
  right: 4px;
}

.pagination > li:first-of-type > a .next,
.pagination > li:first-of-type span .next,
.pagination > li:last-of-type > a .next,
.pagination > li:last-of-type span .next {
  left: 4px;
}

.pagination > li:first-of-type > a::before .svg-icon,
.pagination > li:first-of-type span::before .svg-icon {
  fill: var(--clr-main);
}

.pagination > li:last-of-type > a::before .svg-icon,
.pagination > li:last-of-type span::before .svg-icon {
  fill: var(--clr-main);
}

.pagination > li:nth-of-type(2) > a,
.pagination > li:nth-of-type(2) span {
  border-radius: 5px;
}

.pagination > li:nth-last-of-type(2) > a,
.pagination > li:nth-last-of-type(2) span {
  border-radius: 5px;
}

.pagination > li > a,
.pagination > li span {
  min-width: 40px;
  height: 40px;
  padding: 12px 2px;
  border-radius: 5px;
  border: 1px solid transparent;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  -webkit-transition: border 0.2s linear, color 0.2s linear,
    background 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, background 0.2s linear;
  background-color: #fff;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li span:hover,
.pagination > li span:focus {
  color: #9a2e41;
  background-color: #ebeef7;
  border-color: #ebeef7;
}

.pagination > .disabled {
  cursor: not-allowed !important;
}

.pagination > .disabled > a,
.pagination > .disabled span {
  pointer-events: none !important;
}

.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled span,
.pagination > .disabled span:hover,
.pagination > .disabled span:focus {
  opacity: 0.5 !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active span,
.pagination > .active span:hover,
.pagination > .active span:focus {
  color: #9a2e41;
  background-color: #fff;
  border-color: #fff;
}

/* Breadcrumb */
.breadcrumb-block {
  padding: 40px 0 60px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-block {
    padding-bottom: 50px;
  }
}

.breadcrumb {
  padding: 0;
  margin-bottom: -10px;
  border-radius: 0;
  background-color: transparent;
}

.breadcrumb > li {
  font-size: 14px;
  color: #151515;
  margin-bottom: 10px;
  font-weight: 400;
}

.breadcrumb > li > a {
  text-decoration: none;
  font-weight: 400;
  color: #8e8e8e;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
}

.breadcrumb > li > a:hover {
  text-decoration: none;
  color: #9a2e41;
}

.breadcrumb > li + li::before {
  content: "";
  display: inline-block;
  margin: 0 9px 6px 5px;
  background-color: #8e8e8e;
  width: 20px;
  height: 1px;
}

/* Alert-warning */
.alert-warning {
  background-color: rgba(
    var(--clr-main-red),
    var(--clr-main-green),
    var(--clr-main-blue),
    0.1
  );
  color: #151515;
  border-color: var(--clr-main);
}

ol ol,
ol ul,
ul ol,
ul ul {
  padding: 0 !important;
}

/* =================================================================
  Links
================================================================= */
.link {
  -webkit-transition: opacity 0.2s linear, color 0.2s linear, border 0.2s linear;
  transition: opacity 0.2s linear, color 0.2s linear, border 0.2s linear;
  -webkit-transition: color 0.2s linear, background 0.2s linear,
    border 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  text-decoration: none;
  color: #151515;
  cursor: pointer;
}

.link:hover,
.link:focus {
  text-decoration: none;
  color: #151515;
}

.link .small-icon .si-img {
  position: relative;
  margin-right: 0.5em;
  background-size: 1em 1em;
  background-position: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.link .small-icon .si-img .sii-hover {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.link .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: center;
  -webkit-transition: color 0.2s linear, background 0.2s linear,
    border 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}

.link .small-icon .si-text + .si-img .sii-hover {
  background-position: center;
}

.link-icon .small-icon .si-img {
  position: relative;
  width: 12px;
  height: 12px;
}

.link-icon .small-icon .si-img .svg-icon {
  fill: #9a2e41;
}

.link-icon:hover {
  cursor: pointer;
}

.link-icon:hover .small-icon .si-text {
  color: #151515;
}

.link-icon .small-icon .si-img .svg-icon {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.link-icon .small-icon .si-text {
  color: #151515;
  font-size: 14px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.link-icon .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.2em;
  background-position: right center;
}

.link-icon .small-icon .si-text + .si-img .sii-hover {
  background-position: right center;
}

.link-more {
  text-decoration: underline;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}

.link-more .small-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.link-more .small-icon .si-img {
  width: 15px !important;
  height: 25px !important;
  position: relative;
  margin-left: 20px;
  margin-top: 5px;
}

.link-more .small-icon .si-img .svg-icon {
  fill: #9a2e41 !important;
  -webkit-transition: color 0.2s linear, background 0.2s linear,
    border 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}

.link-more:hover .small-icon .si-img .svg-icon {
  fill: #151515 !important;
}

.link-more_white .small-icon .si-img .svg-icon {
  fill: #fff !important;
}

.link-dashed {
  color: #8e8e8e;
  border-bottom: 1px dashed #8e8e8e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}

.link-dashed:hover,
.link-dashed:active,
.link-dashed.active,
.link-dashed:focus {
  color: #9a2e41;
  border-color: #9a2e41;
}

/* =================================================================
  socials
================================================================= */
.socials .small-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #151515;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.socials .small-icon .si-img {
  margin-right: 0 !important;
  width: 15px;
  height: 15px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.socials .small-icon .si-img .svg-icon {
  height: 100%;
  width: 100%;
  fill: #fff !important;
}

.socials .small-icon:hover {
  background-color: #9a2e41;
}

.bg-clr-transparent {
  background-color: transparent !important;
}

.bg-clr-main {
  background-color: #9a2e41 !important;
}

.bg-clr-main-alt {
  background-color: #151515 !important;
}

.bg-clr-grey {
  background-color: #7e7e7e !important;
}

.bg-clr-grey-light {
  background-color: #f5f5f5 !important;
}

.bg-clr-grey-lighter {
  background-color: #cccccc !important;
}

.bg-clr-white {
  background-color: #fff !important;
}

.bg-clr-light {
  background-color: #f5f7ff;
}

.bg-clr-dark {
  background-color: #151515;
}

.bg-clr {
  background-color: #f2f2f2;
}

.bg-clr-dark .title,
.bg-clr-dark .title-1,
.bg-clr-dark .title-2,
.bg-clr-dark .title-3,
.bg-clr-dark .title-4,
.bg-clr-dark .title-5,
.bg-clr-dark .title-6,
.bg-clr-dark .title-7,
.bg-clr-dark .title-8,
.bg-clr-dark .title-p,
.bg-clr-dark .n-title,
.bg-clr-dark span,
.bg-clr-main .title,
.bg-clr-main .title-1,
.bg-clr-main .title-2,
.bg-clr-main .title-3,
.bg-clr-main .title-4,
.bg-clr-main .title-5,
.bg-clr-main .title-6,
.bg-clr-main .title-7,
.bg-clr-main .title-8,
.bg-clr-main .title-p,
.bg-clr-main .n-title,
.bg-clr-main span {
  color: #fff !important;
}

.sticky {
  width: 525px;
}

@media (max-width: 1199px) {
  .sticky {
    width: 450px;
  }
}

@media (max-width: 991px) {
  .sticky {
    width: 340px;
  }
}

@media (max-width: 767px) {
  .sticky {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sticky {
    position: static !important;
  }
}

#endpoint {
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-tabs {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}

.nav-tabs::before,
.nav-tabs::after {
  display: none;
}

.nav-tabs .tab-scroll {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.nav-tabs .tab-scroll:focus .tab-link,
.nav-tabs .tab-scroll:active .tab-link,
.nav-tabs .tab-scroll.active .tab-link {
  background-color: transparent;
  border-color: transparent;
  color: #9a2e41;
}

.nav-tabs .tab-scroll.active:hover .tab-link {
  color: #9a2e41;
}

.nav-tabs .tab-scroll:first-child .tab-link {
  padding-left: 0;
}

.nav-tabs .tab-scroll:last-child .tab-link {
  padding-right: 0;
}

.nav-tabs .tab-scroll .tab-link {
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  padding: 8px 8px 0;
  font-size: 16px;
  color: #151515;
  font-weight: 500;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.nav-tabs .tab-scroll .tab-link:hover {
  color: #9a2e41;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.nav-tabs .tab-scroll .tab-link:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-tabs .tab-scroll .tab-link:active,
.nav-tabs .tab-scroll .tab-link:focus {
  background-color: transparent;
  border-color: transparent;
  color: #9a2e41 !important;
}

.nav-tabs .tab-scroll .tab-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: #9a2e41;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .nav-tabs .tab-scroll .tab-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .nav-tabs .tab-scroll .tab-link {
    padding-right: 30px;
  }
  .nav-tabs .tab-scroll .tab-link::before {
    display: none;
  }
}

.nav-tabs-mini {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.nav-tabs-mini .tab-scroll:last-child .tab-link {
  margin-right: 0;
}

.nav-tabs-mini .tab-scroll .tab-link {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .nav-tabs-mini .tab-scroll .tab-link {
    margin-right: 20px;
    padding-right: 0;
  }
}

.nav-tabs-mini .tab-scroll .tab-link::before {
  display: none;
}

.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin: 0 -15px -10px;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  scrollbar-base-color: #9a2e41;
  scrollbar-3dlight-color: #9a2e41;
  scrollbar-highlight-color: #9a2e41;
  scrollbar-track-color: #9a2e41;
  scrollbar-arrow-color: #151515;
  scrollbar-shadow-color: #9a2e41;
}

.scrollmenu ::-webkit-scrollbar {
  width: 0 !important;
  /* ширина для вертикального скролла */
  height: 0 !important;
  /* высота для горизонтального скролла */
  background-color: transparent !important;
}

.scrollmenu ::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 transparent !important;
  box-shadow: 0 transparent !important;
  width: 0px !important;
}

@media (min-width: 577px) {
  .scrollmenu :first-child a {
    padding-left: 0;
  }
}

.scrollmenu li {
  display: inline-block;
}

::-webkit-scrollbar {
  width: 2px !important;
  /* ширина для вертикального скролла */
  height: 2px;
  /* высота для горизонтального скролла */
}

::-webkit-scrollbar-thumb {
  border-radius: 100px !important;
  -webkit-box-shadow: 0 transparent !important;
  box-shadow: 0 transparent !important;
  width: 2px !important;
}

/* Стрелки */
::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent !important;
  background-color: transparent !important;
}

::-webkit-scrollbar-button:vertical:end:increment {
  background: transparent !important;
  background-color: transparent !important;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
  background: transparent !important;
  background-color: transparent !important;
}

::-webkit-scrollbar-button:horizontal:end:increment {
  background: transparent !important;
  background-color: transparent !important;
}

.home {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif, sans-serif;
  color: #151515;
  font-size: 16px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  min-width: 320px;
  min-height: 100%;
  height: auto;
  width: 100%;
  line-height: 125%;
}

body,
html {
  min-width: 320px;
  min-height: 100%;
  height: auto;
  width: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #8e8e8e;
  min-height: 100vh;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

html {
  position: relative;
  scroll-behavior: smooth;
}

* {
  outline: none !important;
}

p {
  margin: 0 0 15px 0;
}

ul.simple,
ol.simple,
li.simple {
  list-style-type: none !important;
  padding: 0 !important;
}

li {
  list-style-type: none !important;
}

:not(.alert) ul:not([class]) {
  padding-left: 0;
}

:not(.alert) ul:not([class]) > li:not([class]) {
  list-style-type: none;
  max-width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #151515;
}

:not(.alert) ul:not([class]) > li:not([class])::before {
  content: "";
  display: inline-block;
  background-color: #9a2e41;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0px;
}

:not(.alert) ul:not([class]) ul {
  margin-top: 10px;
  padding-left: 1em !important;
}

a {
  color: #9a2e41;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #151515;
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 500 !important;
}

a .text-white {
  color: #fff;
  cursor: pointer;
}

a .text-white:hover {
  color: rgba(255, 255, 255, 0.8);
}

img {
  max-width: 100%;
}

textarea {
  resize: vertical;
  max-width: 100%;
  min-height: 30px;
  height: auto;
}

textarea.form-control {
  height: 30px;
  line-height: 1.42857143;
}

textarea.form-control.textarea-lg {
  height: 80px;
}

.wrapper {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .f-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .f-row > [class^="f-col"],
  .f-row > [class*=" f-col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

input,
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.dark::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.darken::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.darkener::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#top {
  z-index: 1005;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#bottom {
  z-index: 1000;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.object-fit > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  overflow: hidden;
}

.small-icon .si-img {
  position: relative;
}

.small-icon .si-img .svg-icon {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  position: absolute;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.small-icon .si-img .svg-icon.white {
  fill: #fff;
}

.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: right center;
}

svg path,
svg rect {
  fill: inherit;
  stroke: inherit;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.breaker {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #7e7e7e;
}

.border-bottom {
  border-bottom: 1px solid #e3e3e3;
}

.m-r-1 {
  margin-right: 1px;
}

.m-n-r-1 {
  margin-right: -1px;
}

a.small-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

a.small-icon .si-img {
  margin-right: 0.2em;
}

a.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.2em;
  background-position: right center;
}

.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: right center;
}

@media (min-width: 576px) {
  .justify-content-sm-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }
}

.border-dropdown-fix {
  padding-left: 18px !important;
  border: 1px solid #7e7e7e;
  border-bottom: none;
}

.add {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.span__link {
  color: #9a2e41 !important;
}

.span__link_login {
  font-size: 13px !important;
  margin: 10px !important;
}

.rotate:after {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  margin-bottom: 0;
}

.rotate-plus:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  opacity: 0.6;
  top: 30px;
}

.border-top {
  border-top: 1px solid #7e7e7e;
}

.border-btm {
  border-bottom: 1px solid #616a51;
}

.border-none {
  border: 0;
}

.m-0-auto {
  margin: 0 auto !important;
}

.b-l-n {
  border-left: 0 !important;
}

.b-r-n {
  border-right: 0 !important;
}

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #f3f4f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #9a2e41;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 4px;
}

/* = */
.p-a-70 {
  padding: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* = */
.p-a-80 {
  padding: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.p-y {
  padding: 160px 0;
}

@media (max-width: 992px) {
  .p-y {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .p-y {
    padding: 80px 0;
  }
}

.p-y_second {
  padding: 160px 0;
}

@media (max-width: 992px) {
  .p-y_second {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .p-y_second {
    padding: 50px 0;
  }
}

.p-t {
  padding-top: 160px;
}

@media (max-width: 992px) {
  .p-t {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .p-t {
    padding-top: 80px;
  }
}

.p-b {
  padding-bottom: 160px;
}

@media (max-width: 992px) {
  .p-b {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .p-b {
    padding-bottom: 80px;
  }
}

.m-y {
  margin: 160px 0;
}

@media (max-width: 992px) {
  .m-y {
    margin: 100px 0;
  }
}

@media (max-width: 767px) {
  .m-y {
    margin: 80px 0;
  }
}

.m-t {
  margin-top: 160px;
}

@media (max-width: 992px) {
  .m-t {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .m-t {
    margin-top: 80px;
  }
}

.m-b {
  margin-bottom: 160px;
}

@media (max-width: 992px) {
  .m-b {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .m-b {
    margin-bottom: 80px;
  }
}

.p-title {
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .p-title {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .p-title {
    padding-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .f-col-md-new {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

@media (min-width: 993px) {
  .f-col-lg-new {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

@media screen and (max-width: 374px) {
  .f-col-12-new {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.no-gutters > [class*=" f-col-"],
.no-gutters > [class*="f-col-"] {
  margin: 0 0 -1px -1px;
}

.no-gutters > [class*=" f-col-"],
.no-gutters > [class*="f-col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
  width: 100%;
  background-color: transparent;
  margin: 0;
  border: 0 !important;
}

.page-header.fixed-header {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 5px 10px rgba(21, 21, 21, 0.05);
  box-shadow: 0px 5px 10px rgba(21, 21, 21, 0.05);
}

.page-header.fixed-header .header__phone {
  color: #151515 !important;
}

.page-header.fixed-header .navbar-nav a {
  color: #151515 !important;
}

.page-header.fixed-header .navbar-nav a::before {
  background-color: #9a2e41 !important;
}

.page-header.fixed-header .navbar .navbar-toggle .svg-icon {
  fill: #151515;
}

.page-header.fixed-header .header__main {
  border-color: #8e8e8e;
}

.page-header .ph-top {
  padding: 5px 0 !important;
  background-color: transparent;
}

.page-header .ph-top .small-icon .svg-icon {
  fill: #151515 !important;
}

.page-header .header__main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
}

.ph-logo {
  max-width: 343px !important;
  height: 70px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .ph-logo {
    max-width: 270px !important;
    height: 60px;
  }
}

.ph-logo a img {
  height: 100%;
}

.navbar .navbar-toggle {
  height: 34px;
  width: 24px;
}

.navbar .navbar-toggle .svg-icon {
  top: auto;
  bottom: 0;
  height: 100%;
  width: 100%;
  fill: #fff;
}

.navbar .navbar-toggle .svg-icon.open {
  display: none;
  fill: #151515;
}

.navbar .navbar-toggle:not(.collapsed) {
  background: none;
}

.navbar .navbar-toggle:not(.collapsed) .svg-icon.open {
  display: block;
}

.navbar .navbar-toggle:not(.collapsed) .svg-icon.closed {
  display: none;
}

.navbar .navbar-toggle.search-toggle {
  background: none;
}

.navbar .navbar-toggle.search-toggle .svg-icon.open {
  display: none;
  fill: #151515;
}

.navbar .navbar-toggle.search-toggle .svg-icon.closed {
  fill: #151515;
}

.navbar .navbar-toggle.search-toggle:not(.collapsed) {
  background: none;
}

.navbar .navbar-toggle.search-toggle:not(.collapsed) .svg-icon.open {
  display: block;
}

.navbar .navbar-toggle.search-toggle:not(.collapsed) .svg-icon.closed {
  display: none;
}

.navbar .navbar-toggle .svg-icon:active,
.navbar .navbar-toggle .svg-icon:focus,
.navbar .navbar-toggle .svg-icon:hover {
  fill: #151515 !important;
}

/*main*/
.main-navbar {
  /*при наведении*/
}

@media (max-width: 1199px) {
  .main-navbar {
    position: static;
  }
}

.main-navbar .navbar .svg-icon {
  fill: #151515;
}

@media (min-width: 1200px) {
  .main-navbar .navbar .navbar-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .main-navbar .navbar .navbar-nav {
    padding: 25px 10px;
    background-color: #fff;
    border-radius: 0;
    overflow: auto;
    max-height: 600px;
  }
}

.main-navbar .navbar .navbar-nav li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 1200px) {
  .main-navbar .navbar .navbar-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .main-navbar .navbar .navbar-nav li:first-child a {
    padding-left: 0;
  }
  .main-navbar .navbar .navbar-nav li:last-child a {
    padding-right: 0;
  }
}

.main-navbar .navbar .navbar-nav li a {
  font-size: 16px;
  font-weight: 500;
  color: #151515;
  padding: 10px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1201px) {
  .main-navbar .navbar .navbar-nav li a {
    color: #fff;
  }
  .main-navbar .navbar .navbar-nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1),
      -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    z-index: -1;
  }
}

.main-navbar .navbar .navbar-nav li a:hover,
.main-navbar .navbar .navbar-nav li a.active {
  background-color: transparent;
}

@media screen and (min-width: 1199px) {
  .main-navbar .navbar .navbar-nav li a:hover,
  .main-navbar .navbar .navbar-nav li a.active {
    -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: color 0.3s cubic-bezier(0.4, 0, 0, 1);
  }
  .main-navbar .navbar .navbar-nav li a:hover::before,
  .main-navbar .navbar .navbar-nav li a.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .main-navbar .navbar .navbar-nav li a:hover .caret,
  .main-navbar .navbar .navbar-nav li a.active .caret {
    border-color: #151515;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
  }
}

.main-navbar .navbar .navbar-nav li a[aria-expanded="true"] .caret {
  border-color: #151515;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
}

.main-navbar .navbar .navbar-nav li a .caret {
  border-top: 1px solid #9a2e41;
  border-right: 1px solid #9a2e41;
  border-left: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 5px;
}

.main-navbar .navbar .navbar-nav li .dropdown-menu {
  border: 1px solid rgba(53, 90, 249, 0.2);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 10px 0 !important;
}

@media (max-width: 1199px) {
  .main-navbar .navbar .navbar-nav li .dropdown-menu {
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    float: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.main-navbar .navbar .navbar-nav li .dropdown-menu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-navbar .navbar .navbar-nav li .dropdown-menu li a {
  padding: 5px 15px;
  color: #151515;
  width: 100%;
  max-width: 360px;
  white-space: pre-wrap;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .main-navbar .navbar .navbar-nav li .dropdown-menu li a {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.main-navbar .navbar .navbar-nav li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav li .dropdown-menu li a:active,
.main-navbar .navbar .navbar-nav li .dropdown-menu li a.active,
.main-navbar .navbar .navbar-nav li .dropdown-menu li a:focus {
  background-color: transparent;
  color: #151515;
}

.main-navbar .small-icon .si-img .svg-icon {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1199px) {
  .main-navbar .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

@media screen and (max-width: 1199px) {
  .main-navbar .navbar .navbar-collapse.collapse:not(.in) {
    display: none !important;
  }
}

@media screen and (min-width: 1199px) {
  .main-navbar nav.navbar .dropdown:hover .caret {
    border-color: #151515;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
  }
}

.main-navbar nav.navbar .dropdown:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width: 1199px) {
  .main-navbar nav.navbar .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .main-navbar .navbar .navbar-nav > li.dropdown.open > .dropdown-menu {
    display: block;
  }
}

.main-nav-toggle {
  position: absolute;
  top: 20px !important;
  right: 20px;
  width: 21px !important;
  height: 18px !important;
}

.main-nav-toggle .svg-icon {
  fill: #c2c2c2 !important;
}

.main-nav-toggle :hover .svg-icon {
  fill: #c2c2c2 !important;
}

.header__phone {
  margin-right: 25px;
  font-weight: 600 !important;
}

@media screen and (max-width: 1199px) {
  .header__phone {
    color: #151515 !important;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.page-header__bg {
  background-color: #fff;
}

@media (max-width: 575px) {
  .container {
    padding: 0 10px;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-footer {
  z-index: 1000;
  position: relative;
  background-color: #fff;
  color: #151515;
  font-size: 14px;
  overflow: hidden;
}

.page-footer .pf-item {
  text-align: center;
  color: #151515;
  font-size: 14px;
}

.link-f {
  color: #151515 !important;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer-social {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.footer-social .small-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.footer-social .small-icon .si-img {
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0;
}

.footer-social .small-icon .si-img .svg-icon {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0.5);
}

.footer-social .small-icon:hover .si-img .svg-icon {
  fill: #fff;
}

@font-face {
  font-family: "Raleway";
  src: url("/theme/fonts/Raleway-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/theme/fonts/Raleway-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Raleway";
  src: url("/theme/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Raleway";
  src: url("/theme/fonts/Raleway-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

.card-advantages {
  background-color: #fff;
  padding: 80px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .card-advantages {
    padding: 50px 2px 25px;
  }
}

.card-advantages .title-4 {
  text-align: center;
}

.card-advantages__circle {
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100px;
  height: 100px;
  background-color: #9a2e41;
  border-radius: 50%;
  background-image: url("/theme/images/card/adv/1.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 991px) {
  .card-advantages__circle {
    width: 75px;
    height: 75px;
    background-size: 38px;
    top: -35px;
  }
}

.card-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .card-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.card-layout .card-layout__img {
  width: 255px;
  height: 255px;
  margin-right: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media screen and (max-width: 991px) {
  .card-layout .card-layout__img {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .card-layout .card-layout__img {
    margin: 0 auto;
  }
}

.card-layout .card-layout__main {
  width: 100%;
}

.card-layout .card-layout__main .card-layout__text {
  margin: 30px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-layout .card-layout__main .card-layout__text .title-2 span {
  font-size: 14px;
}

.card-layout .card-layout__main .card-layout__text .title-2 {
  max-width: 50%;
}

.card-layoutmini {
  display: block;
  cursor: pointer;
}
.card-layout__link {
  display: block;
}

@media screen and (max-width: 991px) {
  .card-layout .card-layout__main .card-layout__text .title-2 {
    font-size: 20px !important;
  }
}

.card-layout .card-layout__main .card-layout__info {
  margin-bottom: 20px;
}

.card-layout .card-layout__main .card-layout__info:last-child {
  margin-bottom: 0;
}

.card-layoutmini .card-layoutmini__img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background-position: left !important;
}

.card-building {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
}

.card-building .card-building__ufanet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-building .card-building__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.card-building .card-building__text {
  text-transform: uppercase;
  color: #fff;
  background-color: #9a2e41;
  padding: 12px 18px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.card-acquaition {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .card-acquaition {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.card-acquaition:hover .card-acquaition__header .small-icon .si-img .svg-icon {
  fill: #9a2e41;
}

.card-acquaition .card-acquaition__img {
  /* height: 250px; */
  height: 193px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .card-acquaition .card-acquaition__img {
    height: 152px;
  }
}

@media screen and (max-width: 767px) {
  .card-acquaition .card-acquaition__img {
    height: 100%;
    width: 170px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.card-acquaition .card-acquaition__main {
  padding: 40px 30px;
  border: 1px solid #cccccc;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 1199px) {
  .card-acquaition .card-acquaition__main {
    padding: 30px 15px;
  }
}

.card-acquaition .card-acquaition__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .card-acquaition .card-acquaition__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.card-acquaition .card-acquaition__header .title-2 {
  padding-right: 70px;
}

@media screen and (max-width: 991px) {
  .card-acquaition .card-acquaition__header .title-2 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .card-acquaition .card-acquaition__header .title-2 {
    padding-right: 0;
  }
}

.card-acquaition .card-acquaition__header .small-icon {
  position: absolute;
  right: 0;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .card-acquaition .card-acquaition__header .small-icon {
    position: static;
    margin: 10px 0 0 0;
  }
}

.card-acquaition .card-acquaition__header .small-icon .si-img {
  width: 25px;
  height: 10px;
  margin: 0;
}

.card-acquaition .card-acquaition__header .small-icon .si-img .svg-icon {
  fill: #151515;
}

.card-acquaition .card-acquaition__info-block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -10px;
}

.card-acquaition .card-acquaition__info {
  margin-bottom: 10px;
}

.card-document {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-document .card-document__img {
  width: 36px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 20px;
}

.card-partners {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.card-partners .card-partners__img {
  width: 210px;
  height: 58px;
  margin: 2px auto 20px;
  position: relative;
}

.card-partners .card-partners__img::after {
  content: "";
  display: block;
  background-color: #cccccc;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.card-partners a[href^="tel"] {
  color: #151515;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .card-partners a[href^="tel"] {
    font-size: 14px;
  }
}

.main-slider__card {
  padding: 150px 0;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .main-slider__card {
    padding: 300px 0;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .main-slider__card {
    padding: 150px 0;
  }
}

.main-slider__card:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.45);
}

.main-slider__card h1,
.main-slider__card .title-3 {
  color: #fff;
  max-width: 830px;
}

@media screen and (max-width: 991px) {
  .main-slider__card h1,
  .main-slider__card .title-3 {
    max-width: 658px;
  }
}

.main-slider__card .title-3 {
  margin-top: 25px;
}

.main-slider__card .container {
  height: 100%;
}

.main-slider__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.main-slider {
  position: relative;
}

.main-slider .slider-controls {
  position: absolute;
  bottom: 60px;
  right: 8px;
}

@media screen and (max-width: 767px) {
  .main-slider .slider-controls {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.main-slider .slider-controls .slider-arrow {
  position: relative;
}

.main-slider .slider-controls .slider-arrow.prev {
  margin-right: 15px;
  left: auto;
}

.main-slider .slider-controls .slider-arrow.next {
  right: auto;
}

.main-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  bottom: auto;
  margin-bottom: 0;
  width: auto;
}

.main-slider .slick-dots li button {
  margin-bottom: 30px;
}

.main-slider .slick-dots li.slick-active {
  border: 1px solid #fff;
}

.main-slider .slick-dots li.slick-active button::before {
  background-color: #fff;
  border-color: #fff;
}

.main-slider .ms-controls {
  position: absolute;
}

.main-slider .ms-controls .slick-switches.dots {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: auto;
  -webkit-transform: none;
  transform: none;
  bottom: 30px;
}

.main-slider .ms-dots {
  left: auto;
  right: 15px;
  bottom: 340px;
}

@media screen and (max-width: 991px) {
  .main-slider .ms-dots {
    bottom: 250px;
  }
}

@media screen and (max-width: 767px) {
  .main-slider .ms-dots {
    bottom: 200px;
  }
}

@media screen and (min-width: 768px) {
  .about__row {
    padding-bottom: 70px;
  }
}

.about__text {
  margin-top: 100px;
  padding: 75px 40px 75px 50px;
}

@media screen and (max-width: 991px) {
  .about__text {
    padding: 50px 30px;
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .about__text {
    margin-top: 0;
    padding: 50px 20px;
  }
}

.about__img {
  position: absolute;
  width: 760px;
  height: calc(100% + 70px);
}

.about__img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(21, 21, 21, 0.1);
  display: block;
}

@media screen and (max-width: 991px) {
  .about__img {
    width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .about__img {
    width: 100%;
    height: 250px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .about__col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.contact {
  overflow: hidden;
  position: relative;
}

.contact a[href^="tel"] {
  color: #151515 !important;
}

.contact .socials {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .contact .socials {
    margin-top: 30px;
  }
}

.contact .map {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .contact .map {
    position: absolute;
    left: 40%;
    top: 0;
    width: 60%;
  }
}

@media screen and (min-width: 1999px) {
  .contact .map {
    left: 45%;
    height: 100%;
  }
}

.contact #map-contact {
  height: 100%;
  width: 100%;
}

@media (max-width: 1199px) {
  .contact #map-contact {
    height: 100%;
  }
}

[class*="-controls-pane"] {
  display: none !important;
}

[class*="-copyrights-pane"] {
  display: none !important;
}

[class*="-ground-pane"] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

[class*="-map"] {
  height: 100%;
}

.gallery .slider-arrow.next {
  right: 50px;
}

.gallery .slider-arrow.prev {
  left: 50px;
}

@media screen and (max-width: 991px) {
  .gallery .slider-arrow.next {
    right: 10px;
  }
  .gallery .slider-arrow.prev {
    left: 10px;
  }
}

.gallery__img {
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .gallery__img {
    height: 409px;
  }
}

.gallery__img_night {
  display: none;
}

.gallery__slider {
  position: relative;
}

.gallery__switch {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .gallery__switch {
    top: 20px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 96px;
  height: 36px;
}

.switch input {
  display: none;
}

.slider {
  border-radius: 100px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  border-radius: 100px;
  position: absolute;
  content: "";
  height: 32px;
  width: 46px;
  left: 3px;
  bottom: 2px;
  background-color: #151515;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #151515;
}

input:checked + .slider:before {
  -webkit-transform: translateX(44px);
  transform: translateX(44px);
  background-color: #fff;
}

.gallery__switch .svg-switch {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.gallery__switch .svg-switch .svg-icon {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
}

.gallery__switch .gallery__sun {
  left: 15px;
}

.gallery__switch .gallery__sun .svg-icon {
  fill: #fff;
}

.gallery__switch .gallery__moon {
  right: 15px;
}

.gallery__switch .gallery__moon .svg-icon {
  fill: #000;
}

.advantages .title-1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .advantages .title-1 {
    margin-bottom: 0;
  }
}

.advantages__col {
  margin-top: 110px;
}

@media screen and (max-width: 991px) {
  .advantages__col {
    margin-top: 67px;
  }
}

.layout__info {
  padding: 60px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__info .layout__slider-big {
  max-width: 746px;
  width: 100%;
}

.layout__info .layout__slider-mini {
  max-width: 500px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .layout__info .layout__slider-mini {
    max-width: 250px;
  }
}

.layout__info .layout__slider-mini .layout__mini-item {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .layout__info .layout__slider-mini .layout__mini-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.layout__info .layout__slider-mini .slider-arrow {
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.layout__info .layout__slider-mini .slider-arrow.prev {
  left: -120px;
}

.layout__info .layout__slider-mini .slider-arrow.next {
  right: -120px;
}

@media screen and (max-width: 991px) {
  .layout__info .layout__slider-mini .slider-arrow.prev {
    left: -55px;
  }
  .layout__info .layout__slider-mini .slider-arrow.next {
    right: -55px;
  }
}

@media screen and (max-width: 767px) {
  .layout__info .layout__slider-mini .slider-arrow.prev {
    left: -120px;
  }
  .layout__info .layout__slider-mini .slider-arrow.next {
    right: -120px;
  }
}

@media screen and (max-width: 375px) {
  .layout__info .layout__slider-mini .slider-arrow.prev {
    left: -50px;
  }
  .layout__info .layout__slider-mini .slider-arrow.next {
    right: -50px;
  }
}

@media screen and (max-width: 991px) {
  .layout__info {
    padding: 50px 60px;
  }
}

@media screen and (max-width: 767px) {
  .layout__info {
    padding: 50px 20px;
  }
}

.layout__btn {
  margin: 40px auto 0;
  max-width: max-content;
}
.building {
  position: relative;
}

.building .slider-arrow {
  top: 52%;
}

.layout__form-btn {
  margin: 10px 0 40px;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .layout__form-btn {
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .layout__btn {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .building .slider-arrow {
    bottom: 50px;
    top: auto;
  }
  .building .slider-arrow.next {
    right: 15px;
  }
  .building .slider-arrow.prev {
    left: 15px;
  }
}

.building .slider-controls {
  display: none !important;
}

.building .tab-pane.active .slider-controls {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .building .slick-dots {
    margin-top: 30px;
  }
}

.building__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.building__slider-video {
  position: relative;
}

@media screen and (max-width: 991px) {
  .building__header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .building__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .building__header .title-1 {
    margin-bottom: 40px;
  }
}

.building__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.building__filter .select2 {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .building__filter .select2 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .building__filter .select2-selection__rendered {
    padding-left: 0 !important;
  }
}

.building__item {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .building__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.acquaition__btn {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .acquaition__btn {
    width: 100%;
    margin: 0;
  }
}

.infrastructure__map {
  height: 540px;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .infrastructure__map {
    height: 440px;
    margin-top: 30px;
  }
}

.popover {
  display: block;
  border: transparent;
  border-radius: 0;
  padding: 0;
}

.popover .close {
  position: absolute;
  right: 5px;
  top: 1px;
  font-size: 0;
  background-image: url("/theme/images/icons/close.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  opacity: 0.9;
  right: 10px;
  top: 10px;
}

.popover .arrow {
  display: none;
}

.popover-title {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #151515;
  background-color: transparent;
  border-bottom: transparent;
  border-radius: 0;
  padding: 20px 15px 10px;
}

.popover-content {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #151515;
  background-color: transparent;
  border-bottom: transparent;
  border-radius: 0;
  padding: 0 15px 15px;
}

.popover__img {
  height: 140px;
  width: 100%;
}

.intro-block {
  padding-top: 200px;
}
.intro-block .btn-default {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro-block {
    padding-top: 100px;
  }
}

.layout__slider-mini .slick-track {
  margin-left: inherit;
  margin-right: inherit;
}

.btn-min-h {
  min-height: 40px;
}

.layout__btn-info-help {
  position: absolute;
  top: 10px;
  left: 100%;
  width: fit-content;
  display: flex;
}

.layout__btn-info-help span {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #9a2e41;
  margin-right: 10px;
}

@media screen and (max-width:991px) {

.layout__btn-info-help {
  top: -46px;
  left: 0;
}
}

.layout__btn-info-help .title-s-min {
  display: none;
}

.layout__col-active:hover .layout__btn-info-help .title-s-min {
  display: block;
}

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


.type-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}



.type-wrapper div.f-row:first-child{
    flex: 1 1 auto;
}

.type-floor {
    position: absolute;
    right: 0;
    top: 0;
}
.type-floor-body {
    position: relative;
    display: block;
}
.type-floor-body:hover{
    color: #151515;
}

.type-floor-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    width: 80px;
    height: 80px;
}
.type-floor-icon img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.type-floor-content {
    background-color: #F2E0E4;
    display: flex;
    align-items: center;
    padding: 14px 40px 14px 93px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.type-floor-text {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #151515;
}
.type-floor-arrow {
    margin-left: 10px;
}

@media(max-width:767.98px){
    .type-wrapper{
        padding: 80px 0px 0px 0px;
    }

    .type-floor {
        right: auto;
        left: 0;
        width: 100%;
    }

    .type-floor-content {
        justify-content: center;
        padding: 14px 65px 14px 93px;
    }

    .type-floor-icon {
        width: 60px;
        height: 60px;
    }
}


.mortgage-link {
    position: fixed;
    bottom: 114px;
    right: 16px;
    z-index: 1000;
    /* width: 270px;
    height: 120px;
    background-color: #9A2E41;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-animation: pulse 7s ease infinite;
            animation: pulse 7s ease infinite;
            /* box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.2); */
  }

  .mortgage-link::after{
        /* content: '';
        display: block;
        width: 24px;
        height: 24px;
        background-color:#9A2E41;
        border-radius: 5px;
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translate(0,-50%) rotate(45deg); */
  }
  
  .mortgage-link img {
    /* display: block;
    width: 220px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain; */
       
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
  
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes pulse {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
  
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  @media (max-width: 991.98px){
    /* .mortgage-link {
        bottom: 92px;
        width: 172px;
        height: 75px;
    }
    .mortgage-link img {
        width: 150px;
    }
  }
  @media (max-width: 767.98px){
    .mortgage-link {
        bottom: 13px;
    } */
  }