* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Jost-Bold";
  src: url("../fonts/Jost-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Jost-Medium";
  src: url("../fonts/Jost-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Jost-Regular";
  src: url("../fonts/Jost-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html {
  overflow-x: hidden;
}

.top-info-contact {
  width: 100%;
  background-color: #B81119;
  position: relative;
  z-index: 9999;
}

.top-info-contact-row {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 22px 30px 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-info-contact-item:nth-child(1) img:nth-child(1) {
  margin-right: 30px;
}
.top-info-contact-item:nth-child(2) {
  display: flex;
  align-items: center;
}
.top-info-contact-item:nth-child(2) a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}
.top-info-contact-item:nth-child(2) a:hover {
  text-decoration: underline;
}
.top-info-contact-item:nth-child(2) img {
  margin-bottom: -3px;
  margin-right: 9px;
}
.top-info-contact-item:nth-child(2) .top-info-contact-item-mail {
  margin-right: 35px;
}

.top-nav-bg {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  z-index: 9999;
}

.top-nav {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 20px 30px;
}

@media (min-width: 800px) {
  .sub-nav-open {
    /* display: none; */
  }
  .top-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
    border-radius: 0px 0px 8px 8px;
    list-style: none;
    padding: 8px 28px 8px 16px;
    min-width: 220px;
  }
  .top-nav ul li:hover > ul {
    display: inherit;
    top: 60% !important;
  }
  .top-nav ul ul li {
    font-family: "Jost-Regular";
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C1314;
    padding-top: 10px;
    min-width: 170px;
    float: none;
    display: list-item;
    position: relative;
  }
  .top-nav ul ul li svg {
    margin-left: 9px;
  }
  .top-nav ul ul li:hover svg path {
    fill: #B81119;
  }
}
@media (max-width: 800px) {
  .list-menu {
    display: none !important;
  }
  .top-nav ul ul {
    display: none;
  }
  .sub-nav-open, .sub-nav-open-1 {
    /* display: block; */
  }
  .sub-nav-open svg, .sub-nav-open-1 svg {
    transform: rotate(180deg) !important;
  }
}
.sub-nav-open-1 {
  /* display: none; */
}

.menu ul.sub-nav {
  display: none;
}

.menu ul.visible {
  display: block;
  position: relative;
  width: 100%;
}
.menu ul.visible a {
  text-align: center;
  display: block;
}

.menu ul.sub-nav-1 {
  display: none;
}

.menu ul.visible-1 {
  display: block;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  background-color: lightgray;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: lightgray;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-menu a:hover {
  background-color: gray;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.menu > li {
  overflow: hidden;
}
.menu > li .arrow-menu {
  margin-left: 10px;
}
.menu > li:hover .arrow-menu {
  transform: rotate(180deg) !important;
}
.menu > li:last-child {
  padding-right: 0px;
}

.menu a {
  overflow: hidden;
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.menu a:hover {
  color: #B81119;
}
.menu a:hover svg path {
  fill: #B81119;
}
.menu a:last-child {
  padding-right: 0px;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 22px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-left: 5px;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 1.5px;
  width: 22px;
  transition: transform 600ms cubic-bezier(0.13, 1, 0.22, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -7px;
}

.menu-button::after {
  content: "";
  margin-top: 7px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.mail-info {
  display: none;
}

.logo-nav-mobile {
  display: none;
}

.menu-icons {
  display: none;
}

.menu-item-phone {
  display: none;
}

.logo-nav {
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 800px) {
  .top-info-contact-row {
    display: none;
  }
  .top-info-contact-item-mail {
    display: none;
  }
  .top-nav {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #B81119;
    padding: 20px 15px 24px 15px;
  }
  .menu-button-container {
    display: flex;
  }
  .menu-icons {
    display: block;
    margin-top: 10px;
  }
  .menu-icons img {
    width: 16px;
  }
  .menu-icons img:first-child {
    margin-right: 12px;
  }
  .menu-item-phone {
    display: block;
    margin-top: 5px;
  }
  .menu-item-phone img {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .menu-item-phone a {
    font-family: "Jost-Regular";
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
  }
  .menu-item-phone a:hover {
    text-decoration: underline;
  }
  .menu {
    position: absolute;
    top: 80px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 4;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    height: auto;
    padding-top: 16px;
    transition: height 300ms cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .mail-red-icon {
    width: 23px;
    height: 15px;
    margin-right: 9px;
    margin-top: 4px;
  }
  .mail-infos {
    padding-top: 0px !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 8px 0px 16px 0px !important;
  }
  .mail-info {
    padding-top: 0px !important;
    display: flex !important;
    justify-content: space-between !important;
  }
  .logo-nav {
    display: none;
  }
  .logo-nav-mobile {
    display: block;
    width: 90px;
    height: 35px;
    margin-right: 8px;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 19, 20, 0.9);
  background-color: rgb(28, 19, 20);
  overflow: auto;
  z-index: 999;
  visibility: hidden;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0.98 !important;
}

.modal-overlay *,
.modal-overlay *:before,
.modal-overlay *:after {
  box-sizing: inherit;
}

.modal-overlay_visible {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px 0px 30px;
  position: relative;
  top: 0px;
}

.modal-row {
  display: flex;
  justify-content: space-between;
}

.modal-row-item:nth-child(1) {
  padding: 46px 0px 46px 32px;
  width: 48%;
}
.modal-row-item:nth-child(2) {
  width: 48%;
}
.modal-row-item:nth-child(2) img {
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 0px 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transform: translate(0, 20%);
  background: #F0F0EE;
  border-radius: 8px;
  cursor: auto;
}
.modal h3 {
  font-family: "Jost-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  padding-bottom: 16px;
}
.modal p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
  padding-bottom: 24px;
}

.modal-form-row {
  display: flex;
  justify-content: space-between;
}
.modal-form-row input {
  width: 100%;
  background: transparent;
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
  padding-bottom: 8px;
  border-bottom: solid 1px #1C1314;
  margin-bottom: 16px;
  outline: none;
}
.modal-form-row input::-moz-placeholder {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
}
.modal-form-row input::placeholder {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
}
.modal-form-row textarea {
  width: 100%;
  background: transparent;
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
  border-bottom: solid 1px #1C1314;
  width: 100%;
  height: 84%;
  resize: none;
  margin: 8px 0px 8px 0px;
  outline: none;
}

.modal-item:nth-child(1) {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.modal-item:nth-child(2) {
  width: 48%;
}

.modal-form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-form-bottom {
  margin-top: 30px;
}
.modal-form-bottom p {
  color: #1C1314;
  padding-bottom: 0px;
}
.modal-form-bottom p a {
  text-decoration: underline;
  color: #B81119;
}
.modal-form-bottom p a:hover {
  text-decoration: none;
}

.modal-form-send {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FDFDF9;
  padding: 20px 20px;
  background-color: #B81119;
  border: solid 1px #B81119;
  width: 180px;
  border-radius: 40px;
  cursor: pointer;
}
.modal-form-send:hover {
  background-color: transparent;
  color: #B81119;
}
.modal-form-send:hover path {
  fill: #B81119;
}

.modal-overlay_visible .modal {
  transform: translate(0);
}

.modal__close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: -10px;
  top: -10px;
  cursor: pointer;
  font-family: "ElMessiri-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: #B81119;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .modal-row {
    display: flex;
    justify-content: space-between;
  }
  .modal-row-item:nth-child(1) {
    padding: 46px 32px 46px 32px;
    width: 100%;
  }
  .modal-row-item:nth-child(2) {
    display: none;
    width: 48%;
  }
  .modal-row-item:nth-child(2) img {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 0px 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 500px) {
  .modal-form-row {
    flex-direction: column;
  }
  .modal-item:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .modal-item:nth-child(2) {
    width: 100%;
  }
  .modal h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .modal-row {
    display: flex;
    justify-content: space-between;
  }
  .modal-row-item:nth-child(1) {
    padding: 16px 16px 16px 16px;
    width: 100%;
  }
  .modal__close {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 16px;
    top: 16px;
    transition: 0.4s all;
    cursor: pointer;
    font-family: "ElMessiri-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    background-color: #B81119;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-form-bottom {
    display: flex;
    flex-direction: column;
  }
  .modal-form-bottom-item {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .modal-form-bottom {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-form-bottom p {
    color: #1C1314;
    padding-bottom: 0px;
  }
  .modal-form-bottom p a {
    text-decoration: none;
    color: #B81119;
  }
  .modal-form-bottom p a:hover {
    text-decoration: underline;
  }
  .modal-form-send {
    margin-top: 8px;
    color: #FDFDF9;
    padding: 10px 20px;
  }
}
.first-screen {
  width: 100%;
  background-color: #FDF3F3;
  position: relative;
  overflow: hidden;
}

.first-screen-row {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 120px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.first-screen-item {
  z-index: 2;
}
.first-screen-item:nth-child(1) {
  width: 48%;
}
.first-screen-item:nth-child(1) h1 {
  font-family: "Jost-Medium";
  font-size: 48px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  max-width: 500px;
  padding-bottom: 16px;
}
.first-screen-item:nth-child(1) p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
  max-width: 500px;
  padding-bottom: 32px;
}
.first-screen-item:nth-child(2) {
  width: 48%;
  position: relative;
}

.first-screen-img {
  max-width: 560px;
  width: 100%;
  height: auto;
  border-radius: 300px 0px 0px 0px;
  padding-right: 40px;
}

.first-screen-img-2 {
  width: 300px;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: -40px;
}

.first-screen-line {
  width: 100%;
  max-width: 1000px;
  height: 150%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 35%;
  right: 0;
  text-align: center;
  transform: rotate(12deg);
  z-index: 1;
}

.modal-link {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: #B81119;
  padding: 20px 40px;
  border-radius: 40px;
  text-decoration: none;
  border: solid 1px #B81119;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal-link svg {
  margin-left: 11px;
}
.modal-link path {
  fill: #FFFFFF;
}
.modal-link:hover {
  color: #B81119;
  background-color: #FFFFFF;
}
.modal-link:hover path {
  fill: #B81119;
}

@media (max-width: 1024px) {
  .first-screen-img-2 {
    width: 182px;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: -40px;
  }
}
@media (max-width: 768px) {
  .first-screen-row {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px 30px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .first-screen-item:nth-child(1) {
    width: 100%;
  }
  .first-screen-item:nth-child(1) h1 {
    font-size: 32px;
    line-height: 46px;
    padding-bottom: 16px;
  }
  .first-screen-item:nth-child(2) {
    display: none;
  }
  .modal-link {
    padding: 10px 20px;
  }
  .first-screen-line {
    width: 100%;
    max-width: 1000px;
    height: 200%;
    position: absolute;
    right: -92%;
    transform: rotate(22deg);
    z-index: 1;
  }
}
.section-services {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
  display: flex;
  justify-content: space-between;
}

.section-services-item {
  width: 23.5%;
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
  border-radius: 8px;
  position: relative;
  padding: 16px 0px 0px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-services-item p {
  font-family: "Jost-Regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  max-width: 172px;
  z-index: 2;
}
.section-services-item a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #B81119;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #B81119;
  margin-bottom: 16px;
}
.section-services-item a:hover {
  background-color: #FFFFFF;
  border: solid 1px #B81119;
}
.section-services-item a:hover path {
  fill: #B81119;
}

.section-services-item-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
}

.section-services-img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.section-services-line {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

@media (max-width: 1100px) {
  .section-services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 30px;
  }
  .section-services-img {
    max-width: 170px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .section-services {
    padding: 40px 30px 16px 30px;
  }
  .section-services-img {
    max-width: 170px;
    width: 100%;
    height: auto;
  }
  .section-services-item {
    width: 48%;
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
    border-radius: 8px;
    position: relative;
    margin-bottom: 24px;
    padding: 16px 0px 0px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .section-services {
    padding: 40px 30px 16px 30px;
  }
}
@media (max-width: 550px) {
  .section-services-item {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
    border-radius: 8px;
    position: relative;
    margin-bottom: 24px;
    padding: 16px 0px 0px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.section-additional-services {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
  border-top: solid 4px #EEEEEE;
  border-bottom: solid 4px #EEEEEE;
}
.section-additional-services h2 {
  font-family: "Jost-Medium";
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
  padding-right: 20px;
  max-width: 500px;
  padding: 0px 0px 32px 0px;
}
.section-additional-services h2 span {
  color: #1C1314;
}

.section-additional-services-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-additional-services-item {
  width: 25%;
}
.section-additional-services-item:nth-child(1) {
  width: 45%;
}
.section-additional-services-item ul {
  list-style: none;
}
.section-additional-services-item ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-family: "Jost-Regular";
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}
.section-additional-services-item ul li img {
  margin-right: 20px;
}

.section-additional-services-link {
  max-width: 260px;
}
.section-additional-services-link a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: #B81119;
  padding: 20px 40px;
  border-radius: 40px;
  text-decoration: none;
  border: solid 1px #B81119;
  display: flex;
  align-items: center;
}
.section-additional-services-link a svg {
  margin-left: 11px;
}
.section-additional-services-link a path {
  fill: #FFFFFF;
}
.section-additional-services-link a:hover {
  color: #B81119;
  background-color: #FFFFFF;
}
.section-additional-services-link a:hover path {
  fill: #B81119;
}

@media (max-width: 1024px) {
  .section-additional-services-item {
    width: 30%;
  }
  .section-additional-services-item:nth-child(1) {
    width: 35%;
  }
  .section-additional-services h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .section-additional-services-link {
    max-width: 260px;
  }
  .section-additional-services-link a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section-additional-services {
    padding: 40px 15px;
  }
  .section-additional-services h2 {
    font-size: 32px;
    line-height: 48px;
    padding-right: 0px;
    max-width: 500px;
    padding: 0px 0px 24px 0px;
  }
  .section-additional-services-item {
    width: 45%;
  }
  .section-additional-services-item:nth-child(1) {
    width: 100%;
  }
  .section-additional-services-link {
    max-width: 260px;
    margin-bottom: 32px;
  }
  .section-additional-services-link a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  .section-additional-services-item {
    width: 100%;
  }
  .section-additional-services-item:nth-child(1) {
    width: 100%;
  }
}
.section-best-clinics {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
  overflow: hidden;
  position: relative;
}

.best-clinics-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 0px 48px 0px;
  position: relative;
}
.best-clinics-top h2, .best-clinics-top h1 {
  font-family: "Jost-Medium";
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  padding-right: 20px;
}
.best-clinics-top h2 span, .best-clinics-top h1 span {
  color: #6D6D6D;
}
.best-clinics-top a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: #B81119;
  padding: 20px 40px;
  border-radius: 40px;
  text-decoration: none;
  border: solid 1px #B81119;
  display: flex;
  align-items: center;
}
.best-clinics-top a svg {
  margin-left: 11px;
}
.best-clinics-top a path {
  fill: #FFFFFF;
}
.best-clinics-top a:hover {
  color: #B81119;
  background-color: #FFFFFF;
}
.best-clinics-top a:hover path {
  fill: #B81119;
}

.best-clinics-row {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.best-clinics-item {
  width: 31.3%;
  background-color: #FFFFFF;
  border: 2px solid #EEEEEE;
  box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
  border-radius: 8px;
  padding: 0px 3px 24px 0px;
  margin-right: 3%;
  margin-bottom: 24px;
}
.best-clinics-item:nth-child(3n+3) {
  margin-right: 0%;
}

.best-clinics-location {
  display: flex;
  align-items: center;
  margin: 24px 0px 16px 0px;
  padding-left: 16px;
}
.best-clinics-location img {
  width: 12px;
  height: 15px;
  margin-right: 11px;
}
.best-clinics-location p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}

.best-clinics-text {
  font-family: "Jost-Regular";
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  padding-left: 16px;
}

.best-clinics-links {
  display: flex;
  align-items: center;
  padding: 24px 0px 0px 16px;
}
.best-clinics-links a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #B81119;
  text-decoration: none;
}
.best-clinics-links a svg {
  margin-left: 11px;
}
.best-clinics-links a:hover {
  color: #1C1314;
}
.best-clinics-links a:hover path {
  fill: #1C1314;
}

.best-clinics-img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (max-width: 768px) {
  .section-best-clinics {
    padding: 40px 15px;
  }
  .best-clinics-row {
    justify-content: space-between;
  }
  .best-clinics-item {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 24px;
  }
  .best-clinics-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .best-clinics-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0px 24px 0px;
  }
  .best-clinics-top h2, .best-clinics-top h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .best-clinics-top h2 span, .best-clinics-top h1 span {
    color: #6D6D6D;
  }
  .best-clinics-top a {
    padding: 16px 32px;
  }
}
@media (max-width: 500px) {
  .best-clinics-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 24px;
  }
  .best-clinics-item:nth-child(3n+3) {
    margin-right: 0%;
  }
}
.treatment-section-fon {
  width: 100%;
  background-color: #FDF3F3;
  position: relative;
}

.treatment-section-row {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 30px 0px 30px;
}

.treatment-section-item {
  position: relative;
  z-index: 2;
}
.treatment-section-item:nth-child(1) {
  padding: 140px 0px 140px 0px;
  width: 52%;
}
.treatment-section-item:nth-child(1) h2 {
  font-family: "Jost-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0px 0px 16px 0px;
}
.treatment-section-item:nth-child(1) p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
}
.treatment-section-item:nth-child(1) form {
  display: flex;
  justify-content: space-between;
  padding: 37px 0px 0px 0px;
}
.treatment-section-item:nth-child(1) form input {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  background-color: transparent;
  border-bottom: 1px solid #1C1314;
  width: 24%;
  outline: none;
  padding: 0px 0px 8px 0px;
}
.treatment-section-item:nth-child(1) form input::-moz-placeholder {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}
.treatment-section-item:nth-child(1) form input::placeholder {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}
.treatment-section-item:nth-child(1) button {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: #B81119;
  padding: 10px 20px;
  border-radius: 41px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: solid 1px #FFFFFF;
}
.treatment-section-item:nth-child(1) button svg {
  margin-left: 10px;
}
.treatment-section-item:nth-child(1) button:hover {
  background-color: #FFFFFF;
  border: solid 1px #B81119;
  color: #B81119;
}
.treatment-section-item:nth-child(1) button:hover path {
  fill: #B81119;
}
.treatment-section-item:nth-child(2) {
  display: flex;
  width: 45%;
  position: relative;
  justify-content: flex-end;
}
.treatment-section-item .treatment-section-item-img-1 {
  max-width: 560px;
  width: 100%;
  padding-right: 40px;
  border-radius: 300px 0px 0px 0px;
  margin-top: -16px;
}
.treatment-section-item .treatment-section-item-img-2 {
  width: 278px;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: -100px;
  border-radius: 0px 0px 300px 0px;
}
.treatment-section-item .treatment-section-item-img-line-1 {
  width: 280px;
  position: absolute;
  top: 40px;
  left: -70px;
}
.treatment-section-item .treatment-section-item-img-line-2 {
  width: 280px;
  position: absolute;
  bottom: -100px;
  right: 200px;
}

.treatment-section-line {
  width: 100%;
  max-width: 580px;
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 20%;
  right: 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .treatment-section-item:nth-child(1) {
    padding: 140px 0px 140px 0px;
    width: 52%;
  }
  .treatment-section-item:nth-child(1) form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .treatment-section-item:nth-child(1) form input {
    width: 30%;
  }
  .treatment-section-item:nth-child(1) button {
    margin-top: 37px;
  }
  .treatment-section-item:nth-child(1) button svg {
    margin-left: 10px;
  }
  .treatment-section-item:nth-child(1) button:hover {
    background-color: #FFFFFF;
    border: solid 1px #B81119;
    color: #B81119;
  }
  .treatment-section-item:nth-child(1) button:hover path {
    fill: #B81119;
  }
  .treatment-section-item:nth-child(2) .treatment-section-item-img-line-1 {
    width: 280px;
    position: absolute;
    top: 40px;
    left: -170px;
  }
}
@media (max-width: 1024px) {
  .treatment-section-item:nth-child(2) {
    display: flex;
    width: 45%;
    position: relative;
    justify-content: flex-end;
  }
  .treatment-section-item .treatment-section-item-img-1 {
    max-width: 560px;
    width: 100%;
    padding-right: 40px;
    border-radius: 300px 0px 0px 0px;
    margin-top: -16px;
  }
  .treatment-section-item .treatment-section-item-img-2 {
    width: 218px;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: -100px;
    border-radius: 0px 0px 300px 0px;
  }
}
@media (max-width: 800px) {
  .treatment-section-item:nth-child(1) button {
    margin-top: 37px;
    background-color: transparent;
    color: #B81119;
    padding: 0px 0px;
    margin-top: 24px;
  }
  .treatment-section-item:nth-child(1) button path {
    fill: #B81119;
  }
  .treatment-section-item:nth-child(1) button:hover {
    background-color: transparent;
    border: solid 1px transparent;
    text-decoration: underline;
  }
  .treatment-section-row {
    flex-direction: column;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
  }
  .treatment-section-item:nth-child(1) {
    padding: 60px 0px 60px 0px;
    width: 100%;
  }
  .treatment-section-item:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 240px;
  }
  .treatment-section-item:nth-child(2) .treatment-section-item-img-1 {
    max-width: 560px;
    width: 100%;
    padding-right: 40px;
    border-radius: 300px 0px 0px 0px;
    margin-top: 0px;
  }
  .treatment-section-item:nth-child(2) .treatment-section-item-img-2 {
    width: 278px;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 100px;
    border-radius: 0px 0px 300px 0px;
  }
  .treatment-section-item:nth-child(2) .treatment-section-item-img-line-1 {
    width: 180px;
    position: absolute;
    top: 40px;
    left: 0px;
  }
  .treatment-section-item:nth-child(2) .treatment-section-item-img-line-2 {
    width: 280px;
    position: absolute;
    bottom: 100px;
    right: 200px;
  }
  .treatment-section-line {
    width: 100%;
    max-width: 349px;
    height: 129%;
    position: absolute;
    right: 20px !important;
    bottom: -373px;
    text-align: center;
    transform: rotate(45deg);
  }
}
@media (max-width: 500px) {
  .treatment-section-item:nth-child(1) {
    padding: 40px 0px 40px 0px;
    width: 100%;
  }
  .treatment-section-item:nth-child(1) form {
    flex-direction: column;
    padding: 16px 0px 0px 0px;
  }
  .treatment-section-item:nth-child(1) form input {
    width: 100%;
    margin-top: 16px;
  }
  .treatment-section-item:nth-child(1) form button {
    max-width: 140px;
  }
  .treatment-section-item:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 200px;
  }
  .treatment-section-item:nth-child(2) .treatment-section-item-img-2 {
    width: 200px;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 60px;
    border-radius: 0px 0px 300px 0px;
  }
  .treatment-section-item:nth-child(2) .treatment-section-item-img-line-1 {
    width: 110px;
    position: absolute;
    top: 40px;
    left: 0px;
  }
  .treatment-section-item:nth-child(2) .treatment-section-item-img-line-2 {
    width: 130px;
    position: absolute;
    bottom: 100px;
    right: 200px;
  }
}
.section-contact iframe {
  width: 100%;
  height: 600px;
}

.contact-row {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative !important;
  top: -600px;
}

.contact-block {
  background-color: #ffffff;
  width: 520px;
  height: auto;
  padding: 24px;
  position: absolute;
  top: 80px;
  left: 30px;
}
.contact-block h2 {
  font-family: "Jost-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}
.contact-block h2 span {
  color: #6D6D6D;
}

.contact-title {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  padding: 16px 0px 8px 0px;
  color: #6D6D6D;
}

.contact-text {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}

.contact-links {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  text-decoration: none;
  cursor: pointer;
}
.contact-links:hover {
  color: #B81119;
}

.contact-icons {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
}

.contact-icons-item a {
  width: 100%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #B81119;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icons-item a:first-child {
  margin-right: 16px;
}
.contact-icons-item a:hover {
  background-color: #FFFFFF;
  border: solid 1.5px #B81119;
}
.contact-icons-item a:hover path {
  fill: #B81119;
}

@media (max-width: 800px) {
  .contact-row {
    max-width: 1500px;
    width: 100%;
    margin: inherit;
    padding: 16px;
    width: 400px;
    left: 16px;
  }
  .contact-block {
    background-color: #ffffff;
    width: 100% !important;
    height: auto;
    padding: 24px 15px;
    position: absolute !important;
    top: 127px;
    left: 0px;
  }
  .section-contact {
    position: relative;
  }
  .section-contact iframe {
    height: 500px;
  }
}
@media (max-width: 500px) {
  .contact-row {
    max-width: 1500px;
    width: 100%;
    padding: 16px;
    width: 320px;
    left: 16px;
  }
  .contact-block {
    background-color: #ffffff;
    width: 100% !important;
    height: auto;
    padding: 24px 15px;
    position: absolute !important;
    top: 115px;
    left: 0px;
  }
}
.section-seo {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seo-item:first-child {
  width: 45%;
  position: relative;
}
.seo-item:first-child .seo-img {
  width: 100%;
  height: auto;
  border-radius: 0px 0px 300px 0px;
}
.seo-item:first-child .seo-img-row {
  max-width: 520px;
  position: relative;
}
.seo-item:first-child .seo-img-row .seo-icons-1 {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50px;
  top: -25px;
}
.seo-item:first-child .seo-img-row .seo-icons-2 {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -10px;
  top: 100px;
}
.seo-item:first-child .seo-img-row .seo-icons-3 {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  right: 100px;
}
.seo-item:last-child {
  width: 50%;
}
.seo-item:last-child h2 {
  font-family: "Jost-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0px 0px 16px 0px;
}
.seo-item:last-child p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
}

.item_text {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
}

.io_item {
  width: 100%;
  padding-bottom: 20px;
}

.io_button_wrap {
  text-align: left;
  margin-top: 10px;
}

.item_text-arrow {
  position: relative;
}

.io_button {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #B81119;
  text-decoration: none;
  cursor: pointer;
}
.io_button:hover {
  text-decoration: underline;
}

.io_item .btn_close {
  display: none;
}

.io_item .btn_open {
  display: inline-block;
  margin-top: 20px;
}

.io_item.open .btn_close {
  display: inline-block;
}

.io_item.open .btn_open {
  display: none;
}

.io_trans {
  width: inherit;
  position: absolute;
  height: 80px;
  bottom: 0;
  pointer-events: none;
  transition: 1s;
}

.io_item.open .io_trans {
  height: 0;
  transition: 1s;
}

.io_item_wrap {
  position: relative;
  overflow: hidden;
  max-height: 100px;
  width: inherit;
  transition: max-height 0.5;
}

.io_item.open .io_item_wrap {
  max-height: 1999px !important;
  transition: max-height 1s;
}

@media (max-width: 768px) {
  .section-seo {
    padding: 0px 15px 32px 15px;
    display: flex;
    flex-direction: column;
  }
  .seo-item:first-child {
    width: 100%;
  }
  .seo-item:first-child .seo-img-row {
    margin: 0 auto;
  }
  .seo-item:last-child {
    padding: 24px 0px 0px 0px;
    width: 100%;
  }
  .seo-item:last-child h2 {
    font-family: "Jost-Medium";
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0px 0px 16px 0px;
  }
  .seo-item:last-child p {
    font-family: "Jost-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #6D6D6D;
  }
  .io_item .btn_open {
    display: inline-block;
    margin-top: 0px;
  }
}
footer {
  width: 100%;
  background-color: #1C1314;
  padding: 40px 0px;
}

.footer-row {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 0px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-item:nth-child(1) {
  width: 25%;
}
.footer-item:nth-child(2) {
  width: 20%;
}
.footer-item:nth-child(2) a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-item:nth-child(2) a:hover {
  color: #B81119;
  text-decoration: underline;
}
.footer-item:nth-child(2) p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.footer-item .footer-contact-title {
  padding: 16px 0px 8px 0px;
}
.footer-item .footer-email {
  text-decoration: underline !important;
}
.footer-item .footer-item-first-link {
  padding: 0px 0px 8px 0px;
}
.footer-item:nth-child(3) {
  width: 15%;
  display: flex;
  justify-content: flex-end;
}
.footer-item:nth-child(3) ul {
  list-style: none;
}
.footer-item:nth-child(3) ul li {
  padding: 0px 0px 9px 0px;
}
.footer-item:nth-child(3) ul li:first-child {
  padding: 0px 0px 24px 0px;
}
.footer-item:nth-child(3) ul li a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-item:nth-child(3) ul li a:hover {
  color: #B81119;
  text-decoration: underline;
}
.footer-item:nth-child(4) {
  width: 15%;
  display: flex;
  justify-content: flex-end;
}
.footer-item:nth-child(4) ul {
  list-style: none;
}
.footer-item:nth-child(4) ul li {
  padding: 0px 0px 9px 0px;
}
.footer-item:nth-child(4) ul li:first-child {
  padding: 0px 0px 24px 0px;
}
.footer-item:nth-child(4) ul li a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-item:nth-child(4) ul li a:hover {
  color: #B81119;
  text-decoration: underline;
}
.footer-item:nth-child(5) {
  width: 15%;
  display: flex;
  justify-content: flex-end;
}
.footer-item:nth-child(5) ul {
  list-style: none;
}
.footer-item:nth-child(5) ul li {
  padding: 0px 0px 24px 0px;
}
.footer-item:nth-child(5) ul li a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-item:nth-child(5) ul li a:hover {
  color: #B81119;
  text-decoration: underline;
}

.footer-logo {
  max-width: 123px;
  width: 100%;
  height: auto;
}
.footer-logo img {
  margin-bottom: 27px;
}

.footer-item-social svg:first-child {
  margin-right: 22px;
}
.footer-item-social svg:hover path {
  fill: #B81119;
}

.footer-line {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 32px;
  padding: 0px 30px 0px 30px;
}

.footer-bottom {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 32px 30px 0px 30px;
}
.footer-bottom span {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.footer-bottom a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #B81119;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .footer-item:nth-child(1) {
    width: 15%;
  }
  .footer-item:nth-child(3) {
    width: 12%;
  }
  .footer-item:nth-child(4) {
    width: 12%;
  }
  .footer-item:nth-child(5) {
    width: 12%;
  }
  .footer-item:nth-child(5) ul {
    list-style: none;
  }
  .footer-item:nth-child(5) ul li {
    padding: 0px 0px 9px 0px;
  }
  .footer-item:nth-child(5) ul li a {
    font-family: "Jost-Regular";
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .footer-row {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px 0px 15px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .footer-item:nth-child(1) {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-item:nth-child(2) {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .footer-item:nth-child(3) {
    width: 30%;
  }
  .footer-item:nth-child(4) {
    width: 30%;
  }
  .footer-item:nth-child(5) {
    width: 30%;
  }
  .footer-bottom {
    padding: 32px 15px 0px 15px;
  }
}
@media (max-width: 500px) {
  .footer-item-social svg:first-child {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-item-first-link {
    padding: 0px 0px 0px 0px !important;
  }
  .footer-line {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 32px;
    padding: 0px 0px 0px 0px;
  }
  .footer-item:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-item:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .footer-item:nth-child(3) {
    display: none;
  }
  .footer-item:nth-child(4) {
    display: none;
  }
  .footer-item:nth-child(5) {
    display: none;
  }
  .footer-item-social {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .footer-bottom {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 24px 15px 0px 15px;
  }
  .footer-bottom span {
    text-align: left;
    padding-bottom: 12px;
  }
  .footer-bottom a {
    text-align: left;
  }
  footer {
    padding: 24px 0px;
  }
}
@media (min-width: 550px) {
  .best-clinics-mobile-row {
    display: none;
  }
}
@media (max-width: 550px) {
  .best-clinics-mobile-row {
    display: block;
    position: relative;
    padding: 32px 15px 48px 15px;
  }
  .best-clinics-mobile-row h2 {
    font-family: "Jost-Medium";
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 32px;
    color: #1C1314;
  }
  .best-clinics-mobile-row h2 span {
    color: #6D6D6D;
  }
  .best-clinics-mobile-row .slick-slider {
    margin: 0 -15px;
  }
  .best-clinics-mobile-row .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-best-clinics {
    display: none;
  }
  .fleet-slider-navigatin {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 33px;
    right: 15px;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-next {
    width: 40px;
    height: 40px;
    background-color: #EEEEEE;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-next path {
    fill: #6D6D6D;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-next:hover {
    background-color: #B81119;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-next:hover path {
    fill: #ffffff;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-prev {
    width: 40px;
    height: 40px;
    background-color: #EEEEEE;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 40px;
    transform: rotate(180deg);
  }
  .fleet-slider-navigatin #fleet-slider-arrow-prev path {
    fill: #6D6D6D;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-prev:hover {
    background-color: #B81119;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-prev:hover path {
    fill: #ffffff;
  }
  .slick-dots {
    text-align: left !important;
    max-width: 60%;
    bottom: -37px !important;
    left: 15px;
  }
  .slick-dots li {
    border: solid 1px #B81119;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .slick-dots li.slick-active {
    background-color: #B81119;
  }
}
.crumbs-menu-section {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 30px;
}
.crumbs-menu-section ul li {
  display: inline;
}
.crumbs-menu-section ul li img {
  width: 15px;
  height: 7px;
  margin: 0px 9px 0px 9px;
}
.crumbs-menu-section ul li a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
  text-decoration: none;
}
.crumbs-menu-section ul li a:hover {
  color: #B81119;
}

.not-active {
  color: #1C1314 !important;
}
.not-active:hover {
  color: #B81119 !important;
}

@media (max-width: 768px) {
  .crumbs-menu-section {
    padding: 16px 15px;
  }
}
.about-company-section {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 80px 30px;
}
.about-company-section h1 {
  font-family: "Jost-Medium";
  font-size: 48px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}

.about-company-section-top-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 48px 0px 64px 0px;
}

.about-company-section-top-row-item:nth-child(1) {
  width: 58%;
}
.about-company-section-top-row-item:nth-child(1) h2 {
  font-family: "Jost-Regular";
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
}
.about-company-section-top-row-item:nth-child(1) h2 span {
  color: #1C1314;
}
.about-company-section-top-row-item:nth-child(2) {
  width: 38%;
}
.about-company-section-top-row-item:nth-child(2) p {
  font-family: "Jost-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
}

.about-company-section-bottom-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

.about-company-section-bottom-row-item:nth-child(1) {
  width: 45%;
}
.about-company-section-bottom-row-item:nth-child(1) h2 {
  font-family: "Jost-Regular";
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
  padding: 0px 0px 16px 0px;
}
.about-company-section-bottom-row-item:nth-child(1) h2 span {
  color: #1C1314;
}
.about-company-section-bottom-row-item:nth-child(1) p {
  font-family: "Jost-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
  padding: 0px 0px 32px 0px;
}
.about-company-section-bottom-row-item:nth-child(2) {
  width: 48%;
  position: relative;
  text-align: right;
}

.modal-link-about {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  background-color: #B81119;
  padding: 20px 40px;
  border-radius: 40px;
  text-decoration: none;
  border: solid 1px #B81119;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal-link-about svg {
  margin-left: 11px;
}
.modal-link-about path {
  fill: #FFFFFF;
}
.modal-link-about:hover {
  color: #B81119;
  background-color: #FFFFFF;
}
.modal-link-about:hover path {
  fill: #B81119;
}

.about-company-img {
  position: relative;
  max-width: 500px;
  width: 100%;
}

.about-img-1 {
  width: 100%;
  border-radius: 300px 0px 0px 0px;
}

.about-img-2 {
  position: absolute;
  width: 280px;
  height: 200px;
  border-radius: 0px 0px 300px 0px;
  left: 0px;
  bottom: -80px;
}

@media (max-width: 1024px) {
  .about-img-2 {
    position: absolute;
    width: 220px;
    height: 140px;
    border-radius: 0px 0px 300px 0px;
    left: 0px;
    bottom: -80px;
  }
}
@media (max-width: 768px) {
  .about-company-section {
    padding: 24px 15px 40px 15px;
  }
  .about-company-section h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .about-company-section-top-row {
    flex-direction: column;
    padding: 12px 0px 32px 0px;
  }
  .about-company-section-top-row-item:nth-child(1) {
    width: 100%;
    padding-bottom: 24px;
  }
  .about-company-section-top-row-item:nth-child(2) {
    width: 100%;
  }
  .about-company-section-top-row-item:nth-child(2) p {
    font-size: 16px;
  }
  .about-company-section-bottom-row {
    width: 100%;
    flex-direction: column-reverse;
    padding-bottom: 0px;
  }
  .about-company-section-bottom-row-item:nth-child(1) {
    width: 100%;
  }
  .about-company-section-bottom-row-item:nth-child(1) h2 {
    padding: 0px 0px 16px 0px;
  }
  .about-company-section-bottom-row-item:nth-child(1) p {
    font-size: 16px;
    padding: 0px 0px 24px 0px;
  }
  .about-company-section-bottom-row-item:nth-child(2) {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 100px;
  }
  .modal-link-about {
    padding: 10px 20px;
  }
  .about-company-img {
    position: relative;
    max-width: 560px;
    width: 100%;
    padding-left: 40px;
  }
  .about-img-1 {
    width: 100%;
    border-radius: 300px 0px 0px 0px;
  }
  .about-img-2 {
    position: absolute;
    width: 280px;
    height: 200px;
    border-radius: 0px 0px 300px 0px;
    left: 0px;
    bottom: -80px;
  }
}
@media (max-width: 500px) {
  .about-img-2 {
    width: 220px;
    height: 140px;
  }
}
.section-qustions {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 80px 30px;
}
.section-qustions h1 {
  font-family: "Jost-Medium";
  font-size: 48px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: center;
  color: #1C1314;
}

.qustions-item {
  margin-top: 48px;
}
.qustions-item span {
  font-family: "Jost-Regular";
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}
.qustions-item p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
  padding: 16px 0px 24px 0px;
  border-bottom: solid 4px #1C1314;
}

@media (max-width: 768px) {
  .section-qustions {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 15px 40px 15px;
  }
  .section-qustions h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .qustions-item {
    margin-top: 24px;
  }
}
.section-additional-sservices {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 80px 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.section-additional-sservices-row {
  display: flex;
  justify-content: space-between;
}
.section-additional-sservices-row h1 {
  font-family: "Jost-Medium";
  font-size: 48px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}

.section-additional-sservices-item:nth-child(1) {
  width: 58%;
}
.section-additional-sservices-item:nth-child(2) {
  width: 38%;
}
.section-additional-sservices-item:nth-child(2) img {
  width: 100%;
  height: auto;
  border-radius: 0px 300px 0px 0px;
}

.section-additional-sservices-item-row {
  display: flex;
  justify-content: space-between;
  margin: 48px 0px 9px 0px;
}

.additional-sservices-list {
  width: 48%;
  list-style: none;
}
.additional-sservices-list li {
  font-family: "Jost-Regular";
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  padding-bottom: 27px;
}

.additional-services-line {
  position: absolute;
  right: 0px;
  width: 500px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 1024px) {
  .additional-sservices-list {
    width: 48%;
    list-style: none;
  }
  .additional-sservices-list li {
    font-size: 16px;
    padding-bottom: 27px;
    display: flex;
    align-items: center;
    line-height: 20px;
  }
  .additional-sservices-list li img {
    margin-right: 16px;
  }
  .section-additional-sservices-row {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .section-additional-sservices {
    padding: 24px 15px 40px 15px;
  }
  .section-additional-sservices-row {
    flex-direction: column;
  }
  .section-additional-sservices-row h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .section-additional-sservices-item:nth-child(1) {
    width: 100%;
    margin-bottom: 32px;
  }
  .section-additional-sservices-item:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .section-additional-sservices-item:nth-child(2) img {
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 0px 300px 0px 0px;
  }
  .section-additional-sservices-item-row {
    display: flex;
    justify-content: space-between;
    margin: 24px 0px 9px 0px;
  }
  .additional-services-line {
    width: 100%;
    max-width: 349px;
    height: 129%;
    position: absolute;
    right: 20px !important;
    bottom: -373px;
    text-align: center;
    transform: rotate(27deg);
  }
}
@media (max-width: 400px) {
  .section-additional-sservices-item-row {
    flex-direction: column;
  }
  .additional-sservices-list {
    width: 100%;
    list-style: none;
  }
  .additional-sservices-list li {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
  }
}
.section-befor-and-after {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 80px 30px;
  position: relative;
  overflow: hidden;
}
.section-befor-and-after h1 {
  font-family: "Jost-Medium";
  font-size: 48px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}

.section-befor-and-after-line {
  max-width: 900px;
  height: 1000px;
  position: absolute;
  right: -170px;
  top: 0px;
  transform: rotate(359deg);
  z-index: -1;
}

.befor-and-after-row {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0px 0px 0px;
  position: relative;
}

.befor-and-after-item {
  width: 31.3%;
  background-color: #FFFFFF;
  border: 2px solid #EEEEEE;
  box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
  border-radius: 8px;
  padding: 0px 0px 24px 0px;
  margin-right: 3%;
  margin-bottom: 24px;
}
.befor-and-after-item:nth-child(3n+3) {
  margin-right: 0%;
}
.befor-and-after-item p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #B81119;
  padding: 24px 0px 8px 16px;
}
.befor-and-after-item a {
  font-family: "Jost-Regular";
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  text-decoration: none;
  padding: 0px 0px 0px 16px;
}
.befor-and-after-item a:hover {
  color: #B81119;
}

.befor-and-after-item-row {
  display: flex;
}

.befor-and-after-images {
  overflow: hidden;
  position: relative;
  width: 50%;
}
.befor-and-after-images img {
  width: 100%;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
  cursor: pointer;
}
.befor-and-after-images img:hover {
  transform: scale(1.1);
  transition: 1s;
}
.befor-and-after-images span {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  background-color: #FDF3F3;
  padding: 4px 20px;
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  z-index: 2;
  border-radius: 8px;
}

.befor-and-after-images-1 {
  border-top-left-radius: 8px;
  padding-right: 2px;
}

.befor-and-after-images-2 {
  border-top-right-radius: 8px;
}

@media (max-width: 1024px) {
  .befor-and-after-row {
    justify-content: space-between;
  }
  .befor-and-after-item {
    width: 48%;
    background-color: #FFFFFF;
    border: 2px solid #EEEEEE;
    box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
    border-radius: 8px;
    padding: 0px 0px 24px 0px;
    margin-right: 0%;
    margin-bottom: 24px;
  }
  .befor-and-after-item:nth-child(3n+3) {
    margin-right: 0%;
  }
}
.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.pagination li {
  height: 43px;
  width: 28px;
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #EEEEEE;
  padding: 14px 10px;
  margin: 24px 8px 0px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.pagination li a {
  color: #9E9E9E;
  text-decoration: none;
}
.pagination li:hover {
  background-color: #B81119;
}
.pagination li:hover a {
  color: #FFFFFF;
}
.pagination li:hover path {
  fill: #FFFFFF;
}

.pagination-next {
  height: 51px;
  width: 37px;
  background-color: transparent !important;
  transform: rotate(180deg);
}
.pagination-next:hover {
  background-color: transparent !important;
}
.pagination-next:hover svg path {
  fill: #B81119;
}

.pagination-prev {
  height: 51px;
  width: 37px;
  background-color: transparent !important;
}
.pagination-prev:hover svg path {
  fill: #B81119;
}

.pagination-active {
  background-color: #B81119 !important;
}
.pagination-active a {
  color: #FFFFFF !important;
}

@media (max-width: 768px) {
  .section-befor-and-after-line {
    display: none;
  }
  .befor-and-after-item {
    width: 100%;
  }
  .section-befor-and-after {
    padding: 24px 15px 40px 15px;
  }
  .section-befor-and-after h1 {
    font-family: "Jost-Medium";
    font-size: 32px;
    line-height: 48px;
  }
  .befor-and-after-row {
    margin: 24px 0px 0px 0px;
  }
}
.section-best-clinics-page {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 80px 30px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .section-best-clinics-page {
    padding: 32px 15px 40px 15px;
  }
}
.section-step-process {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 80px 30px;
}
.section-step-process h1 {
  font-family: "Jost-Medium";
  font-size: 48px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  max-width: 600px;
}
.section-step-process h1 span {
  color: #6D6D6D;
}

.section-step-process-row {
  display: flex;
  flex-wrap: wrap;
}

.step {
  background-image: url(../images/icons/step-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 76px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.step p {
  font-family: "Jost-Regular";
  font-size: 24px !important;
  font-weight: 500;
  line-height: 35px !important;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff !important;
  margin-top: 0px !important;
  padding-right: 0px !important;
}

.section-step-process-item {
  width: 23%;
  margin-right: 2.5%;
  margin-top: 48px;
}
.section-step-process-item:nth-child(4n+4) {
  margin-right: 0%;
}
.section-step-process-item span {
  font-family: "Jost-Regular";
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}
.section-step-process-item p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
  margin-top: 16px;
  padding-right: 32px;
}

@media (max-width: 1024px) {
  .section-step-process-item {
    width: 31.5%;
    margin-right: 2.5%;
    margin-top: 48px;
  }
  .section-step-process-item:nth-child(4n+4) {
    margin-right: 2.5%;
  }
  .section-step-process-item:nth-child(3n+3) {
    margin-right: 0%;
  }
}
@media (max-width: 768px) {
  .section-step-process {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 15px 40px 15px;
  }
  .section-step-process h1 {
    font-size: 32px;
    line-height: 48px;
    max-width: 100%;
  }
  .section-step-process-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-step-process-item {
    width: 48%;
    margin-right: 0%;
    margin-top: 32px;
  }
  .section-step-process-item:nth-child(4n+4) {
    margin-right: 0%;
  }
  .section-step-process-item:nth-child(3n+3) {
    margin-right: 0%;
  }
}
@media (max-width: 450px) {
  .section-step-process-item {
    width: 100%;
    margin-right: 0%;
    margin-top: 32px;
  }
  .section-step-process-item:nth-child(4n+4) {
    margin-right: 0%;
  }
  .section-step-process-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .step {
    height: 60px;
  }
  .step p {
    font-size: 20px !important;
  }
}
.section-contac-page {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 80px 30px;
  position: relative;
  overflow: hidden;
}
.section-contac-page h1 {
  font-family: "Jost-Medium";
  font-size: 48px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}
.section-contac-page iframe {
  width: 100%;
  height: 400px;
}

.section-contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}

.section-contact-item:nth-child(1) {
  width: 30%;
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
  border-radius: 8px;
  padding: 24px;
}
.section-contact-item:nth-child(2) {
  width: 66%;
}

@media (max-width: 1024px) {
  .section-contact-item:nth-child(1) {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .section-contac-page {
    padding: 24px 15px 40px 15px;
  }
  .section-contac-page h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .section-contact-row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
  }
  .section-contact-item:nth-child(1) {
    width: 60%;
    margin-bottom: 32px;
  }
  .section-contact-item:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .section-contact-item:nth-child(1) {
    width: 100%;
  }
}
.section-contact-form {
  width: 100%;
  background-color: #FDF3F3;
}

.section-contact-form-row {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-contact-form-item:nth-child(1) {
  width: 48%;
}
.section-contact-form-item:nth-child(1) h2 {
  font-family: "Jost-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 16px;
}
.section-contact-form-item:nth-child(1) p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
}
.section-contact-form-item:nth-child(2) {
  width: 48%;
}
.section-contact-form-item:nth-child(2) img {
  width: 100%;
  height: auto;
  border-radius: 0px 0px 0px 300px;
}

.conact-form {
  width: 100%;
  margin-top: 24px;
}

.conact-form-row {
  display: flex;
  justify-content: space-between;
}
.conact-form-row input {
  width: 100%;
  background: transparent;
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
  padding-bottom: 8px;
  border-bottom: solid 1px #1C1314;
  margin-bottom: 16px;
  outline: none;
}
.conact-form-row input::-moz-placeholder {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
}
.conact-form-row input::placeholder {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
}
.conact-form-row textarea {
  width: 100%;
  background: transparent;
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
  border-bottom: solid 1px #1C1314;
  height: 84%;
  resize: none;
  margin: 8px 0px 8px 0px;
  outline: none;
}

.conact-item:nth-child(1) {
  width: 45%;
}
.conact-item:nth-child(2) {
  width: 45%;
}

.conact-form-bottom {
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.conact-form-bottom p {
  color: #1C1314 !important;
  width: 60%;
}
.conact-form-bottom p a {
  text-decoration: none;
  color: #B81119;
}
.conact-form-bottom p a:hover {
  text-decoration: underline;
}

.conact-form-send {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FDFDF9;
  padding: 20px 40px;
  background-color: #B81119;
  border: solid 1px #B81119;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.conact-form-send svg {
  margin-left: 11px;
}
.conact-form-send:hover {
  background-color: transparent;
  color: #B81119;
}
.conact-form-send:hover path {
  fill: #B81119;
}

@media (max-width: 900px) {
  .conact-form-row {
    flex-direction: column;
  }
  .conact-item:nth-child(1) {
    width: 100%;
  }
  .conact-item:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-contact-form-row {
    padding: 40px 15px 40px 15px;
    flex-direction: column;
  }
  .section-contact-form-item:nth-child(1) {
    width: 100%;
    margin-bottom: 32px;
  }
  .section-contact-form-item:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .section-contact-form-item:nth-child(2) img {
    width: 100%;
    max-width: 550px;
    height: auto;
    border-radius: 0px 0px 0px 300px;
  }
  .conact-form-bottom {
    width: 100%;
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .conact-form-bottom p {
    color: #1C1314 !important;
    width: 100%;
    margin-bottom: 24px;
  }
  .conact-form-send {
    margin-left: 0px;
    padding: 10px 20px;
  }
}
.section-medical-services {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px 80px 30px;
  position: relative;
  overflow: hidden;
}
.section-medical-services h1 {
  font-family: "Jost-Medium";
  font-size: 48px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
}

.section-medical-services-item {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
  border-radius: 8px;
  margin-top: 48px;
}
.section-medical-services-item:nth-child(2) span {
  display: none;
}
.section-medical-services-item:nth-child(4n+1) span {
  display: none;
}

.section-medical-services-content-titel {
  display: flex;
}
.section-medical-services-content-titel span {
  font-family: "Jost-Medium";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  background-color: #FDF3F3;
  padding: 0px 20px;
  border-radius: 8px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 16px;
}

.section-medical-services-content {
  display: flex;
  justify-content: space-between;
}
.section-medical-services-content:nth-child(1) {
  width: 34%;
}
.section-medical-services-content:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.section-medical-services-content:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 62%;
  padding: 20px 20px 20px 0px;
}
.section-medical-services-content:nth-child(2) h2 {
  font-family: "Jost-Regular";
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  padding-bottom: 24px;
}
.section-medical-services-content:nth-child(2) ul {
  -moz-column-width: 240px;
       column-width: 240px;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style: none;
}
.section-medical-services-content:nth-child(2) ul li {
  padding-bottom: 16px;
  width: 100%;
}
.section-medical-services-content:nth-child(2) ul li svg {
  margin-left: 9px;
}
.section-medical-services-content:nth-child(2) ul li a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #1C1314;
  text-decoration: none;
}
.section-medical-services-content:nth-child(2) ul li a:hover {
  color: #B81119;
}
.section-medical-services-content:nth-child(2) ul li a:hover path {
  fill: #B81119;
}
.section-medical-services-content:nth-child(2) ul li path {
  fill: #1C1314;
}

@media (max-width: 1024px) {
  .section-medical-services-content:nth-child(2) ul {
    -moz-column-width: 180px;
         column-width: 180px;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 10px;
         column-gap: 10px;
    list-style: none;
  }
}
@media (max-width: 768px) {
  .section-medical-services {
    padding: 24px 15px 40px 15px;
  }
  .section-medical-services h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .section-medical-services-item {
    flex-direction: column;
    margin-top: 32px;
  }
  .section-medical-services-content:nth-child(1) {
    width: 100%;
  }
  .section-medical-services-content:nth-child(1) img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .section-medical-services-content:nth-child(2) {
    flex-direction: column;
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
  .section-medical-services-content:nth-child(2) ul {
    -moz-column-width: 240px;
         column-width: 240px;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
    list-style: none;
  }
}
.content-page-body {
  width: 100%;
  background-color: #FDF3F3;
  padding: 16px 15px 80px 15px;
}

.content-page-content {
  max-width: 1062px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 0px 40px;
  background-color: #ffffff;
  border-radius: 8px;
}

.content-page-content-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}

.content-page-content-item:nth-child(1) {
  width: 48%;
}
.content-page-content-item:nth-child(1) h1 {
  font-family: "Jost-Medium";
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  padding-bottom: 16px;
}
.content-page-content-item:nth-child(1) p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
}
.content-page-content-item:nth-child(2) {
  width: 48%;
}
.content-page-content-item:nth-child(2) img {
  max-width: 100%;
  height: auto;
  border-radius: 0px 0px 300px 0px;
}

@media (max-width: 768px) {
  .content-page-content {
    max-width: 1062px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 20px 40px 20px;
    background-color: #ffffff;
    border-radius: 8px;
  }
  .content-page-content-row {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .content-page-content-item:nth-child(1) {
    width: 100%;
    margin-bottom: 32px;
  }
  .content-page-content-item:nth-child(1) h1 {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 16px;
  }
  .content-page-content-item:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}
.content-page-block-2 {
  width: 100%;
  padding-bottom: 64px;
}
.content-page-block-2 h2 {
  font-family: "Jost-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 16px;
}
.content-page-block-2 p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
}

.content-page-block-3 {
  padding-bottom: 64px;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
  border-radius: 8px;
}
table thead {
  background-color: #FDF3F3;
}
table thead th {
  font-family: "Jost-Medium";
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
  color: #1C1314;
  padding: 24px 22px;
  width: 20%;
}

tbody td {
  font-family: "Jost-Regular" !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
  letter-spacing: 0px;
  text-align: left;
  color: #1C1314;
  padding: 16px 24px !important;
}

@media (max-width: 768px) {
  table thead {
    background-color: #FDF3F3;
  }
  table thead th {
    font-family: "Jost-Medium";
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: #1C1314;
    padding: 24px 10px;
  }
}
@media (max-width: 768px) {
  .content-page-block-3 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .content-page-block-3 table thead {
    background-color: #FDF3F3;
  }
  .content-page-block-3 table thead th {
    font-family: "Jost-Medium";
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: #1C1314;
    padding: 24px 10px;
  }
  .content-page-block-3 table th {
    text-align: center;
  }
  .content-page-block-3 table td {
    border: none;
  }
  .content-page-block-3 table thead th {
    border: none;
    width: 100%;
    background-color: #FDF3F3;
    text-align: center;
    padding: 16px 10px;
    border: 1px solid #EEEEEE;
  }
  .content-page-block-3 tbody tr {
    padding-top: 320px !important;
    border: 2px solid #EEEEEE;
  }
  .content-page-block-3 tbody td {
    padding: 14px 10px !important;
  }
  .content-page-block-3 table th, .content-page-block-3 table td {
    display: block;
    text-align: center;
  }
}
.content-page-block-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}

.content-page-block-4-item h1 {
  font-family: "Jost-Medium";
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  padding-bottom: 16px;
}
.content-page-block-4-item p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
}
.content-page-block-4-item img {
  max-width: 100%;
  height: auto;
  border-radius: 300px 0px 0px 0px;
}
.content-page-block-4-item:nth-child(1) {
  width: 48%;
}
.content-page-block-4-item:nth-child(2) {
  width: 48%;
}

@media (max-width: 768px) {
  .content-page-block-4 {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .content-page-block-4-item h1 {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 16px;
  }
  .content-page-block-4-item img {
    max-width: 550px;
    width: 100%;
    height: auto;
    float: right;
  }
  .content-page-block-4-item:nth-child(1) {
    width: 100%;
    margin-bottom: 32px;
  }
  .content-page-block-4-item:nth-child(2) {
    width: 100%;
  }
}
.section_video {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 64px 0px;
}

.video_items {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 8px;
  aspect-ratio: 16/9;
  cursor: pointer;
  width: 100%;
  height: 415px;
  overflow: hidden;
}

.video1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.playbtn1 {
  background-image: url(..//images/play.png);
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 50%;
}
.playbtn1:hover {
  background: rgba(0, 0, 0, 0.5);
}
.playbtn1:hover svg path {
  fill: #B81119;
}

@media (max-width: 768px) {
  .section_video {
    padding: 0px 0px 40px 0px;
  }
  .video_items {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    height: 260px;
  }
}
.content-page-slider {
  display: block;
  position: relative;
  padding-bottom: 60px;
}
.content-page-slider .slick-dots {
  text-align: left !important;
  max-width: 60%;
  bottom: -50px !important;
  left: 0px;
}
.content-page-slider .slick-dots li {
  border: solid 1px #B81119;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background-color: #ffffff;
  padding-top: 0px !important;
}
.content-page-slider .slick-dots li.slick-active {
  background-color: #B81119;
}

.content-page-slider h2 {
  font-family: "Jost-Regular";
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  padding-bottom: 48px;
}

.content-slider-navigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 30px;
  right: 0px;
}
.content-slider-navigation #content-slider-arrow-next {
  width: 40px;
  height: 40px;
  background-color: #EEEEEE;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.content-slider-navigation #content-slider-arrow-next path {
  fill: #6D6D6D;
}
.content-slider-navigation #content-slider-arrow-next:hover {
  background-color: #B81119;
}
.content-slider-navigation #content-slider-arrow-next:hover path {
  fill: #ffffff;
}
.content-slider-navigation #content-slider-arrow-prev {
  width: 40px;
  height: 40px;
  background-color: #EEEEEE;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 24px;
  transform: rotate(180deg);
}
.content-slider-navigation #content-slider-arrow-prev path {
  fill: #6D6D6D;
}
.content-slider-navigation #content-slider-arrow-prev:hover {
  background-color: #B81119;
}
.content-slider-navigation #content-slider-arrow-prev:hover path {
  fill: #ffffff;
}

.slider .content-slider-item {
  max-width: 480px;
  max-height: 440px;
}
.slider .content-slider-item:nth-child(2) {
  padding-left: 20px;
}
.slider .content-slider-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-slider .slick-slide:nth-child(2n+1) {
  padding-right: 15px;
}
.content-slider .slick-slide:nth-child(2n+1) img {
  border-radius: 300px 0px 0px 0px;
}
.content-slider .slick-slide:nth-child(2n) {
  padding-left: 15px;
}
.content-slider .slick-slide:nth-child(2n) img {
  border-radius: 0px 100px 0px 0px;
}

@media (max-width: 550px) {
  .content-slider .slick-slide:nth-child(2n+1) {
    padding-right: 0px;
  }
  .content-slider .slick-slide:nth-child(2n+1) img {
    border-radius: 0px 100px 0px 0px;
  }
  .content-slider .slick-slide:nth-child(2n) {
    padding-left: 0px;
  }
  .content-slider .slick-slide:nth-child(2n) img {
    border-radius: 300px 0px 0px 0px;
  }
  .content-page-slider {
    padding-bottom: 40px;
  }
  .content-slider-navigation {
    bottom: 15px;
  }
  .content-page-slider h2 {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 24px;
  }
}
.content-page-content p {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
  padding-bottom: 16px;
}
.content-page-content ul, .content-page-content ol {
  list-style: none;
}
.content-page-content ul li, .content-page-content ol li {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #6D6D6D;
  padding-top: 16px;
}
.content-page-content a {
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1314;
  padding-bottom: 16px;
  text-decoration: none;
}
.content-page-content a:hover {
  color: #B81119;
}/*# sourceMappingURL=style.css.map */
.wpcf7-response-output{
  /* padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid red;*/
  margin-top: 15px;
  font-family: "Jost-Regular";
  font-size: 16px;
  font-weight: 400; 
  color: #B81119;
}
.wpcf7-not-valid-tip{
  display: none;
}
.treatment-section-item:nth-child(1) form{
  flex-direction: column !important;
}