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

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
}

body {
  font: 14px/24px "Roboto", Arial, Helvetica, sans-serif;
}

.width {
  max-width: 85%;
  margin: 0 auto;
  padding: 0 10px;
}

body[style*="overflow: hidden"] {
  margin-right: 17px;
}

hr {
  height: 27px;
}

.s1 {
  padding: 125px 0px 30px 0px;
}

.s2 {
  padding: 0px 0px 50px 0px;
  margin-top: 30px;
}

.s3 {
  padding: 0px 0px 70px 0px;
}

.s5 {
  display: none;
}

button {
  outline: none;
  border: 0;
  background: transparent;
}

footer {
  padding: 20px 0;
}

@media (max-width: 1024px) {
  .s1 {
    padding: 110px 0px 0px 0px;
  }
  .width {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .s1 {
    padding: 75px 0px 10px 0px;
  }
  .s2 {
    margin-top: 40px;
  }
}
@media (max-width: 840px) {
  .s1 {
    padding: 75px 0 10px 0px;
  }
}
@media (max-width: 480px) {
  .s1 {
    padding: 75px 0 20px 0;
  }
  .s2 {
    padding: 0 0 0 0;
    margin-top: 20px;
  }
  .s3 {
    padding: 40px 0 0 0;
  }
  .s4 {
    padding: 50px 0 0 0;
  }
  .s5 {
    padding: 0 0;
    display: block;
  }
}
.show-tab {
  display: block;
}

.hide-tab {
  display: none;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.fa {
  color: #bbb;
  margin-left: 10px;
}

@keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
.show-modal {
  opacity: 1;
  visibility: visible;
}

.hide-modal {
  opacity: 0;
  visibility: hidden;
}

@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-Bold.woff2") format("woff2"), url("../fonts/CormorantUpright-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-Regular.woff2") format("woff2"), url("../fonts/CormorantUpright-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-SemiBold.woff2") format("woff2"), url("../fonts/CormorantUpright-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: TTTrailers;
  font-display: swap;
  src: url("../fonts/TTTrailers-Regular.woff2") format("woff2"), url("../fonts/TTTrailers-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.header {
  display: flex;
  justify-content: center;
  padding: 7px 0 0 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: white;
  transition: 0.3s;
}
.header__top {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 85px;
  border-bottom: 1px solid rgb(159, 158, 158);
  padding: 6px 40px;
  position: relative;
  z-index: 3;
}
.header__row {
  display: flex;
  justify-content: space-around;
  gap: 45px;
}
.header__body {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 120px;
  align-items: center;
  padding: 7px 0px 7px 0px;
  background-color: white;
}
.header__logo {
  position: relative;
  z-index: 3;
}
.header__logo_link {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 20px;
  font-weight: 900;
  color: #59669A;
  text-transform: uppercase;
}
.header__logo img {
  width: 50px;
}
.header__burger {
  display: none;
}
.header__right-block_btn {
  padding: 12px;
  background-color: #59669A;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.5s all;
  outline: 0;
  position: relative;
  z-index: 3;
}
.header__right-block_btn:hover {
  box-shadow: 4px 4px rgba(85, 85, 85, 0.4);
}

.header-info {
  display: flex;
  gap: 5px;
  color: #7c7b7b;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
}
.header-info__icon img {
  width: 16px;
  padding: 6px 0px 0px 0px;
}

.menu__list {
  display: flex;
  position: relative;
  z-index: 3;
  gap: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.menu__item {
  cursor: pointer;
}
.menu__link {
  transition: 0.3s;
}
.menu__link:hover {
  color: #59669A;
}

.scroll {
  display: none;
  box-shadow: 0px 0px 0px 4px gray;
}

.facebook {
  width: 30px;
}

.dropdown__descr {
  display: flex;
  gap: 4px;
  transition: 0.3s;
}
.dropdown img {
  width: 8px;
  height: 8px;
  align-items: center;
  margin-top: 7px;
}
.dropdown:hover {
  color: #59669A;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 20%;
  padding-top: 1%;
  color: #fff;
}
.dropdown-menu_item {
  font-size: 16px;
  text-transform: none;
  padding: 10px 40px 10px 15px;
  background-color: #59669A;
}
.dropdown-menu_item:hover {
  background-color: #3a4364;
}

@media (max-width: 1024px) {
  .header {
    padding: 0px 0px 0px 0px;
  }
  .header__body {
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 65px;
  }
  .header__top {
    display: flex;
    gap: 0px;
    padding: 10px 7px 7px 7px;
  }
  .header__logo {
    font-size: 20px;
  }
  .header__logo img {
    width: 45px;
  }
  .menu__list {
    font-size: 15px;
    gap: 20px;
  }
}
@media (max-width: 840px) {
  .header__body {
    gap: 40px;
  }
  .header__right-block_btn {
    padding: 10px 5px;
    font-size: 14px;
  }
  .menu__list {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body.lock {
    overflow: hidden;
  }
  .header {
    display: block;
    padding: 5px 5px 5px 5px;
  }
  .header.active {
    box-shadow: 0px 0px 4px grey;
  }
  .header__top {
    display: none;
  }
  .header__body {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding-right: 5px;
    padding-left: 5px;
  }
  .header__burger {
    display: flex;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 2;
    cursor: pointer;
  }
  .header__burger span {
    position: absolute;
    background-color: black;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 10px;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before {
    content: "";
    background-color: black;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 2px;
    transition: all 0.3s ease 0s;
  }
  .header__burger:after {
    content: "";
    background-color: black;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 19px;
    transition: all 0.3s ease 0s;
  }
  .header__burger.active:before {
    transform: rotate(142deg);
    top: 9px;
  }
  .header__burger.active:after {
    transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active span {
    transform: scale(0);
  }
  .header__logo {
    padding: 0 0 0 45px;
  }
  .header__right-block_btn {
    font-size: 15px;
    padding: 10px;
  }
  .header .dropdown-menu {
    margin-top: 15px;
    position: static;
    width: 100%;
    left: 0;
    padding: 0;
  }
  .header .dropdown-menu_item {
    color: black;
    background-color: white;
  }
  .header .dropdown-menu_item:hover {
    color: #59669A;
  }
  .menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    padding: 70px 10px 20px 10px;
    transition: all 0.4s ease 0s;
  }
  .menu__list {
    display: block;
  }
  .menu__item {
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
  }
  .menu__item:hover {
    color: #59669A;
  }
  .menu.active {
    top: 8%;
  }
}
@media (max-width: 480px) {
  .header__top {
    display: none;
  }
  .header__body {
    display: flex;
    justify-content: flex-start;
    gap: 110px;
    padding-left: 5px;
  }
  .header__burger {
    width: 25px;
    height: 15px;
  }
  .header__logo {
    padding: 0 0 0 0;
  }
  .header__logo_link {
    font-size: 16px;
  }
  .header__right-block {
    display: none;
  }
}
@media (max-width: 460px) {
  .header__body {
    display: flex;
    justify-content: flex-start;
    gap: 95px;
  }
}
@media (max-width: 425px) {
  .header__body {
    display: flex;
    justify-content: flex-start;
    gap: 85px;
  }
}
@media (max-width: 380px) {
  .header__body {
    display: flex;
    justify-content: flex-start;
    gap: 55px;
    padding-left: 5px;
  }
  .header__logo {
    padding: 0 0 0 0;
  }
  .header__logo_link {
    font-size: 16px;
  }
}
.slider {
  position: relative;
}
.slider__container {
  position: relative;
  height: 90vh;
}
.slider__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider__content--descr {
  position: relative;
  display: flex;
  align-items: start;
  gap: 28px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 2;
  min-width: 320px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 0 40px;
  color: #fff;
}
.slider__content--descr h1 {
  max-width: 70%;
  font-size: 56px;
  line-height: 74px;
  font-weight: 700;
  margin-bottom: 20px;
}
.slider__content--descr p {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  max-width: 50%;
}
.slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(50%);
  transition-duration: 300ms;
  transform: translate3d(0px, 0px, 0px);
}

.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 35px;
  height: 100%;
  z-index: 495;
}
.dots__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
}
.dots__item {
  box-sizing: content-box;
  border-radius: 50%;
  flex: 0 1 auto;
  width: 35px;
  height: 35px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 5px solid transparent;
  opacity: 0.5;
  transition: opacity 0.9s ease;
}
.dots__item.active {
  background-color: #59669A;
  border-color: #f8f8f8;
  opacity: 1;
}

.info__container {
  display: flex;
  justify-content: center;
  gap: 65px;
}
.info__block {
  flex: 0 1 100%;
  margin-bottom: 30px;
  padding: 30px 30px 50px 30px;
  color: #fff;
  text-align: center;
  background-color: #59669A;
  box-shadow: 4px 4px rgba(85, 85, 85, 0.2);
  transition: all 0.5s ease 0s;
}
.info__block img {
  width: 72px;
}
.info__block:hover {
  box-shadow: 8px 8px rgba(85, 85, 85, 0.4);
}
.info__block h4 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 24px;
  margin: 10px 0 15px;
}
.info__block p {
  line-height: 22px;
  font-size: 14px;
  margin: 0 0 10px;
}
.info__block button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: none;
  color: white;
  border: 1px solid white;
  border-radius: 4px;
}

.bold-main {
  font-size: 21px;
  color: #59669A;
  font-weight: 700;
}

.main-info__heading {
  display: inline-block;
  font-size: 42px;
  padding: 0 19px 13px 0;
  border-bottom: 3px solid #59669A;
}
.main-info__container {
  padding: 5px 0;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.main-info__overview {
  flex-basis: 50%;
  padding: 38px 0 0 0;
}
.main-info__overview img {
  max-width: 100%;
  height: auto;
}
.main-info__overview p {
  font-size: 18px;
}
.main-info__overview button {
  display: inline-block;
  padding: 10px 25px;
  margin-top: 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #59669A;
  color: #f8f8f8;
  transition: all 0.5s ease 0s;
}
.main-info__overview button:hover {
  box-shadow: 4px 4px rgba(85, 85, 85, 0.4);
}

.offer {
  flex-basis: 50%;
  padding: 0 0 0 0;
  position: relative;
}
.offer__slider-counter {
  display: flex;
  width: 180px;
  align-items: center;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.offer__slider-prev {
  margin-right: 10px;
  cursor: pointer;
}
.offer__slider-next {
  margin-left: 10px;
  cursor: pointer;
}
.offer span {
  color: #59669A;
}
.offer__slider {
  width: 650px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.offer__slide {
  width: 100%;
  height: 390px;
}
.offer__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
}
.offer__slider-wrapper {
  width: 100%;
  margin-top: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

#current {
  font-size: 48px;
  font-weight: 700;
  color: #59669A;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.dot {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 6px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.employees {
  padding-top: 65px;
  padding-bottom: 85px;
  text-align: center;
  background-color: #59669A;
}
.employees__btn {
  margin-top: 55px;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #59669A;
  background-color: #FFFFFF;
  font-weight: bold;
  box-shadow: 4px 4px rgba(85, 85, 85, 0.2);
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.employees__btn:hover {
  box-shadow: 8px 8px rgba(85, 85, 85, 0.4);
}
.employees__container h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 40px;
}
.employees__row {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 0;
}
.employees__row_employee {
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  background-color: #fff;
}
.employees__row_employee .inner {
  padding: 10px 0 20px 0;
}
.employees__row_employee .inner__icon {
  position: relative;
}
.employees__row_employee .inner__icon:before {
  content: "";
  width: 38%;
  height: 1px;
  position: absolute;
  left: 10%;
  top: 50%;
  background-color: #bbb;
}
.employees__row_employee .inner__icon:after {
  content: "";
  width: 34%;
  height: 1px;
  position: absolute;
  right: 10%;
  top: 50%;
  background-color: #bbb;
}
.employees__row_employee h5 {
  font-size: 18px;
  color: #59669A;
  font-weight: bold;
}
.employees__image {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50% 0;
}
.employees__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.8s ease 0s;
}
.modal__dialog {
  position: relative;
  margin: 10% auto;
  max-width: 500px;
}
.modal__content {
  position: relative;
  width: 100%;
  padding: 40px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-height: 80vh;
  overflow-y: auto;
  background-color: #59669A;
}
.modal__close {
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 30px;
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.modal__title {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.modal__input {
  display: block;
  margin: 20px auto 20px auto;
  width: 280px;
  height: 50px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  outline: 0;
}
.modal__btn {
  display: block;
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
  border: 2px solid white;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.5s ease;
}
.modal__btn:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024px) {
  .slider__container {
    height: 70vh;
  }
  .slider__content img {
    height: 95%;
  }
  .slider__content--descr {
    height: 85%;
  }
  .slider__content--descr h1 {
    font-size: 34px;
    line-height: 50px;
    font-weight: 700;
    max-width: 85%;
  }
  .slider__content--descr p {
    font-size: 18px;
    max-width: 70%;
  }
  .dots {
    z-index: 11;
    height: 85%;
  }
  .dots__items {
    gap: 10px;
  }
  .dots__item {
    width: 25px;
    height: 25px;
  }
  .info__container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    gap: 25px;
  }
  .info__block {
    flex: 0 1 100%;
    padding: 25px 30px 20px 30px;
    max-width: 320px;
  }
  .bold-main {
    font-size: 18px;
  }
  .main-info__overview p {
    font-size: 16px;
  }
  .main-info__overview button {
    padding: 8px 20px;
    margin-top: 10px;
  }
  .offer__slider {
    width: 450px;
  }
}
@media (max-width: 768px) {
  .slider__container {
    height: 65vh;
  }
  .slider__content--descr {
    padding: 0 20px 0 100px;
  }
  .slider__content--descr h1 {
    max-width: 90%;
  }
  .slider__content--descr p {
    max-width: 89%;
  }
  .slider img {
    height: 100%;
  }
  .dots {
    right: auto;
    bottom: 0;
    height: auto;
    width: 100%;
    top: auto;
  }
  .dots__items {
    flex-direction: row;
    padding-bottom: 20px;
  }
  .info__container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .info__block {
    max-width: 280px;
    margin-bottom: 0;
  }
  .main-info__container {
    display: flex;
    flex-direction: column;
  }
  .offer__slider {
    width: 100%;
  }
  .employees {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .employees__btn {
    margin-top: 45px;
    padding: 12px 28px;
    font-size: 21px;
  }
  .employees__row {
    display: flex;
    flex-wrap: wrap;
  }
  .employees__row_employee {
    display: flex;
    flex: 0 1 45%;
  }
  .employees__image {
    position: relative;
  }
  .employees__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 480px) {
  .slider__container {
    position: relative;
    height: 45vh;
  }
  .slider__content--descr {
    gap: 5px;
  }
  .slider__content--descr h1 {
    font-size: 19px;
    line-height: 24px;
  }
  .slider__content--descr p {
    font-size: 13px;
    line-height: 24px;
  }
  .slider .dots__items {
    padding-bottom: 20px;
    gap: 0;
  }
  .slider .dots__item {
    width: 20px;
    height: 20px;
  }
  .info__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 35px;
    padding: 0px 25px;
  }
  .info__block {
    padding: 15px 15px 30px 15px;
    max-width: 100%;
  }
  .info__block img {
    width: 56px;
  }
  .info__block h4 {
    font-size: 21px;
  }
  .main-info__heading {
    font-size: 42px;
    padding: 0 19px 13px 0;
    border-bottom: 3px solid #59669A;
  }
  .main-info__container {
    padding: 5px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .main-info__overview {
    padding: 10px 0 0 0;
  }
  .offer__slider-counter {
    display: flex;
  }
  .offer__slide {
    height: 285px;
  }
  .offer__slider {
    max-width: 100%;
  }
  .employees {
    padding-top: 30px;
    padding-bottom: 75px;
    margin-top: 30px;
  }
  .employees h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .employees__row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 260px;
    gap: 30px;
  }
  .employees__row_employee {
    display: flex;
    flex: 0 1 75%;
  }
  .employees__row_employee .inner {
    background-color: white;
  }
  .employees__btn {
    padding: 10px 20px;
    font-size: 18px;
  }
  .call-cart {
    margin-top: 20px;
    padding: 20px 15px;
    text-align: center;
  }
  .call-cart__container {
    background-color: #59669A;
    padding: 30px 0;
  }
  .call-cart__descr {
    color: #f8f8f8;
  }
  .call-cart__descr h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .call-cart__descr h4 {
    display: flex;
    justify-content: center;
    font-size: 21px;
  }
  .call-cart__btn {
    margin-top: 15px;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #59669A;
    background-color: #FFFFFF;
    font-weight: bold;
    box-shadow: 4px 4px rgba(85, 85, 85, 0.2);
    transition: all 0.5s ease 0s;
    cursor: pointer;
  }
  .call-cart__btn:hover {
    box-shadow: 8px 8px rgba(85, 85, 85, 0.4);
  }
  .modal__dialog {
    max-width: 325px;
    margin: 30% auto;
  }
  .modal__close {
    font-size: 20px;
    top: 0;
    right: 5px;
  }
  .modal__content {
    padding: 20px;
  }
  .modal__title {
    font-size: 18px;
  }
  .modal__input {
    width: 200px;
    height: 40px;
    font-size: 15px;
  }
  .modal__btn {
    padding: 6px 15px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .slider__content--descr {
    padding: 0 20px 0 105px;
  }
}
@media (max-width: 380px) {
  .slider__content--descr {
    padding: 0 20px 0 70px;
  }
}
@media (min-height: 1024px) {
  .slider__container {
    position: relative;
    height: 40vh;
  }
  .slider img {
    height: 100%;
  }
}
.width-3 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.footer {
  margin-top: 25px;
  background: #232323;
  color: #8d8d8d;
}
.footer__container {
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer__block {
  display: flex;
  flex-direction: column;
}
.footer__block:nth-child(2) {
  margin: 0px 235px 0px 200px;
}
.footer__block span {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  transition: all 0.8s ease;
}
.footer__block span a {
  font-weight: bolder;
  transition: all 0.8s ease;
}
.footer__block span a:hover {
  border-bottom: 1px solid #8d8d8d;
}
.footer__block_items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 160px;
  margin-top: 10px;
}
.footer__block_item {
  display: flex;
  justify-content: left;
  gap: 5px;
}
.footer__block_item img {
  margin-top: 4px;
  width: 15px;
  height: 15px;
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer__logo img {
  width: 70px;
  height: 70px;
}
.footer__logo_title {
  display: flex;
  flex-direction: column;
}
.footer__logo_title h1 {
  font-size: 27px;
  color: #eee4e4;
}
.footer__logo_title h3 {
  font-size: 21px;
  color: #eee4e4;
}
.footer__descr {
  margin-left: 50px;
}
.footer__descr ul {
  list-style-type: circle;
}
.footer h2 {
  margin-top: 10px;
  font-size: 24px;
  color: #eee4e4;
  padding-bottom: 8px;
  padding-right: 15px;
  border-bottom: 3px solid #59669A;
}
.footer h4 {
  margin-left: 35px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .footer__block:nth-child(2) {
    margin: 0 114px 0 88px;
  }
  .footer__block:last-child {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .footer__block:nth-child(2) {
    margin: 0 49px 0 42px;
  }
  .footer__block:last-child {
    padding-right: 40px;
  }
  .footer__logo {
    gap: 7px;
  }
  .footer__logo h1 {
    font-size: 24px;
  }
  .footer__logo h3 {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .footer__container {
    display: flex;
    justify-content: center;
  }
  .footer__block {
    display: flex;
    justify-content: flex-start;
  }
  .footer__block:last-child {
    padding-right: 10px;
  }
}
@media (max-width: 465px) {
  .footer__container {
    display: flex;
    justify-content: flex-start;
  }
  .footer__block {
    display: flex;
    justify-content: flex-start;
  }
  .footer__block:nth-child(2) {
    margin: 0 49px 0 42px;
  }
  .footer__block:last-child {
    margin: 0 49px 0 42px;
    padding: 0;
  }
}
.banner {
  background: url(../img/header.jpg) center;
  height: 20vh;
  width: 100%;
}
.banner__container_header {
  display: inline-block;
  margin-top: 4%;
}
.banner__container_header h2 {
  padding: 20px 50px 16px 30px;
  font-size: 41px;
  letter-spacing: 0.3px;
  background: rgb(255, 255, 255);
  color: #59669A;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 25px 0 20px;
  background-color: #f5f5f5;
}
.breadcrumb__container {
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  transition: all 0.3s;
}
.breadcrumb__container:hover {
  color: #59669A;
}

@media (min-height: 1366px) {
  .banner {
    height: 10vh;
  }
}
@media (min-height: 1024px) {
  .banner {
    height: 13vh;
  }
  .banner__container_header {
    margin-top: 6%;
  }
}
@media (max-width: 820px) {
  .banner__container_header {
    margin-top: 6%;
  }
}
@media (max-width: 620px) {
  .banner__container_header {
    margin-top: 8%;
  }
  .banner__container_header h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .banner__container_header {
    margin-top: 10%;
  }
  .banner__container_header h2 {
    font-size: 28px;
    padding: 15px 30px 15px 30px;
  }
}
@media (max-width: 420px) {
  .banner__container_header {
    margin-top: 12%;
  }
  .banner__container_header h2 {
    font-size: 26px;
    padding: 15px 30px 15px 30px;
  }
}
.width-2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.active {
  display: block;
}

.price__header {
  display: inline-block;
  border-bottom: 4px solid #59669A;
}
.price__header h1 {
  font-size: 41px;
  padding-right: 25px;
  margin-bottom: 20px;
  color: #59669A;
}
.price__descr h3 {
  margin-top: 65px;
  color: #59669A;
  font-size: 27px;
}
.price__descr p {
  margin-top: 20px;
  font-size: 18px;
}
.price__container {
  margin-top: 35px;
}
.price__base {
  cursor: pointer;
  z-index: 20;
}
@media (hover: hover) {
  .price__base .price__block:hover .price__toggle {
    transform: scale(1.2);
  }
}
.price__base.active .price__toggle i:nth-child(1) {
  width: 0;
}
.price__base.active .price__addition {
  display: block;
}
.price__block {
  display: flex;
  justify-content: space-between;
  background-color: #59669A;
  color: white;
  padding: 15px 10px;
  margin-bottom: 20px;
  z-index: 1000;
}
.price__block-descr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.price__block-descr p {
  font-size: 22px;
}
.price__block-descr_img {
  width: 25px;
  height: 20px;
}
.price__toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: transform 0.3s ease-in-out;
}
.price__toggle i {
  position: absolute;
  z-index: 2;
  width: 70%;
  height: 1px;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: white;
  transition: width 0.3s ease-in-out;
}
.price__toggle i:first-child {
  transform: rotate(90deg);
}
.price__toggle i:last-child {
  transform: rotate(0deg);
}
.price__addition {
  display: none;
  padding: 0 15px;
}
.price__addition_base {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  cursor: pointer;
}
.price__addition_base.active .price__addition_block--icon i:nth-child(1) {
  width: 0;
}
.price__addition_base.active .table {
  display: table;
}
@media (hover: hover) {
  .price__addition .price__addition_block:hover .price__addition_block--icon {
    transform: scale(1.2);
  }
}
.price__addition.active .price__addition_block--icon i:nth-child(1) {
  width: 0;
}
.price__addition_block {
  display: flex;
  justify-content: space-between;
  background-color: #59669A;
  color: white;
  padding: 15px 10px;
}
.price__addition_block--descr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.price__addition_block--descr p {
  font-size: 18px;
}
.price__addition_block--icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: transform 0.3s ease-in-out;
}
.price__addition_block--icon i {
  position: absolute;
  z-index: 2;
  width: 70%;
  height: 1px;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: white;
  transition: width 0.3s ease-in-out;
}
.price__addition_block--icon i:first-child {
  transform: rotate(90deg);
}
.price__addition_block--icon i:last-child {
  transform: rotate(0deg);
}
.price__addition .table {
  display: none;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
.price__addition .table th:first-child {
  width: 90%;
  text-align: left;
}
.price__addition .table td:last-child {
  text-align: center;
}
.price__addition .table th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
}
.price__addition .table td {
  padding: 5px 10px;
  text-align: left;
}
.price__addition .table tbody tr:nth-child(odd) {
  background: #fff;
}
.price__addition .table tbody tr:nth-child(even) {
  background: #F7F7F7;
}
.price__addition .bold {
  text-transform: uppercase;
  font-weight: 700;
}

.contact__header {
  font-size: 32px;
  display: inline-block;
  color: #59669A;
  padding-bottom: 10px;
  padding-right: 25px;
  border-bottom: 3px solid #59669A;
}
.contact__container {
  display: flex;
  justify-content: space-between;
}
.contact__location {
  width: 65%;
  height: 70vh;
  margin-top: 26px;
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 30%;
}
.contact__block {
  padding: 30px 70px;
  margin-top: 30px;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #dbdbdb;
}
.contact__block span {
  margin-top: -70px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 78px;
  height: 78px;
  line-height: 90px;
  border-radius: 100%;
  background-color: #59669A;
}
.contact__block span img {
  margin-top: 15px;
  width: 38px;
  height: 38px;
}
.contact__block h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.contact__block li {
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 2px;
}

@media (min-height: 1366px) {
  .contact__location {
    width: 65%;
    height: 39vh;
    margin-top: 26px;
  }
}
@media (min-height: 1024px) {
  .contact__location {
    width: 65%;
    height: 39vh;
    margin-top: 26px;
  }
}
@media (max-width: 820px) {
  .contact__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact__block {
    padding: 25px 0;
    width: 380px;
  }
  .contact__location {
    width: 100%;
    margin-top: 26px;
  }
  .contact__info {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 35px;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 680px) {
  .contact__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact__header {
    font-size: 25px;
  }
  .contact__location {
    width: 100%;
    margin-top: 26px;
  }
  .contact__info {
    display: flex;
    flex-wrap: wrap;
  }
  .contact__block {
    max-width: 100%;
  }
}
.schedule__header {
  display: inline-block;
  border-bottom: 4px solid #59669A;
}
.schedule__header h1 {
  font-size: 41px;
  padding-right: 25px;
  margin-bottom: 20px;
  color: #59669A;
  line-height: 50.1px;
}

.table-schedule {
  margin-top: 40px;
  width: 100%;
  margin-bottom: 20px;
  border: 5px solid #fff;
  border-top: 5px solid #fff;
  border-bottom: 3px solid #fff;
  border-collapse: collapse;
  outline: 3px solid #59669A;
  font-size: 15px;
  background: #fff !important;
}

.table-schedule th {
  font-weight: bold;
  padding: 12px 7px;
  background: #59669A;
  border: none;
  text-align: center;
  font-size: 18px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #59669A;
  color: white;
}

.table-schedule td {
  padding: 7px;
  border: none;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  font-size: 15px;
  text-align: center;
}

.table-schedule tbody tr:nth-child(even) {
  background: #f8f8f8 !important;
}

@media (max-width: 500px) {
  .schedule {
    overflow: scroll;
  }
}
.analyses-header {
  display: inline-block;
  border-bottom: 4px solid #59669A;
  color: #59669A;
}
.analyses-header h1 {
  font-size: 41px;
  padding-right: 25px;
  margin-bottom: 20px;
  color: #59669A;
  line-height: 50.1px;
}

.bold-analyses {
  font-weight: bolder;
  color: #59669A;
}

.info-analyses p {
  font-size: 18px;
}
.info-analyses__block {
  margin-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #bab9b9;
}
.info-analyses__block h2 {
  font-size: 26px;
  margin-bottom: 8px;
  color: #59669A;
}
.info-analyses__block ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 15px;
}
.info-analyses__block li {
  font-size: 18px;
  margin-bottom: 10px;
}
.info-analyses__block_inner-block--add {
  margin-top: 25px;
}

@media (max-width: 820px) {
  .analyses-header {
    border-bottom: 3px solid #59669A;
  }
  .analyses-header h1 {
    font-size: 37px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .analyses-header {
    border-bottom: 3px solid #59669A;
  }
  .analyses-header h1 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .info-analyses p {
    font-size: 16px;
  }
  .info-analyses h2 {
    font-size: 21px;
    margin-bottom: 5px;
  }
  .info-analyses li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.info-header {
  display: inline-block;
  border-bottom: 4px solid #59669A;
}
.info-header h1 {
  font-size: 41px;
  padding-right: 25px;
  margin-bottom: 20px;
  color: #59669A;
  line-height: 50.1px;
}

.slider-info {
  margin: 60px 0 40px 0;
}
.slider-info .slider {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  transform: translate(0%);
}
.slider-info .slider__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  min-width: 100%;
}
.slider-info .slider__item-img {
  position: relative;
  flex-basis: 30%;
  width: 30%;
  padding-bottom: 25%;
  overflow: hidden;
  border-radius: 20px;
}
.slider-info .slider__item-img img {
  filter: none;
}
.slider-info .slider .description {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  gap: 20px;
}
.slider-info .slider .description p {
  width: 90%;
}

.info-main {
  font-size: 18px;
  margin-top: 40px;
  line-height: 30px;
}
.info-main .bold {
  display: inline-block;
  padding-bottom: 20px;
}
.info-main .bold__text {
  font-size: 27px;
  color: #59669A;
}
.info-main__block h4 {
  font-size: 21px;
  color: #59669A;
}
.info-main__block_img {
  margin-top: 40px;
}
.info-main__block_img img {
  max-width: 100%;
  height: auto;
}
.info-main__block ul {
  list-style-type: circle;
  margin-left: 40px;
}

.slider-info__wrapper {
  overflow: hidden;
  display: flex;
}
.slider-info__inner {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  width: 440%;
  transition: 0.5s all;
}
.slider-info__prev {
  position: relative;
  width: 5%;
  z-index: 40;
  left: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider-info__prev img {
  width: 15px;
  height: 25px;
  opacity: 0.7;
  transition: 0.3s;
}
.slider-info__prev img:hover {
  opacity: 1;
}
.slider-info__content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 40px;
}
.slider-info__img {
  position: relative;
  width: 350px;
  flex-basis: 350px;
  height: 350px;
  overflow: hidden;
}
.slider-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 25px;
}
.slider-info__descr {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin: 100px 0;
  padding-right: 10px;
}
.slider-info__next {
  position: relative;
  z-index: 40;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: auto;
  background-color: #59669A;
  cursor: pointer;
}
.slider-info__next img {
  width: 15px;
  height: 25px;
  opacity: 0.7;
  transition: 0.3s;
}
.slider-info__next img:hover {
  opacity: 1;
}

@media (max-width: 820px) {
  .slider-info {
    display: none;
  }
  .info-main {
    font-size: 17px;
  }
}
@media (max-width: 580px) {
  .info-main {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .info-main__block_img {
    margin-top: 20px;
  }
}
.employees-main {
  text-align: center;
}
.employees-main__header {
  display: inline-block;
  border-bottom: 3px solid #59669A;
  margin: 45px 0;
  padding: 0 25px;
}
.employees-main__header h2 {
  font-size: 41px;
  color: #59669A;
  text-align: center;
  margin-bottom: 15px;
}
.employees-main__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 0;
}
.employees-main__employee {
  display: flex;
  flex: 0 1 31%;
  flex-direction: column;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.employees-main__employee .inner {
  margin-top: 10px;
  margin-bottom: 10px;
}
.employees-main__employee .inner__icon {
  position: relative;
}
.employees-main__employee .inner__icon:before {
  content: "";
  width: 38%;
  height: 1px;
  position: absolute;
  left: 10%;
  top: 50%;
  background-color: #bbb;
}
.employees-main__employee .inner__icon:after {
  content: "";
  width: 34%;
  height: 1px;
  position: absolute;
  right: 10%;
  top: 50%;
  background-color: #bbb;
}
.employees-main__employee .inner h5 {
  font-size: 18px;
  color: #59669A;
}

@media (max-width: 920px) {
  .employees-main__employee {
    display: flex;
    flex: 0 1 40%;
  }
}
@media (max-width: 520px) {
  .employees-main__header {
    border-bottom: 3px solid #59669A;
    margin: 45px 0;
    padding: 0 25px;
  }
  .employees-main__header h2 {
    font-size: 32px;
    color: #59669A;
    text-align: center;
    margin-bottom: 15px;
  }
  .employees-main__row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .employees-main__employee {
    display: flex;
    flex: 0 1 20%;
  }
}
@media (max-width: 480px) {
  .employees-main__header {
    border-bottom: 3px solid #59669A;
    margin: 35px 0;
    padding: 0 15px;
  }
  .employees-main__header h2 {
    font-size: 24px;
    color: #59669A;
    text-align: center;
    margin-bottom: 15px;
  }
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  z-index: 2000;
}
.preloader_image {
  width: 200px;
  height: 200px;
  background: url("../img/preloader.gif") no-repeat 50% 50%;
  background-size: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}
.preloader_image img {
  animation: 0.5s linear 1s infinite alternate slidein;
}

.loaded .preloader {
  display: none;
}