body {
  font-family: Arial,Helvetica,sans-serif;
  padding-top: 115px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.page {
  overflow: hidden;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  padding: 0 60px;
  border-bottom: 1px solid #000;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 100;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-list li {
  margin-left: 20px;
}

.navigation-list li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.navigation-list li a:hover {
  color: #ec5c24;
}

.navigation-list li.mail a {
  font-weight: 600;
}

.section-main {
  background: #F0F0F0;
  padding: 100px 0;
}

.section-main__text {
  text-align: center;
}

.section-main__text p {
  font-size: 20px;
}

.section-main__title {
  color: #ec5c24;
  font-size: 72px;
  margin: 0;
}

.section-parallax1 {
  height: 565px;
  background: url(../images/bg1.webp) no-repeat center fixed;
  background-size: cover;
}

.section-services__title {
  text-align: center;
  padding: 180px 0;
  position: relative;
}

.section-services__title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/pattern.webp);
  opacity: .2;
}

.section-services__title h3 {
  color: #ec5c24;
  font-size: 40px;
  margin: 0 0 30px 0;
  font-weight: normal;
}

.section-services__title p {
  font-size: 18px;
}

.section-services__content {
  background: #ec5c24;
}

.services-item__img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 60px;
}

.services-item__img img {
  display: block;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-4 {
  width: 33.3333%;
  padding: 0 10px;
}

.section-services__content {
  padding: 120px 0;
}

.section-services__content .container {
  max-width: 1300px;
}

.services-item {
  text-align: center;
  color: #fff;
  max-width: 320px;
  margin: 0 auto;
}

.services-item h3 {
  font-size: 22px;
  font-weight: normal;
}

.services-item p {
  font-size: 15px;
  line-height: 180%;
}

.services-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 0;
}

.button1 {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #000;
  background: #fff;
  text-decoration: none;
  padding: 0 25px;
  font-size: 15;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.button1:hover {
  background: rgba(255, 255, 255, 0.7);
}

.section-timing {
  padding: 100px 0;
  text-align: center;
}

.timing-img {
  margin-bottom: 60px;
}

.timing-img img {
  display: inline-block;
  max-width: 100%;
}

.timing-desc h3 {
  color: #ec5c24;
  font-weight: normal;
  font-size: 22px;
  margin: 0 0 45px;
}

.timing-desc p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.timing-desc__time {
  font-size: 15px;
  font-weight: 700;
}

.timing-desc__time span {
  display: block;
  margin-bottom: 10px;
}

.section-contacts {
  background: #F0F0F0;
  padding: 60px 0 0;
}

.section-contacts .container {
  max-width: 940px;
}

.contacts {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.contacts li {
  color: #ec5c24;
  font-size: 40px;
  font-weight: 700;
  line-height: 135%;
}

.form {
  margin-bottom: 80px;
}

.form input {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
  background: transparent;
  height: 50px;
  font-size: 15px;
  font-family: Arial,Helvetica,sans-serif;
  padding: 0 5px;
}

.form input::-webkit-input-placeholder {
  color: #000;
}

.form input:-ms-input-placeholder {
  color: #000;
}

.form input::-ms-input-placeholder {
  color: #000;
}

.form input::placeholder {
  color: #000;
}

.form input.error-field {
  background: rgba(255, 64, 64, 0.1);
  border-color: #ff4040;
}

.form input:hover, .form input:focus {
  border-color: #000;
}

.form label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.form textarea {
  resize: none;
  display: block;
  width: 100%;
  height: 116px;
  background: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-family: Arial,Helvetica,sans-serif;
  padding: 10px 5px;
}

.form textarea::-webkit-input-placeholder {
  color: #000;
}

.form textarea:-ms-input-placeholder {
  color: #000;
}

.form textarea::-ms-input-placeholder {
  color: #000;
}

.form textarea::placeholder {
  color: #000;
}

.form textarea:hover, .form textarea:focus {
  border-color: #000;
}

.form-row {
  margin-bottom: 15px;
}

.button2 {
  display: block;
  width: 100%;
  height: 47px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.button2:hover {
  opacity: .7;
}

.map {
  width: 940px;
  margin: 0 auto;
}

.footer {
  padding: 40px 0;
  text-align: center;
}

.copyright {
  font-size: 14px;
}

.menu-btn {
  display: none;
  width: 28px;
  height: 22px;
  position: relative;
  z-index: 11;
}

.menu-btn span {
  display: block;
  height: 2px;
  width: 28px;
  position: relative;
  background: #000;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border-radius: 2px;
}

.menu-btn span:before,
.menu-btn span:after {
  content: " ";
  display: block;
  height: 2px;
  width: 34px;
  position: absolute;
  background: #000;
  border-radius: 2px;
  right: 0;
}

.menu-btn span:before {
  top: -10px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.menu-btn span:after {
  bottom: -10px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.menu-btn.active span {
  background: transparent;
}

.menu-btn.active span:before {
  top: 0;
  background: #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-btn.active span:after {
  bottom: 0;
  background: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.section-about {
  background: #ec5c24;
  padding: 120px 0;
}

.section-about .container {
  max-width: 960px;
}

.about-img {
  width: 50%;
}

.about-img img {
  display: block;
  width: 100%;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.about-desc {
  width: 50%;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-desc h3 {
  color: #ec5c24;
  font-size: 40px;
  font-weight: normal;
  margin-top: 0;
}

.about-desc p {
  font-size: 15px;
  line-height: 180%;
}

.button3 {
  height: 45px;
  background: #000;
  background: #ec5c24;
  display: inline-block;
  line-height: 45px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  text-align: center;
}

.button3:hover {
  opacity: .7;
}

.about-desc__btn {
  margin-top: 55px;
}

.section-docs {
  padding: 100px 0;
  text-align: center;
}

.section-docs h3 {
  line-height: 1.35em;
  font-size: 40px;
  color: #ec5c24;
  font-weight: normal;
  margin: 0 0 100px 0;
}

.section-docs__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-docs__btns a {
  margin: 0 30px;
  min-width: 225px;
}

.services-title {
  text-align: center;
  padding: 100px 0;
}

.services-title h3 {
  color: #ec5c24;
  font-size: 40px;
  margin: 0 0 30px 0;
  font-weight: normal;
}

.services-title p {
  font-size: 18px;
}

.services-list {
  padding: 0 60px;
}

.services-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f0f0;
  margin-bottom: 40px;
}

.services-item2__img {
  width: 50%;
}

.services-item2__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-item2__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding-left: 10%;
}

.services-item2__desc h3 {
  color: #ec5c24;
  font-size: 22px;
  margin: 0 0 60px 0;
}

.team {
  background: #f0f0f0;
  padding: 100px 0;
}

.team-text {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto 100px;
  text-align: center;
}

.team-text h2 {
  color: #ec5c24;
  font-weight: normal;
  margin: 0 0 40px 0;
  font-size: 40px;
}

.team-text h3 {
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 40px 0;
}

.team-text p {
  font-size: 15px;
  line-height: 180%;
}

.team-list {
  max-width: 920px;
  margin: 0 auto;
}

.team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.team-item__img {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
}

.team-item__desc p {
  font-size: 15px;
  line-height: 180%;
}

.team-item__title {
  color: #ec5c24;
  font-size: 22px;
  margin: 0 0 40px 0;
}

.team-item__position {
  font-size: 18px;
  margin-bottom: 30px;
}

.text-center {
  text-align: center;
}

.contact-mail {
  text-align: center;
  margin-bottom: 50px;
}

.contact-mail a {
  color: #000;
  text-decoration: none;
}

.discounts-title {
  text-align: center;
  color: #ec5c24;
  padding-bottom: 50px;
  font-size: 40px;
}

.discounts-title span {
  display: block;
  font-weight: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.discounts-list {
  margin: 0 0 100px;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #ec5c24;
}

.discounts-list li {
  font-size: 40px;
  margin-bottom: 10px;
}

.discounts-img {
  text-align: center;
  padding: 0 15px;
}

.discounts-img img {
  max-width: 100%;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@media (max-width: 1200px) {
  .services-item2__desc {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .navigation {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .header {
    padding: 0 15px;
  }
  .menu-btn {
    display: block;
  }
  .navigation {
    position: absolute;
    width: 100vw;
    min-height: 100vh;
    padding: 100px 15px 40px;
    overflow: auto;
    background: #fff;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
  }
  .navigation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation-list li {
    margin-bottom: 30px;
  }
  .navigation-list li a {
    font-size: 24px;
  }
  .header-row {
    padding: 10px 0;
  }
  .main-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-parallax1 {
    height: 240px;
    background-attachment: local;
  }
  .section-main__title {
    font-size: 50px;
  }
  .section-main__text p {
    font-size: 22px;
  }
  .section-services__content .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-services__content .col-4 {
    width: 50%;
  }
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-img {
    width: 100%;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .section-about {
    padding: 45px 0;
  }
  .about-desc {
    padding: 40px 20px;
    width: 100%;
  }
  .about-desc h3 {
    margin-bottom: 20px;
  }
  .about-desc p {
    font-size: 18px;
  }
  .about-desc__btn {
    margin-top: 30px;
  }
  .section-docs {
    padding: 60px 0;
  }
  .section-docs h3 {
    margin-bottom: 30px;
  }
  .section-docs__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }
  .section-docs__btns a {
    margin: 15px 0;
  }
  .services-item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-item2__img {
    width: 100%;
  }
  .services-item2__desc {
    padding: 50px 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .services-list {
    padding: 0 15px;
  }
  .services-title {
    padding: 60px 0;
  }
  .team {
    padding: 60px 0;
  }
  .team-text {
    text-align: left;
  }
  .team-text h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .team-text h3 {
    margin-bottom: 20px;
  }
  .team-text p {
    font-size: 18px;
  }
  .team-item__img {
    width: auto;
  }
  body {
    padding-top: 95px;
  }
}

@media (max-width: 768px) {
  .section-services__content .col-4 {
    width: 100%;
  }
  .services-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-item h3 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .services-item p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-services__content {
    padding: 60px 0;
  }
  .services-item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .services-btn {
    padding-top: 0;
  }
  .section-timing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 60px 0 40px;
  }
  .timing-img {
    margin: 0 10px 0 10px;
  }
  .timing-desc {
    margin-bottom: 60px;
  }
  .contacts {
    text-align: center;
  }
  .section-contacts {
    padding-top: 30px;
  }
  .form label,
  .form input,
  .form textarea,
  .form button {
    font-size: 20px;
  }
  .form button {
    height: 60px;
  }
  .team-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team-item__desc {
    text-align: center;
    padding-left: 0;
  }
  .team-item__desc p {
    font-size: 18px;
  }
  .team-item__img {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .team-item__img img {
    max-width: 100%;
  }
  .team-item__title {
    margin-bottom: 20px;
  }
  .team-item__position {
    margin-bottom: 20px;
  }
  .contacts li {
    font-size: 25px;
  }
  .discounts-title {
    text-align: left;
    padding: 0 15px;
    font-size: 34px;
    margin-bottom: 50px;
  }
  .discounts-list {
    text-align: left;
    padding: 0 15px;
  }
  .discounts-list li {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .section-main__title {
    font-size: 35px;
  }
  .section-main__text p {
    font-size: 22px;
    margin: 30px 0 0;
    line-height: 150%;
  }
  .section-main {
    padding: 60px 0;
  }
  .section-services__title {
    padding: 100px 0;
  }
}
/*# sourceMappingURL=style.css.map */