body, html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #272e67;
}
body.page {
  min-width: 1200px;
  background: #f3f4f7;
  background-repeat: no-repeat;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.page-wrapper {
  min-height: 100%;
  padding: 70px 0 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  margin-bottom: 250px;
  background-color: #f1f3f3;
  -webkit-box-shadow: 0 2px 2px 0 rgba(190, 198, 203, 0.56);
  -moz-box-shadow: 0 2px 2px 0 rgba(190, 198, 203, 0.56);
  box-shadow: 0 2px 2px 0 rgba(190, 198, 203, 0.56);
}
.page-header .an-menu {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 25px;
  margin: auto;
}
.login-page__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  text-align: center;
  background: #FFFFFF;
}
.page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 75px;
  text-align: center;
  border-top: 1px solid #272e67;
  background: #FFFFFF;
}
.page-footer__text{
  display: block;
  text-align: center;
  font-size: 10pt;
  line-height: 75px;
  font-weight: bold;
  color: #585551;
}

.login-page__footer-text{
  display: inline-block;
  text-align: center;
  font-size: 10pt;
  line-height: 75px;
  font-weight: normal;
  color: #6a6a6a;
}

.page-footer__social{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10%;
}
.page-footer__social-icon{
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  background: transparent url('img/twitter.png') no-repeat center;
}

/*  styles for login page  */

.login-page__header-banner {
  min-width: 1200px;
  width: 100%;
  height: 358px;
  margin-bottom: -184px;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.login-page__login-block.centered-block_login-form  {
  position: relative;
  max-width: 1170px;
  height: 270px;
  margin: auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 1px #d4dbe2;
  -moz-box-shadow: 0 0 1px #d4dbe2;
  box-shadow: 0 0 1px #d4dbe2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.login-block__hr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 477px;
  width: 1px;
  height: 226px;
  margin: auto;
  background: #d4dbe2;
}

.login-block__welcome-bg {
  position: absolute;
  top: 29px;
  left: -11px;
  width: 635px;
  background-color: #272e67;
  line-height: 88px;
  font-size: 22.5pt;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}

.login-block__about-text {
  display: inline-block;
  width: 500px;
  margin: 145px 0 25px 90px;
  font-size: 14pt;
  line-height: 1.4;
  color: #404347;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login-block__form {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 55px;
  margin: auto;
  width: 380px;
  height: 140px;
}

.login-block__form-field.form-field {
  margin-bottom: 15px;
}
.login-block__form-label.form-label {
  width: 106px;
  font-size: 11pt;
  color: #404347;
}
.login-block__form-input.input {
  width: 265px;
  height: 30px;
  padding-left: 12px;
}
.login-block__form-input.input:focus {
  outline: none;
  border-color: #4f9fde;
  -webkit-box-shadow: 0 0 2px #fed69d;
  -moz-box-shadow: 0 0 2px #fed69d;
  box-shadow: 0 0 2px #fed69d;
}

.login-block__form-btn.btn {
  width: 110px;
  height: 36px;
  margin: 7px;
  margin-left: 122px;
}
.login-page__feature-block.feature-block {
  position: relative;
  width: 1180px;
  padding: 50px 0;
  margin: auto;
}
.feature-block__item {
  padding-right: 20px;
  vertical-align: top;
  display: inline-block;
  width: 270px;
  margin: 0 10px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.feature-block__item-title {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  font-size: 12pt;
  color: #FFFFFF;
  font-weight: bold;
}
.feature-block__item-title:after {
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  margin: auto;
  width: 8px;
  height: 16px;
}
.feature-block__item-text {
  display: block;
  font-size: 12pt;
  line-height: 1.4;
  color: #FFFFFF;
}
.centered-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  overflow: hidden;
  border: 1px solid #899095;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px 0 #899095;
  -moz-box-shadow: 0 2px 2px 0 #899095;
  box-shadow: 0 2px 2px 0 #899095;
}
.centered-block_login-form {
  width: 100%;
  max-width: 540px;
  background-color: #ece8e2;
}
.centered-block__header {
  position: relative;
  height: 71px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(190, 198, 203, 0.56);
  -moz-box-shadow: 0 2px 2px 0 rgba(190, 198, 203, 0.56);
  box-shadow: 0 2px 2px 0 rgba(190, 198, 203, 0.56);
}

.page-header .an-menu,
.centered-block__header .an-menu {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 25px;
  margin: auto;
}

.logo-wrapper {
  width: 234px;
  height: 100%;
}

.logo-wrapper__image {
  max-width: 100%;
  max-height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.an-bottom-menu__item {
  padding-left: 5px;
}

.an-menu__item {
  position: relative;
  padding-bottom: 3px;
  padding-right: 10px;
  text-decoration: underline;
  /*text-transform: uppercase;*/
  font-size: 10pt;
  font-weight: bold;
  color: #272e67;
  font-family: arial,helvetica,sans-serif;
}
.an-menu__item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
}
.an-menu__item.current {
  text-decoration: none;
  color: #473d31;
  cursor: default;
}
.login-form {
  padding: 20px 0 50px 0;
  text-align: center;
}
.login-form__form-wrapper {
  padding-top: 20px;
}
.login-form__form-wrapper .input {
  width: 70%
}
.login-form__error-message {
  margin: -30px auto 25px;
  padding: 8px;
  background-color: #fbe4e4;
  border: 1px solid #c52020;
  color: #363636;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.input {
  height: 42px;
  padding-left: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #404347;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input::-webkit-input-placeholder {
  color: #71797f;
}
.input::-moz-placeholder {
  color: #71797f;
}
.input:-moz-placeholder {
  color: #71797f;
}
.input:-ms-input-placeholder {
  color: #71797f;
}
.input_username {
  background: #ffffff url('img/person.png') no-repeat 95% center;
  padding-right: 8%;
}
.input_password {
  background: #ffffff url('img/lock.png') no-repeat 95% center;
  padding-right: 8%;
}
.form-field {
  margin-bottom: 20px;
  font: 11pt arial, tahoma, verdana, helvetica !important;
  color: #404347;
}

.form-label {
  width: 80px;
  display: inline-block;
}

.btn {
  width: 132px;
  height: 30px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn_login {
  color: #fff;
  font: 10pt arial, tahoma, verdana, helvetica !important;
  background-color: #d6913d;
}

/* style for about page */
.about-page__banner {
  min-width: 1200px;
  width: 100%;
  height: 408px;
  /*margin-bottom: -158px;*/
  margin-bottom: -184px;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.about-page__content {
  text-align: left;
  width: 1170px;
  padding: 30px 60px;
  margin: 0 auto 30px;
  border: solid 1px #d4dbe2;
  border-radius: 5px;

  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #404347;

  background-color: #FFFFFF;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-page__content .content-title {
  margin: 30px 0 40px;
  text-align: center;
  font-size: 60px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  color: #272e67;
}
.about-page__content .content-subtitle {
  margin: 50px 0 35px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #404347;
}
.about-page__content .content-text {
  margin: 20px 0;
}
.about-page__content .content-list {
  padding: 0;
  margin: 20px 0;

  list-style: none;
}
.about-page__content .content-list > li {
  position: relative;
  padding: 0 0 0 35px;
  margin: 25px 0;
}
.about-page__content .content-list > li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #272e67;
  border-radius: 50%;
}
.about-page__content .content-sublist {
  padding: 0;
  margin: 20px 0 30px;

  list-style: none;
}
.about-page__content .content-sublist > li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 15px 0;
}
.about-page__content .content-sublist > li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 10px;
  height: 4px;
  opacity: 0.3;
  background-color: #404347;
}

/* styles for contacts page */
.contacts-page__banner {
  min-width: 1200px;
  width: 100%;
  height: 408px;
  /*margin-bottom: -158px;*/
  margin-bottom: -184px;
  background: transparent url('img/contacts-bg.png') no-repeat center 0;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.contacts-page__content {
  text-align: center;
  width: 1170px;
  padding: 30px 60px;
  margin: 0 auto 30px;
  border: solid 1px #d4dbe2;
  border-radius: 5px;

  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  color: #404347;

  background-color: #FFFFFF;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacts-page__content .content-title {
  margin: 30px 0 40px;
  text-align: center;
  font-size: 60px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  color: #272e67;
}
.contacts-page__content .content-subtitle {
  margin: 50px 0 35px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #404347;
}
.contacts-page__content .contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 70px;
  padding: 0;
  list-style: none;
}

.contacts-page__content .contacts_app {
  margin: 60px 0 70px;
  padding: 0;
  list-style: none;
}

.contacts-page__content .contacts__item {
  text-align: center;
  width: 250px;
  margin: 0 20px;
}
.contacts-page__content .contacts__item::before {
  content: '';
  display: block;
  width: 54px;
  height: 49px;
  margin: 0 auto 20px;
  background: transparent url('') no-repeat center;
  background-size: contain;
}
.contacts-page__content .contacts__item.mail::before {
  background: url('img/e-mail.png') no-repeat center;
}
.contacts-page__content .contacts__item.fax::before {
  background: url('img/fax.png') no-repeat center;
}
.contacts-page__content .contacts__item.phone::before {
  background: url('img/phone.png') no-repeat center;
}
.contacts-page__content .contacts__item-label {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #404347;
}
.contacts-page__content .contacts__item-link {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  text-decoration: underline;
  color: #272e67;
}
