.top-menu {
  background-color: #45475C;
  color: #D5DDDF;
}

.top-menu .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.top-menu .logo a {
  background: url(../pic/logo.svg) no-repeat left center;
  background-size: 120px auto;
  display: block;
  width: 120px;
  height: 60px;
}

.top-menu .menu-link {
  text-align: right;
}

.top-menu .menu-link a {
  vertical-align: middle;
  color: #D5DDDF;
  margin-left: 40px;
  line-height: 3;
  font-size: 90%;
}

.top-menu .menu-link a:hover {
  color: #EB797D;
}

.top-menu .menu-link .simple-link {
  line-height: 1.6;
}

.top-menu .menu-link .lang {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.top-menu .menu-link .lang.ru {
  background-image: url(../pic/ru.svg);
}

.top-menu .menu-link .lang.en {
  background-image: url(../pic/us.svg);
  margin-left: 20px;
}

.top-menu .menu-link .lang.selected {
  opacity: 1;
}

.top-menu .menu-link .lang:hover {
  opacity: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.slider {
  background-color: #45475C;
  color: #fff;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../pic/home/slider0.jpg);
  position: relative;
}

.slider .slider-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(69, 71, 92, 0.9);
}

.slider .slider-block .slider-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  padding-top: 100px;
  text-align: center;
}

.slider .slider-block .slider-content h1 {
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  height: 100px;
  width: 80%;
  text-transform: uppercase;
}

.slider .slider-block .slider-content p {
  font-size: 120%;
  width: 60%;
  display: inline-block;
  height: 200px;
}

.slider .slider-block .slide-nav {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.slider .slider-block .slide-nav span {
  font-size: 300%;
  display: block;
  width: 100px;
  text-align: center;
  margin-top: 140px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.slider .slider-block .slide-nav:hover span {
  color: #EB797D;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.slider .slider-bottom {
  background-color: rgba(69, 71, 92, 0.9);
  margin: auto;
  padding: 20px;
}

.slider .slider-bottom .desc {
  font-size: 80%;
  padding: 10px;
}

.slider .slider-bottom .desc span {
  margin-right: 10px;
}

.items {
  position: relative;
  margin: auto;
  max-width: 1280px;
}

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

.items .item .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 60%;
  margin: auto;
  height: 220px;
}

.items .item h1 {
  font-size: 130%;
  display: block;
  width: 90%;
  height: 60px;
  color: #2F323E;
  margin: auto;
}

.items .item span {
  display: block;
  width: 90%;
  height: 100px;
  color: #727985;
  margin: auto;
}

.info-line {
  margin: 20px 0px;
}

.info-line > div:first-child {
  background-color: rgba(213, 221, 223, 0.2);
}

.info-line > div:last-child {
  background-color: #fff;
}

.info-line > div > div {
  width: 640px;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.info-line > div > div h1 {
  font-size: 130%;
  font-weight: 300;
  color: #727985;
}

.info-line .news {
  text-align: left;
}

.info-line .news a {
  color: #EB797D;
  font-size: 80%;
  line-height: 2;
}

.info-line .news .item {
  margin-top: 20px;
}

.info-line .news .item span {
  color: #2F323E;
  font-size: 90%;
  display: block;
  padding-left: 10px;
  border-left: 4px solid #727985;
}

.info-line .news .item p {
  color: #727985;
  font-weight: bold;
  font-size: 80%;
  padding-top: 10px;
}

.info-line .news .item p a {
  color: #EB797D;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 100%;
}

.info-line .news .item p a i {
  vertical-align: middle;
}

.info-line .news .item .desc {
  display: none;
}

.info-line .partners h1 {
  padding-bottom: 40px;
}

.info-line .partners small {
  margin-top: 20px;
  line-height: 1.2;
  text-align: center;
}

.info-line .partners .item {
  text-align: center;
}

.info-line .partners .item .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 26px;
  opacity: 0.9;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-filter: gray;
          filter: gray;
  /* IE 6-9 */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.info-line .partners .item .desc {
  margin-top: 10px;
  padding: 10px;
  font-size: 80%;
  color: #727985;
}

.info-line .partners .item .desc span {
  color: #EB797D;
}

.info-line .partners .item:hover .img {
  opacity: 1;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.contact {
  text-align: center;
  max-width: 1280px;
  margin: auto;
}

.contact h1 {
  font-size: 130%;
  font-weight: 300;
  color: #727985;
  padding-bottom: 40px;
}

.contact .item {
  margin-bottom: 40px;
}

.contact .item img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  border: 6px solid #fff;
  border-radius: 100%;
}

.contact .item h2 {
  font-size: 110%;
  line-height: 1.2;
  color: #2F323E;
}

.contact .item span {
  line-height: 1.4;
  font-size: 80%;
  display: block;
  color: #727985;
}

.contact .item p {
  display: inline-block;
  padding: 0px 10px;
  font-size: 90%;
  color: #EB797D;
}

.contact .item p i {
  vertical-align: middle;
  margin-right: 10px;
}

footer {
  background-color: #262A34;
  color: #727985;
  font-size: 80%;
  position: relative;
  z-index: 2;
}

footer > div {
  padding: 20px;
  text-align: center;
}

footer > div:first-child {
  text-align: left;
}

footer > div:first-child a {
  color: #D5DDDF;
  line-height: 2;
  margin-right: 20px;
}

footer > div:last-child {
  text-align: right;
}

footer > div:last-child a {
  color: #727985;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

footer > div:last-child a:hover {
  color: #EB797D;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

footer .copy .logo {
  background: url(../pic/logo.svg) no-repeat left center;
  background-size: contain;
  display: block;
  width: 90px;
  height: 60px;
  opacity: 0.6;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-filter: gray;
          filter: gray;
  /* IE 6-9 */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

footer .copy small {
  color: #727985;
  font-size: 80%;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}

footer .logo:hover {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.text > p {
  padding: 4px 0px 4px 20px;
  color: #2F323E;
}

.text > h1 {
  margin-top: 10px;
}

.text li {
  font-size: 90%;
}

#shema {
  background: #2F323E url(../pic/home/shema.svg) no-repeat center center;
  background-size: contain;
}

.marker {
  text-align: left;
  font-size: 90%;
  line-height: 1.6;
  margin: 20px 0px;
  padding: 0px 20px !important;
}

.marker > span:first-child {
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: baseline;
  border-radius: 100%;
}

.marker > span:first-child.success {
  color: #689F38;
}

.marker > span:first-child.akcent {
  color: #EB797D;
}

.speedlink {
  text-align: right;
}

.speedlink a {
  margin-left: 40px;
  line-height: 2;
}

.auth {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #262A34;
}

.auth .center-cell {
  vertical-align: middle;
  display: table-cell;
}

.auth .center-cell .logo {
  background: url(../pic/logo.svg) no-repeat left center;
  background-size: 120px auto;
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
}

.auth .center-cell > div {
  height: 500px;
}

.auth .center-cell > div > div {
  margin: auto;
  width: 380px;
  background-color: #2F323E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) ;
  border-radius: 4px;
}

.auth .center-cell > div > div .left-buttons {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.auth .center-cell > div > div .left-buttons a {
  color: #727985;
  font-size: 70%;
  display: block;
  text-align: center;
  padding: 20px 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.auth .center-cell > div > div .left-buttons a span {
  font-size: 200%;
  margin-bottom: 6px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.auth .center-cell > div > div .left-buttons a:hover {
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.auth .center-cell > div > div .left-buttons a:hover span {
  color: #EB797D;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.auth .center-cell > div > div .left-buttons .selected {
  background-color: #2F323E;
  color: #EB797D;
}

.auth .center-cell > div > div .form {
  padding: 20px;
}

.auth .center-cell > div > div .form input[type=text], .auth .center-cell > div > div .form input[type=password] {
  color: #D5DDDF;
  width: 100%;
}

.auth .center-cell > div > div .form .inputdesc {
  color: #727985;
}

.auth .center-cell > div > div .form button {
  margin: 20px 0px 0px 0px;
}

.auth .center-cell > div > div .form a {
  color: #D5DDDF;
  padding-bottom: 4px;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.auth .center-cell > div > div .form #registration {
  display: none;
}

.auth .center-cell > div > div .form #remember {
  display: none;
}

.forbidden {
  background: #2F323E url(../pic/home/403.svg) no-repeat center center;
  background-size: 500px auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

.forbidden.notfound {
  background-image: url(../pic/home/404.svg);
}

.forbidden td {
  color: #D5DDDF;
  padding: 20px;
}

.forbidden td span {
  font-size: 90%;
  color: #727985;
}

.forbidden td form {
  vertical-align: middle;
}

.forbidden tfoot tr {
  background-color: #262A34;
}

.forbidden tfoot tr a {
  color: #D5DDDF;
  display: inline-block;
  vertical-align: middle;
  font-size: 80%;
  margin-right: 20px;
}

.forbidden tfoot tr a:last-child {
  margin: 0px;
}

.forbidden tfoot tr .logo {
  background: url(../pic/logo.svg) no-repeat left center;
  background-size: contain;
  display: block;
  width: 90px;
  height: 30px;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  /* IE 6-9 */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.forbidden tfoot tr .logo:hover {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
/*# sourceMappingURL=home.css.map */