@import "../libs/fontello/css/fontello.css";
@import "../fonts/Roboto/stylesheet.css";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}

.container {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
}

button {
  width: 161px;
  height: 53px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #EE4248;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button:hover {
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button.small {
  width: 119px;
  height: 42px;
}

.logo {
  cursor: pointer;
}

.logo.contact {
  margin-top: 138px;
  margin-bottom: 10px;
}

.header {
  padding: 22px 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.header__link {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: rgba(31, 46, 53, 0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__link:hover {
  color: #EE4248;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.header__icon {
  color: rgba(31, 46, 53, 0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__icon:hover {
  color: #EE4248;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.information {
  padding: 110px 0 162px;
}
.information__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.information__title {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 133.69%;
  color: #1F2E35;
  margin-bottom: 24px;
}
.information__title span {
  color: #EE4248;
}
.information__text {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: #30444E;
  margin-bottom: 24px;
}

.appointment {
  background-color: #F6F6F6;
}
.appointment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 82px;
     -moz-column-gap: 82px;
          column-gap: 82px;
}
.appointment__title {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 133.69%;
  color: #1F2E35;
  padding: 57px 0 24px;
}
.appointment__title span {
  color: #EE4248;
}
.appointment__text-top {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #30444E;
  padding: 0 0 25px 0;
}
.appointment__text-top span {
  color: #EE4248;
}
.appointment__text {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #30444E;
}
.appointment__text span {
  color: #EE4248;
}

.service {
  margin-top: 116px;
}
.service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service__title-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 47.36px;
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 133.69%;
  color: #1F2E35;
  text-align: center;
}
.service__card {
  width: 33.33333%;
}
.service__image {
  margin-bottom: 16.7px;
}
.service__title {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 133.69%;
  color: #EE4248;
  margin-bottom: 15px;
}
.service__text {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #30444E;
  margin-bottom: 15px;
}
.service__text.left {
  margin-right: 92px;
}
.service__text.center {
  margin-right: 70px;
}
.service__text.right {
  margin-right: 80px;
}

.contact {
  margin-bottom: 13px;
}
.contact__content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 47px;
     -moz-column-gap: 47px;
          column-gap: 47px;
}
.contact__adress {
  padding: 138px 0 0;
}
.contact__adress-title {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #263238;
  margin-bottom: 8px;
}
.contact__adres {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 149.19%;
  color: #263238;
}
.contact__content-img {
  margin-bottom: 10px;
}
.contact__connection-title {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #263238;
  margin-bottom: 25px;
}
.contact__connection {
  padding: 161px 0 0;
}
.contact__connection-Num {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 149.19%;
  color: #263238;
}

.footer {
  width: 100%;
  margin: 0 auto;
  height: 64px;
  background: #EE4248;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__text {
  font-family: Roboto sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

@media (max-width: 1025px) and (min-width: 992px) {
  .container {
    padding: 0 15px;
  }

  .information__title br {
    display: none;
  }

  .service__text.left {
    margin-right: 44px;
  }

  .service__text.center {
    margin-right: 48px;
  }

  .service__text.right {
    margin-right: 48px;
  }

  .appointment__text-top br {
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 820px) {
  .container {
    padding: 0 15px;
  }

  .service__text.right {
    margin-right: 41px;
  }

  .appointment__text {
    font-size: 16px;
  }

  .appointment__text-top {
    font-size: 16px;
  }

  .appointment__title {
    font-size: 28px;
  }

  .information__title {
    font-size: 38px;
  }

  .information__text {
    font-size: 16px;
  }

  .information {
    padding: 80px 0 135px;
  }
}
@media (max-width: 820px) {
  .container {
    padding: 0 15px;
  }

  .information {
    padding: 60px 0 85px;
  }

  .service__text.left {
    margin-right: 98px;
  }

  .service__text.right {
    margin-right: 46px;
  }
}
@media (max-width: 768px) {
  .appointment__text br {
    display: none;
  }

  .appointment__text-top br {
    display: none;
  }

  .information__images {
    display: none;
  }

  .appointment__image {
    display: none;
  }
}
@media (max-width: 580px) {
  .burger {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50px;
    right: 40px;
  }
  .burger__line {
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .burger__line::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .burger__line::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: -10px;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .burger.active .burger__line {
    background-color: transparent;
  }
  .burger.active .burger__line::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
  }
  .burger.active .burger__line::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
  }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 1s;
    transition: 1s;
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__nav .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-bottom: 15px;
  }
  .header__nav .header__list .header__link {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .header__nav .header__list .header__link:hover {
    color: black;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header__nav.active {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    background-color: #ff0000;
    -webkit-transition: 1s;
    transition: 1s;
  }

  .service__card {
    width: 100%;
    margin-bottom: 15px;
  }

  .service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .information__left {
    margin-bottom: 25px;
  }

  .appointment__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .information__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact__content {
    width: 90%;
  }
}
@media (max-width: 426px) {
  .information__title {
    font-size: 38px;
  }

  .information__text {
    font-size: 17px;
  }

  button {
    width: 135px;
    height: 50px;
  }

  .information {
    padding: 40px 0 55px;
  }
}
@media (max-width: 375px) {
  .information__title {
    font-size: 33px;
  }

  .information__text {
    font-size: 14px;
  }

  button {
    width: 110px;
    height: 45px;
  }

  .service__text.left {
    margin-right: 92px;
  }

  .contact__adress {
    padding: 88px 0 0;
  }
}