@charset "UTF-8";
@font-face {
  font-family: "Calibri-Regular";
  src: url(../fonts/Calibri.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Calibri-Bold";
  src: url(../fonts/Calibri-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Calibri-Light";
  src: url(../fonts/Calibri-Light.ttf);
  font-weight: 300;
}

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: "Calibri-Regular";
  font-size: 16px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h1 {
  font-size: 36px;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a,
button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

sup {
  color:red;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.header {
  background-color: #e7ebe3;
}

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

.header__contact {
  display: block;
  color: #908f8f;
}

.header__contact-phone {
  display: block;
  color: #908f8f;
  font-weight: 700;
  font-size: 40px;
  text-decoration: none;
  padding-top: 7px;
}

@media screen and (max-width: 768px) {
  .header__contact-phone {
    font-size: 30px;
    padding-top: 3px;
  }
}

@media screen and (max-width: 500px) {
  .header__contact-phone {
    font-size: 18px;
    line-height: 30px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 375px) {
  .header__contact-phone {
    font-size: 16px;
  }
}

.header__contact-phone:hover {
  color: #594f4f;
}

.header__contact-desc {
  display: block;
  font-size: 15px;
  line-height: 5px;
}

@media screen and (max-width: 768px) {
  .header__contact-desc {
    margin: 0 auto;
    font-size: 11px;
    line-height: 0;
  }
}

@media screen and (max-width: 500px) {
  .header__contact-desc {
    font-size: 6.7px;
  }
}

@media screen and (max-width: 375px) {
  .header__contact-desc {
    font-size: 6px;
  }
}

@media screen and (max-width: 768px) {
  .logo__img {
    width: 170px;
  }
}

@media screen and (max-width: 500px) {
  .logo__img {
    width: 125px;
  }
}

.languages {
  position: absolute;
  top: 0;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.languages__static {
  display: block;
  font-family: "Roboto-Regular";
  text-decoration: none;
  color: #908f8f;
  font-size: 14px;
  padding: 2px;
  padding-top: 5px;
  margin-right: 5px;
}

.languages__static:hover {
  text-decoration: underline;
}

.languages__active {
  display: block;
  font-family: "Roboto-Regular";
  text-decoration: none;
  font-size: 14px;
  padding: 2px;
  color: #fff;
  background-color: #9a9a9a;
  padding-top: 5px;
}

.languages__active:hover {
  text-decoration: underline;
}

.warning {
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 11px;
  width: 100%;
  background-image: url(../images/shadow.png);
  background-repeat: repeat-x;
  background-position: top center;
}

.warning__info {
  font-size: 15px;
}

@media screen and (max-width: 1000px) {
  .warning__info {
    font-size: 13px;
  }
}

@media screen and (max-width: 900px) {
  .warning__info {
    font-size: 11px;
  }
}

.warning__info-uppercase {
  text-transform: uppercase;
}

.main__title {
  font-size: 36px;
  padding-top: 49px;
  margin-bottom: 66px;
  color: #8b7960;
}

@media screen and (max-width: 1200px) {
  .main__title {
    font-size: 33px;
  }
}

@media screen and (max-width: 1000px) {
  .main__title {
    max-width: 785px;
  }
}

@media screen and (max-width: 970px) {
  .main__title {
    max-width: none;
    padding-top: 25px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 830px) {
  .main__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 630px) {
  .main__title {
    font-size: 20px;
  }
}

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

@media screen and (max-width: 970px) {
  .main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info {
  margin-right: 45px;
  font-weight: normal;
  color: #584a37;
}

@media screen and (max-width: 970px) {
  .info {
    display: none;
  }
}

.info__list-item {
  font-size: 16px;
  margin-bottom: 5px;
}

.info__list-wrap {
  padding-left: 16px;
}

.info__list-link {
  color: #217cc6;
}

.info__list-link:hover {
  color: #052037;
}

.forms {
  color: #787878;
}

.contact {
  font-weight: 400;
}

.contact__title {
  text-transform: uppercase;
  padding-bottom: 18px;
}

@media screen and (max-width: 970px) {
  .contact__title {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 500px) {
  .contact__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 430px) {
  .contact__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 380px) {
  .contact__title {
    text-align: center;
  }
}

.contact__input {
  display: block;
  width: 250px;
}

@media screen and (max-width: 600px) {
  .contact__input {
    width: 90%;
  }
}

.contact__textarea {
  width: 80%;
}

@media screen and (max-width: 600px) {
  .contact__textarea {
    width: 90%;
  }
}

.contact__list {
  padding-left: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 970px) {
  .contact__list {
    padding-bottom: 15px;
  }
}

.contact__item {
  padding-left: 20px;
  margin-bottom: 10px;
}

.contact__item-question {
  display: block;
  margin-bottom: 5px;
}

.contact__item-checkbox {
  display: block;
}

.contact__file {
  font-size: 14px;
}

.contact__button {
  display: block;
  border: none;
  outline: none;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  background-color: #908f8f;
  margin: 0 auto;
  margin-bottom: 20px;
}

.contact__button:hover {
  background-color: #594f4f;
}

.contact__afterword {
  margin-bottom: 20px;
  text-align: center;
}

.contact__policy {
  text-align: center;
  margin-bottom: 10px;
}

.contact__link {
  color: #217cc6;
}

.contact__link:hover {
  color: #052037;
}

.sidebar {
  max-width: 400px;
  margin-left: 37px;
  color: #584a37;
}

@media screen and (max-width: 970px) {
  .sidebar {
    max-width: none;
    margin-left: 0;
    padding: 10px;
  }
}

.sidebar__link {
  color: #217cc6;
}

.sidebar__link:hover {
  color: #052037;
}

.sidebar__schedule {
  margin-bottom: 20px;
}

@media screen and (max-width: 970px) {
  .sidebar__schedule {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 970px) {
  .sidebar__email {
    margin-bottom: 10px;
  }
}

.footer {
  background-color: #e7ebe3;
  color: #908f8f;
  background-image: url(../images/footer_bg.png);
  background-repeat: repeat-x;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

@media screen and (max-width: 720px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .footer__wrap {
    text-align: center;
  }
}

.footer__left {
  max-width: 250px;
  margin-right: 20px;
}

@media screen and (max-width: 720px) {
  .footer__left {
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.footer__link {
  color: #217cc6;
}

.footer__link:hover {
  color: #052037;
}

.footer__note {
  font-weight: 400;
}

.dublicate {
  display: none;
  font-weight: 400;
}

@media screen and (max-width: 970px) {
  .dublicate {
    display: block;
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */