@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Inter-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium;
  src: url("../../fonts/Inter-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontItalic;
  src: url("../../fonts/Inter-Italic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold;
  src: url("../../fonts/Inter-SemiBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Inter-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBoldItalic;
  src: url("../../fonts/Inter-BoldItalic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontExtraBold;
  src: url("../../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBlack;
  src: url("../../fonts/Inter-Black.ttf") format("truetype");
  font-display: block;
}
.font-regular {
  font-family: FontRegular;
}

.font-medium {
  font-family: FontMedium;
}

.font-italic {
  font-family: FontItalic;
}

.font-semi-bold {
  font-family: FontSemiBold;
}

.font-bold {
  font-family: FontBold;
}

.font-bold-italic {
  font-family: FontBoldItalic;
}

.font-extra-bold {
  font-family: FontExtraBold;
}

.font-black {
  font-family: FontBlack;
}

strong, b {
  font-family: FontBold;
}

i, em {
  font-family: FontItalic;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: FontBoldItalic;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.default-text-color {
  color: #0C121C;
}

.default-color {
  color: #0077E6;
}

.background-white {
  background-color: #fff;
}

.background-black {
  background-color: #000;
}

.background-default {
  background-color: #0077E6;
}

.default-hover {
  color: #0C121C;
}
.default-hover:hover {
  color: #0077E6;
}

.default-link {
  position: relative;
  color: #0077E6;
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: #0077E6;
}
.default-link:before, .default-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-link:hover {
  color: #0077E6;
}

a {
  transition: all 0.2s linear;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  transition: all 0.2s linear;
}

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
  transition: all 0.2s linear;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
  transition: all 0.2s linear;
}
input:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
  transition: all 0.2s linear;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
  transition: all 0.2s linear;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

.transition-default-longer {
  transition: all 0.4s linear;
}
.transition-default-longer:hover {
  transition: all 0.4s linear;
}

.transition-default-long {
  transition: all 0.6s linear;
}
.transition-default-long:hover {
  transition: all 0.6s linear;
}

.absolute-cover-img, .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkness-effect {
  background-color: rgba(12, 18, 28, 0.8);
}

.radius-50-px {
  border-radius: 50px;
}

.radius-50-percents {
  border-radius: 50%;
}

.m-auto-horizontal {
  margin: 0 auto;
}

.m-auto-vertical {
  margin: auto 0;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.background-image-default {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.non-default-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fz-0 {
  font-size: 0;
}

.last-child-without-margin > *:last-child {
  margin-bottom: 0 !important;
}

.default-menu-styles > ul > li:nth-last-of-type(1) {
  margin: 0 !important;
}

.white-color-wrapper * {
  color: #fff;
}

.white-color-wrapper.wysiwyg-styles .wp-caption-text {
  color: #fff;
}
.white-color-wrapper.wysiwyg-styles > h2 {
  color: #fff;
}

.thumb-placeholder {
  object-fit: contain;
  padding: 16px;
}

.mix-blend-mode {
  mix-blend-mode: multiply;
}

.default-border-radius {
  border-radius: 5px;
}

.default-box-shadow {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.body-with-admin-bar .navbar-header {
  top: 32px;
}

.body-with-admin-bar .mobile-menu {
  top: calc(100px + 32px);
}

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.prevent-shaking-animation:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
}

.prevent-shaking-animation-small:hover {
  transform: translateY(-3px) perspective(1000px);
  -webkit-transform: translateY(-3px) perspective(1000px);
}

@media screen and (min-width: 1181px) {
  .modal-open body, .modal-open .navbar-header {
    padding-right: 8px !important;
  }
}
@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-header {
    top: 46px;
  }
  .body-with-admin-bar .mobile-menu {
    top: calc(100px + 46px);
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  font-family: FontRegular;
  color: #0C121C;
  font-size: 18px;
  padding-top: 100px;
  transition: background-color 0.2s linear, color 0.2s linear;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #0077E6;
}

.default-page-height {
  min-height: calc(100vh - 100px);
}

.default-text {
  font-size: 18px;
  line-height: 32px;
}

.default-text-big {
  font-size: 25px;
}

.main-container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1454px;
}

.main-title {
  font-family: FontBold;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
}

.main-title-smaller, .main-title-smaller-semi {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

.main-title-smaller {
  font-family: FontBold;
}

.main-title-smaller-semi {
  font-family: FontSemiBold;
}
.main-title-smaller-semi span {
  text-transform: uppercase;
  font-family: FontBlack;
}

.default-wrapper {
  padding: 64px 0 96px;
}

.default-wrapper-small {
  padding: 32px 0 96px;
}

.default-button {
  padding: 12.5px 32.25px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  position: relative;
  border-radius: 50px;
}

.default-button-small {
  font-size: 14px;
  line-height: 21px;
  padding: 6px 26.3px;
}

.default-button-big {
  font-size: 20px;
  line-height: 26px;
  padding: 17.5px 29px;
}

.default-button-simple {
  color: #fff !important;
  background-color: #0077E6 !important;
  border: 1px solid #0077E6 !important;
}
.default-button-simple:hover {
  color: #0C121C !important;
  background-color: #fff !important;
  border: 1px solid #0077E6 !important;
}

.default-button-with-icon {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.default-button-with-icon svg {
  width: 23px;
  height: 23px;
  margin-left: 12px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.default-button-with-icon svg path {
  transition: all 0.2s linear;
}

.default-button-simple-with-icon svg path {
  fill: #fff;
}
.default-button-simple-with-icon:hover svg path {
  fill: #0C121C;
}

.default-button-small-with-icon {
  font-family: FontSemiBold;
  padding: 7px 15px;
}
.default-button-small-with-icon svg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

.default-button-black {
  color: #fff !important;
  background-color: #0C121C !important;
  border: 1px solid #0C121C !important;
}
.default-button-black:hover {
  color: #0C121C !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

.default-button-black-alternative {
  color: #fff !important;
  background-color: #0C121C !important;
  border: 1px solid #0C121C !important;
}
.default-button-black-alternative:hover {
  color: #0077E6 !important;
  background-color: #fff !important;
  border: 1px solid #0C121C !important;
}

.default-button-transparent {
  color: #0C121C !important;
  background-color: transparent !important;
  border: 1px solid #0C121C !important;
}
.default-button-transparent:hover {
  color: #fff !important;
  background-color: #0077E6 !important;
  border: 1px solid #0077E6 !important;
}

.default-button-transparent-with-icon svg path {
  fill: #0077E6;
}
.default-button-transparent-with-icon:hover svg path {
  fill: #fff;
}

.default-button-grey {
  color: #0C121C !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
}
.default-button-grey:hover {
  color: #0C121C !important;
  background-color: #fff !important;
  border: none !important;
}

.default-button-grey-with-icon svg path {
  fill: #0077E6;
}
.default-button-grey-with-icon:hover svg path {
  fill: #0077E6;
}

.default-gradient {
  background: linear-gradient(151deg, rgba(0, 119, 230, 0.8) 15.62%, rgba(33, 4, 56, 0.32) 84.4%);
}

.default-gradient-additional {
  background: linear-gradient(151deg, rgba(18, 44, 68, 0.9) 15.62%, rgba(33, 4, 56, 0.36) 84.4%);
}

@media screen and (max-width: 1280px) {
  .default-wrapper {
    padding: 48px 0 64px;
  }
  .default-wrapper-small {
    padding: 32px 0 64px;
  }
}
@media screen and (max-width: 1024px) {
  .default-wrapper {
    padding: 48px 0;
  }
  .default-wrapper-small {
    padding: 32px 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 30px;
    line-height: 40px;
  }
  .main-title-smaller, .main-title-smaller-semi {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .main-container {
    padding: 0 16px;
  }
}
.dark-mode {
  background-color: #0C121C;
  color: #fff;
}
.dark-mode .checkbox-single input:checked ~ .checkbox-label .checkbox-back {
  border: 1px solid #0077E6;
  background-color: #0077E6;
}
.dark-mode .checkbox-single .checkbox-title {
  color: #fff;
}
.dark-mode .checkbox-single .checkbox-back {
  background-color: #000;
  border: 1px solid #000;
}
.dark-mode .checkbox-single-radio input:checked ~ .checkbox-label .checkbox-back {
  border: 1px solid #000;
  background-color: #000;
}
.dark-mode .common-selectize-wrapper .selectize-input {
  background-color: #4F5D75 !important;
  border: 1px solid #4F5D75 !important;
  background-image: url("../../images/dropdown-white.svg") !important;
}
.dark-mode .common-selectize-wrapper .selectize-input input, .dark-mode .common-selectize-wrapper .selectize-input .item {
  color: #fff;
}
.dark-mode .common-selectize-wrapper .selectize-input input::-webkit-input-placeholder {
  color: #fff;
}
.dark-mode .common-selectize-wrapper .selectize-input input::-moz-placeholder {
  color: #fff;
}
.dark-mode .common-selectize-wrapper .selectize-input input:-moz-placeholder {
  color: #fff;
}
.dark-mode .common-selectize-wrapper .selectize-input input:-ms-input-placeholder {
  color: #fff;
}
.dark-mode .common-selectize-wrapper .selectize-dropdown {
  background-color: #4F5D75 !important;
  border: 1px solid #4F5D75 !important;
}
.dark-mode .common-selectize-wrapper .selectize-dropdown .option {
  color: #fff;
}
.dark-mode .common-selectize-wrapper .selectize-dropdown .active {
  background-color: #0077E6 !important;
  color: #fff !important;
}
.dark-mode .common-selectize-wrapper .selectize-dropdown .selected {
  background-color: #4F5D75;
  color: #fff;
}
.dark-mode .common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.dark-mode .common-selectize-wrapper .input-active {
  border: 1px solid #fff !important;
}
.dark-mode .common-selectize-wrapper .input-active ~ .selectize-dropdown {
  border: 1px solid #fff !important;
}
.dark-mode .catalog-page .common-input-styling > input, .dark-mode .catalog-page .common-input-styling > textarea, .dark-mode .application-page .common-input-styling > input, .dark-mode .application-page .common-input-styling > textarea, .dark-mode .form-modal .common-input-styling > input, .dark-mode .form-modal .common-input-styling > textarea, .dark-mode .add-advertisement-form-wrapper .common-input-styling > input, .dark-mode .add-advertisement-form-wrapper .common-input-styling > textarea {
  border: 1px solid #73818E;
  color: #fff;
  background-color: #73818E;
}
.dark-mode .catalog-page .common-selectize-wrapper .selectize-input, .dark-mode .application-page .common-selectize-wrapper .selectize-input, .dark-mode .form-modal .common-selectize-wrapper .selectize-input, .dark-mode .add-advertisement-form-wrapper .common-selectize-wrapper .selectize-input {
  background-color: #73818E !important;
  border: 1px solid #73818E !important;
}
.dark-mode .catalog-page .common-selectize-wrapper .selectize-dropdown, .dark-mode .application-page .common-selectize-wrapper .selectize-dropdown, .dark-mode .form-modal .common-selectize-wrapper .selectize-dropdown, .dark-mode .add-advertisement-form-wrapper .common-selectize-wrapper .selectize-dropdown {
  background-color: #73818E !important;
  border: 1px solid #73818E !important;
}
.dark-mode .catalog-page .common-selectize-wrapper .selectize-dropdown .selected, .dark-mode .application-page .common-selectize-wrapper .selectize-dropdown .selected, .dark-mode .form-modal .common-selectize-wrapper .selectize-dropdown .selected, .dark-mode .add-advertisement-form-wrapper .common-selectize-wrapper .selectize-dropdown .selected {
  background-color: #73818E;
}
.dark-mode .catalog-page .common-selectize-wrapper .input-active, .dark-mode .application-page .common-selectize-wrapper .input-active, .dark-mode .form-modal .common-selectize-wrapper .input-active, .dark-mode .add-advertisement-form-wrapper .common-selectize-wrapper .input-active {
  border: 1px solid #fff !important;
}
.dark-mode .catalog-page .common-selectize-wrapper .input-active ~ .selectize-dropdown, .dark-mode .application-page .common-selectize-wrapper .input-active ~ .selectize-dropdown, .dark-mode .form-modal .common-selectize-wrapper .input-active ~ .selectize-dropdown, .dark-mode .add-advertisement-form-wrapper .common-selectize-wrapper .input-active ~ .selectize-dropdown {
  border: 1px solid #fff !important;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .selectize-input, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .selectize-input {
  border: 1px solid #DC0303 !important;
  background-color: #FEEAEA !important;
  background-image: url("../../images/dropdown.svg") !important;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .selectize-input input, .dark-mode .application-page .warning-validation .common-selectize-wrapper .selectize-input .item, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .selectize-input input, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .selectize-input .item {
  color: #0C121C;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .selectize-input input::-webkit-input-placeholder, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .selectize-input input::-webkit-input-placeholder {
  color: #0C121C;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .selectize-input input::-moz-placeholder, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .selectize-input input::-moz-placeholder {
  color: #0C121C;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .selectize-input input:-moz-placeholder, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .selectize-input input:-moz-placeholder {
  color: #0C121C;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .selectize-input input:-ms-input-placeholder, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .selectize-input input:-ms-input-placeholder {
  color: #0C121C;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .selectize-dropdown, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .selectize-dropdown {
  border: 1px solid #DC0303 !important;
  background-color: #FEEAEA !important;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .selectize-dropdown .option, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .selectize-dropdown .option {
  color: #0C121C;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar-thumb, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #0C121C;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .input-active, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .input-active {
  border: 1px solid #DC0303 !important;
}
.dark-mode .application-page .warning-validation .common-selectize-wrapper .input-active ~ .selectize-dropdown, .dark-mode .add-advertisement-form-wrapper .warning-validation .common-selectize-wrapper .input-active ~ .selectize-dropdown {
  border: 1px solid #DC0303 !important;
}
.dark-mode .application-page .checkbox-single .checkbox-back, .dark-mode .add-advertisement-form-wrapper .checkbox-single .checkbox-back {
  background-color: #73818E;
  border: 1px solid #73818E;
}
.dark-mode .application-page .common-dark-mode-button:hover, .dark-mode .add-advertisement-form-wrapper .common-dark-mode-button:hover {
  color: #0C121C !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.dark-mode .application-page .common-image-label, .dark-mode .add-advertisement-form-wrapper .common-image-label {
  background-color: #73818E;
  border: 1px solid #73818E;
}
.dark-mode .application-page .common-image-label:hover svg path, .dark-mode .application-page .common-image-label:hover img path, .dark-mode .add-advertisement-form-wrapper .common-image-label:hover svg path, .dark-mode .add-advertisement-form-wrapper .common-image-label:hover img path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .dark-mode .checkbox-single:not(.registration-form-checkbox):not(.filters-section-form-radio):not(.checkbox-single-form-modal):not(.profile-page-checkbox) .checkbox-back {
    background-color: #182336;
    border: 1px solid #182336;
  }
  .dark-mode .checkbox-single-radio:not(.registration-form-checkbox):not(.filters-section-form-radio):not(.checkbox-single-form-modal):not(.application-page-checkbox):not(.profile-page-checkbox) input:checked ~ .checkbox-label .checkbox-back {
    border: 1px solid #182336;
    background-color: #182336;
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scalingBigger {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes sideMovingAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes verticalSideMovingAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes verticalSideMovingAnimationSmall {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce-link-with-image-on-hover:hover img, .bounce-link-with-image-on-hover:hover svg {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}

@keyframes movement-rotation-effect-first {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  34% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  51% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  68% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  85% {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-second {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  40% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  60% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  80% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-third {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(4px, 4px);
    -webkit-transform: translate(4px, 4px);
  }
  34% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  51% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  68% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  85% {
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-fourth {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  40% {
    transform: translate(0px, 4px);
    -webkit-transform: translate(0px, 4px);
  }
  60% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  80% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.first-animation-move {
  animation: movement-rotation-effect-first 10s linear infinite;
  -webkit-animation: movement-rotation-effect-first 10s linear infinite;
}

.second-animation-move {
  animation: movement-rotation-effect-second 10s linear infinite;
  -webkit-animation: movement-rotation-effect-second 10s linear infinite;
}

.third-animation-move {
  animation: movement-rotation-effect-third 10s linear infinite;
  -webkit-animation: movement-rotation-effect-third 10s linear infinite;
}

.fourth-animation-move {
  animation: movement-rotation-effect-fourth 10s linear infinite;
  -webkit-animation: movement-rotation-effect-fourth 10s linear infinite;
}

.before-animation-visibility-backface {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.before-animation-visibility-gallery {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1) rotate(90deg);
  -webkit-transform: scale(0.1) rotate(90deg);
}

.before-animation-visibility {
  opacity: 0;
  visibility: hidden;
}

.before-animation-left {
  transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
}

.before-animation-right {
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}

@keyframes leftSideAnimationSimple {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightSideAnimationSimple {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.left-side-animation-simple {
  -webkit-animation: leftSideAnimationSimple 1s ease-out forwards;
  animation: leftSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.right-side-animation-simple {
  -webkit-animation: rightSideAnimationSimple 1s ease-out forwards;
  animation: rightSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.animation-fix {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  will-change: transform;
}

.before-fade-in {
  opacity: 0;
}

@keyframes bottomSideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
    -webkit-transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes leftSideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes simpleFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.left-side-fade-in {
  -webkit-animation: leftSideFadeIn 1.25s ease forwards;
  animation: leftSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in {
  -webkit-animation: bottomSideFadeIn 1.25s ease forwards;
  animation: bottomSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in-small-delay {
  -webkit-animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
  animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
}

.simple-fade-in {
  -webkit-animation: simpleFadeIn 1.25s ease 0.25s forwards;
  animation: simpleFadeIn 1.25s ease 0.25s forwards;
}

.no-lazy-load {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s linear, color 0.2s linear;
}

.header-content {
  min-height: 100px;
  gap: 16px 40px;
}

.header-logo {
  width: 202px;
  height: 80px;
}
.header-logo img {
  top: 0;
  left: 0;
}
.header-logo .light-mode-logo {
  visibility: visible;
  opacity: 1;
}
.header-logo .dark-mode-logo {
  visibility: hidden;
  opacity: 0;
}

.header-menu > ul > li {
  font-size: 0;
}
.header-menu > ul > li > a {
  color: #0C121C;
  font-family: FontSemiBold;
}
.header-menu > ul > li > a:hover {
  color: #0077E6;
}
.header-menu > ul .current-menu-item > a, .header-menu > ul .current-page-ancestor > a, .header-menu > ul .current-menu-ancestor > a {
  color: #0077E6;
}

.header-menu-desktop {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 16px 40px;
}
.header-menu-desktop > ul {
  display: flex;
  display: -webkit-flex;
  gap: 16px 40px;
}
.header-menu-desktop > ul > li > a {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

.header-home a:hover svg {
  width: 22px;
  height: 22px;
}
.header-home a:hover svg path {
  fill: #0077E6;
}
.header-home svg {
  position: relative;
  top: -3px;
}
.header-home svg path {
  fill: #0C121C;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1366px) {
  .header-content {
    gap: 16px 32px;
  }
  .header-menu-desktop {
    gap: 16px 32px;
  }
  .header-menu-desktop > ul {
    gap: 16px 32px;
  }
}
@media screen and (min-width: 1280px) {
  .header-burger, .mobile-menu {
    display: none !important;
  }
  .header-content > *:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1279px) {
  .mobile-menu {
    background-color: #fff;
    max-width: 320px;
    width: 100%;
    height: calc(100vh - 100px);
    top: 100px;
    right: 0;
    padding: 24px 24px 96px;
    overflow: auto;
  }
  .mobile-menu::-webkit-scrollbar {
    width: 0;
  }
  .mobile-menu::-webkit-scrollbar-track, .mobile-menu::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .mobile-menu-hidden {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  .mobile-background {
    width: 100%;
    height: calc(100vh - 100px);
    top: 100px;
    left: 0;
    z-index: 1019;
    background-color: rgba(12, 18, 28, 0.8);
  }
  .mobile-background-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .header-burger {
    cursor: pointer;
  }
  .header-burger svg {
    width: 30px;
    height: 25px;
  }
  .header-burger svg path {
    fill: #0C121C;
    transition: all 0.2s linear;
  }
  .header-burger:hover svg path {
    fill: #0077E6;
  }
  .header-menu-desktop {
    display: none !important;
  }
  .header-menu-mobile > ul > li {
    margin-bottom: 16px;
  }
  .header-menu-mobile > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .header-menu-mobile > ul > li > a {
    font-size: 20px;
    line-height: 30px;
  }
  .header-home {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mobile-menu-main-row {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu-main-row {
    margin-bottom: 40px;
  }
  .header-logo {
    width: 100px;
  }
  .mobile-menu {
    background-color: #0077E6;
    max-width: none;
    height: 100vh;
    top: 0;
    padding: 32px 24px 96px;
  }
  .mobile-background {
    display: none !important;
  }
  .header-menu-mobile > ul > li {
    text-align: right;
  }
  .header-menu-mobile > ul > li > a {
    color: #fff;
  }
  .header-menu-mobile > ul > li > a:hover {
    color: #A0C6EA;
  }
  .header-menu-mobile > ul .current-menu-item > a, .header-menu-mobile > ul .current-page-ancestor > a, .header-menu-mobile > ul .current-menu-ancestor > a {
    color: #A0C6EA;
  }
  .header-burger-close {
    cursor: pointer;
  }
  .header-burger-close svg {
    width: 24px;
    height: 24px;
  }
  .header-burger-close svg path {
    fill: #A0C6EA;
    transition: all 0.2s linear;
  }
  .header-burger-close:hover svg {
    animation: rotating 0.5s linear;
    -webkit-animation: rotating 0.5s linear;
  }
  .header-burger-close:hover svg path {
    fill: #fff;
  }
}
@media screen and (max-width: 500px) {
  .mobile-menu {
    padding: 32px 16px 96px;
  }
}
.dark-mode .navbar-header {
  background-color: #000;
}
.dark-mode .header-home a:hover svg path {
  fill: #fff;
}
.dark-mode .header-home svg path {
  fill: #0077E6;
}
.dark-mode .header-logo .light-mode-logo {
  visibility: hidden;
  opacity: 0;
}
.dark-mode .header-logo .dark-mode-logo {
  visibility: visible;
  opacity: 1;
}
.dark-mode .header-menu > ul > li > a {
  color: #73818E;
}
.dark-mode .header-menu > ul > li > a:hover {
  color: #fff;
}
.dark-mode .header-menu > ul .current-menu-item > a, .dark-mode .header-menu > ul .current-page-ancestor > a, .dark-mode .header-menu > ul .current-menu-ancestor > a {
  color: #fff;
}
.dark-mode .header-panel .header-panel-cell-link {
  border: 1px solid #73818E;
  background-color: #73818E;
  color: #0C121C;
}
.dark-mode .header-panel .header-panel-cell-link:hover {
  background-color: #0077E6;
  border: 1px solid #0077E6;
  color: #fff;
}
.dark-mode .header-panel .header-panel-cell-link:hover svg path, .dark-mode .header-panel .header-panel-cell-link:hover svg circle {
  fill: #fff;
}
.dark-mode .header-panel .header-panel-cell-link-active {
  background-color: #0077E6;
  border: 1px solid #0077E6;
  color: #fff;
}
.dark-mode .header-panel .header-panel-cell-link-active svg path, .dark-mode .header-panel .header-panel-cell-link-active svg circle {
  fill: #fff;
}
.dark-mode .header-panel .header-panel-dropdown {
  background-color: #73818E;
  border: 1px solid #73818E;
}
.dark-mode .header-panel .header-panel-dropdown-item-link:hover {
  color: #fff;
}
.dark-mode .header-panel .header-panel-dropdown-item-link:hover .header-panel-dropdown-item-text {
  color: #fff;
}
.dark-mode .header-panel .active-dropdown-item {
  color: #fff;
}
.dark-mode .header-panel .active-dropdown-item .header-panel-dropdown-item-text {
  color: #fff;
}
.dark-mode .header-panel .header-panel-dropdown-item-link-inner {
  color: #fff;
}
.dark-mode .header-panel .header-panel-dropdown-item-link-inner:hover:before, .dark-mode .header-panel .header-panel-dropdown-item-link-inner:hover:after {
  width: 100%;
  opacity: 1;
}
.dark-mode .header-panel .header-panel-dropdown-item-link-inner:after {
  left: 0;
  background-color: #fff;
}
.dark-mode .header-panel .header-panel-dropdown-item-link-inner:before, .dark-mode .header-panel .header-panel-dropdown-item-link-inner:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.dark-mode .header-panel .header-panel-dropdown-item-link-inner:hover {
  color: #fff;
}
.dark-mode .header-auth-link svg path {
  fill: #73818E;
}
.dark-mode .header-auth-link:hover svg path {
  fill: #fff;
}
.dark-mode .header-auth-link:hover .header-auth-text {
  color: #A0C6EA;
}
.dark-mode .header-auth-window-active svg path {
  fill: #fff;
}
.dark-mode .header-auth-window-active .header-auth-text {
  color: #A0C6EA;
}
.dark-mode .header-auth-name {
  color: #fff;
}
.dark-mode .header-auth-profile-link {
  color: #0077E6;
}
.dark-mode .header-auth-profile-link:hover:before, .dark-mode .header-auth-profile-link:hover:after {
  width: 100%;
  opacity: 1;
}
.dark-mode .header-auth-profile-link:after {
  left: 0;
  background-color: #A0C6EA;
}
.dark-mode .header-auth-profile-link:before, .dark-mode .header-auth-profile-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.dark-mode .header-auth-profile-link:hover {
  color: #A0C6EA;
}
.dark-mode .header-auth-logout svg path {
  fill: #A0C6EA;
}
.dark-mode .header-auth-logout:hover svg path {
  fill: #fff;
}
.dark-mode .header-burger svg path {
  fill: #A0C6EA;
}
.dark-mode .header-burger:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 1279px) {
  .dark-mode .mobile-menu {
    background-color: #0C121C;
  }
  .dark-mode .header-menu-mobile > ul > li > a {
    color: #fff;
  }
  .dark-mode .header-menu-mobile > ul > li > a:hover {
    color: #0077E6;
  }
  .dark-mode .header-menu-mobile > ul .current-menu-item > a, .dark-mode .header-menu-mobile > ul .current-page-ancestor > a, .dark-mode .header-menu-mobile > ul .current-menu-ancestor > a {
    color: #0077E6;
  }
}
.footer {
  background-color: #0C121C;
  padding: 64px 0;
}
.footer .footer-common-title, .footer .subscribe-form-success-submit {
  font-family: FontBold;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 16px;
}
.footer .subscribe-form-success-submit {
  margin-bottom: 0;
}
.footer .footer-main {
  margin-bottom: 64px;
}
.footer .footer-main-content {
  width: calc(100% - 371px - 96px);
}
.footer .footer-main-side {
  width: 371px;
}
.footer .footer-logo {
  margin-bottom: 16px;
}
.footer .footer-logo img {
  max-width: 168px;
}
.footer .footer-subtext {
  max-width: 750px;
  font-size: 13px;
  line-height: 22px;
  color: #959CB5;
  margin-bottom: 40px;
}
.footer .footer-columns {
  gap: 32px 96px;
}
.footer .footer-menu > ul > li {
  font-size: 0;
}
.footer .footer-menu > ul > li > a {
  font-family: FontRegular;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  color: #fff;
}
.footer .footer-menu > ul > li > a:hover {
  color: #0077E6;
}
.footer .footer-menu > ul .current-menu-item > a, .footer .footer-menu > ul .current-page-ancestor > a, .footer .footer-menu > ul .current-menu-ancestor > a {
  color: #0077E6;
}
.footer .single-footer-contact {
  margin-bottom: 16px;
}
.footer .footer-contact-title {
  font-family: FontBold;
  font-size: 16px;
  line-height: 28px;
  color: #0077E6;
}
.footer .footer-contact-value {
  font-family: FontRegular;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.footer .footer-contact-value a {
  color: #fff;
}
.footer .footer-contact-value a:hover {
  color: #0077E6;
}
.footer .footer-side-title {
  margin-bottom: 24px;
}
.footer .subscribe-form-wrapper {
  margin-bottom: 64px;
}
.footer .footer-side-subtitle {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 4px;
  color: #0077E6;
  font-family: FontBold;
}
.footer .footer-subscribe-privacy {
  margin-bottom: 12px;
  font-family: FontRegular;
  font-size: 11px;
  line-height: 15px;
  color: #959CB5;
}
.footer .footer-subscribe-privacy a {
  color: #959CB5;
}
.footer .footer-subscribe-privacy a:hover {
  color: #0077E6;
}
.footer .footer-side-additional {
  font-size: 13px;
  line-height: 22px;
  font-family: FontRegular;
  color: #959CB5;
}
.footer .subscribe-input-styling {
  margin-bottom: 12px;
}
.footer .subscribe-input {
  border: 1px solid #fff !important;
  padding: 9px 24px;
}
.footer .footer-additional {
  gap: 32px;
}
.footer .footer-copyright {
  font-size: 13px;
  color: #959CB5;
  font-family: FontRegular;
}
.footer .footer-menu-additional > ul {
  gap: 8px 20px;
}
.footer .footer-menu-additional > ul > li {
  font-size: 0;
}
.footer .footer-menu-additional > ul > li > a {
  font-family: FontRegular;
  font-size: 13px;
  display: inline-block;
  color: #959CB5;
}
.footer .footer-menu-additional > ul > li > a:hover {
  color: #0077E6;
}
.footer .footer-menu-additional > ul .current-menu-item > a, .footer .footer-menu-additional > ul .current-page-ancestor > a, .footer .footer-menu-additional > ul .current-menu-ancestor > a {
  color: #0077E6;
}

@media screen and (max-width: 1680px) {
  .footer .footer-main-content {
    width: calc(100% - 371px - 64px);
  }
  .footer .subscribe-form-wrapper {
    margin-bottom: 48px;
  }
  .footer .footer-columns {
    gap: 32px 64px;
  }
}
@media screen and (max-width: 1279px) {
  .footer {
    padding: 48px 0;
  }
  .footer .footer-main {
    margin-bottom: 48px;
  }
  .footer .footer-main-content {
    width: calc(100% - 300px - 32px);
  }
  .footer .footer-main-side {
    width: 300px;
  }
  .footer .footer-side-title {
    margin-bottom: 16px;
  }
  .footer .footer-subtext {
    margin-bottom: 32px;
  }
  .footer .footer-columns {
    gap: 32px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px), (max-width: 820px) {
  .footer .contacts-footer-column {
    width: 100%;
    order: 1;
  }
  .footer .menu-footer-column, .footer .additional-footer-column {
    width: calc(50% - 16px);
  }
  .footer .menu-footer-column {
    order: 2;
  }
  .footer .additional-footer-column {
    order: 3;
  }
  .footer .footer-contacts-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 32px;
  }
  .footer .single-footer-contact {
    width: calc(50% - 16px);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-main-content, .footer .footer-main-side {
    width: 100%;
  }
  .footer .footer-main, .footer .footer-main-content, .footer .subscribe-form-wrapper {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-copyright, .footer .footer-menu-additional, .footer .common-socials, .footer .single-footer-contact {
    width: 100%;
  }
  .footer .footer-copyright {
    order: 3;
  }
  .footer .footer-menu-additional {
    order: 2;
  }
  .footer .footer-menu-additional > ul {
    gap: 24px;
  }
  .footer .common-socials {
    order: 1;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer-contacts-wrapper {
    gap: 16px;
  }
  .footer .single-footer-contact, .footer .menu-footer-column, .footer .additional-footer-column {
    width: 100%;
  }
  .footer .menu-footer-column {
    order: 1;
  }
  .footer .contacts-footer-column {
    order: 2;
  }
}
.wysiwyg-styles .wp-caption {
  width: 100% !important;
  margin: 0 0 32px;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0;
  color: #0C121C;
  font-family: FontBold;
}
.wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.wysiwyg-styles > p {
  margin-bottom: 32px;
}
.wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
  max-width: 50% !important;
  max-height: 500px !important;
  height: auto !important;
  object-fit: cover !important;
}
.wysiwyg-styles > p .alignleft {
  float: left;
  margin: 0 32px 32px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 32px 32px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}
.wysiwyg-styles > ul li {
  display: table;
  background-repeat: no-repeat;
  background-image: url("../../images/checkmark.svg");
  background-size: 17px 16px;
  background-position: 0 8px;
  padding: 0 0 0 32px;
  margin-bottom: 12px;
}
.wysiwyg-styles > ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul li {
  font-size: 18px;
  line-height: 32px;
}
.wysiwyg-styles > p > a:not(.default-button), .wysiwyg-styles > ul li > a:not(.default-button) {
  color: #0077E6;
  position: relative;
}
.wysiwyg-styles > p > a:not(.default-button):hover:before, .wysiwyg-styles > p > a:not(.default-button):hover:after, .wysiwyg-styles > ul li > a:not(.default-button):hover:before, .wysiwyg-styles > ul li > a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):after {
  left: 0;
  background-color: #0077E6;
}
.wysiwyg-styles > p > a:not(.default-button):before, .wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):before, .wysiwyg-styles > ul li > a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > p > a:not(.default-button):hover, .wysiwyg-styles > ul li > a:not(.default-button):hover {
  color: #0077E6;
}
.wysiwyg-styles > h2 {
  font-size: 30px;
  font-family: FontSemiBold;
  color: #0C121C;
  margin-bottom: 16px;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 32px;
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:last-child > img {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:first-child {
  margin-top: 0 !important;
}

.video-wysiwyg {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin: 0 0 32px;
  gap: 16px;
}
.wysiwyg-gallery .single-gallery-element {
  width: calc((100% - 48px) / 4.001);
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 84.27%;
}
.wysiwyg-gallery .slider-image-link {
  overflow: hidden;
  border-radius: 5px;
}
.wysiwyg-gallery .additional-number {
  color: #fff;
  font-family: FontBold;
  right: 16px;
  bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .wysiwyg-styles > h2 {
    font-size: 24px;
  }
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
    float: none !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 500px) {
  .wysiwyg-gallery {
    gap: 12px;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 6px);
  }
}
.preloader {
  position: absolute;
  width: 80px;
  height: 15px;
  transition: all 0.1s linear;
  visibility: hidden;
  opacity: 0;
}
.preloader div {
  background-color: #0077E6;
  position: absolute;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader div:nth-child(1) {
  left: 8px;
  animation: preloader-animation-1 0.6s infinite;
}
.preloader div:nth-child(2) {
  left: 8px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(3) {
  left: 32px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(4) {
  left: 56px;
  animation: preloader-animation-3 0.6s infinite;
}

.preloader-visible {
  visibility: visible;
  opacity: 1;
}

@keyframes preloader-animation-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preloader-animation-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes preloader-animation-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.common-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}

.left-side-preloader {
  right: calc(100% + 8px);
  top: calc(50% - 7.5px);
}

.right-side-preloader {
  left: calc(100% + 8px);
  top: calc(50% - 7.5px);
}

.preloader-circle {
  width: 32px;
  height: 32px;
  animation: rotating 5s linear infinite;
  -webkit-animation: rotating 5s linear infinite;
  display: none;
}

.left-side-preloader-circle {
  right: calc(100% + 8px);
  top: calc(50% - 16px);
}

.right-side-preloader-circle {
  left: calc(100% + 8px);
  top: calc(50% - 16px);
}

.input-title {
  font-size: 16px;
  margin-bottom: 4px;
  transition: all 0.2s linear;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.common-input-styling {
  font-size: 0;
}
.common-input-styling > input, .common-input-styling > textarea {
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #CDD5DC;
  color: #0C121C;
  background-color: #fff;
  -webkit-appearance: none;
  padding: 12.5px 24px;
  border-radius: 3px;
}
.common-input-styling > input::-webkit-input-placeholder, .common-input-styling > textarea::-webkit-input-placeholder {
  color: #7F8499;
  font-size: 16px;
}
.common-input-styling > input::-moz-placeholder, .common-input-styling > textarea::-moz-placeholder {
  color: #7F8499;
  font-size: 16px;
}
.common-input-styling > input:-moz-placeholder, .common-input-styling > textarea:-moz-placeholder {
  color: #7F8499;
  font-size: 16px;
}
.common-input-styling > input:-ms-input-placeholder, .common-input-styling > textarea:-ms-input-placeholder {
  color: #7F8499;
  font-size: 16px;
}
.common-input-styling > input:focus, .common-input-styling > textarea:focus {
  border: 1px solid #0077E6;
}
.common-input-styling > input:focus::-webkit-input-placeholder, .common-input-styling > textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus::-moz-placeholder, .common-input-styling > textarea:focus::-moz-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus:-moz-placeholder, .common-input-styling > textarea:focus:-moz-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus:-ms-input-placeholder, .common-input-styling > textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.common-input-styling > textarea {
  min-height: 119px;
  resize: none;
}
.common-input-styling > textarea::-webkit-scrollbar {
  width: 4px;
}
.common-input-styling > textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.common-input-styling > textarea::-webkit-scrollbar-thumb {
  background-color: #0077E6;
}
.common-input-styling .switched-input {
  padding-right: 70px;
}
.common-input-styling .switched-input + .password-visibility-switcher svg {
  position: absolute;
  top: calc(50% - 10px);
  right: 24px;
  width: 22px;
  height: 20px;
}
.common-input-styling .switched-input + .password-visibility-switcher svg path {
  transition: all 0.2s linear;
  fill: #C6D2DD;
}
.common-input-styling .switched-input + .password-visibility-switcher svg:hover path {
  fill: #0077E6;
}
.common-input-styling .switched-input + .password-visible svg path {
  fill: #0077E6;
}

.checkbox-single {
  margin-bottom: 20px;
  font-size: 0;
}
.checkbox-single input {
  left: -9999px;
}
.checkbox-single input:checked ~ .checkbox-label .checkbox-back {
  border: 1px solid #0077E6;
  background-color: #0077E6;
}
.checkbox-single input:checked ~ .checkbox-label .checkbox-back .checkbox-mark {
  opacity: 1;
  transition: all 0.2s linear;
}
.checkbox-single .checkbox-label {
  margin: 0;
}
.checkbox-single .checkbox-title {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  color: #0C121C;
  top: 2px;
}
.checkbox-single .checkbox-title a {
  position: relative;
  color: #0077E6;
}
.checkbox-single .checkbox-title a:hover:before, .checkbox-single .checkbox-title a:hover:after {
  width: 100%;
  opacity: 1;
}
.checkbox-single .checkbox-title a:after {
  left: 0;
  background-color: #0077E6;
}
.checkbox-single .checkbox-title a:before, .checkbox-single .checkbox-title a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.checkbox-single .checkbox-title a:hover {
  color: #0077E6;
}
.checkbox-single .checkbox-title span {
  color: #0077E6;
}
.checkbox-single .checkbox-back {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.2s linear;
  border: 1px solid #CDD5DC;
  background-color: #fff;
  border-radius: 3px;
}
.checkbox-single .checkbox-back .checkbox-mark {
  transition: all 0.2s linear;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
}
.checkbox-single .checkbox-back .checkbox-mark img {
  width: 12px;
}

.checkbox-single-radio {
  margin: 0;
}
.checkbox-single-radio input:checked ~ .checkbox-label .checkbox-back {
  background-color: #fff;
  border: 1px solid #0C121C;
}
.checkbox-single-radio .checkbox-title {
  top: 3.5px;
}
.checkbox-single-radio .checkbox-back {
  border: 1px solid #9EA8B2;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
}
.checkbox-single-radio .checkbox-back .checkbox-mark {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #0077E6;
}

.warning-messages {
  display: none;
  border-radius: 3px;
  background-color: #FEEAEA;
  padding: 8px 24px;
  margin-bottom: 24px;
}

.single-warning-message {
  display: none;
  color: #DC0303;
  font-size: 16px;
  line-height: 24px;
  background-image: url("../../images/dot-warning.svg");
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 5px 5px;
  padding-left: 16px;
}

.warning-validation .input-title:not(.header-auth-window-input-title) {
  color: #DC0303 !important;
}
.warning-validation .common-input-styling > input, .warning-validation .common-input-styling > textarea {
  border: 1px solid #DC0303 !important;
  background-color: #FEEAEA !important;
  color: #0C121C !important;
}
.warning-validation .common-input-styling > input::-webkit-input-placeholder, .warning-validation .common-input-styling > textarea::-webkit-input-placeholder {
  color: #DC0303;
  font-size: 16px;
}
.warning-validation .common-input-styling > input::-moz-placeholder, .warning-validation .common-input-styling > textarea::-moz-placeholder {
  color: #DC0303;
  font-size: 16px;
}
.warning-validation .common-input-styling > input:-moz-placeholder, .warning-validation .common-input-styling > textarea:-moz-placeholder {
  color: #DC0303;
  font-size: 16px;
}
.warning-validation .common-input-styling > input:-ms-input-placeholder, .warning-validation .common-input-styling > textarea:-ms-input-placeholder {
  color: #DC0303;
  font-size: 16px;
}
.warning-validation .subscribe-input, .warning-validation .header-auth-window-input {
  border: 1px solid #DC0303 !important;
  background-color: #FEEAEA !important;
  color: #0C121C !important;
}
.warning-validation .subscribe-input::-webkit-input-placeholder, .warning-validation .header-auth-window-input::-webkit-input-placeholder {
  color: #DC0303;
  font-size: 16px;
}
.warning-validation .subscribe-input::-moz-placeholder, .warning-validation .header-auth-window-input::-moz-placeholder {
  color: #DC0303;
  font-size: 16px;
}
.warning-validation .subscribe-input:-moz-placeholder, .warning-validation .header-auth-window-input:-moz-placeholder {
  color: #DC0303;
  font-size: 16px;
}
.warning-validation .subscribe-input:-ms-input-placeholder, .warning-validation .header-auth-window-input:-ms-input-placeholder {
  color: #DC0303;
  font-size: 16px;
}
.warning-validation .checkbox-back {
  border: 1px solid #DC0303 !important;
  background-color: #FEEAEA !important;
}
.warning-validation .checkbox-mark svg path {
  fill: #0C121C !important;
}
.warning-validation .attachment-image-label {
  border: 1px solid #DC0303 !important;
  background-color: #FEEAEA !important;
}
.warning-validation .common-selectize-wrapper .selectize-input, .warning-validation .common-selectize-wrapper .selectize-dropdown {
  border: 1px solid #DC0303 !important;
  background-color: #FEEAEA !important;
}
.warning-validation .common-selectize-wrapper .input-active {
  border: 1px solid #DC0303 !important;
}
.warning-validation .common-selectize-wrapper .input-active ~ .selectize-dropdown {
  border: 1px solid #DC0303 !important;
}

@media screen and (max-width: 500px) {
  .checkbox-single {
    margin-bottom: 16px;
  }
}
.image-modal-window .modal {
  overflow-y: scroll;
}
.image-modal-window .modal::-webkit-scrollbar {
  width: 0;
}
.image-modal-window .modal::-webkit-scrollbar-track, .image-modal-window .modal::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 16px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  width: 1420px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  position: relative;
  margin: auto;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.image-modal-window .modal-dialog .modal-content .carousel, .image-modal-window .modal-dialog .modal-content .carousel-inner, .image-modal-window .modal-dialog .modal-content .carousel-item {
  height: 100% !important;
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: #0077E6;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev img, .image-modal-window .carousel-control-next img {
  width: 22px !important;
  height: 15px !important;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev {
  margin-left: 16px;
}
.image-modal-window .carousel-control-next {
  margin-right: 16px;
}
.image-modal-window .modal-cross {
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-color: #0077E6;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover, .image-modal-window .modal-cross:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus, .image-modal-window .modal-cross:focus {
    opacity: 0.75;
  }
}
.common-selectize-wrapper .selectize-control {
  font-size: 0;
}
.common-selectize-wrapper .selectize-input {
  background-color: #fff !important;
  font-size: 0 !important;
  line-height: normal !important;
  box-shadow: none !important;
  transition: all 0.2s linear !important;
  width: 100% !important;
  padding: 13.5px 49px 13.5px 12px !important;
  border: 1px solid #CDD5DC !important;
  background-image: url("../../images/dropdown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 16px) 50% !important;
  background-size: 17px 9px !important;
  border-radius: 5px !important;
}
.common-selectize-wrapper .selectize-input:focus {
  outline: none;
}
.common-selectize-wrapper .selectize-input:before, .common-selectize-wrapper .selectize-input:after {
  display: none !important;
}
.common-selectize-wrapper .selectize-input input, .common-selectize-wrapper .selectize-input .item {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #292A2C;
  font-family: FontRegular;
}
.common-selectize-wrapper .selectize-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100% !important;
  margin: 0 !important;
}
.common-selectize-wrapper .selectize-input input::-webkit-input-placeholder {
  color: #292A2C;
}
.common-selectize-wrapper .selectize-input input::-moz-placeholder {
  color: #292A2C;
}
.common-selectize-wrapper .selectize-input input:-moz-placeholder {
  color: #292A2C;
}
.common-selectize-wrapper .selectize-input input:-ms-input-placeholder {
  color: #292A2C;
}
.common-selectize-wrapper .selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100% !important;
}
.common-selectize-wrapper .selectize-input .item ~ input {
  display: none !important;
}
.common-selectize-wrapper .selectize-dropdown {
  background-color: #fff !important;
  overflow: hidden !important;
  cursor: pointer;
  box-shadow: none;
  width: 100% !important;
  text-align: left;
  left: 0 !important;
  top: 54px !important;
  border: 1px solid #CDD5DC !important;
  border-radius: 5px !important;
}
.common-selectize-wrapper .selectize-dropdown .option {
  padding: 12px;
  font-size: 14px;
  line-height: 21px;
  color: #292A2C;
  font-family: FontRegular;
}
.common-selectize-wrapper .selectize-dropdown .active {
  background-color: #0077E6 !important;
  color: #fff !important;
}
.common-selectize-wrapper .selectize-dropdown .selected {
  background-color: #fff;
  color: #292A2C;
}
.common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar {
  width: 5px;
}
.common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #0077E6;
}
.common-selectize-wrapper .input-active {
  border: 1px solid #0077E6 !important;
  border-radius: 5px 5px 0 0 !important;
}
.common-selectize-wrapper .input-active ~ .selectize-dropdown {
  border: 1px solid #0077E6 !important;
  border-radius: 0 0 5px 5px !important;
}

.home-filter-selectize .selectize-input {
  padding: 13.5px 49px 13.5px 64px !important;
}

.catalog-filters-selectize-wrapper .selectize-input {
  padding: 12px 49px 12px 24px !important;
}
.catalog-filters-selectize-wrapper .selectize-dropdown {
  top: 51px !important;
}
.catalog-filters-selectize-wrapper .selectize-dropdown .option {
  padding: 12px 24px;
}

.home-filter-selectize .selectize-input, .catalog-filters-selectize-wrapper .selectize-input {
  border: 1px solid #EFF5FB !important;
  background-color: #EFF5FB !important;
}
.home-filter-selectize .selectize-dropdown, .catalog-filters-selectize-wrapper .selectize-dropdown {
  background-color: #EFF5FB !important;
}
.home-filter-selectize .selectize-dropdown .selected, .catalog-filters-selectize-wrapper .selectize-dropdown .selected {
  background-color: transparent;
}
.home-filter-selectize .input-active, .catalog-filters-selectize-wrapper .input-active {
  border: 1px solid #0077E6 !important;
}

.common-slick-carousel .slick-track {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
}
.common-slick-carousel .slick-slide {
  font-size: 0;
  height: inherit;
}
.common-slick-carousel .slick-slide {
  opacity: 1;
  transition: opacity 0.5s;
}
.common-slick-carousel .slick-current,
.common-slick-carousel .slick-current-clone-animate {
  opacity: 0.999;
}

.common-slick-carousel.slick-slider {
  margin: 0;
}

.slick-prev, .slick-next {
  width: 54px;
  height: 54px;
  z-index: 1;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: 15px 23px;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  top: 50%;
}
.slick-prev:before, .slick-next:before {
  content: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-repeat: no-repeat;
  background-size: 15px 23px;
}
.slick-prev:focus, .slick-next:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-prev:hover, .slick-next:hover {
  background-color: #fff;
}

.slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-image: url("../../images/single-car-slider-arrow-left.svg");
  background-position: calc(50% - 1px) 50%;
}
.slick-prev:hover, .slick-prev:focus {
  background-image: url("../../images/single-car-slider-arrow-left.svg");
  background-position: calc(50% - 1px) 50%;
}

.slick-next {
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  background-image: url("../../images/single-car-slider-arrow-right.svg");
  background-position: calc(50% + 1px) 50%;
}
.slick-next:hover, .slick-next:focus {
  background-image: url("../../images/single-car-slider-arrow-right.svg");
  background-position: calc(50% + 1px) 50%;
}

@media screen and (max-width: 1280px) {
  .slick-prev, .slick-next {
    width: 48px;
    height: 48px;
    background-size: 12px 19px;
  }
}
@media screen and (max-width: 500px) {
  .slick-prev, .slick-next {
    width: 54px;
    height: 54px;
    background-size: 15px 23px;
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    top: 100%;
    background-color: #fff;
  }
  .slick-prev:focus, .slick-next:focus {
    background-color: #fff;
  }
  .slick-prev:hover, .slick-next:hover {
    background-color: #0077E6;
  }
  .slick-prev + .slick-list {
    padding-bottom: 64px;
  }
  .slick-prev:focus {
    background-image: url("../../images/single-car-slider-arrow-left.svg");
  }
  .slick-prev:hover {
    background-image: url("../../images/single-car-slider-arrow-left-white.svg");
  }
  .slick-next:focus {
    background-image: url("../../images/single-car-slider-arrow-right.svg");
  }
  .slick-next:hover {
    background-image: url("../../images/single-car-slider-arrow-right-white.svg");
  }
}
.common-socials {
  gap: 24px;
}

.single-common-social svg {
  width: 40px;
  height: 40px;
}
.single-common-social svg path {
  transition: all 0.2s linear;
  fill: #404F69;
}
.single-common-social a:hover svg path {
  fill: #0077E6;
}

.header-auth-link {
  gap: 8px;
}
.header-auth-link svg {
  position: relative;
  top: -2.5px;
  width: 19px;
  height: 23px;
}
.header-auth-link svg path {
  fill: #0C121C;
  transition: all 0.2s linear;
}
.header-auth-link:hover svg path {
  fill: #0077E6;
}
.header-auth-link:hover .header-auth-text {
  color: #0C121C;
}

.header-auth-window-active svg path {
  fill: #0077E6;
}
.header-auth-window-active .header-auth-text {
  color: #0C121C;
}

.header-auth-text {
  font-size: 14px;
}

.header-auth-profile {
  gap: 12px;
}

.header-auth-image img {
  width: 42px;
  height: 42px;
}

.header-auth-name {
  font-size: 14px;
}

.header-auth-profile-link {
  font-size: 12px;
}

.header-auth-logout svg {
  width: 22px;
  height: 22px;
}
.header-auth-logout svg path {
  fill: #C6D2DD;
  transition: all 0.2s linear;
}
.header-auth-logout:hover svg path {
  fill: #0077E6;
}

.header-auth-window {
  top: calc(100% + 16px);
  right: 0;
  padding: 32px 24px;
  max-width: 100vw;
  width: 371px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.header-auth-window-hidden {
  opacity: 0;
  visibility: hidden;
}

.header-auth-window-link {
  padding-top: 16px;
  font-size: 16px;
  line-height: 28px;
}
.header-auth-window-link a {
  position: relative;
  color: #fff;
}
.header-auth-window-link a:hover:before, .header-auth-window-link a:hover:after {
  width: 100%;
  opacity: 1;
}
.header-auth-window-link a:after {
  left: 0;
  background-color: #fff;
}
.header-auth-window-link a:before, .header-auth-window-link a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.header-auth-window-link a:hover {
  color: #fff;
}

.header-auth-window-inputs, .header-switch-form {
  margin-bottom: 4px;
}

.header-auth-window-input-wrapper {
  margin-bottom: 16px;
}

.header-auth-window-input {
  border: 1px solid #fff !important;
}

.header-switch-form-toggle {
  font-size: 14px;
  position: relative;
  color: #fff;
}
.header-switch-form-toggle:hover:before, .header-switch-form-toggle:hover:after {
  width: 100%;
  opacity: 1;
}
.header-switch-form-toggle:after {
  left: 0;
  background-color: #fff;
}
.header-switch-form-toggle:before, .header-switch-form-toggle:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.header-switch-form-toggle:hover {
  color: #fff;
}

.header-auth-window-preloader div {
  background-color: #fff;
}

.header-reset-password-form {
  display: none;
}

.header-reset-password-success-submit {
  font-family: FontBold;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .header-auth-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header-auth-desktop {
    display: none !important;
  }
  .header-auth-link:hover svg path {
    fill: #fff;
  }
  .header-auth-link:hover .header-auth-text {
    color: #A0C6EA;
  }
  .header-auth-window-active svg path {
    fill: #fff;
  }
  .header-auth-window-active .header-auth-text {
    color: #A0C6EA;
  }
  .header-auth-text, .header-auth-name, .header-auth-profile-link {
    color: #fff;
  }
  .header-auth-profile-link:hover:before, .header-auth-profile-link:hover:after {
    width: 100%;
    opacity: 1;
  }
  .header-auth-profile-link:after {
    left: 0;
    background-color: #fff;
  }
  .header-auth-profile-link:before, .header-auth-profile-link:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 1px;
    margin: 5px 0 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    backface-visibility: hidden;
  }
  .header-auth-profile-link:hover {
    color: #fff;
  }
  .header-auth-logout:hover svg path {
    fill: #fff;
  }
  .header-auth-mobile {
    position: static !important;
  }
  .header-auth-mobile .header-auth-window {
    top: calc(100% + 32px);
    right: -24px;
    width: 100vw;
    border-radius: 0;
    height: calc(100vh - 23px - 32px - 32px);
  }
}
@media screen and (max-width: 500px) {
  .header-auth-mobile {
    position: static !important;
  }
  .header-auth-mobile .header-auth-link {
    position: relative;
    top: 2.5px;
  }
  .header-auth-mobile .header-auth-window {
    right: -16px;
  }
}
.header-panel {
  gap: 12px;
}
.header-panel .header-panel-cell-link svg, .header-panel .header-panel-cell-link img, .header-panel .header-panel-dropdown-item-icon svg, .header-panel .header-panel-dropdown-item-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.header-panel .header-panel-cell-link svg path, .header-panel .header-panel-cell-link svg circle, .header-panel .header-panel-cell-link img path, .header-panel .header-panel-cell-link img circle, .header-panel .header-panel-dropdown-item-icon svg path, .header-panel .header-panel-dropdown-item-icon svg circle, .header-panel .header-panel-dropdown-item-icon img path, .header-panel .header-panel-dropdown-item-icon img circle {
  transition: all 0.2s linear;
}
.header-panel .header-panel-cell-link, .header-panel .header-panel-dropdown-item-text {
  font-size: 14px;
}
.header-panel .header-panel-cell-link {
  border: 1px solid #EFEFEF;
  width: 36px;
  height: 36px;
}
.header-panel .header-panel-cell-link:hover {
  background-color: #0077E6;
  border: 1px solid #0077E6;
  color: #fff;
}
.header-panel .header-panel-cell-link:hover svg path, .header-panel .header-panel-cell-link:hover svg circle {
  fill: #fff;
}
.header-panel .header-panel-cell-link-active {
  background-color: #0077E6;
  border: 1px solid #0077E6;
  color: #fff;
}
.header-panel .header-panel-cell-link-active svg path, .header-panel .header-panel-cell-link-active svg circle {
  fill: #fff;
}
.header-panel .header-panel-dropdown {
  top: calc(100% + 16px);
  left: 0;
  padding: 4px 8px;
  border: 1px solid #EFEFEF;
}
.header-panel .header-panel-dropdown-item-link {
  font-size: 14px;
  line-height: 30px;
  gap: 8px;
}
.header-panel .header-panel-dropdown-item-link:hover {
  color: #0077E6;
}
.header-panel .header-panel-dropdown-item-link:hover .header-panel-dropdown-item-text {
  color: #0077E6;
}
.header-panel .header-panel-dropdown-item-text {
  white-space: nowrap;
  top: 1px;
}
.header-panel .active-dropdown-item {
  color: #0077E6;
}
.header-panel .active-dropdown-item .header-panel-dropdown-item-text {
  color: #0077E6;
}
.header-panel .header-panel-dropdown-hidden {
  opacity: 0;
  visibility: hidden;
}
.header-panel .header-messengers-dropdown, .header-panel .header-contacts-dropdown {
  padding: 12px 16px;
}
.header-panel .header-single-contact {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
}

@media screen and (max-width: 1366px) {
  .header-panel .header-panel-dropdown {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .header-panel {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 501px) {
  .header-panel .header-panel-cell {
    position: relative;
  }
  .header-panel-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .header-panel {
    margin-left: 0 !important;
  }
  .header-panel .header-panel-cell:not(.header-languages-mobile) .header-panel-dropdown {
    top: 100%;
    left: -16px;
    right: auto;
    width: calc(100% + 32px);
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.header-languages-dropdown {
  width: 36px;
  padding: 4px;
}

@media screen and (min-width: 501px) {
  .header-languages-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .header-languages-desktop {
    display: none !important;
  }
  .header-languages-mobile {
    position: relative !important;
  }
  .header-languages-mobile .header-languages-link {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #0C121C !important;
  }
  .header-languages-mobile .header-languages-link svg path, .header-languages-mobile .header-languages-link svg circle {
    fill: #0C121C !important;
  }
}
.main-info-block {
  margin-top: 64px;
}
.main-info-block .main-info-block-bg {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-height: calc(100% - 128px);
  mix-blend-mode: multiply;
}
.main-info-block .main-info-block-container {
  gap: 0 64px;
  max-width: 1240px;
}
.main-info-block .main-info-block-content {
  padding: 112px 0;
  width: calc(100% - 64px - 375px);
}
.main-info-block .main-info-block-titles, .main-info-block .main-info-block-points {
  margin-bottom: 48px;
}
.main-info-block .main-info-block-title span, .main-info-block .main-info-block-subtitle span {
  color: #000;
}
.main-info-block .main-info-block-title {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 8px;
}
.main-info-block .main-info-block-subtitle {
  font-size: 25px;
  margin-bottom: 0;
}
.main-info-block .main-info-block-point {
  font-family: FontSemiBold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
  padding-left: 36px;
  background-image: url("../../images/checkmark-white.svg");
  background-repeat: no-repeat;
  background-size: 17px 16px;
  background-position: 0 7px;
}
.main-info-block .main-info-block-image {
  width: 375px;
}
.main-info-block .main-info-block-image-self {
  bottom: 0;
  left: 0;
  max-height: calc(100% + 64px);
}

@media screen and (max-width: 1680px) {
  .main-info-block .main-info-block-container {
    gap: 0 48px;
    max-width: 1100px;
  }
  .main-info-block .main-info-block-title {
    font-size: 60px;
    line-height: 60px;
  }
  .main-info-block .main-info-block-content {
    padding: 96px 0;
    width: calc(100% - 48px - 375px);
  }
}
@media screen and (max-width: 1280px) {
  .main-info-block .main-info-block-container {
    gap: 0 32px;
    max-width: 960px;
  }
  .main-info-block .main-info-block-bg {
    max-height: calc(100% - 64px);
  }
  .main-info-block .main-info-block-content {
    padding: 48px 0;
    width: calc(100% - 32px - 300px);
  }
  .main-info-block .main-info-block-image {
    width: 300px;
  }
  .main-info-block .main-info-block-titles, .main-info-block .main-info-block-points {
    margin-bottom: 32px;
  }
  .main-info-block .main-info-block-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main-info-block {
    margin-top: 0;
  }
  .main-info-block .main-info-block-bg {
    top: auto;
    bottom: 16px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    max-height: 500px;
    max-width: 50%;
  }
  .main-info-block .main-info-block-container {
    max-width: none;
  }
  .main-info-block .main-info-block-content {
    width: 100%;
  }
  .main-info-block .main-info-block-image {
    width: 50%;
    height: 600px;
  }
  .main-info-block .main-info-block-image-self {
    max-height: 100%;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
  }
}
@media screen and (max-width: 767px) {
  .main-info-block .main-info-block-bg {
    max-height: 200px;
  }
  .main-info-block .main-info-block-image {
    height: 300px;
  }
}
.hero-default {
  border-radius: 0 0 10px 10px;
}
.hero-default .hero-default-container {
  min-height: 365px;
  padding: 64px 0;
}

@media screen and (max-width: 1280px) {
  .hero-default .hero-default-container {
    min-height: 300px;
    padding: 48px 0;
  }
  .hero-default .hero-default-subtext {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-default .hero-default-container {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .hero-default {
    border-radius: 0;
  }
  .hero-default .hero-default-container {
    min-height: 0;
    padding: 32px 0;
  }
  .hero-default .hero-default-subtext {
    font-size: 18px;
  }
}
.home-page .home-hero, .home-page .home-hero-cells {
  gap: 32px;
}
.home-page .home-hero {
  margin-bottom: 64px;
}
.home-page .home-hero-cells {
  width: calc(100% - 49px - 32px);
}
.home-page .home-hero-cell {
  width: calc(50% - 16px);
}
.home-page .home-hero-cell a {
  border-radius: 10px;
}
.home-page .home-hero-cell a:before {
  content: "";
  display: block;
  padding-top: 38.82%;
}
.home-page .home-hero-cell a:hover .home-hero-cell-icon img {
  animation: scaling 0.5s linear infinite;
  -webkit-animation: scaling 0.5s linear infinite;
}
.home-page .home-hero-cell a:hover .home-hero-cell-arrow svg {
  animation: sideMovingAnimation 0.5s linear infinite;
  -webkit-animation: sideMovingAnimation 0.5s linear infinite;
}
.home-page .home-hero-cell-container {
  padding: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.home-page .home-hero-cell-icon {
  margin-right: 32px;
}
.home-page .home-hero-cell-icon img {
  width: 88px;
  height: 88px;
}
.home-page .home-hero-cell-text {
  font-size: 25px;
  color: #fff;
  margin-right: 24px;
}
.home-page .home-hero-cell-arrow svg {
  width: 13px;
  height: 24px;
}
.home-page .home-hero-socials {
  width: 49px;
}
.home-page .single-home-hero-social a {
  border: 1px solid #EFEFEF;
  width: 49px;
  height: 49px;
}
.home-page .single-home-hero-social a:hover {
  border: 1px solid #0077E6;
  background-color: #0077E6;
}
.home-page .single-home-hero-social a:hover svg path {
  fill: #fff;
}
.home-page .single-home-hero-social a svg {
  width: 30px;
  height: 30px;
}
.home-page .single-home-hero-social a svg path {
  transition: all 0.2s linear;
}

@media screen and (max-width: 1366px) {
  .home-page .home-hero, .home-page .home-hero-cells {
    gap: 16px;
  }
  .home-page .home-hero-cell {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 1280px) {
  .home-page .home-hero {
    margin-bottom: 48px;
  }
  .home-page .home-hero-cell-container {
    padding: 24px;
  }
  .home-page .home-hero-cell-icon {
    margin-right: 24px;
  }
  .home-page .home-hero-cell-icon img {
    width: 64px;
    height: 64px;
  }
  .home-page .home-hero-cell-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1366px) {
  .home-page .home-hero-cells {
    width: calc(100% - 40px - 16px);
  }
  .home-page .home-hero-socials {
    width: 40px;
  }
  .home-page .single-home-hero-social a {
    width: 40px;
    height: 40px;
  }
  .home-page .single-home-hero-social a svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .home-page .home-hero-cells {
    width: calc(100% - 36px - 16px);
  }
  .home-page .home-hero-socials {
    width: 36px;
  }
  .home-page .single-home-hero-social a {
    width: 36px;
    height: 36px;
  }
  .home-page .single-home-hero-social a svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .home-page .home-hero-cells, .home-page .home-hero-cell, .home-page .home-hero-socials {
    width: 100%;
  }
  .home-page .home-hero-socials {
    order: 1;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    max-width: 335px;
    margin: 0 auto;
  }
  .home-page .home-hero-cells {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .home-page .home-wrapper-small {
    padding-top: 16px;
  }
  .home-page .home-hero-cell-container {
    padding: 16px;
  }
  .home-page .home-hero-cell-icon img {
    width: 48px;
    height: 48px;
  }
  .home-page .home-hero-cell-text {
    width: calc(100% - 48px - 13px - 24px - 24px);
  }
  .home-page .home-hero-socials {
    max-width: none;
  }
}
.dark-mode .home-page .single-home-hero-social a {
  border: 1px solid #73818E;
  background-color: #73818E;
}
.dark-mode .home-page .single-home-hero-social a svg path {
  fill: #000;
}
.dark-mode .home-page .single-home-hero-social a:hover {
  border: 1px solid #0077E6;
  background-color: #0077E6;
}
.dark-mode .home-page .single-home-hero-social a:hover svg path {
  fill: #fff;
}

.home-page .home-filters-wrapper {
  margin: 0 0 64px;
  gap: 32px;
}
.home-page .home-filters {
  width: calc(100% - 603px - 32px);
}
.home-page .home-filters-categories {
  margin-top: -1px;
  top: 1px;
  padding: 0 16px;
  gap: 12px;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.home-page .home-filters-category-link {
  border: 1px solid #EFEFEF;
  border-radius: 5px 5px 0 0;
  gap: 8px;
  padding: 12px;
}
.home-page .home-filters-category-link:before, .home-page .home-filters-category-link:after {
  content: "";
  width: 1px;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  bottom: -1px;
}
.home-page .home-filters-category-link:before {
  left: -1px;
}
.home-page .home-filters-category-link:after {
  right: -1px;
}
.home-page .home-filters-category-link span {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  transition: all 0.2s linear;
}
.home-page .home-filters-category-link svg {
  width: 24px;
  height: 24px;
}
.home-page .home-filters-category-link svg path {
  transition: all 0.2s linear;
  fill: #000;
}
.home-page .home-filters-category-link.active {
  border: 1px solid #0077E6;
  border-bottom: 1px solid #EFEFEF;
  background-color: #0077E6;
}
.home-page .home-filters-category-link.active span {
  color: #fff;
}
.home-page .home-filters-category-link.active svg path {
  fill: #fff;
}
.home-page .home-filters-inner {
  border: 1px solid #EFEFEF;
  min-height: calc(100% + 1px - 48px);
  transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
}
.home-page .home-filters-form {
  padding: 32px 24px;
}
.home-page .home-filters-form-radios, .home-page .home-filters-submit-row {
  gap: 12px 32px;
}
.home-page .home-filters-form-radios {
  margin-bottom: 36px;
}
.home-page .posts-type-radio {
  margin-bottom: 0;
}
.home-page .home-filters-submit-additional {
  color: #6B7783;
  font-size: 16px;
  text-align: right;
}
.home-page .home-filters-submit-additional a {
  position: relative;
  color: #0077E6;
}
.home-page .home-filters-submit-additional a:hover:before, .home-page .home-filters-submit-additional a:hover:after {
  width: 100%;
  opacity: 1;
}
.home-page .home-filters-submit-additional a:after {
  left: 0;
  background-color: #0077E6;
}
.home-page .home-filters-submit-additional a:before, .home-page .home-filters-submit-additional a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.home-page .home-filters-submit-additional a:hover {
  color: #0077E6;
}
.home-page .home-filters-selects {
  margin-bottom: 32px;
  gap: 24px;
}
.home-page .single-home-filter {
  width: calc((100% - 48px) / 3.001);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 16px 11.5px;
}
.home-page .single-home-filter-icon {
  top: 11.5px;
  left: 16px;
  width: 32px;
  height: 32px;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 1680px) {
  .home-page .home-filters-selects {
    gap: 16px;
  }
  .home-page .single-home-filter {
    width: calc((100% - 32px) / 3.001);
  }
}
@media screen and (max-width: 1500px) {
  .home-page .single-home-filter {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 1280px) {
  .home-page .home-filters-wrapper {
    gap: 32px;
    margin: 0 0 64px;
  }
  .home-page .home-filters {
    width: calc(100% - 520px - 32px);
  }
  .home-page .home-filters-form {
    padding: 24px;
  }
  .home-page .home-filters-form-radios, .home-page .home-filters-submit-row {
    gap: 12px 24px;
  }
  .home-page .home-filters-form-radios, .home-page .home-filters-selects {
    margin-bottom: 24px;
  }
  .home-page .home-filters-selects {
    gap: 16px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1280px) {
  .home-page .single-home-filter {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 1179px) {
  .home-page .home-filters {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-page .home-filters .home-filters-categories {
    padding: 0;
    top: auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 0 24px;
  }
  .home-page .home-filters .home-filters-category, .home-page .home-filters .single-home-filter {
    width: calc(50% - 6px);
  }
  .home-page .home-filters .home-filters-category-link {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 5px;
  }
  .home-page .home-filters .home-filters-category-link:before, .home-page .home-filters .home-filters-category-link:after {
    content: none;
  }
  .home-page .home-filters .home-filters-form {
    padding: 0;
  }
  .home-page .home-filters .home-filters-inner {
    border: none;
    min-height: 0;
  }
  .home-page .home-filters .home-filters-selects {
    gap: 12px;
  }
}
@media screen and (min-width: 501px) {
  .home-page .home-filters-mobile-buttons {
    display: none !important;
  }
  .home-page .home-filters {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .home-page .home-filters-wrapper {
    gap: 0;
  }
  .home-page .home-filters {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .home-page .home-filters-inner-container {
    height: auto !important;
    padding-bottom: 32px;
  }
  .home-page .home-filters-mobile-buttons {
    margin-bottom: 32px;
  }
  .home-page .home-filters-mobile-button-wrapper {
    margin-bottom: 16px;
  }
  .home-page .home-filters-form-radios {
    gap: 16px;
  }
  .home-page .home-filters-submit-row {
    gap: 24px;
  }
  .home-page .posts-type-radio, .home-page .home-filters-submit-wrapper, .home-page .home-filters-submit-additional, .home-page .single-home-filter {
    width: 100%;
  }
  .home-page .home-filters-submit-row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .home-page .home-filters-submit-additional {
    order: 1;
    text-align: left;
  }
  .home-page .home-filters-submit-wrapper {
    order: 2;
  }
}
.dark-mode .home-page .home-filters-category-link {
  border: 1px solid #182336;
  background-color: #182336;
}
.dark-mode .home-page .home-filters-category-link:before, .dark-mode .home-page .home-filters-category-link:after {
  background-color: #182336;
}
.dark-mode .home-page .home-filters-category-link span {
  color: #fff;
}
.dark-mode .home-page .home-filters-category-link svg path {
  fill: #fff;
}
.dark-mode .home-page .home-filters-category-link.active {
  border: 1px solid #0077E6;
  border-bottom: 1px solid #0077E6;
  background-color: #0077E6;
}
.dark-mode .home-page .home-filters-inner {
  border: 1px solid #182336;
  background-color: #182336;
}
.dark-mode .home-page .home-filters-submit-additional {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .dark-mode .home-page .home-filters-inner {
    background-color: transparent;
    border: none;
  }
  .dark-mode .home-page .home-filters-mobile-button-wrapper .default-button-simple:hover {
    border: 1px solid #fff !important;
  }
  .dark-mode .home-page .home-filters-mobile-button-wrapper .default-button-black-alternative {
    color: #fff !important;
    background-color: #73818E !important;
    border: 1px solid #73818E !important;
  }
  .dark-mode .home-page .home-filters-mobile-button-wrapper .default-button-black-alternative:hover {
    color: #0C121C !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
  }
}
.single-car {
  width: calc((100% - 48px) / 4.001);
}
.single-car .single-car-image:before {
  content: "";
  display: block;
  padding-top: 84.27%;
}
.single-car .single-car-gradient-cb {
  background: linear-gradient(4deg, rgba(0, 119, 230, 0.8) 25.65%, rgba(33, 4, 56, 0.1) 50.39%);
}
.single-car .single-car-gradient-non-cb {
  background: linear-gradient(4deg, rgba(61, 72, 82, 0.8) 25.65%, rgba(33, 4, 56, 0.1) 50.39%);
}
.single-car .single-car-prices {
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
}
.single-car .single-car-content {
  border-right: 1px solid #EFF3F6;
  border-left: 1px solid #EFF3F6;
  padding: 16px;
}
.single-car .single-car-content-title {
  font-size: 16px;
  margin: 8px 0 16px;
}
.single-car .single-car-data-row {
  gap: 4px 16px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 14px;
  line-height: 30px;
}
.single-car .single-car-data-row:nth-last-of-type(1) {
  border-bottom: none;
}
.single-car .single-car-data-row span:nth-of-type(1) {
  color: #292A2C;
}
.single-car .single-car-data-row span:nth-last-of-type(1) {
  color: #404549;
}
.single-car .single-car-button a {
  font-size: 20px;
  font-family: FontMedium;
  display: block;
  padding: 13.5px 12px;
  text-align: center;
  background-color: #0077E6;
  color: #fff;
}
.single-car .single-car-button a:hover {
  background-color: #0C121C;
}

.single-car-prices-common .single-car-monthly-price {
  gap: 4px;
  padding: 8px 16px;
  transition: all 0.2s linear;
}
.single-car-prices-common .single-car-monthly-price-cb-logo {
  position: relative;
  width: 39px;
  height: 13px;
}
.single-car-prices-common .single-car-monthly-price-cb-logo img {
  top: 0;
  left: 0;
}
.single-car-prices-common .single-car-monthly-price-cb-logo .cb-logo-light-mode {
  visibility: visible;
  opacity: 1;
}
.single-car-prices-common .single-car-monthly-price-cb-logo .cb-logo-dark-mode {
  visibility: hidden;
  opacity: 0;
}
.single-car-prices-common .single-car-monthly-price-title, .single-car-prices-common .single-car-full-price-title {
  font-size: 14px;
  line-height: 14px;
}
.single-car-prices-common .single-car-monthly-price-value, .single-car-prices-common .single-car-full-price-value {
  font-size: 16px;
  line-height: 16px;
}
.single-car-prices-common .single-car-monthly-price-title {
  color: #82898F;
  margin-bottom: 4px;
}
.single-car-prices-common .single-car-monthly-price-value span {
  color: #82898F;
  font-size: 13px;
  font-family: FontRegular;
}
.single-car-prices-common .single-car-full-price-title {
  color: #CBDAE8;
  margin-bottom: 8px;
}

@media screen and (max-width: 1366px) {
  .single-car-prices-common .single-car-monthly-price {
    position: relative;
  }
  .single-car-prices-common .single-car-monthly-price-cb-logo {
    position: absolute;
    top: 10.5px;
    right: 16px;
    width: 30px;
    height: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .single-car {
    width: calc((100% - 32px) / 3.001);
  }
}
@media screen and (max-width: 1024px) {
  .single-car {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .single-car {
    width: 100%;
  }
}
.dark-mode .single-car .single-car-content {
  background-color: #182336;
  border-right: 1px solid #182336;
  border-left: 1px solid #182336;
}
.dark-mode .single-car .single-car-data-row span:nth-of-type(1) {
  color: #73818E;
}
.dark-mode .single-car .single-car-data-row span:nth-last-of-type(1) {
  color: #fff;
}
.dark-mode .single-car .single-car-button a:hover {
  color: #0C121C;
  background-color: #fff;
}
.dark-mode .single-car-prices-common .single-car-monthly-price {
  background-color: #182336;
}
.dark-mode .single-car-prices-common .single-car-monthly-price-title {
  color: #fff;
}
.dark-mode .single-car-prices-common .single-car-monthly-price-value span {
  color: #fff;
}
.dark-mode .single-car-prices-common .single-car-monthly-price-cb-logo .cb-logo-light-mode {
  visibility: hidden;
  opacity: 0;
}
.dark-mode .single-car-prices-common .single-car-monthly-price-cb-logo .cb-logo-dark-mode {
  visibility: visible;
  opacity: 1;
}

.calculator-wrapper .calculator-titles {
  margin-bottom: 8px;
}
.calculator-wrapper .calculator-title {
  margin-bottom: 0;
}
.calculator-wrapper .slider-value-wrapper {
  gap: 12px;
}
.calculator-wrapper .slider-value-title {
  font-size: 14px;
}
.calculator-wrapper .slider-value-input-wrapper input {
  border: none;
  background-color: #EFF5FB;
  color: #292A2C;
  font-size: 20px;
  padding: 8px;
}
.calculator-wrapper .slider-value-input-price-wrapper {
  width: 112px;
}
.calculator-wrapper .slider-value-input-term-wrapper {
  width: 70px;
}
.calculator-wrapper .slider-value-title, .calculator-wrapper .calculator-totals-title, .calculator-wrapper .calculator-totals-value-wrapper {
  white-space: nowrap;
}
.calculator-wrapper .calculator-totals-title {
  font-size: 16px;
  margin-bottom: 0;
}
.calculator-wrapper .calculator-totals-value-wrapper {
  font-size: 25px;
  line-height: 32px;
}
.calculator-wrapper .fb-slider {
  border: none;
  border-radius: 50px;
  background-color: #5AB0FF;
}
.calculator-wrapper .fb-slider .ui-slider-range {
  border-radius: 50px;
  font-size: 0;
  background-color: #0C121C;
}
.calculator-wrapper .fb-slider .ui-slider-handle {
  border: none;
  background: #fff;
  border-radius: 50%;
  color: #fff;
  margin-left: -22.5px;
  cursor: pointer;
}
.calculator-wrapper .fb-slider .ui-slider-handle:focus {
  outline: none;
}

.calculator-additional {
  color: #788DA1;
  font-size: 12px;
  top: calc(100% + 8px);
  z-index: -1;
}

.home-page .calculator-container {
  width: 603px;
}
.home-page .calculator-wrapper {
  padding: 32px;
}
.home-page .calculator-wrapper .slider-value-wrapper {
  margin-bottom: 24px;
}
.home-page .calculator-wrapper .calculator-sliders {
  margin-bottom: 40px;
}
.home-page .calculator-wrapper .single-slider-wrapper {
  margin-bottom: 28px;
}
.home-page .calculator-wrapper .calculator-totals {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.home-page .calculator-wrapper .fb-slider .ui-slider-handle {
  top: -16px;
  width: 45px;
  height: 45px;
}
.home-page .calculator-additional {
  left: 32px;
  width: calc(100% - 64px);
}

.single-car-page .calculator-container {
  width: 800px;
}
.single-car-page .calculator-wrapper {
  padding: 12px 20px 40px;
}
.single-car-page .calculator-wrapper .fb-slider .ui-slider-handle {
  top: -7px;
  width: 27px;
  height: 27px;
}
.single-car-page .calculator-wrapper .calculator-form {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 24px;
}
.single-car-page .calculator-wrapper .calculator-sliders {
  width: 530px;
  gap: 24px;
  display: flex;
  display: -webkit-flex;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.single-car-page .calculator-wrapper .single-slider-wrapper {
  width: calc(50% - 12px);
}
.single-car-page .calculator-wrapper .slider-value-wrapper {
  margin-bottom: 12px;
}
.single-car-page .calculator-wrapper .calculator-totals-title {
  text-transform: none !important;
}
.single-car-page .calculator-additional {
  left: 20px;
  width: calc(100% - 40px);
}

@media screen and (max-width: 1366px) {
  .single-car-page .calculator-container {
    width: 100%;
  }
  .single-car-page .calculator-wrapper .calculator-form {
    gap: 32px;
  }
  .single-car-page .calculator-wrapper .calculator-sliders {
    width: calc(100% - 250px - 32px);
    gap: 32px;
  }
  .single-car-page .calculator-wrapper .single-slider-wrapper {
    width: calc(50% - 16px);
  }
  .single-car-page .calculator-wrapper .calculator-totals {
    width: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .home-page .calculator-container {
    width: 520px;
  }
  .home-page .calculator-wrapper {
    padding: 24px;
  }
  .home-page .calculator-wrapper .calculator-sliders {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .home-page .calculator-container {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .single-car-page .calculator-wrapper .calculator-titles {
    display: none !important;
  }
  .single-car-page .calculator-wrapper .calculator-totals {
    position: relative;
  }
  .single-car-page .calculator-wrapper .calculator-submit {
    position: absolute;
    bottom: -74px;
    left: 0;
  }
  .single-car-page .calculator-wrapper .calculator-submit-button {
    font-size: 16px;
    line-height: 24px;
    padding: 10.5px 14.5px;
  }
  .single-car-page .calculator-wrapper .calculator-submit-button:hover {
    color: #0C121C !important;
    background-color: #fff !important;
    border: 1px solid #0C121C !important;
  }
}
@media screen and (max-width: 1024px) {
  .single-car-page .calculator-wrapper {
    padding: 24px;
  }
  .single-car-page .calculator-wrapper .fb-slider .ui-slider-handle {
    top: -16px;
    width: 45px;
    height: 45px;
  }
  .single-car-page .calculator-wrapper .calculator-form, .single-car-page .calculator-wrapper .calculator-sliders {
    display: block;
  }
  .single-car-page .calculator-wrapper .calculator-sliders, .single-car-page .calculator-wrapper .single-slider-wrapper, .single-car-page .calculator-wrapper .calculator-totals {
    width: 100%;
  }
  .single-car-page .calculator-wrapper .slider-value-wrapper {
    margin-bottom: 24px;
  }
  .single-car-page .calculator-wrapper .calculator-totals-title {
    text-transform: uppercase !important;
  }
  .single-car-page .calculator-wrapper .calculator-sliders {
    margin-bottom: 32px;
  }
  .single-car-page .calculator-wrapper .single-slider-wrapper {
    margin-bottom: 28px;
  }
  .single-car-page .calculator-wrapper .calculator-totals {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .calculator-wrapper {
    padding: 24px 16px 32px !important;
  }
  .calculator-wrapper .calculator-titles, .calculator-wrapper .calculator-totals {
    text-align: center;
  }
  .calculator-wrapper .calculator-totals-inner, .calculator-wrapper .calculator-submit {
    width: 100%;
  }
  .calculator-wrapper .calculator-sliders {
    margin-bottom: 48px !important;
  }
  .calculator-wrapper .calculator-totals {
    gap: 24px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.single-car-page .single-car-details {
  margin-bottom: 64px;
}
.single-car-page .single-car-details-title {
  margin-bottom: 32px;
}
.single-car-page .single-car-details-container {
  gap: 16px;
}
.single-car-page .single-car-details-list {
  width: calc(100% - 311px - 16px);
}
.single-car-page .single-car-details-banner {
  width: 311px;
  padding: 96px 24px 0;
}
.single-car-page .single-car-details-banner-title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 16px;
}
.single-car-page .single-car-details-banner-title span {
  color: #000;
}
.single-car-page .single-car-details-banner-text {
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 32px;
}
.single-car-page .single-car-details-banner-content {
  padding-bottom: 48px;
}
.single-car-page .single-car-details-banner-main {
  width: 250px;
}
.single-car-page .single-car-details-banner-background {
  bottom: 24px;
  right: -24px;
  max-width: 100%;
  height: 220px;
}

@media screen and (max-width: 1680px) {
  .single-car-page .single-car-details-banner {
    padding: 64px 24px 0;
  }
}
@media screen and (max-width: 1280px) {
  .single-car-page .single-car-details {
    margin-bottom: 48px;
  }
  .single-car-page .single-car-details-banner {
    padding: 48px 24px 0;
  }
  .single-car-page .single-car-details-banner-title {
    margin-bottom: 12px;
  }
  .single-car-page .single-car-details-title, .single-car-page .single-car-details-banner-text {
    margin-bottom: 24px;
  }
  .single-car-page .single-car-details-banner-content {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .single-car-page .single-car-details-list, .single-car-page .single-car-details-banner {
    width: 100%;
  }
  .single-car-page .single-car-details-banner {
    padding: 32px 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .single-car-page .single-car-details-title {
    margin-bottom: 16px;
  }
}
.single-car-page .single-car-characteristics-wrapper {
  margin-bottom: 64px;
  gap: 48px;
}
.single-car-page .single-car-characteristics {
  width: calc(100% - 800px - 48px);
  gap: 48px;
}
.single-car-page .single-car-characteristics-column {
  width: calc(50% - 24px);
}
.single-car-page .single-car-characteristic-row {
  border-bottom: 1px solid #D9D9D9;
  padding: 6px 0;
  gap: 8px;
}
.single-car-page .single-car-characteristic-row-title, .single-car-page .single-car-characteristic-row-value {
  font-size: 14px;
  line-height: 18px;
}
.single-car-page .single-car-characteristic-row-title {
  font-family: FontBold;
}

@media screen and (max-width: 1680px) {
  .single-car-page .single-car-characteristics-wrapper {
    gap: 32px;
  }
  .single-car-page .single-car-characteristics {
    width: calc(100% - 800px - 32px);
    gap: 32px;
  }
  .single-car-page .single-car-characteristics-column {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1366px) {
  .single-car-page .single-car-characteristics {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .single-car-page .single-car-characteristics-wrapper {
    margin-bottom: 48px;
    gap: 32px;
  }
  .single-car-page .single-car-characteristics {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .single-car-page .single-car-characteristics {
    gap: 0;
  }
  .single-car-page .single-car-characteristics-column {
    width: 100%;
  }
}
.single-car-hero {
  border-radius: 0 0 10px 10px;
}
.single-car-hero .single-car-hero-buttons {
  margin-bottom: 32px;
  gap: 40px;
}
.single-car-hero .single-car-hero-buttons-inner {
  gap: 10px;
}
.single-car-hero .single-car-hero-back-button {
  color: #CBDAE8;
  position: relative;
  font-size: 14px;
  font-family: FontSemiBold;
}
.single-car-hero .single-car-hero-back-button:hover:before, .single-car-hero .single-car-hero-back-button:hover:after {
  width: 100%;
  opacity: 1;
}
.single-car-hero .single-car-hero-back-button:after {
  left: 0;
  background-color: #fff;
}
.single-car-hero .single-car-hero-back-button:before, .single-car-hero .single-car-hero-back-button:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-car-hero .single-car-hero-back-button:hover {
  color: #fff;
}
.single-car-hero .single-car-hero-main-row {
  margin-bottom: 24px;
  gap: 32px;
}
.single-car-hero .single-car-hero-main-row-data-wrapper {
  width: calc(100% - 550px - 32px);
}
.single-car-hero .single-car-hero-main-row-data-statistic {
  font-size: 14px;
  margin-bottom: 32px;
  color: #CBDAE8;
}
.single-car-hero .single-car-hero-main-row-data-title {
  font-size: 60px;
  margin-bottom: 16px;
}
.single-car-hero .single-car-hero-main-row-data-prices-wrapper {
  max-width: 320px;
}
.single-car-hero .single-car-hero-main-row-logo-wrapper {
  width: 550px;
  gap: 28px;
}
.single-car-hero .single-car-hero-main-row-logo-inner {
  width: 186px;
  height: 186px;
  padding: 24px;
  position: relative;
  transition: all 0.2s linear;
}
.single-car-hero .single-car-hero-main-row-logo-inner img {
  position: absolute;
  top: 24px;
  left: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  object-fit: contain;
  transition: all 0.2s linear;
}
.single-car-hero .single-car-hero-main-row-logo-inner .single-car-hero-logo-light-mode {
  opacity: 1;
  visibility: visible;
}
.single-car-hero .single-car-hero-main-row-logo-inner .single-car-hero-logo-dark-mode {
  opacity: 0;
  visibility: hidden;
}
.single-car-hero .single-car-hero-main-row-company {
  width: calc(100% - 186px - 24px);
}
.single-car-hero .single-car-hero-main-row-company-name {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
.single-car-hero .single-car-hero-main-row-company-link a {
  color: #fff;
  position: relative;
  font-size: 16px;
}
.single-car-hero .single-car-hero-main-row-company-link a:hover:before, .single-car-hero .single-car-hero-main-row-company-link a:hover:after {
  width: 100%;
  opacity: 1;
}
.single-car-hero .single-car-hero-main-row-company-link a:after {
  left: 0;
  background-color: #fff;
}
.single-car-hero .single-car-hero-main-row-company-link a:before, .single-car-hero .single-car-hero-main-row-company-link a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-car-hero .single-car-hero-main-row-company-link a:hover {
  color: #fff;
}
.single-car-hero .single-car-hero-address-wrapper {
  gap: 16px;
}
.single-car-hero .single-car-hero-address-image {
  margin-right: 14px;
}
.single-car-hero .single-car-hero-address-image img, .single-car-hero .single-car-hero-address-image svg {
  object-fit: contain;
  width: 28px;
  height: 37px;
}
.single-car-hero .single-car-hero-address-text {
  font-size: 16px;
}
.single-car-hero .single-car-hero-address-text a {
  position: relative;
  color: #fff;
}
.single-car-hero .single-car-hero-address-text a:hover:before, .single-car-hero .single-car-hero-address-text a:hover:after {
  width: 100%;
  opacity: 1;
}
.single-car-hero .single-car-hero-address-text a:after {
  left: 0;
  background-color: #fff;
}
.single-car-hero .single-car-hero-address-text a:before, .single-car-hero .single-car-hero-address-text a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-car-hero .single-car-hero-address-text a:hover {
  color: #fff;
}
.single-car-hero .single-car-hero-address-links {
  gap: 10px;
}
.single-car-hero .single-car-hero-address-link a:hover img, .single-car-hero .single-car-hero-address-link a:hover svg {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}
.single-car-hero .single-car-hero-address-link img, .single-car-hero .single-car-hero-address-link svg {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.single-car-hero-with-carousel {
  padding: 16px 0 174px;
}

.single-car-hero-without-carousel {
  padding: 16px 0 32px;
}

@media screen and (max-width: 1680px) {
  .single-car-hero .single-car-hero-main-row-data-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .single-car-hero .single-car-hero-main-row-data-prices-wrapper {
    max-width: 265px;
  }
}
@media screen and (max-width: 1280px) {
  .single-car-hero .single-car-hero-buttons {
    margin-bottom: 24px;
    gap: 32px;
  }
  .single-car-hero .single-car-hero-main-row-data-wrapper {
    width: calc(100% - 420px - 32px);
  }
  .single-car-hero .single-car-hero-main-row-data-statistic {
    margin-bottom: 24px;
  }
  .single-car-hero .single-car-hero-main-row-data-title {
    font-size: 40px;
  }
  .single-car-hero .single-car-hero-main-row-logo-inner {
    width: 144px;
    height: 144px;
    padding: 16px;
  }
  .single-car-hero .single-car-hero-main-row-company {
    width: calc(100% - 144px - 24px);
  }
  .single-car-hero .single-car-hero-main-row-logo-wrapper {
    width: 420px;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .single-car-hero .single-car-hero-main-row-data-wrapper {
    width: calc(100% - 350px - 32px);
  }
  .single-car-hero .single-car-hero-main-row-data-statistic {
    margin-bottom: 16px;
  }
  .single-car-hero .single-car-hero-main-row-data-title {
    font-size: 30px;
  }
  .single-car-hero .single-car-hero-main-row-logo-wrapper {
    width: 350px;
  }
  .single-car-hero .single-car-hero-main-row-logo-inner {
    width: 113px;
    height: 113px;
  }
  .single-car-hero .single-car-hero-main-row-company {
    width: calc(100% - 113px - 24px);
  }
}
@media screen and (max-width: 767px) {
  .single-car-hero-with-carousel {
    padding: 16px 0 32px;
  }
  .single-car-hero .single-car-hero-main-row-data-wrapper, .single-car-hero .single-car-hero-main-row-logo-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .single-car-hero .single-car-hero-buttons {
    margin-bottom: 20px;
    gap: 24px;
  }
  .single-car-hero .single-car-hero-main-row {
    margin-bottom: 32px;
  }
  .single-car-hero .single-car-hero-main-row-data-statistic {
    margin-bottom: 12px;
  }
  .single-car-hero .single-car-hero-main-row-data-title {
    margin-bottom: 12px;
  }
  .single-car-hero .single-car-hero-main-row-data-prices-wrapper {
    max-width: 308px;
  }
  .single-car-hero .single-car-hero-address-wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .single-car-hero .single-car-hero-address, .single-car-hero .single-car-hero-address-links {
    width: 100%;
  }
  .single-car-hero .single-car-hero-address-link img, .single-car-hero .single-car-hero-address-link svg {
    width: 34px;
    height: 34px;
  }
}
.dark-mode .single-car-hero .single-car-hero-main-row-logo-inner {
  background-color: #182336;
}
.dark-mode .single-car-hero .single-car-hero-main-row-logo-inner .single-car-hero-logo-light-mode {
  opacity: 0;
  visibility: hidden;
}
.dark-mode .single-car-hero .single-car-hero-main-row-logo-inner .single-car-hero-logo-dark-mode {
  opacity: 1;
  visibility: visible;
}

.common-modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(12, 18, 28, 0.8);
  padding: 64px 64px 84px;
  top: 0;
  left: 0;
  z-index: 1023;
  visibility: hidden;
  opacity: 0;
}
.common-modal::-webkit-scrollbar {
  width: 0;
}
.common-modal::-webkit-scrollbar-track {
  background-color: transparent;
}
.common-modal::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.common-modal .common-modal-cross img {
  width: 30px;
  height: 30px;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.common-modal .common-modal-cross:hover img {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.common-modal .common-modal-content {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .common-modal {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 600px) {
  .common-modal {
    padding: 48px 16px;
  }
}
.banner-modal {
  padding: 0 !important;
}
.banner-modal .banner-image {
  border-radius: 0 0 35px 35px;
  max-width: 100%;
  max-height: 100vh;
}

.banner-modal-visible {
  visibility: visible;
  opacity: 1;
}

.form-modal .form-modal-inner {
  padding: 48px;
}
.form-modal .form-modal-main {
  margin-bottom: 32px;
}
.form-modal .form-modal-title {
  font-size: 35px;
  margin-bottom: 16px;
}
.form-modal .form-modal-title span {
  color: #0077E6;
}
.form-modal .form-modal-subtext {
  font-size: 16px;
  line-height: 22px;
}
.form-modal .form-modal-inputs-wrapper, .form-modal .form-modal-inputs-inner {
  gap: 16px;
}
.form-modal .form-modal-inputs-wrapper, .form-modal .form-modal-checkboxes {
  margin-bottom: 24px;
}
.form-modal .form-modal-inputs-inner:before {
  content: "-";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.form-modal .form-modal-input-wrapper, .form-modal .form-modal-input-inner {
  width: calc(50% - 8px);
}

.corner-form-modal {
  padding: 0 !important;
}
.corner-form-modal .corner-form-modal-content {
  max-width: 673px;
}
.corner-form-modal .corner-form-modal-inner {
  border-radius: 5px 0 0 5px;
}

.center-form-modal .center-form-modal-content {
  max-width: 1147px;
}
.center-form-modal .center-form-modal-inner {
  border-radius: 5px;
}
.center-form-modal .center-form-modal-image {
  width: 357px;
}
.center-form-modal .center-form-modal-image img {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px 25px 25px 5px;
}
.center-form-modal .center-form-modal-main {
  width: calc(100% - 357px);
}
.center-form-modal .center-form-modal-main-inner {
  max-width: 650px;
}
.center-form-modal .form-modal-selected-data {
  gap: 12px;
}
.center-form-modal .form-modal-selected-data-image {
  width: 53px;
}
.center-form-modal .form-modal-selected-data-image:before {
  content: "";
  display: block;
  padding-top: 83.01%;
}
.center-form-modal .form-modal-selected-data-image img {
  border-radius: 5px;
}
.center-form-modal .form-modal-selected-data-content {
  width: calc(100% - 12px - 53px);
}
.center-form-modal .form-modal-selected-data-title, .center-form-modal .form-modal-selected-data-price {
  font-size: 16px;
  line-height: 22px;
}

.corner-form-modal-visible, .center-form-modal-visible {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .form-modal .form-modal-inner {
    padding: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .form-modal .form-modal-inner {
    padding: 24px;
  }
  .center-form-modal .center-form-modal-image {
    width: 250px;
  }
  .center-form-modal .center-form-modal-main {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .corner-form-modal .corner-form-modal-content {
    max-width: none;
  }
  .corner-form-modal .corner-form-modal-inner {
    border-radius: 0;
  }
  .center-form-modal .center-form-modal-image {
    display: none;
  }
  .center-form-modal .center-form-modal-main {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .form-modal .form-modal-main {
    margin-bottom: 24px;
  }
  .form-modal .form-modal-input-wrapper {
    width: 100%;
  }
  .form-modal .form-modal-inner {
    padding: 32px 16px 64px;
  }
  .center-form-modal {
    padding: 0 !important;
  }
  .center-form-modal .center-form-modal-inner {
    border-radius: 0;
  }
}
.dark-mode .form-modal .form-modal-inner {
  background-color: #182336;
}
.dark-mode .form-modal .form-modal-button:hover {
  color: #0C121C !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

.hero-profile-wrapper .hero-profile-notice {
  background-color: #CDEDE8;
  padding: 16px 0;
}
.hero-profile-wrapper .hero-profile-notice-inner, .hero-profile-wrapper .hero-default-container-inner {
  gap: 32px;
}
.hero-profile-wrapper .hero-profile-notice-data {
  gap: 16px;
}
.hero-profile-wrapper .hero-profile-notice-data-icon {
  position: relative;
  top: 2px;
}
.hero-profile-wrapper .hero-profile-notice-data-icon svg {
  width: 36px;
  height: 36px;
}
.hero-profile-wrapper .hero-profile-notice-data-icon svg path {
  fill: #000;
  transition: all 0.2s linear;
}
.hero-profile-wrapper .hero-profile-notice-data-title {
  font-size: 18px;
  line-height: 22px;
}
.hero-profile-wrapper .hero-profile-notice-data-subtext {
  font-size: 15px;
  line-height: 18px;
}
.hero-profile-wrapper .hero-profile-notice-edit-image {
  font-size: 16px;
  line-height: 18px;
}
.hero-profile-wrapper .hero-profile-notice-edit-image label {
  margin: 0;
  position: relative;
  color: #0077E6;
  cursor: pointer;
}
.hero-profile-wrapper .hero-profile-notice-edit-image label:hover:before, .hero-profile-wrapper .hero-profile-notice-edit-image label:hover:after {
  width: 100%;
  opacity: 1;
}
.hero-profile-wrapper .hero-profile-notice-edit-image label:after {
  left: 0;
  background-color: #0077E6;
}
.hero-profile-wrapper .hero-profile-notice-edit-image label:before, .hero-profile-wrapper .hero-profile-notice-edit-image label:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.hero-profile-wrapper .hero-profile-notice-edit-image label:hover {
  color: #0077E6;
}
.hero-profile-wrapper .hero-profile-background, .hero-profile-wrapper .hero-profile-gradient {
  border-radius: 0 0 10px 10px;
}
.hero-profile-wrapper .profile-image-input, .hero-profile-wrapper .profile-background-input {
  position: absolute;
  left: -9999px;
}
.hero-profile-wrapper .hero-profile-container {
  min-height: 317px;
  padding: 32px 0;
}
.hero-profile-wrapper .hero-profile-image-wrapper {
  border: 3px solid #fff;
  width: 186px;
  height: 186px;
}
.hero-profile-wrapper .hero-profile-data {
  width: calc(100% - 186px - 32px);
  gap: 16px 32px;
}
.hero-profile-wrapper .hero-profile-name {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0;
}
.hero-profile-wrapper .hero-profile-subtext {
  font-size: 16px;
  line-height: 24px;
}
.hero-profile-wrapper .hero-profile-button {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.hero-profile-wrapper .hero-profile-button-link {
  color: #fff !important;
  background-color: #32BEA6 !important;
  border: 1px solid #32BEA6 !important;
  gap: 12px;
}
.hero-profile-wrapper .hero-profile-button-link svg path {
  transition: all 0.2s linear;
  fill: #fff;
}
.hero-profile-wrapper .hero-profile-button-link:hover {
  color: #0C121C !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.hero-profile-wrapper .hero-profile-button-link:hover svg path {
  fill: #0C121C;
}
.hero-profile-wrapper .hero-change-background-wrapper {
  bottom: 0;
  right: 0;
}
.hero-profile-wrapper .hero-change-background-wrapper label {
  margin: 0;
  cursor: pointer;
  transition: all 0.2s linear;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  color: #EAF0F5;
}
.hero-profile-wrapper .hero-change-background-wrapper label:hover:before, .hero-profile-wrapper .hero-change-background-wrapper label:hover:after {
  width: 100%;
  opacity: 1;
}
.hero-profile-wrapper .hero-change-background-wrapper label:after {
  left: 0;
  background-color: #fff;
}
.hero-profile-wrapper .hero-change-background-wrapper label:before, .hero-profile-wrapper .hero-change-background-wrapper label:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.hero-profile-wrapper .hero-change-background-wrapper label:hover {
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .hero-profile-wrapper .hero-profile-container {
    min-height: 300px;
  }
  .hero-profile-wrapper .hero-profile-notice-inner, .hero-profile-wrapper .hero-default-container-inner {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-profile-wrapper .hero-profile-container {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .hero-profile-wrapper .hero-profile-notice {
    padding: 16px 0 32px;
  }
  .hero-profile-wrapper .hero-profile-notice-inner {
    gap: 16px;
  }
  .hero-profile-wrapper .hero-profile-notice-edit-image {
    width: 100%;
    text-align: center;
  }
  .hero-profile-wrapper .hero-default-container-inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: static;
    gap: 12px;
  }
  .hero-profile-wrapper .hero-profile-container {
    padding: 0 0 64px;
    min-height: 0;
  }
  .hero-profile-wrapper .hero-profile-image-wrapper {
    width: 100px;
    height: 100px;
    top: -16px;
    margin-bottom: -16px;
  }
  .hero-profile-wrapper .hero-profile-data {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .hero-profile-wrapper .hero-change-background-wrapper {
    position: static !important;
    right: auto;
    bottom: auto;
    margin-top: 12px;
  }
  .hero-profile-wrapper .hero-profile-button {
    position: absolute;
    top: calc(100% + 64px + 24px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .hero-profile-wrapper .hero-profile-button-link:hover {
    border: 1px solid #0C121C !important;
  }
}
.dark-mode .hero-profile-wrapper .hero-profile-notice {
  background-color: #73818E;
}
.dark-mode .hero-profile-wrapper .hero-profile-notice-data-icon svg path {
  fill: #fff;
}
.dark-mode .hero-profile-wrapper .hero-profile-notice-edit-image label {
  color: #fff;
}
.dark-mode .hero-profile-wrapper .hero-profile-notice-edit-image label:after {
  left: 0;
  background-color: #fff;
}
.dark-mode .hero-profile-wrapper .hero-profile-notice-edit-image label:before, .dark-mode .hero-profile-wrapper .hero-profile-notice-edit-image label:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.dark-mode .hero-profile-wrapper .hero-profile-notice-edit-image label:before, .dark-mode .hero-profile-wrapper .hero-profile-notice-edit-image label:after {
  width: 100%;
  opacity: 1;
}
.dark-mode .hero-profile-wrapper .hero-profile-notice-edit-image label:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .dark-mode .hero-profile-wrapper .hero-profile-button-link:hover {
    border: 1px solid #fff !important;
  }
}
.profile-sidebar-wrapper {
  width: 292px;
}
.profile-sidebar-wrapper .profile-sidebar-menu {
  margin-bottom: 12px;
  padding: 40px 32px 48px;
  border: 1px solid #EFEFEF;
}
.profile-sidebar-wrapper .single-sidebar-point {
  margin-bottom: 16px;
}
.profile-sidebar-wrapper .single-sidebar-link {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 12px;
  font-size: 0;
}
.profile-sidebar-wrapper .single-sidebar-link span {
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-family: FontSemiBold;
  font-size: 14px;
  color: #0C121C;
}
.profile-sidebar-wrapper .single-sidebar-link svg {
  width: 24px;
  height: 24px;
}
.profile-sidebar-wrapper .single-sidebar-link svg path {
  fill: #000;
  transition: all 0.2s linear;
}
.profile-sidebar-wrapper .single-sidebar-link:hover svg path {
  fill: #0077E6;
}
.profile-sidebar-wrapper .single-sidebar-link:hover span {
  color: #0077E6;
}
.profile-sidebar-wrapper .single-sidebar-link.active svg path {
  fill: #0077E6;
}
.profile-sidebar-wrapper .single-sidebar-link.active span {
  color: #0077E6;
}
.profile-sidebar-wrapper .single-sidebar-statistic {
  margin-bottom: 12px;
  padding: 12px 24px;
  color: #0C121C;
}
.profile-sidebar-wrapper .active-advertisements-sidebar-statistic {
  background-color: #D4F6F1;
}
.profile-sidebar-wrapper .total-views-sidebar-statistic {
  background-color: #EDE6FD;
}
.profile-sidebar-wrapper .single-sidebar-statistic-title {
  font-size: 16px;
}
.profile-sidebar-wrapper .single-sidebar-statistic-value {
  font-size: 22px;
}

@media screen and (max-width: 1280px) {
  .profile-sidebar-wrapper .profile-sidebar-menu {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 1025px) {
  .profile-sidebar-wrapper .profile-sidebar-collapse-wrapper {
    display: none !important;
  }
  .profile-sidebar-wrapper .profile-sidebar {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .profile-sidebar-wrapper {
    width: 100%;
    padding-bottom: 16px;
  }
  .profile-sidebar-wrapper .profile-sidebar-collapse-wrapper {
    padding-bottom: 8px;
    text-align: right;
  }
  .profile-sidebar-wrapper .profile-sidebar-collapse {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    gap: 8px;
  }
  .profile-sidebar-wrapper .profile-sidebar-collapse span {
    font-size: 16px;
    color: #0077E6;
    transition: all 0.2s linear;
  }
  .profile-sidebar-wrapper .profile-sidebar-collapse svg {
    width: 12px;
    height: 12px;
  }
  .profile-sidebar-wrapper .profile-sidebar-collapse svg path {
    transition: all 0.2s linear;
    fill: #0077E6;
  }
}
@media screen and (max-width: 767px) {
  .profile-sidebar-wrapper .profile-sidebar-collapse-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .profile-sidebar-wrapper .profile-sidebar-menu {
    padding: 24px 16px;
  }
  .profile-sidebar-wrapper .single-sidebar-statistic {
    padding: 12px 16px;
  }
}
.dark-mode .profile-sidebar-wrapper .profile-sidebar-menu {
  border: 1px solid #182336;
  background-color: #182336;
}
.dark-mode .profile-sidebar-wrapper .single-sidebar-link span {
  color: #fff;
}
.dark-mode .profile-sidebar-wrapper .single-sidebar-link svg path {
  fill: #fff;
}
.dark-mode .profile-sidebar-wrapper .single-sidebar-link:hover svg path {
  fill: #0077E6;
}
.dark-mode .profile-sidebar-wrapper .single-sidebar-link:hover span {
  color: #0077E6;
}
.dark-mode .profile-sidebar-wrapper .single-sidebar-link.active svg path {
  fill: #0077E6;
}
.dark-mode .profile-sidebar-wrapper .single-sidebar-link.active span {
  color: #0077E6;
}

@media screen and (max-width: 1024px) {
  .dark-mode .profile-sidebar-wrapper .profile-sidebar-collapse span {
    color: #fff;
  }
  .dark-mode .profile-sidebar-wrapper .profile-sidebar-collapse svg path {
    fill: #fff;
  }
}
.single-advertisement {
  margin-bottom: 32px;
}
.single-advertisement .single-advertisement-helper {
  border: 1px solid #EFF3F6;
}
.single-advertisement .single-advertisement-type {
  top: 8px;
  right: 8px;
}
.single-advertisement .single-advertisement-type svg path {
  transition: all 0.2s linear;
}
.single-advertisement .single-advertisement-type.active svg {
  width: 8px;
  height: 8px;
}
.single-advertisement .single-advertisement-type.draft svg {
  width: 17px;
  height: 17px;
}
.single-advertisement .single-advertisement-type.draft svg path {
  fill: #B8B8B8;
}
.single-advertisement .single-advertisement-content-wrapper {
  width: calc(100% - 272px);
  padding: 24px;
}
.single-advertisement .single-advertisement-content-inner {
  gap: 16px;
}
.single-advertisement .single-advertisement-image-wrapper {
  width: 272px;
}
.single-advertisement .single-advertisement-image-wrapper:before {
  content: "";
  display: block;
  padding-top: 81.25%;
}
.single-advertisement .single-advertisement-data {
  width: 317px;
}
.single-advertisement .single-advertisement-title-row {
  gap: 0 24px;
  margin-bottom: 24px;
}
.single-advertisement .single-advertisement-title {
  margin-bottom: 0;
  font-size: 16px;
}
.single-advertisement .single-advertisement-price {
  font-size: 14px;
}
.single-advertisement .single-advertisement-characteristic-row {
  gap: 0 8px;
  padding: 6px 0;
  border-bottom: 1px solid #D9D9D9;
}
.single-advertisement .single-advertisement-characteristic-row:nth-last-of-type(1) {
  border-bottom: none;
}
.single-advertisement .single-advertisement-characteristic-title, .single-advertisement .single-advertisement-characteristic-value {
  font-size: 14px;
  line-height: 18px;
}
.single-advertisement .single-advertisement-characteristic-title {
  color: #292A2C;
}
.single-advertisement .single-advertisement-characteristic-value {
  color: #82898F;
}
.single-advertisement .single-advertisement-image {
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}
.single-advertisement .single-advertisement-description {
  width: 254px;
  font-size: 14px;
  line-height: 18px;
  color: #292A2C;
  transition: all 0.2s linear;
}
.single-advertisement .single-advertisement-buttons-wrapper {
  width: 89px;
}
.single-advertisement .single-advertisement-button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  position: relative;
  border-radius: 50px;
  padding: 5.5px 8px;
  font-size: 14px;
  width: 100%;
}
.single-advertisement .single-advertisement-button-wrapper {
  margin-bottom: 8px;
}
.single-advertisement .single-advertisement-button-view {
  background-color: #0077E6;
  border: 1px solid #0077E6;
  color: #fff;
}
.single-advertisement .single-advertisement-button-view:hover {
  background-color: #fff;
  border: 1px solid #0077E6;
  color: #0C121C;
}
.single-advertisement .single-advertisement-button-edit {
  background-color: #E4E5E8;
  border: 1px solid #E4E5E8;
  color: #0C121C;
}
.single-advertisement .single-advertisement-button-edit:hover {
  background-color: #fff;
  border: 1px solid #E4E5E8;
  color: #0C121C;
}
.single-advertisement .single-advertisement-button-delete {
  background-color: #DFCDCD;
  border: 1px solid #DFCDCD;
  color: #0C121C;
}
.single-advertisement .single-advertisement-button-delete:hover {
  background-color: #fff;
  border: 1px solid #DFCDCD;
  color: #0C121C;
}
.single-advertisement .delete-advertisement-wrapper {
  font-size: 10px;
  white-space: nowrap;
  top: calc(100% + 4px);
  left: 0;
}
.single-advertisement .delete-advertisement-wrapper a {
  position: relative;
  color: #0077E6;
}
.single-advertisement .delete-advertisement-wrapper a:hover:before, .single-advertisement .delete-advertisement-wrapper a:hover:after {
  width: 100%;
  opacity: 1;
}
.single-advertisement .delete-advertisement-wrapper a:after {
  left: 0;
  background-color: #0077E6;
}
.single-advertisement .delete-advertisement-wrapper a:before, .single-advertisement .delete-advertisement-wrapper a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-advertisement .delete-advertisement-wrapper a:before, .single-advertisement .delete-advertisement-wrapper a:after {
  bottom: 0;
}
.single-advertisement .delete-advertisement-wrapper a:hover {
  color: #0077E6;
}
.single-advertisement .single-advertisement-statistic {
  transition: all 0.2s linear;
  border-top: 1px solid #EFF3F6;
  gap: 16px 32px;
  padding: 13px;
}
.single-advertisement .single-statistic {
  gap: 5px;
}
.single-advertisement .single-statistic svg {
  width: 16px;
  height: 16px;
}
.single-advertisement .single-statistic svg path {
  transition: all 0.2s linear;
  fill: #BFC9D2;
}
.single-advertisement .single-statistic span {
  font-size: 12px;
  transition: all 0.2s linear;
  color: #292A2C;
}

@media screen and (max-width: 1420px) {
  .single-advertisement .single-advertisement-title-row {
    margin-bottom: 12px;
  }
  .single-advertisement .single-advertisement-content-inner {
    gap: 24px;
  }
  .single-advertisement .single-advertisement-data, .single-advertisement .single-advertisement-description {
    width: calc(50% - 12px);
  }
  .single-advertisement .single-advertisement-buttons-wrapper {
    width: 100%;
  }
  .single-advertisement .single-advertisement-buttons {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 16px;
  }
  .single-advertisement .single-advertisement-button-wrapper {
    width: calc((100% - 32px) / 3.001);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .single-advertisement .single-advertisement-data, .single-advertisement .single-advertisement-description {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-advertisement .single-advertisement-image-wrapper, .single-advertisement .single-advertisement-content-wrapper {
    width: 100%;
  }
  .single-advertisement .single-advertisement-image {
    width: calc(100% + 3px);
    height: calc(100% + 1px);
    top: -1px;
    left: -2px;
  }
  .single-advertisement .single-advertisement-content-inner {
    gap: 16px;
  }
  .single-advertisement .single-advertisement-content-wrapper {
    padding: 24px 16px;
  }
  .single-advertisement .single-advertisement-statistic {
    padding: 16px;
  }
}
.dark-mode .single-advertisement .single-advertisement-helper {
  border: 1px solid #182336;
  background-color: #182336;
}
.dark-mode .single-advertisement .single-advertisement-type.draft svg path {
  fill: #fff;
}
.dark-mode .single-advertisement .single-advertisement-characteristic-row {
  border-bottom: 1px solid #182336;
}
.dark-mode .single-advertisement .single-advertisement-characteristic-row:nth-last-of-type(1) {
  border-bottom: none;
}
.dark-mode .single-advertisement .single-advertisement-characteristic-title, .dark-mode .single-advertisement .single-advertisement-characteristic-value {
  color: #fff;
}
.dark-mode .single-advertisement .single-advertisement-description {
  color: #fff;
}
.dark-mode .single-advertisement .single-advertisement-button-view:hover {
  border: 1px solid #fff;
}
.dark-mode .single-advertisement .single-advertisement-button-edit:hover {
  border: 1px solid #fff;
}
.dark-mode .single-advertisement .single-advertisement-button-delete:hover {
  border: 1px solid #fff;
}
.dark-mode .single-advertisement .single-advertisement-statistic {
  border-top: 1px solid #182336;
}
.dark-mode .single-advertisement .single-statistic span {
  color: #fff;
}

.default-content-section {
  margin-bottom: 32px;
}

.default-content-section-title {
  margin-bottom: 12px;
}

.simple-page-main-title {
  margin-bottom: 40px;
}

.cars-wrapper {
  gap: 40px 16px;
}

.single-car-details-section-title {
  background-color: #0077E6;
  color: #fff;
  padding: 4px 16px;
  font-size: 18px;
  line-height: 25px;
  font-family: FontBold;
  margin-bottom: 0;
  border-radius: 5px;
}

.single-car-details-section-values {
  padding: 8px 16px;
}

.single-car-details-section-value {
  font-size: 15px;
  line-height: 28px;
  padding-left: 15px;
  color: #8C9CB6;
}

.single-car-details-section-value-active {
  color: #0C121C;
  background-image: url("../../images/dot.svg");
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-position: 0 9.5px;
  transition: all 0.2s linear;
}

.single-car-details-list {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-gap: 16px;
  -moz-column-gap: 16px;
  -webkit-column-gap: 16px;
}

.single-car-details-section {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.common-success-submit {
  max-width: 390px;
  margin: 0 auto;
}

.common-success-image {
  margin-bottom: 16px;
}
.common-success-image img, .common-success-image svg {
  width: 51px;
  height: 51px;
  object-fit: contain;
}

.common-success-title {
  margin-bottom: 16px;
}

.common-success-subtext {
  font-size: 14px;
  line-height: 25px;
}

.attachment-images {
  position: absolute;
  left: -9999px;
}

.attachment-image-label {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #CDD5DC;
  padding: 16px;
  cursor: pointer;
  margin-bottom: 0;
}
.attachment-image-label svg {
  width: 66px;
  height: 66px;
}
.attachment-image-label svg path {
  transition: all 0.2s linear;
  fill: #C6D2DD;
}
.attachment-image-label:hover svg path {
  fill: #0077E6;
}

.clean-image {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.clean-image:hover {
  animation: rotating 0.5s linear;
  -webkit-animation: rotating 0.5s linear;
}

@media screen and (max-width: 1500px) {
  .single-car-details-list {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
}
@media screen and (max-width: 1280px) {
  .simple-page-main-title {
    margin-bottom: 32px;
  }
  .default-content-section {
    margin-bottom: 24px;
  }
  .default-content-section-title {
    margin-bottom: 8px;
  }
  .cars-wrapper {
    gap: 32px 16px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px), (max-width: 819px) {
  .single-car-details-list {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px), (max-width: 500px) {
  .attachment-image-label {
    padding: 8px;
  }
  .attachment-image-label svg {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .default-content-section {
    margin-bottom: 16px;
  }
  .simple-page-main-title {
    margin-bottom: 24px;
  }
  .cars-wrapper {
    gap: 24px 16px;
  }
}
@media screen and (max-width: 600px) {
  .single-car-details-list {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}
@media screen and (max-width: 500px) {
  .cars-wrapper {
    gap: 16px;
  }
}
.dark-mode .single-car-details-section-value-active {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .dark-mode .single-car-page .calculator-wrapper .calculator-submit-button {
    color: #fff !important;
    background-color: #0C121C !important;
    border: 1px solid #fff !important;
  }
  .dark-mode .single-car-page .calculator-wrapper .calculator-submit-button:hover {
    color: #0C121C !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
  }
}
.enter-page .hero-enter {
  padding: 64px 0;
  border-radius: 0 0 10px 10px;
}
.enter-page .enter-container-background {
  top: -32px;
  left: calc(0px - (100vw - 1454px) / 2);
  width: calc(805px + (100vw - 1454px) / 2 + 32px);
  height: calc(100% + 32px + 64px);
  background-color: #F5FAFF;
  z-index: -1;
  transition: all 0.2s linear;
}
.enter-page .enter-forms {
  gap: 64px;
  max-width: 1240px;
}
.enter-page .registration-form-wrapper {
  width: calc(100% - 323px - 64px);
  max-width: 670px;
}
.enter-page .registration-form-title {
  margin-bottom: 16px;
}
.enter-page .registration-form-radios {
  margin-bottom: 24px;
  gap: 12px 32px;
}
.enter-page .registration-form-inputs {
  gap: 24px;
  margin-bottom: 24px;
}
.enter-page .registration-form-input-wrapper {
  width: calc(50% - 12px);
}
.enter-page .registration-form-subtext {
  margin-bottom: 32px;
  max-width: 540px;
  font-size: 14px;
  line-height: 25px;
}
.enter-page .registration-form-checkboxes {
  margin-bottom: 32px;
}
.enter-page .auth-form-wrapper {
  width: 323px;
}
.enter-page .auth-form-title, .enter-page .reset-password-form-title {
  margin-bottom: 32px;
}
.enter-page .auth-form-inputs, .enter-page .reset-password-form-inputs, .enter-page .switch-form {
  margin-bottom: 4px;
}
.enter-page .auth-form-input-wrapper, .enter-page .reset-password-form-input-wrapper {
  margin-bottom: 24px;
}
.enter-page .switch-form-toggle {
  font-size: 14px;
  position: relative;
  color: #0077E6;
}
.enter-page .switch-form-toggle:hover:before, .enter-page .switch-form-toggle:hover:after {
  width: 100%;
  opacity: 1;
}
.enter-page .switch-form-toggle:after {
  left: 0;
  background-color: #0077E6;
}
.enter-page .switch-form-toggle:before, .enter-page .switch-form-toggle:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.enter-page .switch-form-toggle:hover {
  color: #0077E6;
}
.enter-page .reset-password-form {
  display: none;
}
.enter-page .reset-password-success-submit {
  font-family: FontBold;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (max-width: 1454px) {
  .enter-page .enter-container-background {
    left: -32px;
    width: 869px;
  }
}
@media screen and (max-width: 1280px) {
  .enter-page .enter-container-background {
    left: -32px;
    width: calc(100% - 323px - 32px);
  }
  .enter-page .hero-enter {
    padding: 48px 0;
  }
  .enter-page .registration-form-radios {
    gap: 12px 24px;
  }
  .enter-page .registration-form-subtext {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .enter-page .enter-container-background {
    top: -32px;
    height: calc(100% + 32px);
  }
  .enter-page .registration-form-input-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .enter-page .existed-profile-button-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .enter-page .enter-forms {
    padding-top: 0;
    gap: 0;
  }
  .enter-page .existed-profile-button-wrapper {
    margin-bottom: 32px;
  }
  .enter-page .enter-container-background {
    display: none;
  }
  .enter-page .hero-enter {
    padding: 32px 0;
    border-radius: 0;
  }
  .enter-page .registration-form-wrapper {
    width: 100%;
    max-width: none;
    position: relative;
    padding: 32px 0;
    margin-bottom: 24px;
  }
  .enter-page .registration-form-wrapper:before {
    content: "";
    display: block;
    width: calc(100% + 64px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    background-color: #F5FAFF;
    transition: all 0.2s linear;
  }
  .enter-page .auth-form-wrapper {
    width: 100%;
  }
  .enter-page .auth-form-title, .enter-page .reset-password-form-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .enter-page .registration-form-radios {
    margin-bottom: 32px;
    gap: 16px;
  }
  .enter-page .registration-form-wrapper:before {
    width: calc(100% + 32px);
    left: -16px;
  }
}
.dark-mode .enter-page .enter-container-background {
  background-color: #182336;
}
.dark-mode .enter-page .auth-button, .dark-mode .enter-page .reset-password-button {
  color: #fff !important;
  background-color: #0077E6 !important;
  border: 1px solid #0077E6 !important;
}
.dark-mode .enter-page .auth-button:hover, .dark-mode .enter-page .reset-password-button:hover, .dark-mode .enter-page .registration-button:hover {
  color: #0C121C !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.dark-mode .enter-page .common-input-styling > input, .dark-mode .enter-page .common-input-styling > textarea {
  border: 1px solid #73818E;
  color: #fff;
  background-color: #73818E;
}
.dark-mode .enter-page .switch-form-toggle {
  color: #fff;
}
.dark-mode .enter-page .switch-form-toggle:hover:before, .dark-mode .enter-page .switch-form-toggle:hover:after {
  width: 100%;
  opacity: 1;
}
.dark-mode .enter-page .switch-form-toggle:after {
  left: 0;
  background-color: #fff;
}
.dark-mode .enter-page .switch-form-toggle:before, .dark-mode .enter-page .switch-form-toggle:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.dark-mode .enter-page .switch-form-toggle:hover {
  color: #fff;
}
.dark-mode .enter-page .switched-input + .password-visibility-switcher svg:hover path {
  fill: #fff;
}
.dark-mode .enter-page .switched-input + .password-visible svg path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .dark-mode .enter-page .registration-form-wrapper:before {
    background-color: #182336;
  }
}
.about-us-page .about-us-rows {
  margin-bottom: 64px;
}
.about-us-page .about-us-rows .single-about-us-row {
  margin-bottom: 64px;
  gap: 32px 64px;
}
.about-us-page .about-us-rows .single-about-us-row-reversed .single-about-us-row-content {
  order: 1;
}
.about-us-page .about-us-rows .single-about-us-row-reversed .single-about-us-row-image {
  order: 2;
}
.about-us-page .about-us-rows .single-about-us-row-image {
  width: 528px;
}
.about-us-page .about-us-rows .single-about-us-row-image-inner:before {
  content: "";
  display: block;
  padding-top: 81.44%;
}
.about-us-page .about-us-rows .single-about-us-row-content {
  width: calc(100% - 528px - 64px);
}
.about-us-page .about-us-rows .single-about-us-row-title {
  margin-bottom: 32px;
}
.about-us-page .about-us-rows .single-about-us-row-wysiwyg {
  margin-bottom: 40px;
}
.about-us-page .about-us-members .about-us-members-title {
  margin-bottom: 48px;
}
.about-us-page .about-us-members .about-us-members-container {
  gap: 64px 48px;
}
.about-us-page .about-us-members .single-member {
  width: calc((100% - 144px) / 4.001);
}
.about-us-page .about-us-members .member-image {
  margin-bottom: 16px;
}
.about-us-page .about-us-members .member-image:before {
  content: "";
  display: block;
  padding-top: 108.51%;
}
.about-us-page .about-us-members .member-name {
  color: #242424;
  font-size: 17px;
}
.about-us-page .about-us-members .member-position {
  color: #767676;
  font-size: 16px;
}

@media screen and (max-width: 1680px) {
  .about-us-page .about-us-rows .single-about-us-row {
    gap: 32px 48px;
  }
  .about-us-page .about-us-rows .single-about-us-row-image {
    width: 528px;
  }
  .about-us-page .about-us-rows .single-about-us-row-content {
    width: calc(100% - 528px - 48px);
  }
  .about-us-page .about-us-members .about-us-members-title {
    margin-bottom: 32px;
  }
  .about-us-page .about-us-members .about-us-members-container {
    gap: 48px 32px;
  }
  .about-us-page .about-us-members .single-member {
    width: calc((100% - 96px) / 4.001);
  }
}
@media screen and (max-width: 1280px) {
  .about-us-page .about-us-rows {
    margin-bottom: 48px;
  }
  .about-us-page .about-us-rows .single-about-us-row {
    margin-bottom: 48px;
    gap: 32px;
  }
  .about-us-page .about-us-rows .single-about-us-row-image {
    width: 420px;
  }
  .about-us-page .about-us-rows .single-about-us-row-content {
    width: calc(100% - 420px - 32px);
  }
  .about-us-page .about-us-rows .single-about-us-row-title {
    margin-bottom: 24px;
  }
  .about-us-page .about-us-rows .single-about-us-row-wysiwyg {
    margin-bottom: 32px;
  }
  .about-us-page .about-us-members .about-us-members-title {
    margin-bottom: 24px;
  }
  .about-us-page .about-us-members .about-us-members-container {
    gap: 32px 24px;
  }
  .about-us-page .about-us-members .single-member {
    width: calc((100% - 72px) / 4.001);
  }
  .about-us-page .about-us-members .member-image {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .about-us-page .about-us-rows .single-about-us-row-image-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .about-us-page .about-us-rows .single-about-us-row-image-desktop {
    display: none !important;
  }
  .about-us-page .about-us-rows .single-about-us-row-image, .about-us-page .about-us-rows .single-about-us-row-content {
    width: 100%;
  }
  .about-us-page .about-us-rows .single-about-us-row-image {
    margin-bottom: 24px;
  }
  .about-us-page .about-us-rows .single-about-us-row-wysiwyg {
    margin-bottom: 24px;
  }
  .about-us-page .about-us-members .about-us-members-container {
    gap: 32px 16px;
  }
  .about-us-page .about-us-members .single-member {
    width: calc((100% - 32px) / 3.001);
  }
}
@media screen and (max-width: 767px) {
  .about-us-page .about-us-rows .single-about-us-row-image, .about-us-page .about-us-rows .single-about-us-row-title {
    margin-bottom: 16px;
  }
  .about-us-page .about-us-members .single-member {
    width: calc(50% - 8px);
  }
  .about-us-page .about-us-members .about-us-members-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .about-us-page .about-us-members .single-member {
    width: 100%;
  }
  .about-us-page .about-us-members .about-us-members-container {
    gap: 24px 16px;
  }
  .about-us-page .about-us-members .member-image {
    margin-bottom: 8px;
  }
}
.dark-mode .about-us-page .about-us-rows .default-button-simple:hover {
  color: #0C121C !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.dark-mode .about-us-page .about-us-rows .default-button-black-alternative {
  color: #0C121C !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.dark-mode .about-us-page .about-us-rows .default-button-black-alternative:hover {
  color: #fff !important;
  background-color: #0077E6 !important;
  border: 1px solid #0077E6 !important;
}
.dark-mode .about-us-page .about-us-members .member-name, .dark-mode .about-us-page .about-us-members .member-position {
  color: #fff;
}

.contacts-page .hero-default .hero-default-container-inner {
  gap: 32px;
}
.contacts-page .hero-default .hero-default-additional {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.contacts-page .hero-default .hero-default-additional-title {
  margin-bottom: 32px;
}
.contacts-page .contacts-columns {
  margin-bottom: 64px;
  gap: 32px;
}
.contacts-page .contacts-columns .contacts-column {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.contacts-page .contacts-columns .contact-column-title {
  margin-bottom: 32px;
}
.contacts-page .contacts-columns .single-phone-email-contact a {
  position: relative;
  color: #0077E6;
}
.contacts-page .contacts-columns .single-phone-email-contact a:hover:before, .contacts-page .contacts-columns .single-phone-email-contact a:hover:after {
  width: 100%;
  opacity: 1;
}
.contacts-page .contacts-columns .single-phone-email-contact a:after {
  left: 0;
  background-color: #0077E6;
}
.contacts-page .contacts-columns .single-phone-email-contact a:before, .contacts-page .contacts-columns .single-phone-email-contact a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.contacts-page .contacts-columns .single-phone-email-contact a:hover {
  color: #0077E6;
}
.contacts-page .contacts-columns .single-messenger-contact a {
  gap: 8px;
}
.contacts-page .contacts-columns .single-messenger-contact a:hover .single-messenger-text {
  color: #0077E6;
}
.contacts-page .contacts-columns .single-messenger-icon img, .contacts-page .contacts-columns .single-messenger-icon svg {
  object-fit: contain;
  width: 24px;
  height: 24px;
}
.contacts-page .contacts-maps-container .contacts-maps-title {
  margin-bottom: 16px;
}
.contacts-page .contacts-maps-container .contacts-maps {
  gap: 24px;
}
.contacts-page .contacts-maps-container .single-contact-map {
  width: calc(50% - 12px);
}
.contacts-page .contacts-maps-container .map-data {
  margin-bottom: 16px;
}
.contacts-page .contacts-maps-container .map-data > *:last-child {
  margin-right: 0 !important;
}
.contacts-page .contacts-maps-container .map-data span {
  margin-right: 16px;
}
.contacts-page .contacts-maps-container .map-data a {
  margin-right: 8px;
}
.contacts-page .contacts-maps-container .map-data a:hover img {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}
.contacts-page .contacts-maps-container .map-data img {
  position: relative;
  top: -2.5px;
}
.contacts-page .contacts-maps-container .map {
  min-height: 586px;
}

@media screen and (max-width: 1280px) {
  .contacts-page .hero-default .hero-default-additional-title {
    margin-bottom: 24px;
  }
  .contacts-page .contacts-columns {
    margin-bottom: 48px;
  }
  .contacts-page .contacts-columns .contact-column-title {
    margin-bottom: 24px;
  }
  .contacts-page .contacts-maps-container .contacts-maps {
    gap: 16px;
  }
  .contacts-page .contacts-maps-container .single-contact-map {
    width: calc(50% - 8px);
  }
  .contacts-page .contacts-maps-container .map-data {
    margin-bottom: 8px;
  }
  .contacts-page .contacts-maps-container .map {
    min-height: 400px;
  }
}
@media screen and (max-width: 1279px) {
  .contacts-page .contacts-columns .contacts-column {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1024px) {
  .contacts-page .hero-default .hero-default-additional-title {
    margin-bottom: 16px;
  }
  .contacts-page .contacts-columns .contact-column-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-page .hero-default .hero-default-container-inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .contacts-page .hero-default .hero-default-titles, .contacts-page .hero-default .hero-default-additional {
    width: 100%;
  }
  .contacts-page .hero-default .hero-default-additional-title {
    margin-bottom: 8px;
  }
  .contacts-page .contacts-columns .contacts-column {
    width: 100%;
  }
  .contacts-page .contacts-columns .contact-column-title {
    margin-bottom: 8px;
  }
  .contacts-page .contacts-maps-container .contacts-maps-title {
    margin-bottom: 8px;
  }
  .contacts-page .contacts-maps-container .single-contact-map {
    width: 100%;
  }
  .contacts-page .contacts-maps-container .contacts-maps {
    gap: 24px;
  }
}
.dark-mode .contacts-page .single-messenger-text {
  color: #fff;
}

.faq-page .hero-default-wrapper {
  background-color: #C6E0F9;
}
.faq-page .hero-default .hero-default-subtext {
  margin-bottom: 24px;
}
.faq-page .hero-default .hero-default-partners {
  gap: 12px;
}
.faq-page .hero-default .single-hero-partner {
  width: 138px;
  height: 62px;
}
.faq-page .hero-default .single-hero-partner img {
  width: 114px;
  height: 38px;
}
.faq-page .faq-info-container {
  background-color: #C6E0F9;
}
.faq-page .faq-info-container .faq-info-inner {
  padding: 16px 0;
  gap: 12px 32px;
}
.faq-page .faq-info-container .faq-info-title {
  font-size: 18px;
  margin-bottom: 2px;
}
.faq-page .faq-info-container .faq-info-subtext {
  font-size: 15px;
}
.faq-page .faq-main-content {
  margin-bottom: 48px;
}
.faq-page .faq-main-content .faq-main-content-inner {
  gap: 32px 64px;
}
.faq-page .faq-main-content .faq-main-content-left {
  width: calc(100% - 550px - 64px);
}
.faq-page .faq-main-content .faq-main-content-right {
  width: 550px;
}
.faq-page .faq-main-content .faq-main-content-left-title {
  margin-bottom: 32px;
}
.faq-page .faq-list-container {
  margin-bottom: 64px;
}
.faq-page .faq-list-container .faq-list-title {
  margin-bottom: 32px;
}
.faq-page .faq-list-container .accordion-tab {
  border: 1px solid #EFF3F6;
  margin-bottom: 24px;
}
.faq-page .faq-list-container .accordion-tab-link {
  padding: 18px 24px 18px 41px;
}
.faq-page .faq-list-container .accordion-tab-link:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 12px;
  height: calc(100% + 2px);
  background-color: #0077E6;
  border-radius: 5px;
  transition: all 0.2s linear;
}
.faq-page .faq-list-container .accordion-tab-link:hover .accordion-tab-title {
  color: #0077E6;
}
.faq-page .faq-list-container .accordion-tab-link:not(.collapsed) .accordion-tab-status .faq-closed {
  opacity: 0;
  visibility: hidden;
}
.faq-page .faq-list-container .accordion-tab-link:not(.collapsed) .accordion-tab-status .faq-opened {
  opacity: 1;
  visibility: visible;
}
.faq-page .faq-list-container .accordion-tab-link:not(.collapsed) .accordion-tab-title {
  color: #0077E6;
}
.faq-page .faq-list-container .accordion-tab-link:not(.collapsed):before {
  background-color: #0C121C;
}
.faq-page .faq-list-container .accordion-tab-title {
  font-size: 18px;
  margin-bottom: 0;
  color: #0C121C;
  max-width: calc(100% - 63px);
}
.faq-page .faq-list-container .accordion-tab-status {
  width: 39px;
  height: 39px;
}
.faq-page .faq-list-container .accordion-tab-status .faq-closed, .faq-page .faq-list-container .accordion-tab-status .faq-opened {
  transition: all 0.2s linear;
}
.faq-page .faq-list-container .accordion-tab-status .faq-closed {
  opacity: 1;
  visibility: visible;
}
.faq-page .faq-list-container .accordion-tab-status .faq-opened {
  opacity: 0;
  visibility: hidden;
}
.faq-page .faq-list-container .accordion-tab-status svg {
  width: 100%;
  height: 100%;
}
.faq-page .faq-list-container .accordion-tab-status svg path {
  transition: all 0.2s linear;
}
.faq-page .faq-list-container .accordion-tab-content {
  padding: 16px 24px 40px 41px;
}

@media screen and (max-width: 1680px) {
  .faq-page .faq-main-content .faq-main-content-inner {
    gap: 32px 48px;
  }
  .faq-page .faq-main-content .faq-main-content-left {
    width: calc(100% - 550px - 48px);
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .faq-main-content {
    margin-bottom: 32px;
  }
  .faq-page .faq-main-content .faq-main-content-inner {
    gap: 32px;
  }
  .faq-page .faq-main-content .faq-main-content-left {
    width: calc(100% - 420px - 32px);
  }
  .faq-page .faq-main-content .faq-main-content-right {
    width: 420px;
  }
  .faq-page .faq-main-content .faq-main-content-left-title {
    margin-bottom: 24px;
  }
  .faq-page .faq-list-container {
    margin-bottom: 48px;
  }
  .faq-page .faq-list-container .faq-list-title {
    margin-bottom: 24px;
  }
  .faq-page .faq-list-container .accordion-tab-link {
    padding: 12px 16px 12px 26px;
  }
  .faq-page .faq-list-container .accordion-tab-title {
    max-width: calc(100% - 55px);
  }
  .faq-page .faq-list-container .accordion-tab-content {
    padding: 12px 16px 32px 26px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-page .faq-main-content .faq-main-content-left, .faq-page .faq-main-content .faq-main-content-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq-page .faq-list-container .faq-list-title {
    margin-bottom: 16px;
  }
  .faq-page .faq-list-container .accordion-tab-status {
    width: 32px;
    height: 32px;
  }
  .faq-page .faq-list-container .accordion-tab-title {
    max-width: calc(100% - 48px);
  }
  .faq-page .faq-list-container .accordion-tab-link {
    padding: 12px 16px 12px 23px;
  }
  .faq-page .faq-list-container .accordion-tab-link:before {
    width: 8px;
  }
  .faq-page .faq-list-container .accordion-tab-content {
    padding: 12px 16px 32px 23px;
  }
}
.dark-mode .faq-page .hero-default-wrapper {
  background-color: #73818E;
}
.dark-mode .faq-page .faq-info-container {
  background-color: #73818E;
}
.dark-mode .faq-page .faq-info-container .default-button-simple:hover {
  color: #0C121C !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.dark-mode .faq-page .faq-list-container .accordion-tab {
  border: 1px solid #73818E;
  background-color: #73818E;
}
.dark-mode .faq-page .faq-list-container .accordion-tab-link:hover .accordion-tab-title {
  color: #fff;
}
.dark-mode .faq-page .faq-list-container .accordion-tab-link:hover .accordion-tab-status svg path {
  fill: #fff;
}
.dark-mode .faq-page .faq-list-container .accordion-tab-link:hover:before {
  background-color: #fff;
}
.dark-mode .faq-page .faq-list-container .accordion-tab-link:before {
  background-color: #fff;
}
.dark-mode .faq-page .faq-list-container .accordion-tab-link:not(.collapsed) .accordion-tab-title {
  color: #fff;
}
.dark-mode .faq-page .faq-list-container .accordion-tab-link:not(.collapsed) .accordion-tab-status svg path {
  fill: #fff;
}
.dark-mode .faq-page .faq-list-container .accordion-tab-link:not(.collapsed):before {
  background-color: #fff;
}
.dark-mode .faq-page .faq-list-container .accordion-tab-status svg path {
  fill: #fff;
}

.application-page .hero-default-wrapper {
  background-color: #C6E0F9;
}
.application-page .application-info-container {
  background-color: #C6E0F9;
}
.application-page .application-info-container .application-info-inner {
  padding: 16px 0;
  gap: 12px 32px;
}
.application-page .application-info-container .application-info-content {
  gap: 12px 24px;
}
.application-page .application-info-container .application-info-content-icon svg {
  width: 40px;
  height: 40px;
}
.application-page .application-info-container .application-info-content-title {
  font-size: 18px;
  margin-bottom: 2px;
}
.application-page .application-info-container .application-info-content-subtext {
  font-size: 15px;
}
.application-page .application-info-container .application-info-additional {
  gap: 12px 32px;
}
.application-page .application-info-container .application-info-additional-text {
  font-size: 16px;
}
.application-page .application-info-container .application-info-additional-text a {
  position: relative;
  color: #0077E6;
}
.application-page .application-info-container .application-info-additional-text a:hover:before, .application-page .application-info-container .application-info-additional-text a:hover:after {
  width: 100%;
  opacity: 1;
}
.application-page .application-info-container .application-info-additional-text a:after {
  left: 0;
  background-color: #0077E6;
}
.application-page .application-info-container .application-info-additional-text a:before, .application-page .application-info-container .application-info-additional-text a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.application-page .application-info-container .application-info-additional-text a:hover {
  color: #0077E6;
}
.application-page .application-form, .application-page .application-success-submit {
  width: 705px;
}
.application-page .application-form-title, .application-page .application-form-inputs-wrapper, .application-page .application-form-images {
  margin-bottom: 24px;
}
.application-page .application-form-inputs-wrapper, .application-page .application-form-images {
  gap: 24px;
}
.application-page .application-form-input-wrapper {
  width: calc(50% - 12px);
}
.application-page .application-form-selects-wrapper {
  gap: 12px;
}
.application-page .application-form-select-wrapper {
  width: calc(50% - 6px);
}
.application-page .application-form-feedback-checkboxes, .application-page .application-form-checkboxes, .application-page .application-form-feedback-channel {
  margin-bottom: 32px;
}
.application-page .application-form-feedback-checkboxes {
  gap: 20px 32px;
}
.application-page .application-form-feedback-checkboxes .checkbox-single {
  margin-bottom: 0;
}
.application-page .application-form-feedback-channel {
  max-width: 400px;
}
.application-page .attachment-image-label {
  width: 179px;
  height: 179px;
}
.application-page .application-form-image-input-wrapper {
  position: relative;
}
.application-page .application-form-images-content {
  width: calc(100% - 179px - 24px);
  padding-top: 23.2px;
}
.application-page .application-form-images-list {
  margin-bottom: 12px;
}
.application-page .single-attached-image {
  font-size: 12px;
  font-family: FontBold;
}
.application-page .application-form-images-message {
  color: #0C121C;
  border-radius: 3px;
  background-color: #C6E0F9;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 21px;
}
.application-page .application-form-images-message a {
  color: #11B051;
  position: relative;
}
.application-page .application-form-images-message a:hover:before, .application-page .application-form-images-message a:hover:after {
  width: 100%;
  opacity: 1;
}
.application-page .application-form-images-message a:after {
  left: 0;
  background-color: #11B051;
}
.application-page .application-form-images-message a:before, .application-page .application-form-images-message a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.application-page .application-form-images-message a:hover {
  color: #11B051;
}
.application-page .application-form-images-message svg {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
}
.application-page .application-form-images-message svg path {
  fill: #11B051;
}
.application-page .application-content {
  width: calc(100% - 705px - 64px);
}
.application-page .application-content-wysiwyg {
  margin-bottom: 32px;
}
.application-page .application-content-cells {
  gap: 24px;
}
.application-page .single-cell {
  width: calc(50% - 12px);
  text-align: center;
  border: 1px solid #EFF3F6;
  border-radius: 5px;
  padding: 32px;
}
.application-page .single-cell-icon {
  margin-bottom: 16px;
}
.application-page .single-cell-icon img {
  width: 96px;
  height: 96px;
}
.application-page .single-cell-title {
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 1280px) {
  .application-page .application-info-container .application-info-additional {
    gap: 12px 24px;
  }
  .application-page .application-form, .application-page .application-success-submit {
    width: 420px;
  }
  .application-page .application-form-input-wrapper {
    width: 100%;
  }
  .application-page .application-content {
    width: calc(100% - 420px - 48px);
  }
  .application-page .application-form-selects-wrapper {
    gap: 24px;
  }
  .application-page .application-form-select-wrapper {
    width: calc(50% - 12px);
  }
  .application-page .single-cell {
    padding: 24px;
  }
  .application-page .single-cell-icon img {
    width: 80px;
    height: 80px;
  }
  .application-page .application-form-feedback-checkboxes {
    gap: 20px 24px;
  }
}
@media screen and (max-width: 1179px) {
  .application-page .application-info-container .application-info-content, .application-page .application-info-container .application-info-additional {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .application-page .application-form, .application-page .application-success-submit {
    width: 310px;
  }
  .application-page .application-content {
    width: calc(100% - 310px - 32px);
  }
  .application-page .application-content-cells, .application-page .application-form-images {
    gap: 16px;
  }
  .application-page .single-cell {
    width: calc(50% - 8px);
    padding: 16px 8px;
  }
  .application-page .single-cell-icon img {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .application-page .application-form, .application-page .application-content {
    width: 100%;
  }
  .application-page .application-form, .application-page .application-success-submit {
    margin-bottom: 48px;
  }
  .application-page .application-form-images-content {
    width: calc(100% - 179px - 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px), (max-width: 500px) {
  .application-page .application-form-select-wrapper {
    width: 100%;
  }
  .application-page .attachment-image-label {
    width: 96px;
    height: 96px;
  }
  .application-page .application-form-images-content {
    width: calc(100% - 96px - 16px);
  }
}
@media screen and (max-width: 500px) {
  .application-page .application-form-feedback-checkboxes {
    gap: 16px;
  }
}
.dark-mode .application-page .hero-default-wrapper {
  background-color: #73818E;
}
.dark-mode .application-page .application-info-container {
  background-color: #73818E;
}
.dark-mode .application-page .application-info-container .application-info-additional-button .default-button-black-alternative:hover {
  border: 1px solid #fff !important;
  color: #0C121C !important;
}
.dark-mode .application-page .application-info-container .application-info-additional-text a {
  color: #fff;
}
.dark-mode .application-page .application-info-container .application-info-additional-text a:hover:before, .dark-mode .application-page .application-info-container .application-info-additional-text a:hover:after {
  width: 100%;
  opacity: 1;
}
.dark-mode .application-page .application-info-container .application-info-additional-text a:after {
  left: 0;
  background-color: #fff;
}
.dark-mode .application-page .application-info-container .application-info-additional-text a:before, .dark-mode .application-page .application-info-container .application-info-additional-text a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.dark-mode .application-page .application-info-container .application-info-additional-text a:before, .dark-mode .application-page .application-info-container .application-info-additional-text a:after {
  width: 100%;
  opacity: 1;
}
.dark-mode .application-page .application-info-container .application-info-additional-text a:hover {
  color: #fff;
}

.single-car-page .copy-status {
  font-size: 12px;
  position: absolute;
  top: 100%;
  right: 0;
  font-family: FontBold;
  display: none;
}
.single-car-page .copy-status-success {
  color: #3d8c40;
}
.single-car-page .copy-status-error {
  color: #DC0303;
}
.single-car-page .copy-current-url-wrapper .copy-status-success {
  color: #fff;
  left: 0;
  text-align: center;
}
.single-car-page .single-car-container-moved {
  top: -142px;
  margin-bottom: -142px;
}
.single-car-page .single-car-container-static {
  padding-top: 32px;
}
.single-car-page .single-car-wrapper {
  padding-bottom: 96px;
}
.single-car-page .single-car-carousel-wrapper {
  margin-bottom: 32px;
}
.single-car-page .single-car-carousel .slick-list {
  width: calc(100% + 8px);
  margin: 0 -4px;
}
.single-car-page .single-car-carousel .slick-slide {
  padding: 0 4px;
}
.single-car-page .single-car-carousel-image:before {
  content: "";
  display: block;
  padding-top: 82.55%;
}
.single-car-page .single-car-additional-content {
  margin-bottom: 64px;
}
.single-car-page .single-car-additional-content-title {
  margin-bottom: 24px;
}
.single-car-page .single-car-buttons {
  margin-bottom: 48px;
}
.single-car-page .single-car-buttons-title {
  margin-bottom: 24px;
}
.single-car-page .single-car-buttons-row {
  gap: 16px 20px;
}
.single-car-page .single-car-single-button-email {
  position: relative;
}

@media screen and (max-width: 1280px) {
  .single-car-page .single-car-wrapper {
    padding-bottom: 64px;
  }
  .single-car-page .single-car-additional-content {
    margin-bottom: 48px;
  }
  .single-car-page .single-car-buttons-row {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .single-car-page .single-car-wrapper {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .single-car-page .single-car-container-moved {
    padding-top: 16px;
    top: auto;
    margin-bottom: 0;
  }
  .single-car-page .single-car-carousel-wrapper {
    margin-bottom: 16px;
  }
  .single-car-page .single-car-additional-content-title {
    margin-bottom: 16px;
  }
  .single-car-page .single-car-buttons-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 550px) {
  .single-car-page .single-car-single-button a {
    width: 100%;
  }
  .single-car-page .single-car-single-button-email, .single-car-page .single-car-single-button-phone, .single-car-page .single-car-single-button-modal {
    width: 100%;
  }
  .single-car-page .single-car-single-button-sms, .single-car-page .single-car-single-button-whatsapp {
    width: calc(50% - 8px);
  }
}
.dark-mode .single-car-page .default-button-transparent {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.dark-mode .single-car-page .default-button-transparent:hover {
  color: #fff !important;
  background-color: #0077E6 !important;
  border: 1px solid #0077E6 !important;
}
.dark-mode .single-car-page .default-button-transparent-with-icon svg path {
  fill: #fff;
}
.dark-mode .single-car-page .default-button-transparent-with-icon:hover svg path {
  fill: #fff;
}

.catalog-page .preview-row {
  padding: 13.5px 0;
  gap: 8px 20px;
}
.catalog-page .preview-row-text {
  font-size: 25px;
}
.catalog-page .catalog-main-title {
  margin-bottom: 24px;
}
.catalog-page .catalog-filters {
  padding-right: 282px;
}
.catalog-page .catalog-filters-selectize-wrapper {
  top: 0;
  right: 0;
  width: 250px;
}
.catalog-page .catalog-filters-categories, .catalog-page .catalog-filters-categories-inner {
  gap: 12px;
}
.catalog-page .catalog-filters-category-link {
  gap: 8px;
  border: 1px solid #EFEFEF;
  padding: 11px 12.5px;
}
.catalog-page .catalog-filters-category-link span {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  transition: all 0.2s linear;
}
.catalog-page .catalog-filters-category-link svg, .catalog-page .catalog-filters-category-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.catalog-page .catalog-filters-category-link svg path, .catalog-page .catalog-filters-category-link img path {
  transition: all 0.2s linear;
  fill: #000;
}
.catalog-page .catalog-filters-category-link:hover {
  border: 1px solid #0077E6;
  background-color: #0077E6;
}
.catalog-page .catalog-filters-category-link:hover svg path, .catalog-page .catalog-filters-category-link:hover img path {
  fill: #fff;
}
.catalog-page .catalog-filters-category-link:hover span {
  color: #fff;
}
.catalog-page .catalog-filters-category-link.active, .catalog-page .catalog-filters-category-link.opened-filters {
  border: 1px solid #0077E6;
  background-color: #0077E6;
}
.catalog-page .catalog-filters-category-link.active svg path, .catalog-page .catalog-filters-category-link.active img path, .catalog-page .catalog-filters-category-link.opened-filters svg path, .catalog-page .catalog-filters-category-link.opened-filters img path {
  fill: #fff;
}
.catalog-page .catalog-filters-category-link.active span, .catalog-page .catalog-filters-category-link.opened-filters span {
  color: #fff;
}
.catalog-page .catalog-filters-dropdown-link {
  padding-right: 42px;
  background-image: url("../../images/dropdown.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12.5px) 50%;
  background-size: 17px 9px;
  position: relative;
}
.catalog-page .catalog-filters-dropdown-link:hover {
  background-image: url("../../images/dropdown-white.svg");
}
.catalog-page .catalog-filters-dropdown-link .close-hidden {
  display: none;
  text-align: center;
  background-color: #0077E6;
  width: calc(100% + 2px);
  height: 32px;
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
}
.catalog-page .catalog-filters-dropdown-link .close-hidden svg {
  width: 21px !important;
  height: 21px !important;
  cursor: pointer;
}
.catalog-page .catalog-filters-dropdown-link .close-hidden svg path {
  fill: #6FAFEA !important;
}
.catalog-page .catalog-filters-dropdown-link .close-hidden:hover svg {
  animation: rotating 0.5s linear;
  -webkit-animation: rotating 0.5s linear;
}
.catalog-page .catalog-filters-dropdown-link.opened-filters {
  background-image: url("../../images/dropdown-white.svg");
  border-radius: 5px 5px 0 0;
}
.catalog-page .catalog-filters-inner {
  padding-bottom: 48px;
}
.catalog-page .filters-section {
  display: none;
}
.catalog-page .filters-section-form-radio {
  margin-bottom: 0;
}
.catalog-page .filters-section-inner {
  padding: 40px 24px;
  border: 1px solid #EFEFEF;
  transition: border 0.2s linear, background-color 0.2s linear;
  margin: 32px 0 16px;
}
.catalog-page .clean-filters {
  gap: 8px;
}
.catalog-page .clean-filters svg {
  width: 23px;
  height: 23px;
}
.catalog-page .clean-filters svg path {
  transition: all 0.2s linear;
  fill: #CDD5DC;
}
.catalog-page .clean-filters span {
  font-size: 16px;
  color: #0077E6;
  position: relative;
  transition: all 0.2s linear;
}
.catalog-page .clean-filters span:after {
  left: 0;
  background-color: #0077E6;
}
.catalog-page .clean-filters span:before, .catalog-page .clean-filters span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.catalog-page .clean-filters span:before, .catalog-page .clean-filters span:after {
  bottom: 2px;
}
.catalog-page .clean-filters:hover svg {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}
.catalog-page .clean-filters:hover svg path {
  fill: #0077E6;
}
.catalog-page .clean-filters:hover span:before, .catalog-page .clean-filters:hover span:after {
  width: 100%;
  opacity: 1;
}
.catalog-page .filters-section-checkboxes {
  gap: 12px 32px;
  margin-bottom: 24px;
}
.catalog-page .filters-section-inputs-selects {
  gap: 32px 16px;
}
.catalog-page .single-filter-wrapper {
  width: calc((100% - 48px) / 4.001);
}
.catalog-page .single-filter-inner {
  gap: 32px 16px;
}
.catalog-page .single-filter-inner .select-inner, .catalog-page .single-filter-inner .input-inner {
  width: calc(50% - 8px);
}
.catalog-page .single-filter-inner .input-inner .common-input-styling > input {
  padding: 12.5px 13.5px;
}
.catalog-page .no-results-wrapper {
  gap: 24px;
  margin-bottom: 48px;
}
.catalog-page .no-results-icon svg {
  width: 109px;
  height: 122px;
}
.catalog-page .no-results-icon svg path {
  transition: all 0.2s linear;
  fill: #CDD5DC;
}
.catalog-page .no-results-content {
  width: calc(100% - 109px - 24px);
}
.catalog-page .no-results-subtitle {
  margin-bottom: 0;
}
.catalog-page .no-results-title {
  font-size: 50px;
  margin-bottom: 0;
}
.catalog-page .no-results-title span {
  color: #0077E6;
}

@media screen and (max-width: 1280px) {
  .catalog-page .preview-row {
    gap: 8px 16px;
  }
  .catalog-page .catalog-filters-inner {
    padding-bottom: 32px;
  }
  .catalog-page .catalog-main-title {
    margin-bottom: 16px;
  }
  .catalog-page .filters-section-checkboxes {
    gap: 12px 24px;
  }
  .catalog-page .filters-section-inner {
    padding: 32px 24px;
  }
  .catalog-page .no-results-wrapper {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .catalog-page .catalog-filters {
    padding-right: 0;
  }
  .catalog-page .single-filter-wrapper {
    width: calc(50% - 8px);
  }
  .catalog-page .catalog-filters-categories-inner {
    order: 1;
    width: 100%;
  }
  .catalog-page .catalog-filters-latest-category {
    order: 2;
  }
  .catalog-page .catalog-filters-dropdown {
    order: 3;
  }
  .catalog-page .catalog-filters-selectize-wrapper {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-page .filters-section-inner {
    padding: 24px;
  }
  .catalog-page .catalog-filters-inner {
    padding-bottom: 24px;
  }
  .catalog-page .no-results-wrapper {
    gap: 16px;
    margin-bottom: 24px;
  }
  .catalog-page .no-results-icon {
    margin: 0 auto;
  }
  .catalog-page .no-results-content {
    text-align: center;
    width: 100%;
  }
  .catalog-page .no-results-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-page .single-filter-wrapper {
    width: 100%;
  }
  .catalog-page .catalog-filters {
    gap: 12px;
  }
  .catalog-page .catalog-filters-selectize-wrapper {
    bottom: auto;
    left: auto;
    position: static !important;
    width: 100%;
  }
  .catalog-page .catalog-filters-type-category:nth-last-of-type(1):nth-child(odd) {
    width: 100%;
  }
  .catalog-page .catalog-filters-type-category, .catalog-page .catalog-filters-latest-category, .catalog-page .catalog-filters-dropdown {
    width: calc(50% - 6px);
  }
  .catalog-page .catalog-filters-category-link {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .catalog-page .filters-section-inner {
    border-radius: 5px 0 5px 5px;
  }
  .catalog-page .no-results-subtitle {
    margin-bottom: 8px;
  }
  .catalog-page .no-results-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .catalog-page .catalog-default-wrapper {
    padding-top: 42px;
  }
  .catalog-page .preview-row {
    padding: 16px 0 0;
    position: relative;
    top: 25.5px;
    margin-top: -25.5px;
  }
  .catalog-page .preview-row-text {
    width: 100%;
    font-size: 18px;
  }
  .catalog-page .preview-row-button .default-button-black:hover {
    border: 1px solid #0C121C !important;
  }
  .catalog-page .filters-section-checkboxes {
    gap: 16px;
  }
  .catalog-page .filters-section-inner {
    padding: 24px 16px;
  }
  .catalog-page .catalog-filters-latest-category, .catalog-page .catalog-filters-dropdown {
    width: 100%;
  }
  .catalog-page .filters-section-inner {
    border-radius: 0 0 5px 5px;
  }
}
.dark-mode .catalog-page .catalog-filters-category-link {
  background-color: #182336;
  border: 1px solid #182336;
}
.dark-mode .catalog-page .catalog-filters-category-link span {
  color: #fff;
}
.dark-mode .catalog-page .catalog-filters-category-link svg path, .dark-mode .catalog-page .catalog-filters-category-link img path {
  fill: #fff;
}
.dark-mode .catalog-page .catalog-filters-category-link:hover {
  border: 1px solid #0077E6;
  background-color: #0077E6;
}
.dark-mode .catalog-page .catalog-filters-category-link.active, .dark-mode .catalog-page .catalog-filters-category-link.opened-filters {
  border: 1px solid #0077E6;
  background-color: #0077E6;
}
.dark-mode .catalog-page .catalog-filters-category-link.active svg path, .dark-mode .catalog-page .catalog-filters-category-link.active img path, .dark-mode .catalog-page .catalog-filters-category-link.opened-filters svg path, .dark-mode .catalog-page .catalog-filters-category-link.opened-filters img path {
  fill: #fff;
}
.dark-mode .catalog-page .catalog-filters-category-link.active span, .dark-mode .catalog-page .catalog-filters-category-link.opened-filters span {
  color: #fff;
}
.dark-mode .catalog-page .filters-section-inner {
  border: 1px solid #182336;
  background-color: #182336;
}
.dark-mode .catalog-page .clean-filters svg path {
  fill: #fff;
}
.dark-mode .catalog-page .clean-filters span {
  color: #fff;
}
.dark-mode .catalog-page .clean-filters span:after {
  left: 0;
  background-color: #fff;
}
.dark-mode .catalog-page .clean-filters span:before, .dark-mode .catalog-page .clean-filters span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.dark-mode .catalog-page .clean-filters span:before, .dark-mode .catalog-page .clean-filters span:after {
  bottom: 2px;
}
.dark-mode .catalog-page .clean-filters:hover svg path {
  fill: #fff;
}
.dark-mode .catalog-page .clean-filters:hover span:before, .dark-mode .catalog-page .clean-filters:hover span:after {
  width: 100%;
  opacity: 1;
}
.dark-mode .catalog-page .no-results-icon svg path {
  fill: #fff;
}

@media screen and (max-width: 500px) {
  .dark-mode .catalog-page .preview-row-button .default-button-black {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #0C121C !important;
  }
  .dark-mode .catalog-page .preview-row-button .default-button-black:hover {
    border: 1px solid #fff !important;
    background-color: #0C121C !important;
    color: #fff !important;
  }
}
.profile-page .profile-wrapper {
  padding: 32px 0 96px;
}
.profile-page .profile-common-content {
  width: calc(100% - 292px - 32px);
}
.profile-page .profile-description-row {
  margin-bottom: 32px;
  gap: 32px;
  z-index: 1;
}
.profile-page .profile-description-elements {
  gap: 12px;
}
.profile-page .profile-sorting-filter-icon {
  top: calc(50% - 10.5px);
  left: 14.5px;
  width: 21px;
  height: 21px;
  z-index: 2;
  cursor: pointer;
}
.profile-page .profile-sorting-selectize-wrapper {
  width: 230px;
}
.profile-page .profile-sorting-selectize-wrapper .selectize-input {
  border: 1px solid #EFEFEF !important;
  padding: 9.5px 49px 9.5px 43px !important;
}
.profile-page .profile-sorting-selectize-wrapper .selectize-dropdown {
  top: 47px !important;
}
.profile-page .profile-sorting-selectize-wrapper .input-active {
  border: 1px solid #0077E6 !important;
}
.profile-page .profile-sorting-selectize-wrapper .input-active ~ .selectize-dropdown {
  border: 1px solid #0077E6 !important;
}
.profile-page .single-description {
  padding: 10.5px 16px;
  border: 1px solid #EFEFEF;
  gap: 12px;
  transition: all 0.2s linear;
  background-color: #fff;
}
.profile-page .single-description svg path {
  transition: all 0.2s linear;
}
.profile-page .single-description span {
  font-size: 16px;
  color: #0C121C;
  transition: all 0.2s linear;
}
.profile-page .active-description svg {
  width: 8px;
  height: 8px;
}
.profile-page .active-description svg path {
  fill: #32BEA6;
}
.profile-page .draft-description svg {
  width: 17px;
  height: 17px;
}
.profile-page .draft-description svg path {
  fill: #000;
}
.profile-page .archive-description svg {
  width: 17px;
  height: 17px;
}
.profile-page .archive-description svg path {
  fill: #000;
}
.profile-page .profile-no-advertisements-icon {
  margin-bottom: 16px;
}
.profile-page .profile-no-advertisements-icon svg {
  width: 68px;
  height: auto;
}
.profile-page .profile-no-advertisements-title {
  font-family: FontSemiBold;
  font-size: 25px;
  margin-bottom: 32px;
}
.profile-page .profile-no-advertisements-image svg {
  width: 100%;
  height: auto;
  max-width: 775px;
}
.profile-page .advertisements-wrapper {
  margin-bottom: 96px;
}
.profile-page .advertisements-title {
  font-size: 30px;
  font-family: FontBold;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #D9D9D9;
}
.profile-page .profile-add-advertisement-title-wrapper {
  gap: 0 16px;
  margin-bottom: 24px;
}
.profile-page .profile-add-advertisement-subtext {
  color: #DC0303;
  font-size: 12px;
}
.profile-page .profile-add-advertisement-subtext span {
  font-size: 16px;
}
.profile-page .profile-add-advertisement-advice-section {
  transition: all 0.2s linear;
  background-color: #CDEDE8;
  border-radius: 5px;
  padding: 16px 24px;
  gap: 16px;
  margin-bottom: 40px;
}
.profile-page .profile-add-advertisement-advice-wrapper {
  width: calc(100% - 21px - 16px);
  gap: 16px;
}
.profile-page .profile-add-advertisement-advice-icon svg {
  width: 42px;
  height: 42px;
}
.profile-page .profile-add-advertisement-advice-icon svg path {
  fill: #0C121C;
  transition: all 0.2s linear;
}
.profile-page .profile-add-advertisement-advice-titles {
  width: calc(100% - 42px - 16px);
}
.profile-page .profile-add-advertisement-advice-title {
  font-size: 18px;
  line-height: 26px;
}
.profile-page .profile-add-advertisement-advice-subtext {
  font-size: 15px;
  line-height: 19px;
}
.profile-page .profile-add-advertisement-advice-close svg {
  width: 21px;
  height: 21px;
}
.profile-page .profile-add-advertisement-advice-close svg path {
  fill: #6D8D88;
  transition: all 0.2s linear;
}
.profile-page .profile-add-advertisement-advice-close:hover svg {
  animation: rotating 0.5s linear infinite;
  -webkit-animation: rotating 0.5s linear infinite;
}
.profile-page .add-advertisement-form-inputs-wrapper {
  gap: 24px 16px;
  margin-bottom: 48px;
}
.profile-page .add-advertisement-form-input-wrapper {
  width: calc((100% - 48px) / 4.001);
}
.profile-page .add-advertisement-form-contact-checkboxes {
  margin-bottom: 48px;
  gap: 16px 24px;
}
.profile-page .add-advertisement-form-contact-checkbox {
  margin-bottom: 0;
}
.profile-page .add-advertisement-form-checkboxes, .profile-page .add-advertisement-form-additional-inputs-wrapper, .profile-page .add-advertisement-form-images-wrapper {
  margin-bottom: 32px;
}
.profile-page .add-advertisement-input-city {
  width: 100%;
  max-width: 375px;
  margin-bottom: 40px;
}
.profile-page .single-input-inner {
  gap: 24px 8px;
}
.profile-page .single-input-inner .input-inner {
  width: 80px;
}
.profile-page .single-input-inner .select-inner {
  width: calc(100% - 80px - 8px);
}
.profile-page .metallic-checkbox, .profile-page .price-vat-radios {
  padding-top: 23.2px;
}
.profile-page .price-vat-radios {
  gap: 24px;
}
.profile-page .add-advertisement-form-details {
  margin-bottom: 48px;
}
.profile-page .add-advertisement-form-additional-inputs {
  gap: 24px 16px;
  margin-bottom: 24px;
}
.profile-page .details-checkbox {
  margin-bottom: 5px;
}
.profile-page .details-checkbox .checkbox-back {
  width: 23px;
  height: 23px;
}
.profile-page .details-checkbox .checkbox-title {
  top: 1px;
}
.profile-page .single-car-details-section-values {
  padding: 12px 0 16px;
}
.profile-page .add-advertisement-form-images {
  gap: 16px;
}
.profile-page .attachment-images-title {
  margin-bottom: 8px;
  white-space: normal;
}
.profile-page .add-advertisement-form-image-input-wrapper {
  width: calc((100% - 80px) / 6.001);
  position: relative;
}
.profile-page .add-advertisement-form-image-input-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.profile-page .attachment-image-label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media screen and (max-width: 1680px) {
  .profile-page .advertisements-wrapper {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1454px) {
  .profile-page .add-advertisement-form-input-wrapper {
    width: calc((100% - 32px) / 3.001);
  }
}
@media screen and (max-width: 1280px) {
  .profile-page .profile-wrapper {
    padding: 32px 0 64px;
  }
  .profile-page .advertisements-wrapper {
    margin-bottom: 48px;
  }
  .profile-page .profile-add-advertisement-advice-section, .profile-page .add-advertisement-form-inputs-wrapper, .profile-page .add-advertisement-input-city, .profile-page .add-advertisement-form-contact-checkboxes, .profile-page .add-advertisement-form-details {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1179px), (max-width: 820px) {
  .profile-page .add-advertisement-form-input-wrapper {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 1024px) {
  .profile-page .profile-wrapper {
    padding: 32px 0 48px;
  }
  .profile-page .profile-common-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .profile-page .profile-wrapper {
    padding: 59px 0 48px;
  }
  .profile-page .profile-description-row {
    gap: 12px;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  .profile-page .profile-add-advertisement-advice-section {
    padding: 16px;
  }
  .profile-page .add-advertisement-form-contact-checkboxes {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .profile-page .price-vat-radios {
    width: 100%;
    padding-top: 0;
  }
  .profile-page .add-advertisement-form-image-input-wrapper {
    width: calc((100% - 48px) / 4.001);
  }
}
@media screen and (max-width: 500px) {
  .profile-page .profile-add-advertisement-advice-close {
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .profile-page .profile-add-advertisement-advice-wrapper {
    width: 100%;
  }
  .profile-page .add-advertisement-form-input-wrapper {
    width: 100%;
  }
  .profile-page .metallic-checkbox {
    padding-top: 0;
  }
  .profile-page .add-advertisement-form-image-input-wrapper {
    width: calc((100% - 32px) / 3.001);
  }
}
.dark-mode .profile-page .profile-sorting-selectize-wrapper .selectize-input {
  border: 1px solid #4F5D75 !important;
}
.dark-mode .profile-page .profile-sorting-selectize-wrapper .input-active {
  border: 1px solid #fff !important;
}
.dark-mode .profile-page .profile-sorting-selectize-wrapper .input-active ~ .selectize-dropdown {
  border: 1px solid #fff !important;
}
.dark-mode .profile-page .single-description {
  border: 1px solid #4F5D75;
  background-color: #4F5D75;
}
.dark-mode .profile-page .single-description span {
  color: #fff;
}
.dark-mode .profile-page .draft-description svg path {
  fill: #fff;
}
.dark-mode .profile-page .archive-description svg path {
  fill: #fff;
}
.dark-mode .profile-page .profile-add-advertisement-advice-section {
  background-color: #73818E;
}
.dark-mode .profile-page .profile-add-advertisement-advice-icon svg path {
  fill: #fff;
}
.dark-mode .profile-page .profile-add-advertisement-advice-close svg path {
  fill: #fff;
}
.dark-mode .profile-page .profile-add-advertisement-advice-title, .dark-mode .profile-page .profile-add-advertisement-advice-subtext {
  color: #fff;
}

/* Profile loading styles */
.profile-loading {
  padding: 40px 20px;
}

.profile-loading .spinner-border {
  width: 3rem;
  height: 3rem;
}

.profile-loading p {
  margin-top: 1rem;
  color: #666;
  font-size: 16px;
}

.dark-mode .profile-loading p {
  color: #ccc;
}

/* Image Upload Styles */
.application-page .image-counter {
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-left: 4px;
}

.application-page .image-preview-item {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.application-page .image-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.application-page .image-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.application-page .image-preview-item:hover .image-delete {
    opacity: 1;
}

.application-page .attachment-image-label.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.application-page .image-upload-progress {
    margin: 10px 0;
    width: 100%;
}

.application-page .image-upload-progress .progress {
    height: 5px;
    border-radius: 3px;
    background-color: #f0f0f0;
}

.application-page .image-upload-progress .progress-bar {
    background-color: #007bff;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.application-page .application-form-images-list {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.application-page .application-form-images-message {
    padding-top: 10px;
}

/* End Image Upload Styles */
