@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Sora-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold;
  src: url("../../fonts/Sora-SemiBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Sora-Bold.ttf") format("truetype");
  font-display: block;
}
.font-regular {
  font-family: FontRegular;
}

.font-italic {
  font-style: italic;
}

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

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

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

strong, b {
  font-family: FontBold;
}

i, em {
  font-style: italic;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: FontBold;
  font-style: italic;
}

@property --animatedGradientColor1 {
  syntax: "<color>";
  initial-value: rgba(255, 254, 253, 0.8);
  inherits: false;
}
@property --animatedGradientColor2 {
  syntax: "<color>";
  initial-value: rgba(255, 254, 253, 0.8);
  inherits: false;
}
@property --animatedGradientWhite1 {
  syntax: "<color>";
  initial-value: #FFFEFD;
  inherits: false;
}
@property --animatedGradientWhite2 {
  syntax: "<color>";
  initial-value: #FFFEFD;
  inherits: false;
}
.white-color {
  color: #FFFEFD;
}

.black-color {
  color: #282828;
}

.default-text-color {
  color: #736E68;
}

.default-color {
  color: #013C6E;
}

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

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

.background-default {
  background-color: #013C6E;
}

.default-hover {
  color: #736E68;
}
.default-hover:hover {
  color: #013C6E;
}

.default-link {
  position: relative;
  color: #013C6E;
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: #013C6E;
}
.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: #013C6E;
}

a {
  text-decoration: none;
  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[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(1, 60, 110, 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: #FFFEFD;
}

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

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

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

.no-select {
  user-select: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.body-with-admin-bar .header-dropdown-section {
  top: 121px;
}

.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(104px + 46px);
  }
  .body-with-admin-bar .header-dropdown-section {
    top: 135px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  font-family: FontRegular;
  color: #736E68;
  background-color: #013C6E;
  font-size: 16px;
  padding-top: 104px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #FFFEFD;
}
body::-webkit-scrollbar-thumb {
  background-color: #013C6E;
}

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

.default-text-smaller {
  font-size: 14px;
  line-height: 21px;
}

.default-text {
  font-size: 16px;
  line-height: 24px;
}

.default-text-another {
  font-size: 16px;
  line-height: 19px;
}

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

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

.main-title {
  font-size: 48px;
  line-height: 57px;
  font-family: FontBold;
  color: #736E68;
  margin-bottom: 48px;
}

.main-title-small {
  font-size: 32px;
  line-height: 120%;
  font-family: FontBold;
  color: #736E68;
}

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

.default-wrapper-smaller {
  padding: 48px 0;
}

.default-wrapper-smaller-top {
  padding: 48px 0 64px;
}

.default-button {
  display: inline-block;
  padding: 13.5px 31.5px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  position: relative;
  border-radius: 16px;
  font-family: FontSemiBold;
}
.default-button:before, .default-button:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.default-button:hover:before {
  opacity: 1;
  visibility: visible;
}
.default-button:focus:after {
  opacity: 1;
  visibility: visible;
}
.default-button .default-button-text, .default-button svg {
  position: relative;
  z-index: 1;
}

.default-button-small {
  font-size: 12px;
  line-height: 15px;
  padding: 8px 32px;
  font-family: FontBold;
  border-radius: 5px;
}
.default-button-small:before, .default-button-small:after {
  border-radius: 5px;
}

.default-button-simple {
  color: #736E68 !important;
  border: 1px solid #FFB200;
  background: linear-gradient(0deg, #FFB200 0%, #FFDC00 100%);
}
.default-button-simple:before {
  border: 1px solid #FFB200;
  background: linear-gradient(0deg, #FFB200 -148.96%, #FFDC00 100%);
}
.default-button-simple:after {
  border: 1px solid #FFB200;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(0deg, #FFB200 -148.96%, #FFDC00 100%);
}
.default-button-simple .default-button-text {
  color: #736E68 !important;
}

.default-button-simple-with-shadow {
  color: #736E68 !important;
  border: 1px solid #FFB200;
  background: linear-gradient(0deg, #FFB200 0%, #FFDC00 100%);
  box-shadow: 1px 3px 15px 0 rgba(255, 178, 0, 0.3);
}
.default-button-simple-with-shadow:before {
  border: 1px solid #FFB200;
  background: linear-gradient(0deg, #FFB200 0%, #FFDC00 206.38%);
}
.default-button-simple-with-shadow:after {
  border: 1px solid #FFB200;
  background: #D79800;
}
.default-button-simple-with-shadow:focus {
  border: 1px solid #D79800;
}
.default-button-simple-with-shadow .default-button-text {
  color: #736E68 !important;
}

.default-button-reversed {
  color: #736E68 !important;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(0deg, #FFB200 0%, #FFDC00 100%) border-box;
}
.default-button-reversed:before, .default-button-reversed:after {
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
.default-button-reversed:before {
  border: none;
  background: var(--gradients-hover-yellow-white-bg, linear-gradient(0deg, #FFB200 0%, #FFDC00 206.38%));
}
.default-button-reversed:after {
  border: 2px solid #D79800;
  background: #D79800;
}
.default-button-reversed .default-button-text {
  color: #736E68 !important;
}

.default-button-with-chevron {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 12px;
}
.default-button-with-chevron svg path {
  fill: #736E68 !important;
  transition: all 0.2s linear;
}

.default-button-small-styling {
  color: #736E68 !important;
  background: #F5F5F5;
}
.default-button-small-styling:before {
  background: linear-gradient(0deg, #FFB200 0%, #FFDC00 206.38%);
}
.default-button-small-styling:after {
  background: #D79800;
}
.default-button-small-styling:hover, .default-button-small-styling:focus {
  color: #3E3232 !important;
}
.default-button-small-styling .default-button-text {
  color: #736E68 !important;
}

.default-button-grey {
  color: #FFFEFD !important;
  border: 1px solid rgba(255, 254, 253, 0.1);
  background: rgba(255, 254, 253, 0.2);
}
.default-button-grey:before {
  border: 1px solid rgba(255, 254, 253, 0.1);
  background: rgba(255, 254, 253, 0.3);
}
.default-button-grey:after {
  border: 1px solid rgba(255, 254, 253, 0.1);
  background: rgba(255, 254, 253, 0.4);
}
.default-button-grey .default-button-text {
  color: #FFFEFD !important;
}

.default-button-back {
  color: #EB0707 !important;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
}
.default-button-back:before {
  border: 1px solid #EBEBEB;
  background: #EBEBEB;
}
.default-button-back:after {
  border: 1px solid #EBEBEB;
  background: #EBEBEB;
}
.default-button-back .default-button-text {
  color: #EB0707 !important;
}

.ui-datepicker-next, .ui-datepicker-prev {
  top: 3.5px !important;
  transition: all 0.2s linear !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  background: #ededed !important;
  font-weight: normal !important;
  color: #2b2b2b !important;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  border: 1px solid #ccc !important;
}
.ui-datepicker-next .ui-icon, .ui-datepicker-prev .ui-icon {
  background-size: 16px 16px !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}

.ui-datepicker-next {
  right: 2px !important;
}
.ui-datepicker-next .ui-icon {
  background-image: url("../../images/blue-arrow-right.svg") !important;
}

.ui-datepicker-prev {
  left: 2px !important;
}
.ui-datepicker-prev .ui-icon {
  background-image: url("../../images/blue-arrow-left.svg") !important;
}

.ui-state-highlight {
  border: 1px solid #c5c5c5 !important;
  background: #013C6E !important;
  color: #FFFEFD !important;
}

.ui-state-active {
  border: 1px solid #c5c5c5 !important;
  background: linear-gradient(0deg, #FFB200 0%, #FFDC00 100%) !important;
  color: #FFFEFD !important;
}

.ui-datepicker-current {
  display: none !important;
  background: #013C6E !important;
  color: #736E68 !important;
  border: 1px solid #013C6E !important;
  box-shadow: 0 0 30px rgba(251, 187, 0, 0.15);
  opacity: 1 !important;
  font-family: FontBold !important;
}
.ui-datepicker-current:hover {
  box-shadow: 0 0 30px rgba(0, 174, 239, 0.3) !important;
  color: #FFFEFD !important;
  background-color: #013C6E !important;
  border: 1px solid #013C6E !important;
}

.custom-radios {
  border-radius: 8px;
  border: 1px solid #F5F5F5;
  box-shadow: 3px 3px 10px 0 rgba(120, 132, 149, 0.06);
}

.custom-radio-wrapper {
  border-right: 1px solid #F5F5F5;
}
.custom-radio-wrapper:nth-last-of-type(1) {
  border-right: none;
}

.custom-radio:checked ~ .custom-radio-label {
  background-color: #013C6E !important;
  color: #FFFEFD !important;
}

.custom-radio-label {
  margin: 0;
  padding: 10px 16px;
  gap: 8px;
  cursor: pointer;
}
.custom-radio-label:hover {
  background-color: #013C6E !important;
  color: #FFFEFD !important;
}

.custom-radio-color {
  width: 8px;
  height: 8px;
}

.verification-success-subtext {
  margin-bottom: 32px;
}

@media screen and (max-width: 1280px) {
  .default-wrapper, .default-wrapper-smaller-top {
    padding: 48px 0;
  }
  .main-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .custom-radios {
    width: 100%;
  }
  .custom-radio-wrapper {
    width: 50%;
    border-right: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
  }
  .custom-radio-wrapper:nth-of-type(1), .custom-radio-wrapper:nth-of-type(2) {
    border-top: none;
  }
  .custom-radio-wrapper:nth-of-type(2n) {
    border-right: none;
  }
  .custom-radio-wrapper:nth-last-of-type(1):nth-of-type(odd) {
    width: 100%;
  }
  .custom-radio-label {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .main-container {
    padding: 0 16px;
  }
}
@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: rgba(1, 60, 110, 0.96);
}

.navbar-scrolled {
  border-bottom: 1px solid rgba(255, 254, 253, 0.1);
}

.header-content {
  min-height: 104px;
  gap: 24px;
}

.header-logo img {
  max-width: 72px;
  max-height: 72px;
}

.header-main {
  gap: 24px;
}

.header-menu .single-menu-element {
  position: relative;
}
.header-menu .single-menu-element > a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 10px;
  background: linear-gradient(0deg, var(--animatedGradientWhite1) 0%, var(--animatedGradientWhite2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: --animatedGradientWhite1 0.2s linear, --animatedGradientWhite2 0.2s linear;
}
.header-menu .single-menu-element > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: -1;
}
.header-menu .single-menu-element > a:hover:before {
  background-color: rgba(255, 254, 253, 0.1);
}
.header-menu .single-menu-element > a:not(.dropdown-parent):focus {
  --animatedGradientWhite1: #FFB200;
  --animatedGradientWhite2: #FFDC00;
}
.header-menu .single-menu-element > a:not(.dropdown-parent):focus:before {
  background-color: rgba(255, 254, 253, 0.1);
}
.header-menu .single-menu-element > .active {
  --animatedGradientWhite1: #FFB200;
  --animatedGradientWhite2: #FFDC00;
}
.header-menu .single-menu-element > .active:before {
  background-color: rgba(255, 254, 253, 0.1) !important;
}
.header-menu .single-menu-element > .active .dropdown-gradient, .header-menu .single-menu-element > .active ~ .dropdown-section-triangle {
  opacity: 1 !important;
  visibility: visible !important;
}
.header-menu .single-menu-element > .active .dropdown-icon img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.header-menu .single-menu-element .dropdown-parent {
  padding-right: 30px;
}
.header-menu .single-menu-element .dropdown-parent img {
  width: 13px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  transition: all 0.2s linear;
}
.header-menu .single-menu-element .dropdown-parent .dropdown-icon {
  transition: all 0.2s linear;
}
.header-menu .single-menu-element .dropdown-parent .dropdown-gradient {
  opacity: 0;
  visibility: hidden;
}
.header-menu .single-menu-element .dropdown-section-triangle {
  object-fit: contain;
  position: absolute;
  top: calc(100% + 8px);
  left: calc(50% - 10px);
  width: 20px;
  height: 15px;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
}
.header-menu .non-clickable-dropdown-parent {
  cursor: pointer;
}
.header-menu .dropdown-children {
  padding: 8px;
}
.header-menu .single-child-element {
  margin-bottom: 8px;
}
.header-menu .single-child-element:nth-last-of-type(1) {
  margin-bottom: 0;
}
.header-menu .single-child-element > a {
  white-space: nowrap;
  padding: 8px 16px;
}
.header-menu .single-child-element > .active:after {
  opacity: 1;
  visibility: visible;
}

.header-menu-desktop {
  display: flex;
  display: -webkit-flex;
  gap: 12px;
}
.header-menu-desktop .dropdown-children {
  background-color: #FFFEFD;
  border-radius: 6px;
  position: absolute;
  top: calc(100% + 21px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  min-width: 100%;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}
.header-menu-desktop .dropdown-children.active {
  opacity: 1;
  visibility: visible;
}

.header-button a {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 8px;
  padding: 7px 18px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
  border-radius: 12px;
  color: #FFFEFD;
  border: 1px solid rgba(255, 254, 253, 0.1);
  background-color: rgba(255, 254, 253, 0.2);
}
.header-button a img {
  width: 22px;
  height: 20px;
}
.header-button a:hover {
  background-color: rgba(255, 254, 253, 0.3);
}
.header-button a:focus {
  background-color: rgba(255, 254, 253, 0.4);
}
.header-button .active {
  background-color: rgba(255, 254, 253, 0.4) !important;
}

.header-additional {
  margin-left: auto;
  gap: 16px;
}

.header-additional-element a {
  padding: 8px;
  width: 40px;
  height: 40px;
}

.header-search a {
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: transparent;
}
.header-search a:hover {
  background-color: rgba(255, 254, 253, 0.1);
}
.header-search a svg {
  width: 22px;
  height: 22px;
  transition: all 0.2s linear;
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
}
.header-search .search-icon {
  transition: all 0.2s linear;
}
.header-search .search-active {
  opacity: 0;
  visibility: hidden;
}
.header-search .active {
  background-color: rgba(255, 254, 253, 0.1) !important;
}
.header-search .active .search-active {
  opacity: 1 !important;
  visibility: visible !important;
}
.header-search .search-form-wrapper {
  top: calc(100% + 16px);
  right: -56px;
  z-index: 1;
}
.header-search .search-form-wrapper .search-input {
  padding: 12px 56px 12px 16px;
  width: 200px;
}
.header-search .search-form-wrapper .search-submit {
  background-color: transparent;
  border: none;
  font-size: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  top: calc(50% - 12px);
}
.header-search .search-form-wrapper .search-submit:hover {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}
.header-search .search-form-wrapper .search-submit:hover img path, .header-search .search-form-wrapper .search-submit:hover svg path {
  fill: #013C6E;
}
.header-search .search-form-wrapper .search-submit img, .header-search .search-form-wrapper .search-submit svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.header-search .search-form-wrapper .search-submit img path, .header-search .search-form-wrapper .search-submit svg path {
  fill: #736E68;
  transition: all 0.2s linear;
}
.header-search .search-hidden {
  opacity: 0;
  visibility: hidden;
}

.header-profile a {
  border-radius: 12px;
  border: 1px solid rgba(255, 254, 253, 0.1);
  background-color: rgba(255, 254, 253, 0.2);
}
.header-profile a:hover {
  background-color: rgba(255, 254, 253, 0.3);
}
.header-profile a:focus {
  background-color: rgba(255, 254, 253, 0.4);
}
.header-profile svg {
  width: 16px;
  height: 22px;
  position: relative;
  left: 0.5px;
}
.header-profile .active {
  background-color: rgba(255, 254, 253, 0.4) !important;
}

@media screen and (min-width: 1272px) {
  .header-burger, .mobile-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1271px) {
  .navbar-header-opened .header-burger {
    background-color: rgba(255, 254, 253, 0.4) !important;
  }
  .header-burger {
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid transparent;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .header-burger:hover {
    border: 1px solid rgba(255, 254, 253, 0.1);
    background-color: rgba(255, 254, 253, 0.3);
  }
  .header-burger svg {
    width: 24px;
    height: 17px;
  }
  .header-burger svg path {
    fill: #FFFEFD;
  }
  .mobile-menu {
    background-color: #013C6E;
    max-width: 320px;
    width: 100%;
    height: calc(100vh - 104px);
    top: 104px;
    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 - 104px);
    top: 104px;
    left: 0;
    z-index: 1019;
    background: linear-gradient(0deg, #FFB200 0%, #FFDC00 100%);
    opacity: 0.7;
  }
  .mobile-background-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .header-menu-desktop, .header-button-desktop {
    display: none !important;
  }
  .header-menu-mobile {
    margin-bottom: 32px;
  }
  .header-menu-mobile .single-menu-element {
    margin-bottom: 8px;
  }
  .header-menu-mobile .single-menu-element:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .header-menu-mobile .single-menu-element .dropdown-section-triangle {
    display: none !important;
  }
  .dropdown-children {
    display: none;
  }
}
.footer {
  padding: 64px 0;
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.2);
}
.footer .footer-main {
  gap: 112px;
  margin-bottom: 80px;
}
.footer .footer-logo img {
  width: 108px;
  height: 108px;
}
.footer .footer-menus {
  width: calc(100% - 108px - 112px);
  gap: 40px;
}
.footer .footer-menu-column-single {
  width: calc((100% - 160px) / 5.001);
}
.footer .footer-menu-column-double {
  width: calc((100% - 160px) / 5.001 * 2 + 40px);
}
.footer .footer-menu-column-double ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 16px 40px;
}
.footer .footer-menu-column-double ul > li {
  width: calc(50% - 20px);
  margin-bottom: 0 !important;
}
.footer .footer-menu-title {
  margin-bottom: 24px;
}
.footer .footer-menu-common > ul > li {
  font-size: 0;
}
.footer .footer-menu-common > ul > li > a {
  font-size: 14px;
  line-height: 21px;
  background: linear-gradient(0deg, var(--animatedGradientColor1) 0%, var(--animatedGradientColor2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: --animatedGradientColor1 0.2s linear, --animatedGradientColor2 0.2s linear;
}
.footer .footer-menu-common > ul > li > a:hover {
  --animatedGradientColor1: #FFB200;
  --animatedGradientColor2: #FFDC00;
}
.footer .footer-menu-common > ul .current-menu-item > a, .footer .footer-menu-common > ul .current-page-ancestor > a, .footer .footer-menu-common > ul .current-menu-ancestor > a, .footer .footer-menu-common > ul .current-category-ancestor > a {
  --animatedGradientColor1: #FFB200;
  --animatedGradientColor2: #FFDC00;
}
.footer .footer-menu > ul > li {
  margin-bottom: 16px;
}
.footer .footer-menu > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.footer .footer-additional {
  border-top: 1px solid rgba(255, 254, 253, 0.1);
  padding-top: 32px;
}
.footer .footer-additional-inner {
  margin-bottom: 16px;
  gap: 16px 24px;
}
.footer .footer-additional-main {
  gap: 16px 24px;
}
.footer .footer-copyright {
  color: rgba(255, 254, 253, 0.8);
}
.footer .footer-additional-menu > ul {
  gap: 16px 24px;
}
.footer .footer-socials {
  gap: 16px;
}
.footer .single-social {
  font-size: 0;
}
.footer .single-social a {
  display: block;
}
.footer .single-social a:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.footer .single-social svg {
  width: 20px;
  height: 20px;
}
.footer .footer-developed-by {
  gap: 12px;
}
.footer .footer-developed-by-title {
  color: rgba(255, 254, 253, 0.8);
}
.footer .footer-developed-by-image svg {
  height: 24px;
}

@media screen and (max-width: 1680px) {
  .footer .footer-main {
    gap: 64px;
    margin-bottom: 64px;
  }
  .footer .footer-menus {
    width: calc(100% - 108px - 64px);
  }
}
@media screen and (max-width: 1280px) {
  .footer {
    padding: 48px 0;
  }
  .footer .footer-main {
    gap: 48px;
    margin-bottom: 48px;
  }
  .footer .footer-menus {
    width: calc(100% - 108px - 48px);
    gap: 32px;
  }
  .footer .footer-menu-column-single {
    width: calc((100% - 128px) / 5.001);
  }
  .footer .footer-menu-column-double {
    width: calc((100% - 128px) / 5.001 * 2 + 32px);
  }
  .footer .footer-menu-column-double ul {
    gap: 16px 32px;
  }
  .footer .footer-menu-column-double ul > li {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1179px) {
  .footer .footer-main {
    gap: 32px;
  }
  .footer .footer-menus, .footer .footer-logo {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-menu-column-single {
    width: calc((100% - 64px) / 3.001);
  }
  .footer .footer-menu-column-double {
    width: calc((100% - 64px) / 3.001 * 2 + 32px);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo, .footer .footer-additional, .footer .footer-menu-title, .footer .footer-menu {
    text-align: center;
  }
  .footer .footer-additional-main, .footer .footer-socials, .footer .footer-developed-by, .footer .footer-copyright, .footer .footer-additional-menu, .footer .footer-menu-column-single, .footer .footer-menu-column-double {
    width: 100%;
  }
  .footer .footer-additional-main, .footer .footer-socials, .footer .footer-developed-by {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .footer .footer-additional-menu > ul {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .footer .footer-additional-menu, .footer .footer-socials {
    order: 1;
  }
  .footer .footer-additional-main, .footer .footer-copyright {
    order: 2;
  }
  .footer .footer-additional-main, .footer .footer-additional-inner {
    gap: 32px;
  }
  .footer .footer-additional-inner {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-menu-common > ul > li {
    width: 100%;
  }
}
.wysiwyg-styles .wp-caption {
  width: 100% !important;
  margin: 0 0 24px;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0;
  color: #736E68;
  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: 24px;
}
.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 24px 24px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 24px 24px;
}
.wysiwyg-styles > ul, .wysiwyg-styles > ol {
  padding: 0;
  margin-bottom: 32px;
}
.wysiwyg-styles > ul {
  list-style: none;
}
.wysiwyg-styles > ul li {
  padding: 0 0 0 30px;
  position: relative;
  display: table;
}
.wysiwyg-styles > ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #736E68;
  top: 9.5px;
  left: 12.5px;
}
.wysiwyg-styles > ol {
  padding: 0 0 0 30px;
}
.wysiwyg-styles > p + ul, .wysiwyg-styles > p + ol {
  margin-top: -16px;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul li, .wysiwyg-styles > ol li {
  font-size: 16px;
  line-height: 24px;
}
.wysiwyg-styles > p > a:not(.default-button), .wysiwyg-styles > ul li > a:not(.default-button), .wysiwyg-styles > ol li > a:not(.default-button) {
  color: #013C6E;
  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, .wysiwyg-styles > ol li > a:not(.default-button):hover:before, .wysiwyg-styles > ol 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, .wysiwyg-styles > ol li > a:not(.default-button):after {
  left: 0;
  background-color: #013C6E;
}
.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, .wysiwyg-styles > ol li > a:not(.default-button):before, .wysiwyg-styles > ol 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, .wysiwyg-styles > ol li > a:not(.default-button):hover {
  color: #013C6E;
}
.wysiwyg-styles > h2 {
  font-size: 32px;
  line-height: 120%;
  font-family: FontBold;
  color: #736E68;
  margin-bottom: 12px;
}
.wysiwyg-styles > h2 > a:not(.default-button) {
  color: #013C6E;
}
.wysiwyg-styles > h2 > a:not(.default-button):hover {
  color: #013C6E;
}
.wysiwyg-styles > h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: FontSemiBold;
  color: #736E68;
  margin-bottom: 24px;
  background-image: url("../../images/paw.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px 30px;
  padding: 6px 0 0 54px;
}
.wysiwyg-styles > h3 > a:not(.default-button) {
  color: #013C6E;
}
.wysiwyg-styles > h3 > a:not(.default-button):hover {
  color: #013C6E;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 24px;
}
.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: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.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 24px;
  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: 100%;
}
.wysiwyg-gallery .single-gallery-element .gallery-image, .wysiwyg-gallery .single-gallery-element .darkness-effect {
  border-radius: 32px;
}
.wysiwyg-gallery .slider-image-link {
  overflow: hidden;
}
.wysiwyg-gallery .additional-number {
  right: 16px;
  bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.wysiwyg-styles-smaller > p, .wysiwyg-styles-smaller > ul li {
  font-size: 14px;
  line-height: 21px;
  font-family: FontSemiBold;
}
.wysiwyg-styles-smaller > p {
  margin-bottom: 21px;
}

@media screen and (min-width: 1024px) {
  .wysiwyg-styles-bigger p {
    font-size: 20px;
    line-height: 24px;
    font-family: FontSemiBold;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
    float: none !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .wysiwyg-styles > h3 {
    padding: 6px 0 0 42px;
  }
  .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: #013C6E;
  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 {
  bottom: calc(100% + 12px);
  left: calc(50% - 40px);
}

.input-title {
  transition: all 0.2s linear;
  margin-bottom: 8px;
}
.input-title span {
  transition: all 0.2s linear;
  color: #EB0707;
}

.input-title-wrapper {
  gap: 10px;
  text-align: center;
}

.input-title-info-icon {
  margin-bottom: 8px;
}
.input-title-info-icon svg {
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.input-title-info-icon svg:hover ~ .input-title-info {
  visibility: visible;
  opacity: 1;
}
.input-title-info-icon .input-title-info {
  background-color: #736E68;
  visibility: hidden;
  opacity: 0;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 150%;
  width: 215px;
  z-index: 2;
}
.input-title-info-icon .input-title-info:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: calc(50% - 8px);
  border: 8px solid transparent;
  border-top: 8px solid #736E68;
}

.common-input-styling {
  font-size: 0;
}
.common-input-styling > input, .common-input-styling > textarea {
  font-size: 16px;
  line-height: 24px;
  color: #736E68;
  background-color: #F5F5F5;
  border: none;
  -webkit-appearance: none;
  padding: 12px 16px;
  border-radius: 12px;
  width: 100%;
}
.common-input-styling > input::-webkit-input-placeholder, .common-input-styling > textarea::-webkit-input-placeholder {
  color: #736E68;
  font-size: 16px;
}
.common-input-styling > input::-moz-placeholder, .common-input-styling > textarea::-moz-placeholder {
  color: #736E68;
  font-size: 16px;
}
.common-input-styling > input:-moz-placeholder, .common-input-styling > textarea:-moz-placeholder {
  color: #736E68;
  font-size: 16px;
}
.common-input-styling > input:-ms-input-placeholder, .common-input-styling > textarea:-ms-input-placeholder {
  color: #736E68;
  font-size: 16px;
}
.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: 180px;
  resize: none;
}
.common-input-styling > textarea::-webkit-scrollbar {
  width: 4px;
}
.common-input-styling > textarea::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 12px 0;
}
.common-input-styling > textarea::-webkit-scrollbar-thumb {
  background-color: #013C6E;
}

.common-input-subtext {
  padding-top: 8px;
  font-size: 12px;
  line-height: 15px;
}

.common-input-warn {
  font-size: 12px;
  line-height: 19px;
  font-family: FontBold;
  position: absolute;
  top: 0;
  right: 0;
  color: #F42835;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.common-input-warn-visible {
  visibility: visible;
  opacity: 1;
}

.checkbox-single {
  font-size: 0;
}
.checkbox-single input {
  left: -9999px;
}
.checkbox-single input:checked ~ .checkbox-label .checkbox-back:before {
  opacity: 1;
  visibility: visible;
}
.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 {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: #736E68;
}
.checkbox-single .checkbox-title a {
  position: relative;
  color: #013C6E;
}
.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: #013C6E;
}
.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: #013C6E;
}
.checkbox-single .checkbox-title span {
  color: #013C6E;
}
.checkbox-single .checkbox-back {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 8px;
  transition: all 0.2s linear;
  border-radius: 4px;
  border: 1px solid #736E68;
  background-color: #FFFEFD;
  box-shadow: 3px 3px 10px 0 rgba(120, 132, 149, 0.06);
  top: 3px;
}
.checkbox-single .checkbox-back:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 4px;
  background: linear-gradient(0deg, #FFB200 0%, #FFDC00 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.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 svg, .checkbox-single .checkbox-back .checkbox-mark img {
  width: 10px;
}
.checkbox-single .checkbox-back .checkbox-mark svg path {
  transition: all 0.2s linear;
}

.address-input {
  border-radius: 12px 12px 0 0 !important;
}

.address-map {
  height: 400px;
  border-radius: 0 0 12px 12px;
}

.clean-image {
  width: 32px;
  height: 32px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
}
.clean-image:hover img {
  animation: rotating 0.5s linear;
  -webkit-animation: rotating 0.5s linear;
}
.clean-image img {
  width: 16px;
  height: 16px;
  z-index: 1;
}

.common-image-input-wrapper {
  margin-bottom: 24px;
}

.common-image-input-label {
  margin: 0;
  cursor: pointer;
  border-radius: 8px;
  border: 1px dashed rgba(1, 60, 110, 0.2);
  background: rgba(1, 60, 110, 0.05);
}
.common-image-input-label:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.common-image-input-label-inner {
  padding: 24px;
}

.common-image-input-upload {
  margin-bottom: 12px;
}
.common-image-input-upload svg {
  width: 44px;
  height: 40px;
}
.common-image-input-upload svg path {
  stroke: #013C6E;
  transition: all 0.2s linear;
}

.common-image-input-info-wrapper {
  gap: 8px;
}

.common-image-input-text span {
  text-decoration: underline;
  font-family: FontBold;
}

.common-image-input-info-icon svg {
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.common-image-input-info-icon svg path {
  stroke: #013C6E;
  transition: all 0.2s linear;
}
.common-image-input-info-icon svg:hover ~ .common-image-input-info {
  visibility: visible;
  opacity: 1;
}
.common-image-input-info-icon .common-image-input-info {
  visibility: hidden;
  opacity: 0;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 150%;
  width: 215px;
  z-index: 2;
}
.common-image-input-info-icon .common-image-input-info:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: calc(50% - 8px);
  border: 8px solid transparent;
  border-top: 8px solid #013C6E;
}

.selected-image {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  border-radius: 8px;
}

.image-warning {
  font-size: 12px;
  line-height: 15px;
  font-family: FontBold;
  color: #F42835;
  text-align: left;
  margin-top: 4px;
}

.warning-validation .input-title {
  color: #F42835 !important;
}
.warning-validation input, .warning-validation textarea {
  background-color: #F42835 !important;
  color: #FFFEFD !important;
}
.warning-validation input::-webkit-input-placeholder, .warning-validation textarea::-webkit-input-placeholder {
  color: #FFFEFD !important;
  font-size: 16px;
}
.warning-validation input::-moz-placeholder, .warning-validation textarea::-moz-placeholder {
  color: #FFFEFD !important;
  font-size: 16px;
}
.warning-validation input:-moz-placeholder, .warning-validation textarea:-moz-placeholder {
  color: #FFFEFD !important;
  font-size: 16px;
}
.warning-validation input:-ms-input-placeholder, .warning-validation textarea:-ms-input-placeholder {
  color: #FFFEFD !important;
  font-size: 16px;
}
.warning-validation .checkbox-back {
  background-color: #F42835 !important;
  border: 1px solid #F42835 !important;
}
.warning-validation .checkbox-back:before {
  content: none !important;
}
.warning-validation .checkbox-back .checkbox-mark svg path {
  fill: #FFFEFD !important;
}
.warning-validation .custom-radio-label {
  background-color: #F42835 !important;
  color: #FFFEFD !important;
}
.warning-validation .common-image-input-label {
  background-color: #F42835 !important;
}
.warning-validation .common-image-input-label .common-image-input-text {
  color: #FFFEFD !important;
}
.warning-validation .common-image-input-label .common-image-input-upload svg path, .warning-validation .common-image-input-label .common-image-input-info-icon svg path {
  stroke: #FFFEFD !important;
}
.warning-validation .age-input-wrapper svg path {
  stroke: #FFFEFD !important;
}

.description-length.warning-validation {
  color: #F42835 !important;
}

.common-success-submit .common-success-image {
  margin-bottom: 12px;
}
.common-success-submit .common-success-image svg, .common-success-submit .common-success-image img {
  width: 200px;
  height: auto;
}
.common-success-submit .common-success-title {
  margin-bottom: 16px;
}

@media screen and (max-width: 500px) {
  .common-image-input-label-inner {
    padding: 16px;
  }
  .common-image-input-upload {
    margin-bottom: 8px;
  }
  .common-image-input-text {
    font-size: 12px;
    line-height: 18px;
  }
  .common-image-input-wrapper {
    padding: 16px 0;
  }
}
.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: #013C6E;
  color: #FFFEFD;
  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: #013C6E;
  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-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 > div {
  height: 100%;
}
.common-slick-carousel .slick-slide > div > div {
  height: 100%;
}
.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:not(.slick-initialized) {
  visibility: hidden;
  opacity: 0;
}

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

.common-selectize-wrapper .selectize-control {
  font-size: 0;
}
.common-selectize-wrapper .selectize-input {
  background-color: #F5F5F5 !important;
  font-size: 0 !important;
  line-height: normal !important;
  box-shadow: none !important;
  transition: all 0.2s linear !important;
  width: 100% !important;
  padding: 8px 42px 8px 16px !important;
  border: none !important;
  background-image: url("../../images/dropdown-filters.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 22px) 50% !important;
  background-size: 8px 4px !important;
  border-radius: 12px !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: 24px !important;
  color: #736E68;
}
.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: #736E68;
}
.common-selectize-wrapper .selectize-input input::-moz-placeholder {
  color: #736E68;
}
.common-selectize-wrapper .selectize-input input:-moz-placeholder {
  color: #736E68;
}
.common-selectize-wrapper .selectize-input input:-ms-input-placeholder {
  color: #736E68;
}
.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: #F5F5F5 !important;
  overflow: hidden !important;
  cursor: pointer;
  box-shadow: none;
  width: 100% !important;
  text-align: left;
  left: 0 !important;
  top: 41px !important;
  border: none !important;
  border-radius: 12px !important;
}
.common-selectize-wrapper .selectize-dropdown .option {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #736E68;
}
.common-selectize-wrapper .selectize-dropdown .selected {
  background-color: #013C6E !important;
  color: #FFFEFD;
}
.common-selectize-wrapper .selectize-dropdown .active {
  background-color: #013C6E !important;
  color: #FFFEFD;
}
.common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar {
  width: 4px;
}
.common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #013C6E;
}
.common-selectize-wrapper .input-active {
  border-radius: 12px 12px 0 0 !important;
}
.common-selectize-wrapper .input-active ~ .selectize-dropdown {
  border-radius: 0 0 12px 12px !important;
}

.header-dropdown-section {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  max-width: 1312px;
  top: 89px;
  left: calc(50% - (1376px - 64px) / 2);
  border-radius: 32px;
  background-color: #FFFEFD;
  padding: 24px;
  transition: all 0.2s linear;
  gap: 32px;
  z-index: 1;
  border-bottom: 1px solid rgba(84, 79, 74, 0.3);
  box-shadow: 2px 6px 30px 0 rgba(120, 132, 149, 0.2);
}
.header-dropdown-section .dropdown-section-elements {
  gap: 24px;
  width: calc(100% - 436px - 32px);
}
.header-dropdown-section .single-dropdown-section-element {
  width: calc(50% - 12px);
}
.header-dropdown-section .dropdown-section-elements-full-width {
  width: 100%;
}
.header-dropdown-section .dropdown-section-elements-full-width .single-dropdown-section-element {
  width: calc((100% - 48px) / 3.001);
}
.header-dropdown-section .single-dropdown-section-element-link {
  padding: 8px 12px;
  gap: 12px;
  border-radius: 8px;
}
.header-dropdown-section .single-dropdown-section-element-link:hover {
  background-color: #F5F5F5;
}
.header-dropdown-section .single-dropdown-section-element-link.active {
  background-color: #F5F5F5;
}
.header-dropdown-section .single-dropdown-section-icon {
  width: 42px;
  height: 42px;
}
.header-dropdown-section .single-dropdown-section-icon img {
  width: 32px;
  height: 32px;
}
.header-dropdown-section .single-dropdown-section-content {
  width: calc(100% - 42px - 12px);
}
.header-dropdown-section .single-dropdown-section-title {
  margin-bottom: 0;
}
.header-dropdown-section .dropdown-section-articles {
  width: 436px;
  padding-top: 12px;
}
.header-dropdown-section .dropdown-section-articles-main {
  margin-bottom: 16px;
  gap: 16px;
}
.header-dropdown-section .dropdown-section-articles-title {
  color: #544F4A;
  margin-bottom: 0;
  font-size: 20px;
  font-family: FontSemiBold;
}
.header-dropdown-section .dropdown-section-articles-button a {
  gap: 12px;
}
.header-dropdown-section .dropdown-section-articles-button a svg {
  width: 6px;
  height: 10px;
}
.header-dropdown-section .dropdown-section-articles-button a svg path {
  transition: all 0.2s linear;
  fill: #736E68;
}
.header-dropdown-section .dropdown-section-articles-button a:hover {
  color: #013C6E;
}
.header-dropdown-section .dropdown-section-articles-button a:hover svg path {
  fill: #013C6E;
}

.header-dropdown-section.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1384px) {
  .header-dropdown-section {
    left: 32px;
    max-width: calc(100% - 64px);
  }
}
@media screen and (min-width: 1272px) {
  .header-dropdown-section ~ .dropdown-children {
    display: none !important;
  }
}
@media screen and (max-width: 1271px) {
  .header-dropdown-section {
    display: none !important;
  }
}
.single-article {
  display: flex;
  display: -webkit-flex;
  border-radius: 12px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07);
}
.single-article .single-article-image-inner:before {
  content: "";
  display: block;
}
.single-article .single-article-image-inner img {
  border-radius: 8px;
}
.single-article .single-article-permalink .default-button:not(.default-button-small) {
  border-radius: 8px;
}
.single-article .single-article-permalink .default-button:not(.default-button-small):before, .single-article .single-article-permalink .default-button:not(.default-button-small):after {
  border-radius: 8px;
}

.single-article-default, .single-article-header {
  gap: 16px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 10px;
}
.single-article-default .single-article-main, .single-article-header .single-article-main {
  margin-bottom: 16px;
}

.single-article-default .single-article-title, .single-article-component .single-article-title {
  margin-bottom: 16px;
}

.single-article-default {
  margin-bottom: 16px;
}
.single-article-default .single-article-image {
  width: 406px;
}
.single-article-default .single-article-image-inner:before {
  padding-top: 50%;
}
.single-article-default .single-article-content {
  width: calc(100% - 406px - 16px);
  padding-top: 16px;
}
.single-article-default .single-article-permalink a {
  font-size: 14px;
  line-height: 21px;
}

.single-article-component {
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: calc((100% - 64px) / 3.001);
  padding: 16px;
}
.single-article-component .single-article-content, .single-article-component .single-article-image {
  margin-bottom: 32px;
}
.single-article-component .single-article-image-inner:before {
  padding-top: 72.1%;
}

.single-article-header {
  margin-bottom: 12px;
}
.single-article-header .single-article-image {
  width: 164px;
}
.single-article-header .single-article-image-inner:before {
  padding-top: 81%;
}
.single-article-header .single-article-content {
  width: calc(100% - 164px - 16px);
}
.single-article-header .single-article-title {
  margin-bottom: 8px;
}

@media screen and (max-width: 1280px) {
  .single-article-default .single-article-image {
    width: 315px;
  }
  .single-article-default .single-article-content {
    width: calc(100% - 315px - 16px);
  }
  .single-article-component {
    width: calc((100% - 48px) / 3.001);
    padding: 12px;
  }
  .single-article-component .single-article-content, .single-article-component .single-article-image {
    margin-bottom: 24px;
  }
  .single-article-component .single-article-title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .single-article-component {
    width: calc(50% - 12px);
  }
  .single-article-component:nth-of-type(odd):nth-last-of-type(1) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-article-default .single-article-image, .single-article-default .single-article-content {
    width: 100%;
  }
  .single-article-default .single-article-content {
    padding-top: 0;
  }
  .single-article-component {
    width: 100% !important;
  }
}
.partners .partners-list-wrapper {
  padding: 24px 36px;
  border-radius: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.partners .single-partner {
  height: 80px !important;
}
.partners .single-partner img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.partners .single-partner img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.partners .partners-list {
  width: calc(100% + 80px);
  margin: 0 -40px;
}
.partners .slick-slide {
  padding: 0 40px;
  position: relative;
}
.partners .slick-slide:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: -0.5px;
}

.articles .articles-title {
  color: #FFFEFD;
}
.articles .articles-list {
  margin-bottom: 48px;
  gap: 32px;
}

@media screen and (max-width: 1280px) {
  .articles .articles-list {
    margin-bottom: 32px;
    gap: 24px;
  }
}
.pets-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 48px;
  gap: 32px;
}

.pet-card {
  width: calc((100% - 96px) / 4.001);
}

.pet-card-link {
  border-radius: 24px;
  transform: scale(1) translateZ(0);
  -webkit-transform: scale(1) translateZ(0);
  filter: drop-shadow(0 0 32px rgba(0, 0, 0, 0.07));
  -webkit-filter: drop-shadow(0 0 32px rgba(0, 0, 0, 0.07));
}
.pet-card-link:hover {
  filter: drop-shadow(0 0 64px rgba(0, 0, 0, 0.21));
  -webkit-filter: drop-shadow(0 0 64px rgba(0, 0, 0, 0.21));
  transform: scale(1.03) translateZ(0);
  -webkit-transform: scale(1.03) translateZ(0);
}
.pet-card-link .pet-card-image:before {
  content: "";
  display: block;
  padding-top: 61.84%;
}
.pet-card-link .pet-card-category {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 8px 16px;
}
.pet-card-link .pet-card-content {
  padding: 16px;
}
.pet-card-link .pet-card-date {
  gap: 0 8px;
}
.pet-card-link .pet-card-date .separator {
  font-size: 18px;
  line-height: 21px;
}

@media screen and (max-width: 1280px) {
  .pets-list {
    margin-bottom: 32px;
    gap: 24px;
  }
  .pet-card {
    width: calc((100% - 72px) / 4.001);
  }
  .pet-card-link .pet-card-category {
    padding: 6px 12px;
  }
  .pet-card-link .pet-card-content {
    padding: 12px;
  }
}
@media screen and (max-width: 1271px) {
  .pet-card {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .pet-card {
    width: 100%;
  }
}
.home-hero .home-hero-inner {
  padding: 12px 0 48px;
  gap: 32px 112px;
}
.home-hero .home-hero-content-side {
  width: calc(100% - 525px - 112px);
}
.home-hero .home-hero-main {
  margin-bottom: 32px;
}
.home-hero .home-hero-title {
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -2.56px;
}
.home-hero .home-hero-content {
  color: rgba(255, 254, 253, 0.6);
}
.home-hero .home-hero-button {
  margin-bottom: 16px;
  max-width: 352px;
  width: 100%;
}
.home-hero .home-hero-image-side {
  width: 525px;
}
.home-hero .home-hero-image {
  width: 100%;
  max-width: 440px;
  margin-bottom: 16px;
}
.home-hero .home-hero-points {
  gap: 16px 32px;
}
.home-hero .home-hero-point {
  width: calc((100% - 64px) / 3.001);
  gap: 0 12px;
}
.home-hero .home-hero-point-image {
  width: 32px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.home-hero .home-hero-point-image img {
  height: 32px;
}
.home-hero .home-hero-point-title {
  width: calc(100% - 32px - 12px);
}

@media screen and (max-width: 1680px) {
  .home-hero .home-hero-inner {
    gap: 32px 64px;
  }
  .home-hero .home-hero-content-side {
    width: calc(100% - 525px - 64px);
  }
  .home-hero .home-hero-title {
    font-size: 56px;
    line-height: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .home-hero .home-hero-inner {
    gap: 32px 48px;
  }
  .home-hero .home-hero-content-side {
    width: calc(100% - 525px - 48px);
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .home-hero .home-hero-title {
    font-size: 48px;
    line-height: 57px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .home-hero .home-hero-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero .home-hero-content-side {
    width: 100%;
    text-align: center;
  }
  .home-hero .home-hero-button {
    margin: 0 auto 16px;
  }
  .home-hero .home-hero-image-side {
    width: 100%;
    margin: 0 auto;
  }
  .home-hero .home-hero-points {
    max-width: 525px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .home-hero .home-hero-title {
    font-size: 48px;
    line-height: 57px;
  }
  .home-hero .home-hero-point {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .home-hero .home-hero-point-title {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .home-hero .home-hero-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.pagination .page-numbers {
  margin-right: 8px;
  color: #736E68;
  background: #FFFEFD;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  font-family: FontBold;
  position: relative;
  z-index: 0;
  transition: all 0.2s linear;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers:before, .pagination .page-numbers:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  z-index: -1;
}
.pagination .page-numbers:before {
  background: linear-gradient(0deg, #FFB200 0%, #FFDC00 206.38%);
}
.pagination .page-numbers:after {
  background: #D79800;
}
.pagination .page-numbers:hover:before {
  opacity: 1;
  visibility: visible;
}
.pagination .page-numbers:focus:after {
  opacity: 1;
  visibility: visible;
}
.pagination .page-numbers img {
  width: 9px;
  height: 12px;
}
.pagination .page-numbers.current:before {
  opacity: 1;
  visibility: visible;
}
.pagination .page-numbers.dots:before {
  background: #FFFEFD;
  opacity: 1;
  visibility: visible;
}
.pagination .page-numbers.dots:after {
  background: #FFFEFD;
  opacity: 1;
  visibility: visible;
}

.pets-pagination {
  margin: 48px 0 0;
}
.pets-pagination .page-numbers {
  border: 1px solid #736E68;
}
.pets-pagination .page-numbers:before, .pets-pagination .page-numbers:after {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.articles-pagination {
  margin: 16px 0 0;
}
.articles-pagination .page-numbers:before, .articles-pagination .page-numbers:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  margin-bottom: 24px;
  gap: 12px;
}
.breadcrumbs .single-breadcrumb-separator svg {
  width: 5px;
  height: 8px;
}

.breadcrumbs-white .single-breadcrumb-link {
  color: rgba(255, 254, 253, 0.8);
}
.breadcrumbs-white .single-breadcrumb-link:hover {
  color: #FFFEFD;
}
.breadcrumbs-white .single-breadcrumb-static {
  color: #FFFEFD;
}
.breadcrumbs-white .single-breadcrumb-separator svg path {
  fill: rgba(255, 254, 253, 0.8);
}

.breadcrumbs-black .single-breadcrumb-link {
  color: rgba(115, 110, 104, 0.6);
}
.breadcrumbs-black .single-breadcrumb-link:hover {
  color: #736E68;
}
.breadcrumbs-black .single-breadcrumb-static {
  color: #736E68;
}
.breadcrumbs-black .single-breadcrumb-separator svg path {
  fill: #736E68;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 12px;
  }
}
.info-block .info-block-inner {
  padding: 32px;
  border-radius: 32px;
  border-radius: 32px;
  background: linear-gradient(90deg, #FFFEFD 49.58%, rgba(255, 254, 253, 0) 87.57%);
}
.info-block .info-block-image {
  top: 0;
  right: 0;
  z-index: -1;
}
.info-block .info-block-helper-inner {
  margin-bottom: 48px;
}
.info-block .info-block-title {
  margin-bottom: 12px;
}
.info-block .info-block-helper {
  max-width: 50%;
}

.info-block-default .info-block-button {
  max-width: 368px;
  width: 100%;
}
.info-block-default .info-block-button a {
  width: 100%;
}

.info-block-with-image {
  min-height: 256px;
}

@media screen and (max-width: 1280px) {
  .info-block .info-block-helper-inner {
    margin-bottom: 32px;
  }
  .info-block .info-block-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .info-block .info-block-inner {
    padding: 32px;
    border-radius: 32px;
    border-radius: 32px;
    background: rgba(255, 254, 253, 0.7);
  }
  .info-block .info-block-image {
    width: 100% !important;
  }
  .info-block .info-block-helper {
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .info-block .info-block-inner {
    padding: 24px 16px;
  }
  .info-block .info-block-helper-inner {
    margin-bottom: 24px;
  }
}
.advertisements-filters {
  padding: 24px;
  border-radius: 32px;
  border: 1px solid #F5F5F5;
  box-shadow: 2px 6px 30px 0 rgba(120, 132, 149, 0.15);
  top: -120px;
  margin-bottom: -120px;
  min-height: 228px;
  z-index: 1;
}
.advertisements-filters .filters-separator {
  margin: 24px 0;
  background-color: #F5F5F5;
  height: 1px;
}
.advertisements-filters .advertisements-filters-main-row, .advertisements-filters .advertisements-filters-values-row {
  gap: 12px 24px;
}
.advertisements-filters .advertisements-filters-dropdowns-row {
  margin-bottom: 24px;
  gap: 24px;
}
.advertisements-filters .advertisements-filters-values-row {
  min-height: 31px;
}
.advertisements-filters .advertisements-filters-main-row {
  margin-bottom: 32px;
}
.advertisements-filters .filters-ordering, .advertisements-filters .filters-clear-button-wrapper {
  margin-left: auto;
  white-space: nowrap;
}
.advertisements-filters .filters-ordering-list {
  min-width: 96px;
  top: calc(100% + 8px);
  right: 0;
  max-width: 100%;
  background-color: #FFFEFD;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  z-index: 1;
  display: none;
}
.advertisements-filters .ordering-value {
  font-size: 14px;
  line-height: 21px;
  color: #736E68;
  padding: 6px 12px;
  display: block;
  text-align: center;
}
.advertisements-filters .ordering-value:hover {
  color: #FFFEFD;
  background-color: #013C6E;
}
.advertisements-filters .ordering-value.active {
  color: #FFFEFD;
  background-color: #013C6E;
}
.advertisements-filters .filters-ordering-link {
  font-size: 14px;
  line-height: 21px;
  gap: 12px;
  color: #736E68;
}
.advertisements-filters .filters-ordering-link:hover {
  color: #013C6E;
}
.advertisements-filters .filters-ordering-link:hover svg path {
  fill: #013C6E;
}
.advertisements-filters .filters-ordering-link svg {
  width: 8px;
  height: 4px;
}
.advertisements-filters .filters-ordering-link svg path {
  transition: all 0.2s linear;
  fill: #736E68;
}
.advertisements-filters .filters-ordering-link.active {
  color: #013C6E;
}
.advertisements-filters .filters-ordering-link.active svg path {
  fill: #013C6E;
}
.advertisements-filters .filters-clear-button {
  font-family: FontSemiBold;
  font-size: 14px;
  line-height: 21px;
  color: #EB0707;
  position: relative;
}
.advertisements-filters .filters-clear-button:hover:before, .advertisements-filters .filters-clear-button:hover:after {
  width: 100%;
  opacity: 1;
}
.advertisements-filters .filters-clear-button:after {
  left: 0;
  background-color: #EB0707;
}
.advertisements-filters .filters-clear-button:before, .advertisements-filters .filters-clear-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;
}
.advertisements-filters .filters-clear-button:hover {
  color: #EB0707;
}
.advertisements-filters .single-filter-wrapper {
  width: calc((100% - 72px) / 4.001);
}
.advertisements-filters .filter-titles-wrapper {
  gap: 12px;
  margin-bottom: 8px;
}
.advertisements-filters .filter-title {
  font-size: 14px;
  line-height: 21px;
}
.advertisements-filters .clear-filter {
  gap: 8px;
}
.advertisements-filters .clear-filter span {
  font-size: 14px;
  line-height: 21px;
  color: rgba(115, 110, 104, 0.3);
}
.advertisements-filters .clear-filter svg {
  width: 11px;
  height: 11px;
}
.advertisements-filters .clear-filter svg path {
  fill: rgba(115, 110, 104, 0.3);
  transition: all 0.2s linear;
}
.advertisements-filters .clear-filter:hover span {
  color: #EB0707;
}
.advertisements-filters .clear-filter:hover svg {
  animation: rotating 0.5s linear;
  -webkit-animation: rotating 0.5s linear;
}
.advertisements-filters .clear-filter:hover svg path {
  fill: #EB0707;
}
.advertisements-filters .filter-wrapper input {
  padding: 8px 16px;
}
.advertisements-filters .filters-status-values {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 16px;
}
.advertisements-filters .single-status-value {
  border-radius: 50px;
  background-color: #013C6E;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 12px;
  padding: 5px 16px;
}
.advertisements-filters .single-status-value-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.advertisements-filters .single-status-value-title {
  color: #FFFEFD;
  font-size: 14px;
  line-height: 21px;
  font-family: FontSemiBold;
  white-space: nowrap;
}
.advertisements-filters .single-status-value-cross {
  display: block;
  font-size: 0;
}
.advertisements-filters .single-status-value-cross:hover .single-status-value-cross-inner {
  animation: rotating 0.5s linear;
  -webkit-animation: rotating 0.5s linear;
}
.advertisements-filters .single-status-value-cross .single-status-value-cross-inner {
  width: 11px;
  height: 11px;
  background-image: url("../../images/cross-white.svg");
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: 50% 50%;
}

@media screen and (max-width: 1200px) {
  .advertisements-filters .single-filter-wrapper {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .advertisements-filters .single-filter-wrapper {
    width: 100%;
  }
  .advertisements-filters .filters-ordering {
    order: 1;
  }
  .advertisements-filters .filters-status {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .advertisements-filters {
    padding: 16px;
  }
}
.common-sidebar-wrapper {
  width: 416px;
}
.common-sidebar-wrapper .common-sidebar-inner {
  padding: 16px;
  border-radius: 12px;
}
.common-sidebar-wrapper .common-sidebar-title {
  margin-bottom: 24px;
}
.common-sidebar-wrapper .single-category-parent-link:before, .common-sidebar-wrapper .single-category-child-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(white, white) padding-box, linear-gradient(0deg, #FFB200 0%, #FFDC00 100%) border-box;
  opacity: 0;
  visibility: hidden;
  box-shadow: 3px 3px 10px 0 rgba(120, 132, 149, 0.08);
}
.common-sidebar-wrapper .single-category-parent-link:hover, .common-sidebar-wrapper .single-category-child-link:hover {
  color: #544F4A;
}
.common-sidebar-wrapper .single-category-parent-link:hover:before, .common-sidebar-wrapper .single-category-child-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.common-sidebar-wrapper .single-category-parent-link.active, .common-sidebar-wrapper .single-category-child-link.active {
  color: #544F4A;
}
.common-sidebar-wrapper .single-category-parent-link.active:before, .common-sidebar-wrapper .single-category-child-link.active:before {
  opacity: 1;
  visibility: visible;
}
.common-sidebar-wrapper .single-category-parent-link {
  padding: 16px;
}
.common-sidebar-wrapper .single-category-child {
  padding: 0 16px;
}
.common-sidebar-wrapper .single-category-child-link {
  padding: 10px 16px;
}

.common-sidebar-link {
  gap: 8px;
}

@media screen and (max-width: 1280px) {
  .common-sidebar-wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .common-sidebar-wrapper .common-sidebar {
    display: block !important;
  }
  .common-sidebar-link-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .common-sidebar-wrapper {
    width: 100%;
  }
  .common-sidebar-wrapper .common-sidebar-inner {
    margin-top: 16px;
  }
}
.schedule-section {
  margin-bottom: 24px;
}
.schedule-section .input-title, .schedule-section .single-schedule-day {
  margin-bottom: 16px;
}
.schedule-section .single-schedule-day {
  gap: 12px 42px;
  min-height: 48px;
}
.schedule-section .schedule-day-name {
  width: 120px;
}
.schedule-section .day-status-label {
  width: 36px;
  height: 20px;
  border-radius: 100px;
  cursor: pointer;
}
.schedule-section .day-status-label:before {
  content: "";
  background-color: #FFFEFD;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: all 0.2s linear;
  position: absolute;
  top: 2px;
  left: 2px;
}
.schedule-section .schedule-day-status {
  gap: 12px;
}
.schedule-section .status-opened .schedule-day-status-value-closed {
  display: none;
}
.schedule-section .status-opened .day-status-label:before {
  transform: translateX(16px);
}
.schedule-section .status-closed .schedule-day-status-value-opened {
  display: none;
}
.schedule-section .status-closed .day-status-label {
  background-color: #D2D5DA;
}
.schedule-section .status-closed .day-status-label:before {
  transform: translateX(0);
}
.schedule-section .schedule-day-status-value {
  width: 80px;
}
.schedule-section .schedule-time, .schedule-section .single-schedule-time {
  gap: 12px 24px;
}
.schedule-section .schedule-time-select {
  width: 140px;
}
.schedule-section .schedule-time-select .selectize-input {
  padding: 12px 40px 12px 16px !important;
  background-image: url(../../images/dropdown-timing.svg) !important;
  background-position: calc(100% - 23px) 50% !important;
  background-size: 10px 16px !important;
}
.schedule-section .schedule-time-select .selectize-input input, .schedule-section .schedule-time-select .selectize-input .item {
  font-family: FontSemiBold !important;
}
.schedule-section .schedule-time-select .selectize-dropdown {
  top: 49px !important;
}
.schedule-section .schedule-time-select .selectize-dropdown .option {
  padding: 12px 16px !important;
  font-family: FontSemiBold !important;
}

@media screen and (max-width: 1366px) {
  .schedule-section .single-schedule-day {
    gap: 12px 24px;
  }
  .schedule-section .schedule-day-name {
    width: 105px;
  }
}
@media screen and (max-width: 1179px) and (min-width: 1025px), (max-width: 819px) {
  .schedule-section .input-title, .schedule-section .single-schedule-day {
    margin-bottom: 24px;
  }
  .schedule-section .schedule-time {
    width: 100%;
  }
  .schedule-section .single-schedule-time {
    gap: 12px;
  }
}
@media screen and (max-width: 500px) {
  .schedule-section .single-schedule-time {
    width: 100%;
  }
  .schedule-section .schedule-time-title {
    width: 50px;
  }
}
.company-sidebar-wrapper .company-sidebar-title {
  margin-bottom: 16px;
}
.company-sidebar-wrapper .company-sidebar-button {
  font-size: 14px;
  line-height: 21px;
  padding: 13px 16px;
  border-radius: 8px;
  background-color: #F5F5F5;
  color: #736E68 !important;
}
.company-sidebar-wrapper .company-sidebar-button:before, .company-sidebar-wrapper .company-sidebar-button:after {
  border-radius: 8px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-sidebar-wrapper .company-sidebar-button:hover:before {
  background: #EBEBEB;
}
.company-sidebar-wrapper .company-sidebar-button:hover:after {
  background: #EBEBEB;
}
.company-sidebar-wrapper .company-sidebar-button:hover .default-button-text {
  color: #736E68 !important;
}
.company-sidebar-wrapper .company-sidebar-content-wrapper {
  margin-bottom: 16px;
}
.company-sidebar-wrapper .company-sidebar-row {
  margin-bottom: 12px;
  gap: 10px;
}
.company-sidebar-wrapper .company-sidebar-row-icon img, .company-sidebar-wrapper .company-sidebar-row-icon svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.company-sidebar-wrapper .company-sidebar-row-value {
  max-width: calc(100% - 20px - 10px);
  font-size: 16px;
  line-height: 20px;
}
.company-sidebar-wrapper .company-title-sidebar-row-value {
  max-width: calc(100% - 20px - 10px - 40px - 10px);
}
.company-sidebar-wrapper .company-sidebar-logo img {
  width: 40px;
  height: 40px;
}
.company-sidebar-wrapper .company-map {
  height: 200px;
  margin-bottom: 16px;
  border-radius: 8px;
}

@media screen and (max-width: 1023px) {
  .company-sidebar-wrapper {
    order: 1;
  }
}
.advertisements-list-pagination {
  margin-left: auto;
}

.advertisements-list-title {
  margin-bottom: 0 !important;
}

.advertisements-list-titles {
  margin-bottom: 48px;
  gap: 12px;
}

.advertisements-list-preloader {
  text-align: center;
}

.advertisements-preloader {
  width: 200px;
  height: 200px;
  object-fit: contain;
  animation: rotating 5s linear infinite;
  -webkit-animation: rotating 5s linear infinite;
}

@media screen and (max-width: 1280px) {
  .advertisements-list-titles {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .advertisements-list-titles {
    margin-bottom: 24px;
  }
}
.articles-page .articles-container {
  gap: 32px;
}
.articles-page .articles-list-wrapper, .articles-page .articles-single-content {
  width: calc(100% - 416px - 32px);
}
.articles-page .articles-single-content {
  padding: 24px;
  border-radius: 12px;
}
.articles-page .articles-single-title {
  margin-bottom: 8px;
}

@media screen and (max-width: 1280px) {
  .articles-page .articles-container {
    gap: 16px;
  }
  .articles-page .articles-list-wrapper, .articles-page .articles-single-content {
    width: calc(100% - 300px - 16px);
  }
}
@media screen and (max-width: 1023px) {
  .articles-page .articles-list-wrapper, .articles-page .articles-single-content {
    width: 100%;
  }
  .articles-page .articles-single-content {
    padding: 16px;
  }
}
.single-pet-page .single-pet-container {
  gap: 24px;
  padding: 24px;
  border-radius: 24px;
}
.single-pet-page .single-pet-image-side {
  width: 671px;
}
.single-pet-page .single-pet-content-side {
  width: calc(100% - 671px - 24px);
}
.single-pet-page .single-pet-image {
  margin-bottom: 32px;
}
.single-pet-page .single-pet-image:before {
  content: "";
  display: block;
  padding-top: 61.81%;
}
.single-pet-page .single-pet-image img {
  border-radius: 16px;
}
.single-pet-page .single-pet-address-wrapper {
  gap: 8px;
  margin-bottom: 10px;
}
.single-pet-page .single-pet-map {
  border-radius: 16px;
  min-height: 313px;
}
.single-pet-page .single-pet-title {
  margin-bottom: 12px;
}
.single-pet-page .single-pet-content, .single-pet-page .single-pet-content-side-inner, .single-pet-page .characteristics-section {
  margin-bottom: 32px;
}
.single-pet-page .single-characteristic {
  margin-bottom: 12px;
  padding: 10px 0;
  gap: 16px;
  border-bottom: 1px solid #F5F5F5;
}
.single-pet-page .single-characteristic:nth-last-of-type(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.single-pet-page .single-characteristic-title {
  max-width: calc(50% - 8px);
}
.single-pet-page .single-characteristic-value {
  text-align: right;
  max-width: calc(50% - 8px);
}
.single-pet-page .single-characteristic-value a {
  color: #013C6E;
  position: relative;
}
.single-pet-page .single-characteristic-value a:hover:before, .single-pet-page .single-characteristic-value a:hover:after {
  width: 100%;
  opacity: 1;
}
.single-pet-page .single-characteristic-value a:after {
  left: 0;
  background-color: #013C6E;
}
.single-pet-page .single-characteristic-value a:before, .single-pet-page .single-characteristic-value 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-pet-page .single-characteristic-value a:hover {
  color: #013C6E;
}
.single-pet-page .single-pet-additional-wrapper {
  gap: 24px;
}
.single-pet-page .single-pet-additional-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
.single-pet-page .single-pet-additional-button {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

@media screen and (max-width: 1680px) {
  .single-pet-page .single-pet-content-side {
    width: calc(100% - 671px - 24px);
  }
}
@media screen and (max-width: 1271px) {
  .single-pet-page .single-pet-image-side {
    width: 420px;
  }
  .single-pet-page .single-pet-content-side {
    width: calc(100% - 420px - 24px);
  }
}
@media screen and (max-width: 1023px) {
  .single-pet-page .single-pet-image-side, .single-pet-page .single-pet-content-side {
    width: 100%;
  }
  .single-pet-page .single-pet-container {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .single-pet-page .single-pet-additional-wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .single-pet-page .single-pet-additional-main, .single-pet-page .single-pet-additional-button {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .single-pet-page .single-pet-container {
    padding: 16px;
  }
}
.application-page .application-inner {
  padding: 24px;
  border-radius: 32px;
  gap: 80px;
}
.application-page .mb-application {
  margin-bottom: 24px;
}
.application-page .application-basic-title {
  margin-bottom: 8px;
}
.application-page .application-form-wrapper {
  width: calc(100% - 536px - 80px);
}
.application-page .application-form-main {
  margin-bottom: 48px;
}
.application-page .application-form-title {
  margin-bottom: 8px;
}
.application-page .application-info {
  width: 536px;
}
.application-page .application-info-inner {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(84, 79, 74, 0.1);
  background: #F5F5F5;
  box-shadow: 0 1px 8px 0 rgba(25, 33, 61, 0.06);
}
.application-page .application-info-main, .application-page .application-info-section {
  margin-bottom: 24px;
}
.application-page .application-info-title {
  margin-bottom: 6px;
}
.application-page .application-info-section-title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-thickness: 12%;
}
.application-page .application-radios-wrapper {
  gap: 16px;
}
.application-page .application-radios-wrapper-custom {
  gap: 16px 64px;
}
.application-page .single-application-radio {
  width: calc((100% - 32px) / 3.001);
}
.application-page .single-application-radio-custom {
  width: auto;
}
.application-page .application-radios-section .input-title {
  margin-bottom: 16px;
}
.application-page .age-input-wrapper svg {
  position: absolute;
  width: 20px;
  height: 22px;
  left: 18px;
  top: calc(50% - 11px);
}
.application-page .age-input-wrapper svg path {
  stroke: #736E68;
}
.application-page .age-input {
  padding-left: 56px;
}
.application-page .description-input-section, .application-page .contact-data-section {
  margin-bottom: 48px;
}
.application-page .application-submit-wrapper .submit-inner {
  max-width: 368px;
}
.application-page .address-input-section {
  margin-bottom: 24px;
}

@media screen and (max-width: 1680px) {
  .application-page .application-inner {
    gap: 64px;
  }
  .application-page .application-form-wrapper {
    width: calc(100% - 536px - 64px);
  }
  .application-page .application-radios-wrapper-custom {
    gap: 16px 48px;
  }
}
@media screen and (max-width: 1271px) {
  .application-page .application-info {
    width: 350px;
  }
  .application-page .application-inner {
    gap: 32px;
  }
  .application-page .application-form-wrapper {
    width: calc(100% - 350px - 32px);
  }
  .application-page .application-form-main, .application-page .description-input-section, .application-page .contact-data-section {
    margin-bottom: 32px;
  }
  .application-page .application-radios-wrapper-custom {
    gap: 16px 32px;
  }
  .application-page .application-form-preloader {
    bottom: calc(100% + 8px);
  }
  .application-page .application-radios-wrapper {
    gap: 16px 32px;
  }
  .application-page .single-application-radio {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .application-page .application-form-wrapper, .application-page .application-info {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .application-page .application-inner, .application-page .application-info-inner {
    padding: 24px 16px;
  }
}
.about-us-page .about-us-main-row {
  gap: 0 96px;
  margin-bottom: 32px;
}
.about-us-page .about-us-main-row-content {
  width: calc(100% - 304px - 96px);
  padding: 32px 0;
}
.about-us-page .about-us-main-row-image {
  width: 304px;
}
.about-us-page .about-us-additional-row {
  gap: 0 80px;
  margin-bottom: 64px;
}
.about-us-page .about-us-additional-row-image {
  width: 639px;
}
.about-us-page .about-us-additional-row-image img {
  max-height: 600px;
  border-radius: 32px;
}
.about-us-page .about-us-additional-row-content {
  width: calc(100% - 639px - 80px);
}
.about-us-page .info-block-about .default-wrapper {
  padding: 0;
}
.about-us-page .info-block-about .main-container {
  max-width: none;
  padding: 0;
  margin: 0;
}
.about-us-page .info-block-about .info-block-with-image {
  min-height: 331px;
}
.about-us-page .info-block-about .info-block-inner {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 1680px) {
  .about-us-page .about-us-main-row, .about-us-page .about-us-additional-row {
    gap: 0 48px;
  }
  .about-us-page .about-us-main-row-content {
    width: calc(100% - 304px - 48px);
  }
  .about-us-page .about-us-additional-row {
    margin-bottom: 48px;
  }
  .about-us-page .about-us-additional-row-content {
    width: calc(100% - 639px - 48px);
  }
}
@media screen and (max-width: 1280px) {
  .about-us-page .about-us-main-row {
    gap: 0 32px;
  }
  .about-us-page .about-us-main-row-content {
    width: calc(100% - 304px - 32px);
  }
  .about-us-page .about-us-additional-row {
    margin-bottom: 32px;
    gap: 32px;
  }
  .about-us-page .about-us-additional-row-image {
    width: 420px;
  }
  .about-us-page .about-us-additional-row-content {
    width: calc(100% - 420px - 32px);
  }
}
@media screen and (max-width: 1023px) {
  .about-us-page .about-us-main-row-image {
    width: 200px;
  }
  .about-us-page .about-us-main-row-content {
    width: calc(100% - 200px - 32px);
  }
  .about-us-page .about-us-additional-row-image {
    width: 300px;
  }
  .about-us-page .about-us-additional-row-content {
    width: calc(100% - 300px - 32px);
  }
}
@media screen and (max-width: 767px) {
  .about-us-page .about-us-main-row {
    gap: 32px;
  }
  .about-us-page .about-us-main-title {
    margin-bottom: 32px !important;
  }
  .about-us-page .about-us-main-title, .about-us-page .about-us-main-row-image, .about-us-page .about-us-main-row-content, .about-us-page .about-us-additional-row-image, .about-us-page .about-us-additional-row-content {
    width: 100%;
  }
  .about-us-page .about-us-main-row-image {
    order: 1;
  }
  .about-us-page .about-us-main-row-content {
    padding: 0;
    order: 2;
  }
}
.information-page .information-main {
  margin-bottom: 48px;
}
.information-page .information-title-wrapper {
  margin-bottom: 12px;
  gap: 16px;
}
.information-page .information-title-icon {
  width: 44px;
  height: 44px;
  top: 6.5px;
  left: 0;
}
.information-page .information-title {
  margin-bottom: 0;
  padding-left: 60px;
}
.information-page .information-title-without-icon {
  padding-left: 0;
}
.information-page .single-chess-row {
  gap: 80px;
  margin-bottom: 64px;
}
.information-page .single-chess-row-image, .information-page .single-chess-row-content {
  width: calc(50% - 40px);
}
.information-page .single-chess-row-image img {
  border-radius: 32px;
  max-height: 600px;
}
.information-page .single-chess-row-content {
  padding-top: 8px;
}
.information-page .single-chess-row-title {
  margin-bottom: 32px;
}
.information-page .single-chess-row-reversed .single-chess-row-content {
  order: 1;
}
.information-page .single-chess-row-reversed .single-chess-row-image {
  order: 2;
}

@media screen and (max-width: 1680px) {
  .information-page .single-chess-row {
    gap: 64px;
  }
  .information-page .single-chess-row-image, .information-page .single-chess-row-content {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 1280px) {
  .information-page .information-title-icon {
    top: 2px;
  }
  .information-page .single-chess-row {
    gap: 32px;
    margin-bottom: 48px;
  }
  .information-page .single-chess-row-image, .information-page .single-chess-row-content {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1023px) {
  .information-page .single-chess-row-image, .information-page .single-chess-row-content {
    width: 100%;
  }
  .information-page .single-chess-row-title {
    margin-bottom: 24px;
  }
  .information-page .single-chess-row-content {
    padding-top: 0;
  }
  .information-page .single-chess-row-reversed .single-chess-row-image {
    order: 1;
  }
  .information-page .single-chess-row-reversed .single-chess-row-content {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .information-page .information-main {
    margin-bottom: 32px;
  }
}
.organisation-page .organisation-main-title-wrapper {
  padding: 32px 0 96px;
}
.organisation-page .organisation-main-title {
  color: #FFFEFD;
}
.organisation-page .organisation-main-wrapper {
  padding: 0 0 64px;
}
.organisation-page .organisation-preview {
  top: -80px;
  margin-bottom: -80px;
  min-height: 155px;
}
.organisation-page .organisation-preview-inner {
  padding: 24px;
  border-radius: 32px;
  border: 1px solid #F5F5F5;
  box-shadow: 2px 6px 30px 0 rgba(120, 132, 149, 0.15);
}
.organisation-page .organisation-table {
  padding: 64px 0 0;
  margin-bottom: 48px;
}
.organisation-page .organisation-map {
  border-radius: 32px;
  min-height: 660px;
}
.organisation-page .organisation-table-title {
  width: calc(100% - 200px - 226px - 188px - 270px - 72px);
}
.organisation-page .organisation-table-region-city {
  width: 200px;
}
.organisation-page .organisation-table-address {
  width: 226px;
}
.organisation-page .organisation-table-phone {
  width: 188px;
}
.organisation-page .organisation-table-email {
  width: 270px;
  white-space: nowrap;
}
.organisation-page .organisation-table-website {
  z-index: 1;
  width: 72px;
}
.organisation-page .organisation-table-website svg {
  width: 20px;
  height: 20px;
}
.organisation-page .organisation-table-title-cell, .organisation-page .organisation-table-value-cell {
  padding: 16px 24px;
  border-bottom: 1px solid #736E68;
}
.organisation-page .organisation-table-value-cell:not(.organisation-table-website) a {
  position: relative;
  color: #736E68;
}
.organisation-page .organisation-table-value-cell:not(.organisation-table-website) a:hover:before, .organisation-page .organisation-table-value-cell:not(.organisation-table-website) a:hover:after {
  width: 100%;
  opacity: 1;
}
.organisation-page .organisation-table-value-cell:not(.organisation-table-website) a:after {
  left: 0;
  background-color: #736E68;
}
.organisation-page .organisation-table-value-cell:not(.organisation-table-website) a:before, .organisation-page .organisation-table-value-cell:not(.organisation-table-website) 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;
}
.organisation-page .organisation-table-value-cell:not(.organisation-table-website) a:before, .organisation-page .organisation-table-value-cell:not(.organisation-table-website) a:after {
  bottom: 0;
}
.organisation-page .organisation-table-value-cell:not(.organisation-table-website) a:hover {
  color: #013C6E;
}
.organisation-page .no-flexible-link {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.organisation-page-smaller-spaces .organisation-main-title-wrapper {
  padding: 32px 0;
}
.organisation-page-smaller-spaces .organisation-table {
  padding: 48px 0 0;
}

@media screen and (max-width: 1680px) {
  .organisation-page .organisation-table-title-cell, .organisation-page .organisation-table-value-cell {
    padding: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .organisation-page .organisation-main-wrapper {
    padding: 0 0 48px;
  }
  .organisation-page .organisation-table {
    padding: 48px 0 0;
  }
  .organisation-page .organisation-map {
    min-height: 420px;
  }
}
@media screen and (max-width: 1271px) {
  .organisation-page .organisation-table {
    overflow: auto;
  }
  .organisation-page .organisation-table::-webkit-scrollbar {
    height: 4px;
  }
  .organisation-page .organisation-table::-webkit-scrollbar-track {
    background-color: #FFFEFD;
  }
  .organisation-page .organisation-table::-webkit-scrollbar-thumb {
    background-color: #013C6E;
  }
  .organisation-page .organisation-table-title {
    width: 300px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media screen and (max-width: 1023px) {
  .organisation-page .organisation-map-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .organisation-page .organisation-preview-inner {
    padding: 24px 16px;
  }
  .organisation-page .organisation-map {
    min-height: 350px;
  }
}
.advertisements-page .advertisements-main-data-wrapper {
  padding: 32px 0 192px;
}
.advertisements-page .advertisements-main-info-wrapper {
  margin-bottom: 24px;
}
.advertisements-page .advertisements-main-title {
  color: #FFFEFD;
  margin-bottom: 8px;
}

.search-page .search-page-main-title {
  margin-bottom: 12px;
}
.search-page .search-main-row {
  margin-bottom: 64px;
}
.search-page .single-search-result {
  margin-bottom: 56px;
}
.search-page .search-row-title-wrapper {
  margin-bottom: 16px;
}
.search-page .search-row-title {
  font-size: 25px;
}
.search-page .search-row-title:hover {
  color: #013C6E;
}
.search-page .search-row-image-wrapper {
  width: 189px;
  margin-right: 20px;
}
.search-page .search-row-image-wrapper img {
  border-radius: 16px;
}
.search-page .search-row-content {
  width: calc(100% - 189px - 20px);
}
.search-page .search-excerpt {
  margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {
  .search-page .search-main-row, .search-page .single-search-result {
    margin-bottom: 32px;
  }
  .search-page .search-row-title-wrapper {
    margin-bottom: 8px;
  }
  .search-page .search-excerpt {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .search-page .search-row-image-wrapper {
    width: 100%;
    margin: 0 0 12px;
  }
  .search-page .search-row-content {
    width: 100%;
  }
}
.simple-page .simple-main-title-wrapper {
  padding: 32px 0 48px;
}
.simple-page .simple-main-title {
  color: #FFFEFD;
  max-width: 1020px;
  margin: 0 auto;
}
.simple-page .simple-preview {
  top: -32px;
  margin-bottom: -32px;
  padding: 24px;
  border-radius: 32px;
  border: 1px solid #F5F5F5;
  box-shadow: 2px 6px 30px 0 rgba(120, 132, 149, 0.15);
}
.simple-page .wysiwyg-styles > p + ul {
  margin-top: -21px;
}
.simple-page .wysiwyg-styles > ul li {
  line-height: 30px;
}
.simple-page .wysiwyg-styles > ul li:before {
  top: 12.5px;
}

.simple-page-smaller-spaces .simple-main-title-wrapper, .simple-page-smaller-spaces .simple-page-wrapper {
  padding: 32px 0 !important;
}

@media screen and (max-width: 1280px) {
  .simple-page .simple-main-title-wrapper {
    padding: 16px 0 48px;
  }
}
.contacts-page-body {
  background: linear-gradient(to right, #013C6E 50%, #FFFEFD 50%, #FFFEFD 100%);
}
.contacts-page-body .navbar-header {
  background-color: #013C6E;
}

.contacts-page .contacts-container {
  gap: 48px 128px;
}
.contacts-page .contacts-information, .contacts-page .contact-form-wrapper {
  width: calc(50% - 64px);
}
.contacts-page .contacts-information-main {
  margin-bottom: 48px;
  gap: 48px;
}
.contacts-page .contacts-information-main-data {
  width: calc(100% - 140px - 48px);
}
.contacts-page .contacts-information-main-title {
  color: #FFFEFD;
  margin-bottom: 24px;
}
.contacts-page .single-contact-wrapper {
  margin-bottom: 16px;
}
.contacts-page .single-contact {
  gap: 8px;
}
.contacts-page .single-contact svg {
  width: 21px;
  height: auto;
}
.contacts-page .single-contact .single-contact-value {
  width: calc(100% - 21px - 8px);
  font-size: 20px;
  line-height: 24px;
}
.contacts-page .contacts-information-main-logo img {
  width: 140px;
  height: 140px;
}
.contacts-page .contacts-information-wysiwyg p {
  margin-bottom: 8px;
}
.contacts-page .single-input-contact-form {
  margin-bottom: 32px;
}
.contacts-page .single-input-contact-form .input-title {
  margin-bottom: 12px;
}
.contacts-page .single-input-contact-form .common-input-styling > input, .contacts-page .single-input-contact-form .common-input-styling > textarea {
  padding: 16px;
}
.contacts-page .contact-form-submit-wrapper {
  gap: 32px;
}
.contacts-page .contact-form-submit-subtext {
  width: 100%;
}
.contacts-page .contact-form-submit {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.contacts-page .contact-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
  bottom: auto;
}

@media screen and (max-width: 1599px) {
  .contacts-page .contacts-container {
    gap: 48px 96px;
  }
  .contacts-page .contacts-information, .contacts-page .contact-form-wrapper {
    width: calc(50% - 48px);
  }
}
@media screen and (max-width: 1416px) {
  .contacts-page .contacts-container {
    gap: 48px 64px;
  }
  .contacts-page .contacts-information, .contacts-page .contact-form-wrapper {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 1280px) {
  .contacts-page .contacts-information-main {
    margin-bottom: 32px;
    gap: 32px;
  }
  .contacts-page .contacts-information-main-data {
    width: calc(100% - 140px - 32px);
  }
}
@media screen and (max-width: 1024px) {
  .contacts-page-body {
    background: #013C6E;
  }
  .contacts-page .contacts-wrapper {
    padding: 0;
  }
  .contacts-page .contacts-container {
    gap: 0;
  }
  .contacts-page .contacts-information {
    width: 100%;
    padding: 48px 0;
  }
  .contacts-page .contact-form-wrapper {
    width: calc(100% + 64px);
    margin: 0 -32px;
    padding: 48px 32px;
    background-color: #FFFEFD;
  }
}
@media screen and (max-width: 767px) {
  .contacts-page .contact-form-submit-wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 24px;
  }
  .contacts-page .contact-form-preloader {
    top: calc(50% - 7.5px);
    left: calc(100% + 8px);
  }
  .contacts-page .single-input-contact-form {
    margin-bottom: 24px;
  }
  .contacts-page .single-input-contact-form .input-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 500px) {
  .contacts-page .contacts-information {
    padding: 32px 0;
  }
  .contacts-page .contacts-information-main-data {
    width: 100%;
  }
  .contacts-page .contacts-information-main-logo {
    display: none !important;
  }
  .contacts-page .contact-form-wrapper {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 32px 16px;
  }
}
.auth-reg-cab-page .auth-reg-cab-container {
  gap: 32px;
}
.auth-reg-cab-page .auth-reg-cab-form-wrapper {
  width: calc(100% - 416px - 32px);
  padding: 24px;
  border-radius: 12px;
}
.auth-reg-cab-page .auth-reg-cab-main {
  margin-bottom: 48px;
}
.auth-reg-cab-page .auth-reg-cab-title {
  margin-bottom: 8px;
}
.auth-reg-cab-page .common-sidebar-inner {
  padding: 24px;
}

@media screen and (max-width: 1280px) {
  .auth-reg-cab-page .auth-reg-cab-container {
    gap: 16px;
  }
  .auth-reg-cab-page .auth-reg-cab-form-wrapper {
    width: calc(100% - 300px - 16px);
  }
  .auth-reg-cab-page .auth-reg-cab-main {
    margin-bottom: 32px;
  }
  .auth-reg-cab-page .profile-sidebar-extra {
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .auth-reg-cab-page .auth-reg-cab-form-wrapper {
    width: 100%;
    padding: 16px;
  }
  .auth-reg-cab-page .auth-reg-cab-main {
    margin-bottom: 24px;
  }
  .auth-reg-cab-page .common-sidebar-inner {
    padding: 16px;
  }
  .auth-reg-cab-page .profile-sidebar-extra {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .auth-reg-cab-page .default-wrapper-smaller-top {
    padding: 32px 0;
  }
}
.authorization-page .auth-login-input {
  margin-bottom: 24px;
}
.authorization-page .auth-password-input, .authorization-page .reset-password-email-input {
  margin-bottom: 8px;
}
.authorization-page .authorization-submit-wrapper, .authorization-page .reset-password-submit-wrapper {
  max-width: 280px;
  margin-left: auto;
}
.authorization-page .authorization-form-preloader, .authorization-page .reset-password-form-preloader {
  top: calc(50% - 7.5px);
  right: calc(100% + 8px);
}
.authorization-page .reset-password-toggle-wrapper {
  margin-bottom: 48px;
}

@media screen and (max-width: 1280px) {
  .authorization-page .reset-password-toggle-wrapper {
    margin-bottom: 32px;
  }
}
.registration-page .reg-common-input, .registration-page .address-input-section, .registration-page .description-input-section {
  margin-bottom: 24px;
}
.registration-page .reg-confirm-password-input {
  margin-bottom: 48px;
}
.registration-page .registration-submit-wrapper .submit-inner {
  max-width: 402px;
}
.registration-page .registration-warning-email-already-used-visible {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1271px) {
  .registration-page .reg-confirm-password-input {
    margin-bottom: 32px;
  }
  .registration-page .registration-form-preloader {
    bottom: calc(100% + 8px);
  }
}
.profile-page .profile-common-input, .profile-page .address-input-section, .profile-page .description-input-section {
  margin-bottom: 24px;
}
.profile-page .profile-confirm-password-input, .profile-page .common-image-input-wrapper {
  margin-bottom: 48px;
}
.profile-page .profile-submit-wrapper {
  gap: 10px;
}
.profile-page .profile-button-single {
  width: calc(50% - 5px);
}
.profile-page .profile-warning-email-already-used-visible {
  visibility: visible;
  opacity: 1;
}
.profile-page .profile-form-success, .profile-page .profile-form-unsuccess {
  display: none;
  position: absolute;
  font-size: 12px;
  line-height: 19px;
  font-family: FontBold;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.profile-page .profile-form-success {
  color: #7ED957;
}
.profile-page .profile-form-unsuccess {
  color: #F42835;
}

@media screen and (max-width: 1271px) {
  .profile-page .profile-confirm-password-input, .profile-page .common-image-input-wrapper {
    margin-bottom: 32px;
  }
  .profile-page .profile-form-preloader {
    bottom: calc(100% + 8px);
  }
}
@media screen and (max-width: 600px) {
  .profile-page .profile-button-single {
    width: 100%;
  }
  .profile-page .profile-form-preloader {
    bottom: auto;
    top: calc(100% + 0.5px);
  }
  .profile-page .profile-form-success, .profile-page .profile-form-unsuccess {
    bottom: auto;
    top: calc(100% - 2px);
  }
}
.single-company-page .single-company-title {
  margin-bottom: 24px;
}
.single-company-page .single-company-thumbnail {
  margin-bottom: 32px;
}
.single-company-page .single-company-thumbnail img {
  max-height: 500px;
  border-radius: 8px;
}

@media screen and (max-width: 1023px) {
  .single-company-page .single-company-content-wrapper {
    order: 2;
  }
}
.profile-advertisements-page .profile-sidebar-extra {
  width: 416px;
}
.profile-advertisements-page .profile-sidebar-extra .common-sidebar-wrapper {
  width: 100%;
  margin-bottom: 10px;
}
.profile-advertisements-page .profile-sidebar-extra .advertisements-filters {
  border-radius: 12px;
  top: auto;
  margin-bottom: 0;
  min-height: 0;
}
.profile-advertisements-page .profile-sidebar-extra .filters-status, .profile-advertisements-page .profile-sidebar-extra .filters-ordering, .profile-advertisements-page .profile-sidebar-extra .application-category-wrapper, .profile-advertisements-page .profile-sidebar-extra .single-filter-wrapper {
  width: 100%;
}
.profile-advertisements-page .profile-sidebar-extra .application-category {
  justify-content: center;
  -webkit-justify-content: center;
}
.profile-advertisements-page .profile-sidebar-extra .filters-ordering {
  margin-left: 0;
}
.profile-advertisements-page .profile-sidebar-extra .filters-ordering-list {
  right: auto;
  left: 0;
}
.profile-advertisements-page .profile-sidebar-extra .advertisements-filters-main-row {
  margin-bottom: 16px;
}
.profile-advertisements-page .profile-sidebar-extra .filters-separator {
  margin: 12px 0;
}
.profile-advertisements-page .profile-sidebar-extra .advertisements-filters-dropdowns-row {
  margin-bottom: 12px;
  gap: 12px;
}
.profile-advertisements-page .profile-sidebar-extra .common-sidebar-wrapper .common-sidebar {
  display: block !important;
}
.profile-advertisements-page .profile-advertisements-main {
  gap: 12px;
}
.profile-advertisements-page .profile-advertisements-main-title {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .profile-advertisements-page .profile-sidebar-extra {
    width: 300px;
  }
}
@media screen and (min-width: 1272px) {
  .profile-advertisements-page .pets-list {
    gap: 24px;
  }
  .profile-advertisements-page .pet-card {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 1024px) {
  .profile-advertisements-page .profile-sidebar-inner {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .profile-advertisements-page .profile-sidebar-extra {
    width: 100%;
  }
}

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