@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=cyrillic-ext");

body {
  font-family: "Roboto", sans-serif;
}

.header .text-right {
  padding-top: 0;
  padding-bottom: 0;
}

.header__top__wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__top__clock {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #606060;
}

.header__top__clock__text {
  margin-right: 22px;
}

.header__top__logo {
  margin-right: auto;
}

.header__contacts {
  margin-left: 70px;
}

@media (max-width: 1024px) {
  .header__contacts {
    margin-left: 50px;
  }
}

@media (max-width: 640px) {
  .header__contacts {
    margin-left: 0;
  }
}

.header__contactLink {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #606060;
}

@media (max-width: 1024px) {
  .header__contactLink {
    font-size: 18px;
  }
}

.nav {
  height: 46px;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb109), color-stop(59.9%, #fdc108), to(#fccc08));
  background: -webkit-linear-gradient(top, #ffb109 0%, #fdc108 59.9%, #fccc08 100%);
  background: -o-linear-gradient(top, #ffb109 0%, #fdc108 59.9%, #fccc08 100%);
  background: linear-gradient(180deg, #ffb109 0%, #fdc108 59.9%, #fccc08 100%);
}

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

.nav__link {
  padding: 0;
  margin-right: 55px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  height: 46px;
  line-height: 46px;
}

.nav__btn {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  height: 34px;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  margin: 6px 0;
  font-size: 15px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.nav__btn:hover {
  background-color: #fff;
  color: #ff9000;
}

.dropdown-menu {
  border: 1px solid #ff9000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fccc08), color-stop(59.9%, #fdc108), to(#ffb109));
  background: -webkit-linear-gradient(top, #fccc08 0%, #fdc108 59.9%, #ffb109 100%);
  background: -o-linear-gradient(top, #fccc08 0%, #fdc108 59.9%, #ffb109 100%);
  background: linear-gradient(180deg, #fccc08 0%, #fdc108 59.9%, #ffb109 100%);
}

.footer {
  padding: 38px 0 33px;
  background-color: #f4f4f4;
  color: #afafaf;
  height: 124px;
}

@media (max-width: 991px) {
  .footer {
    height: 80px;
    padding: 30px 0;
  }
}

.footer__nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 26px;
  margin-left: 0;
}

@media (max-width: 991px) {
  .footer__nav {
    display: none;
  }
}

.footer__link {
  padding: 0 14px;
}

.footer__link a {
  color: #afafaf;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: .87;
}

.footer__copy {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  padding: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: .87;
}

.content {
  padding-bottom: 124px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .content {
    padding-bottom: 80px;
  }
}

.entrance {
  display: block;
  position: relative;
}

.entrance__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-image: url(../img/entrance.svg);
  padding: 75px 0 150px;
  background-size: 85%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .entrance__wrap {
    padding: 75px 0;
  }
}

@media (max-width: 767px) {
  .entrance__wrap {
    padding: 35px 0;
    background-size: 75%;
  }
}

@media (max-width: 580px) {
  .entrance__wrap {
    background-position: 50% 0;
    padding-top: 180px;
  }
}

@media (max-width: 420px) {
  .entrance__wrap {
    background-size: 85%;
    padding-top: 120px;
  }
}

.entrance__form {
  width: 244px;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 580px) {
  .entrance__form {
    width: 100%;
  }
}

.entrance__form__control {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.entrance__form__control .formButton {
  margin-bottom: 0;
}

.formHeader {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #606060;
  text-align: center;
  margin-bottom: 18px;
}

.formInput {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 0 0 13px;
  box-sizing: border-box;
  min-height: 32px;
}

.formButton {
  height: 34px;
  line-height: 34px;
  margin-left: 0;
  margin-right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fba94a), to(#ffc444));
  background: -webkit-linear-gradient(top, #fba94a 0%, #ffc444 100%);
  background: -o-linear-gradient(top, #fba94a 0%, #ffc444 100%);
  background: linear-gradient(180deg, #fba94a 0%, #ffc444 100%);
  border-radius: 20px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.formButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc444), to(#fba94a));
  background: -webkit-linear-gradient(top, #ffc444 0%, #fba94a 100%);
  background: -o-linear-gradient(top, #ffc444 0%, #fba94a 100%);
  background: linear-gradient(180deg, #ffc444 0%, #fba94a 100%);
}

.custom-form__item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-form__check {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-form__check_toggler {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 11px;
  margin-bottom: 0;
  background: transparent;
  display: -ms-flex;
  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;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  cursor: pointer;
}

.custom-form__check_toggler svg {
  fill: #fff;
  width: 10px;
  height: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.custom-form__check_label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #606060;
  vertical-align: middle;
  cursor: pointer;
}

.custom-form__check + label {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.custom-form__check:checked + label .custom-form__check_toggler {
  background: -webkit-gradient(linear, left top, left bottom, from(#fba94a), to(#ffc444));
  background: -webkit-linear-gradient(top, #fba94a 0%, #ffc444 100%);
  background: -o-linear-gradient(top, #fba94a 0%, #ffc444 100%);
  background: linear-gradient(180deg, #fba94a 0%, #ffc444 100%);
}

.custom-form__check:checked + label .custom-form__check_toggler svg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.indexArrow {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexArrow:nth-of-type(2) {
  margin-top: 54px;
}

@media (max-width: 767px) {
  .indexArrow:nth-of-type(2) {
    margin-top: 28px;
  }
}

.indexArrow:nth-of-type(3) {
  margin-top: -54px;
}

@media (max-width: 767px) {
  .indexArrow:nth-of-type(3) {
    margin-top: -28px;
  }
}

.indexArrow__box {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 28px);
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  padding-left: 28px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .indexArrow__box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .indexArrow__box {
    height: 50px;
    padding-left: 10px;
  }
}

.indexArrow:after {
  content: '';
  z-index: 1;
  border-left: 45px solid #f4f4f4;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  right: -17px;
  top: 0;
}

@media (max-width: 767px) {
  .indexArrow:after {
    border-width: 25px 0 25px 45px;
  }
}

.indexArrow:nth-of-type(2n) .indexArrow__box {
  margin-left: auto;
}

.indexArrow:nth-of-type(2n):after {
  border-left: none;
  border-right: 45px solid #f4f4f4;
  left: -17px;
  right: inherit;
}

.indexArrow__wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.indexArrow__name {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
  margin-bottom: 7px;
  text-align: center;
}

.indexArrow__name a {
  color: #000;
}

@media (max-width: 991px) {
  .indexArrow__name {
    margin-bottom: 0;
  }
}

.indexArrow__text {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  padding-left: 25px;
  color: #000000;
}

@media (max-width: 991px) {
  .indexArrow__text {
    display: none;
  }
}

.indexArrow__link {
  width: 133px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 13px;
  color: #a5a5a5;
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.indexArrow__link:hover {
  background-color: #fff;
  color: #ff9000 !important;
}

@media (max-width: 767px) {
  .indexArrow__link {
    display: none;
  }
}

.indexArrow:hover .indexArrow__box {
  background: -webkit-gradient(linear, left top, right top, from(#fba94a), to(#fccc08));
  background: -webkit-linear-gradient(left, #fba94a 0%, #fccc08 100%);
  background: -o-linear-gradient(left, #fba94a 0%, #fccc08 100%);
  background: linear-gradient(left, #fba94a 0%, #fccc08 100%);
}

.indexArrow:hover:after {
  border-left-color: #fccc08;
}

.indexArrow:hover:nth-of-type(2n) .indexArrow__box {
  background: -webkit-gradient(linear, left top, right top, from(#fccc08), to(#fba94a));
  background: -webkit-linear-gradient(left, #fccc08 0%, #fba94a 100%);
  background: -o-linear-gradient(left, #fccc08 0%, #fba94a 100%);
  background: linear-gradient(left, #fccc08 0%, #fba94a 100%);
}

.indexArrow:hover:nth-of-type(2n):after {
  border-right-color: #fccc08;
}

.indexArrow:hover .indexArrow__name {
  color: #fff;
}

.indexArrow:hover .indexArrow__name a {
  color: #fff;
}

.indexArrow:hover .indexArrow__text {
  color: #fff;
}

.indexArrow:hover .indexArrow__link {
  color: #fff;
  border: 1px solid #fff;
}

.recallLink {
  top: 0;
  right: 15px;
}

.main__about__title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  display: block;
  margin-bottom: 18px;
}

.main__about__content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 88px;
  -moz-column-gap: 88px;
  column-gap: 88px;
  display: block;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .main__about__content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.main__about__content p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
  margin-top: 0;
}

.baseText {
  padding-left: 0;
  padding-right: 0;
}

/*# sourceMappingURL=redesign.css.map */
