@import url(../fonts/_fonts.css);
* {
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 550px;
  font-family: PTSansRegular;
  font-size: 18px;
}

a {
  cursor: pointer;
}

b, label {
  font-family: PTSansBold;
  font-weight: normal;
}

.form-control {
  border-radius: 0;
}

.admin-top {
  display: block;
  min-width: 100%;
  width: 100%;
  background: #434343;
  color: #fff;
  padding: 5px 0;
}
.admin-top a {
  color: #e1e1e1;
}
.admin-top .navbar-nav > li > a {
  padding: 2px 15px;
}
.admin-top .navbar-nav > li > a:hover {
  color: #000;
}

.header-block {
  display: block;
}

.container-header {
  overflow: hidden;
  padding: 25px 0px;
}

.logo {
  display: block;
  background: url(../img/logo.png) no-repeat;
  width: 200px;
  height: 51px;
}

.logo2 {
  display: block;
  background: url(../img/logo2.png) no-repeat;
  width: 200px;
  height: 51px;
}

.icon-key {
  display: inline-block;
  background: url(../img/icon-key.png) no-repeat;
  width: 14px;
  height: 15px;
  margin-right: 4px;
}

.navbar-toggle {
  background-color: #e1e1e1;
  border-radius: 0;
  padding: 11px 6px;
  margin: 0;
}
.navbar-toggle .icon-bar {
  background-color: #434343;
  width: 30px;
  height: 4px;
}

.menu-header {
  position: relative;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-family: PTSansRegular;
  text-align: right;
}
.menu-header .link, .menu-header .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #42c7eb;
}
.menu-header .link {
  margin-right: 68px;
}
.menu-header .phone {
  font-family: PTSansBold;
  font-size: 22px;
  color: #434343;
}
.menu-header .email {
  font-family: PTSansBold;
  font-size: 18px;
  color: #00bde8;
}
.menu-header .lang {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 6px;
  font-family: PTSansBold;
  font-size: 16px;
}
.menu-header .lang .lang-item {
  margin-left: 24px;
}
.menu-header .lang .lang-item a {
  color: #b7b7b7;
  text-decoration: none;
  cursor: pointer;
}
.menu-header .lang .lang-item.active:after {
  content: "";
  display: block;
  border-bottom: solid 2px #939393;
}
.menu-header .lang .lang-item.active a {
  color: #666666;
}

.menu {
  background-color: #336699;
}
.menu ul.menu-list li a {
  display: flex;
  align-items: center;
  height: 60px;
  text-transform: uppercase;
  font-family: "AcromBold";
  font-size: 16px;
  color: #fff;
}
.menu ul.menu-list li a.active, .menu ul.menu-list li a:hover {
  background-color: #21507f;
}

.main {
  position: relative;
  overflow: hidden;
  margin: 0px;
}

#pusher {
  height: 180px;
}

.footer {
  min-width: 100%;
  background-color: #434343;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px 0px;
  font-family: PTSansRegular;
}
.footer .container .container-footer {
  color: #fff;
  height: 180px;
}
.footer .container .container-footer .contact a {
  color: #00bde8;
}
.footer .container .container-footer .menu-footer {
  font-family: PTSansBold;
  font-size: 20px;
}
.footer .container .container-footer .menu-footer div {
  width: 90px;
  margin-right: 60px;
}
.footer .container .container-footer .menu-footer div a {
  text-decoration: none;
  cursor: pointer;
  color: #00bde8;
}
.footer .container .container-footer .soc {
  font-family: PTSansBold;
  font-size: 20px;
}
.footer .container .container-footer .soc .link a {
  margin-right: 10px;
  cursor: pointer;
}

.icon-vk {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/icon-vk.png);
}

.icon-fb {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/icon-fb.png);
}

.modal-content {
  width: 490px;
  border: solid 2px #336699;
  border-radius: 0px;
  padding: 28px;
}

.modal-dialog {
  margin-top: 20%;
}

h4.modal-title {
  font-family: PTSansBold;
  font-size: 30px;
  margin-bottom: 26px;
}

.modal-body {
  margin: 0px;
  padding: 0px;
}
.modal-body p {
  font-family: PTSansRegular;
  font-size: 16px;
  margin-bottom: 26px;
  color: #272727;
}
.modal-body input {
  border-radius: 0px;
  border: solid 2px #e1e1e1;
}

.btn-green {
  margin-top: 26px;
  padding: 10px 75px;
  border-radius: 0px;
  background: #336699;
  color: #fff;
}
.btn-green:hover {
  color: #fff;
  background: #21507f;
}

.modal-header, .modal-footer {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: left;
}

.modal-header .close {
  margin-right: -42px;
  margin-top: -42px;
  width: 28px;
  height: 28px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 2px;
  opacity: 1;
}

.alert {
  border-radius: 0;
  text-align: left;
  font-size: 18px;
}

.alert-info {
  border: solid 2px #e2e2e2;
  background: none;
  color: #666666;
}

.alert-success {
  border: solid 2px #72c81e;
  background: none;
  color: #666666;
}

.alert-danger {
  border: solid 2px #e41f26;
  background: none;
  color: #666666;
}

.btn-nsunet {
  min-width: 150px;
  font-family: PTSansRegular;
  font-size: 16px;
  padding: 12px 50px;
}

.btn-nsunet-1 {
  border: solid 2px #336699;
  background: none;
}
.btn-nsunet-1:hover {
  color: #fff;
  background: #336699;
}

.btn-nsunet-2 {
  color: #fff;
  background: #336699;
  border: solid 2px #336699;
}
.btn-nsunet-2:hover, .btn-nsunet-2:active, .btn-nsunet-2:focus {
  color: #fff;
  background: #21507f;
  border: solid 2px #21507f;
}

.breadcrumb {
  margin: 20px 0px;
  font-size: 14px;
  font-family: PTSansRegular;
  border-radius: 0px;
  background: none;
}
.breadcrumb > li + li:before {
  content: ">";
}
.breadcrumb a {
  text-decoration: none;
  color: #717171;
}

.icon-home {
  background: transparent url(../img/home.png) no-repeat 0 2px;
  display: inline-block;
  width: 15px;
  height: 18px;
}

h1.title-page {
  font-family: PTSansBold;
  font-size: 40px;
  margin-bottom: 25px;
}

h2.title-page {
  margin: 0px;
  margin-top: 28px;
  margin-bottom: 25px;
  font-family: PTSansBold;
  font-size: 32px;
}

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