/* Colors */
/* Fonts */
/* Functions */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
body {
  line-height: 1.2;
  --gutter-x: 8px;
  --gutter-x2: -8px;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}
body.modal-opened {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
a.mobile-hamburger-menu {
  display: flex;
  z-index: 999999;
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 34px;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: var(--header_color, #190a43);
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: var(--secondary_color, #ff3744);
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: var(--secondary_color, #ff3744);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: var(--secondary_color, #ff3744);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: var(--secondary_color, #ff3744);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .h-top {
  padding: 16px 0;
  background-color: var(--header_color, #190a43);
}
header .h-top .top-contacts {
  display: flex;
}
header .h-top .top-contacts .top-contact {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-top .top-contacts .top-contact:hover {
  color: var(--secondary_color, #ff3744);
}
header .h-top .top-contacts .top-contact:first-child {
  margin-right: 15px;
}
header .h-top .web-lang {
  display: flex;
}
header .h-top .web-lang li {
  margin-left: 20px;
}
header .h-top .web-lang li:first-child {
  margin: 0;
}
header .h-top .web-lang li a {
  display: block;
}
header .h-top .web-lang li a img {
  width: 35px;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-top .web-lang li a:hover img {
  filter: brightness(0.7);
}
header .h-bottom .top-logo {
  display: block;
}
header .h-bottom .top-logo img {
  width: auto;
  height: 50px;
}
header .h-bottom .top-menu {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
header .h-bottom .top-menu > .current-menu-item a {
  color: var(--secondary_color, #ff3744);
}
header .h-bottom .top-menu > .current-menu-item:after {
  width: 100%;
  content: '';
  display: flex;
  height: 5px;
  background-color: var(--secondary_color, #ff3744);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-bottom .top-menu li {
  position: relative;
}
header .h-bottom .top-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 42px 20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-bottom .top-menu li a:hover {
  color: var(--secondary_color, #ff3744);
}
header .h-bottom .top-menu li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .h-bottom .top-menu li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-bottom .top-menu li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: none;
  left: 0;
  z-index: 0;
}
header .h-bottom .top-menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent var(--secondary_color, #ff3744) transparent;
}
header .h-bottom .top-menu li ul.sub-menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
}
header .h-bottom .top-menu li ul.sub-menu li:last-child {
  border: none;
}
header .h-bottom .top-menu li ul.sub-menu li:hover {
  background-color: #f4f4f4;
}
header .h-bottom .top-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .h-bottom .top-menu li ul.sub-menu li:after {
  display: none;
}
header .h-bottom .top-menu li ul.sub-menu li a {
  line-height: 1.8;
  white-space: nowrap;
  color: #000;
  margin: 0;
  padding: 10px 10px 10px 20px;
}
header .h-bottom .top-menu li ul.sub-menu li ul.sub-menu {
  top: 20px;
  left: 100%;
  transform: translateX(0);
  margin-top: -1px;
}
header .h-bottom .top-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
.btn {
  background-color: var(--secondary_color, #ff3744);
  color: #fff;
  font-weight: 500;
  height: 48px;
  padding: 0 24px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: max-content;
}
.btn:hover {
  background-color: var(--header_color, #190a43);
}
#home-slider {
  position: relative;
}
#home-slider .owl-nav {
  margin: 0;
}
#home-slider .owl-nav button {
  position: absolute;
  z-index: 8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--header_color, #190a43);
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-slider .owl-nav button svg {
  width: 50px;
  height: 50px;
  color: #fff;
}
#home-slider .owl-nav button:hover {
  background-color: var(--secondary_color, #ff3744);
}
#home-slider .owl-nav .owl-prev {
  left: 5%;
}
#home-slider .owl-nav .owl-next {
  right: 5%;
}
#home-slider .slider-text-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  right: 55%;
}
#home-slider .slider-text-area .title-area .title {
  text-shadow: 0 0 10px rgba(17, 17, 17, 0.3);
  margin-bottom: 20px;
  color: #fff;
}
#home-slider .slider-text-area .title-area .t-title {
  color: #fff;
  margin-bottom: 25px;
  text-shadow: 0 0 20px rgba(17, 17, 17, 0.8);
}
#home-slider .active .slider-text-area .title-area .title,
#home-slider .active .slider-text-area .title-area .s-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}
#home-slider .active .slider-text-area .title-area .t-title {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 1s;
}
#home-slider .active .slider-text-area .btn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  animation-name: fadeInUp;
}
.section-margin {
  margin-bottom: 100px;
}
.title-area {
  display: flex;
  flex-direction: column;
}
.title-area.text-left {
  text-align: start;
  align-items: start;
}
.title-area.text-center {
  text-align: center;
  align-items: center;
}
.title-area.text-right {
  text-align: right;
  align-items: flex-end;
}
.title-area .s-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: var(--secondary_color, #ff3744);
  margin-bottom: 16px;
}
.title-area .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 24px;
}
.title-area .t-title {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
#about-us .about-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#about-us .about-text-area .title-area {
  margin-bottom: 50px;
}
#about-us .about-text-area .about-text {
  font-size: 18px;
  line-height: 1.56;
  color: #666;
  margin-bottom: 50px;
}
#about-us .about-text-area .about-text p {
  margin: 15px 0;
}
#about-us .about-text-area .btn {
  font-size: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 25px 50px;
}
#service .title-area .title {
  margin-bottom: 48px;
}
#service .title-area .t-title {
  margin-bottom: 40px;
}
#service .mb15 {
  margin-bottom: 15px;
}
#service .service-card {
  padding: 30px 60px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #f4f4f4;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#service .service-card .service-icon {
  background-color: var(--header_color, #190a43);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 32px;
}
#service .service-card .service-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#service .service-card .card-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 32px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#service .service-card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 60px;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#service .service-card .card-more {
  color: var(--secondary_color, #ff3744);
  font-size: 15px;
  display: flex;
  align-items: center;
}
#service .service-card .card-more svg {
  color: var(--header_color, #190a43);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
#service .service-card:hover {
  background-color: var(--header_color, #190a43);
}
#service .service-card:hover .service-icon {
  background-color: #fff;
}
#service .service-card:hover .service-icon img {
  filter: none;
}
#service .service-card:hover .card-title,
#service .service-card:hover .card-text {
  color: #fff;
}
#service .service-card:hover .card-more svg {
  color: var(--secondary_color, #ff3744);
}
#youtube {
  overflow: hidden;
}
#youtube .youtube-title-area {
  padding: 0 3% 0 27%;
}
#youtube .youtube-title-area .youtube-title {
  font-size: 64px;
  font-weight: bold;
  color: #333;
  margin-bottom: 24px;
}
#youtube .youtube-title-area .youtube-logo {
  display: block;
}
#youtube .youtube-title-area .youtube-logo svg {
  width: 300px;
  height: 80px;
}
#youtube .youtube-url {
  display: block;
  position: relative;
}
#youtube .youtube-url img {
  width: 100%;
  height: auto;
}
#youtube .youtube-url svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 90px;
  height: 90px;
  color: #fff;
}
#youtube .youtube-url:hover svg {
  transform: translate(-50%, -50%) scale(1.2);
}
#treatments {
  overflow: hidden;
}
#treatments .owl-carousel {
  position: relative;
}
#treatments .owl-carousel .owl-nav {
  margin: 0;
}
#treatments .owl-carousel .owl-nav button {
  position: absolute;
  z-index: 8;
  top: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--header_color, #190a43);
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#treatments .owl-carousel .owl-nav button svg {
  width: 50px;
  height: 50px;
  color: #fff;
}
#treatments .owl-carousel .owl-nav button:hover {
  background-color: var(--secondary_color, #ff3744);
}
#treatments .owl-carousel .owl-nav .owl-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
#treatments .owl-carousel .owl-nav .owl-next {
  right: 0;
  transform: translate(50%, -50%);
}
#treatments .title-area {
  margin-bottom: 60px;
}
#treatments .title-area .title {
  margin-bottom: 32px;
}
#treatments .title-area .t-title {
  width: 50%;
}
#treatments .slider-area {
  padding: 0 3%;
}
#treatments .slider-area .treatments-card {
  display: block;
}
#treatments .slider-area .treatments-card .treatments-img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 32px;
}
#treatments .slider-area .treatments-card .treatments-s-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 24px;
}
#treatments .slider-area .treatments-card .treatments-title {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 32px;
}
#treatments .slider-area .treatments-card .treatments-text {
  font-size: 20px;
  line-height: 1.5;
  color: #666;
}
#treatments .slider-area .treatments-card:hover .treatments-title {
  color: var(--secondary_color, #ff3744);
}
#before-after {
  background-color: var(--header_color, #190a43);
  padding: 80px 0 70px;
}
#before-after .title-area {
  margin-bottom: 80px;
}
#before-after .title-area .title,
#before-after .title-area .t-title {
  color: #fff;
}
#before-after .owl-nav {
  margin-bottom: 10px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
#before-after .owl-nav button {
  background-color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  right: 15%;
}
#before-after .owl-nav button:last-child {
  margin-left: 15px;
}
#before-after .owl-nav button svg {
  width: 50px;
  height: 50px;
  color: var(--header_color, #190a43);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#before-after .owl-nav button:hover {
  background-color: var(--secondary_color, #ff3744);
}
#before-after .owl-nav button:hover svg {
  color: #fff;
}
#doctors .owl-carousel {
  position: relative;
}
#doctors .owl-carousel .owl-nav {
  margin: 0;
}
#doctors .owl-carousel .owl-nav button {
  position: absolute;
  z-index: 8;
  top: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--header_color, #190a43);
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#doctors .owl-carousel .owl-nav button svg {
  width: 50px;
  height: 50px;
  color: #fff;
}
#doctors .owl-carousel .owl-nav button:hover {
  background-color: var(--secondary_color, #ff3744);
}
#doctors .owl-carousel .owl-nav .owl-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
#doctors .owl-carousel .owl-nav .owl-next {
  right: 0;
  transform: translate(50%, -50%);
}
#doctors .title-area {
  margin-bottom: 60px;
}
#doctors .title-area .title {
  margin-bottom: 20px;
}
#doctors .title-area .t-title {
  width: 50%;
}
#doctors .doctor-card {
  text-align: center;
}
#doctors .doctor-card .doctor-img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
}
#doctors .doctor-card .card-text-area .dr-name {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 18px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#doctors .doctor-card .card-text-area .dr-title {
  font-size: 11px;
  color: #333;
}
#doctors .doctor-card:hover .card-text-area .dr-name {
  color: var(--secondary_color, #ff3744);
}
#home-form .form-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#home-form .form-alani .title-area {
  margin-bottom: 32px;
}
#home-form .form-alani .wpcf7-not-valid-tip {
  color: var(--secondary_color, #ff3744);
  margin-top: 5px;
}
#home-form .form-alani .wpcf7 form.invalid .wpcf7-response-output,
#home-form .form-alani .wpcf7 form.unaccepted .wpcf7-response-output,
#home-form .form-alani .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--header_color, #190a43);
}
#home-form .form-alani .wpcf7 form .wpcf7-response-output {
  color: var(--secondary_color, #ff3744);
  margin: 10px 0;
  padding: 5px 10px;
}
#home-form .form-alani .input-area {
  margin-bottom: 35px;
}
#home-form .form-alani .input-area .form-in {
  border: solid 1px #556c7b;
  background-color: transparent;
  padding: 18px;
  border: solid 1.4px #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  font-size: 17px;
  color: #666;
  line-height: 1;
}
#home-form .form-alani .input-area .form-in::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #999;
  line-height: 1;
}
#home-form .form-alani .input-area textarea {
  height: 130px;
}
#home-form .form-alani .btn {
  border: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
}
#blog .title-area {
  margin-bottom: 70px;
}
#blog .news {
  display: block;
  position: relative;
}
#blog .news .news-img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#blog .news .news-text-area {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 32px 48px 32px 24px;
}
#blog .news .news-text-area .title {
  font-family: 'Raleway', sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.32;
  color: #333;
  margin-bottom: 12px;
}
#blog .news .news-text-area .hidden-area {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#blog .news .news-text-area .hidden-area .text {
  font-size: 15px;
  line-height: 1.52;
  color: #666;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog .news .news-text-area .hidden-area .more {
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary_color, #ff3744);
  width: max-content;
  display: block;
}
#blog .news .news-text-area .hidden-area .more:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 10px;
  background-color: var(--secondary_color, #ff3744);
}
#blog .news:hover .news-text-area .hidden-area {
  max-height: 140px;
}
footer .footer-ust {
  padding: 120px 0;
  background-color: var(--footer_top_color, #eee);
}
footer .footer-ust .footer-logo {
  margin-bottom: 35px;
  display: block;
}
footer .footer-ust .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-ust .footer-title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.48;
  color: var(--header_color, #190a43);
}
footer .footer-ust .footer-contacts .footer-contact {
  font-size: 14px;
  line-height: 2;
  color: var(--header_color, #190a43);
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-ust .footer-contacts a.footer-contact:hover {
  color: var(--secondary_color, #ff3744);
}
footer .footer-ust .footer-social li {
  margin: 0 8px 8px 0;
}
footer .footer-ust .footer-social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 38px;
  height: 38px;
  padding: 8px;
  background-color: var(--header_color, #190a43);
}
footer .footer-ust .footer-social li a svg {
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
footer .footer-ust .footer-social li a:hover {
  background-color: var(--header_color, #190a43);
}
footer .footer-ust .footer-social li a:hover svg {
  color: var(--secondary_color, #ff3744);
}
footer .footer-ust .footer-menu {
  margin: -8px 0 0 -8px;
}
footer .footer-ust .footer-menu li a {
  font-size: 13px;
  padding: 8px;
  color: var(--header_color, #190a43);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
footer .footer-ust .footer-menu li a:hover {
  color: var(--secondary_color, #ff3744);
}
footer .footer-ust .footer-blog .footer-news {
  margin-bottom: 20px;
  display: block;
}
footer .footer-ust .footer-blog .footer-news:last-child {
  margin: 0;
}
footer .footer-ust .footer-blog .footer-news .news-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
footer .footer-ust .footer-blog .footer-news .news-title {
  font-size: 13.5px;
  line-height: 1.52;
  color: var(--header_color, #190a43);
  margin-bottom: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-ust .footer-blog .footer-news .news-date {
  font-size: 12.5px;
  color: var(--header_color, #190a43);
}
footer .footer-ust .footer-blog .footer-news:hover .news-title {
  color: var(--secondary_color, #ff3744);
}
footer .footer-alt {
  padding: 25px 0;
  background-color: var(--header_color, #190a43);
}
footer .footer-alt .copyright {
  font-size: 14px;
  color: #fff;
}
