@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url("https://fonts.cdnfonts.com/css/mosk");
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:regular,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,regular,italic,500,700,900);
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Raleway";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Raleway";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
  display: none;
}
*/
body {
  color: #000000;
  line-height: 1.4;
}
body._lock {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,regular,italic,500,700,900);

.wrapper {
  width: 100%;
  min-height: 100%;
  background: #3e4047;
  display: flex;
  font-family: "Montserrat";
  flex-direction: column;
}

.page {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.header-start {
  line-height: 17px;
  letter-spacing: 0.5em;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  opacity: 0.35;
}
.header-start__top {
  font-size: 14px;
  margin-bottom: 10px;
}
.header-start__bottom {
  font-size: 12px;
}

.footer-start {
  margin-bottom: 77px;
  text-align: center;
  font-size: 14px;
}
.footer-start a {
  color: white;
  transition: all 0.3s ease 0s;
  margin-right: 30px;
}
@media (any-hover: hover) {
  .footer-start a:hover {
    color: #379ed2;
  }
}
.footer-start a:last-child {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .footer-start a:last-child:hover {
    opacity: 1;
  }
}
.footer-start span {
  color: #ffffff;
  opacity: 0.5;
}
.footer-start img {
  width: 75px;
  height: 28px;
  margin-left: 10px;
}

.main-content {
  padding: 50px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-content__logo {
  margin-bottom: 50px;
}
.main-content__links {
  display: grid;
  grid-gap: 30px;
}

.main-link {
  display: grid;
  grid-template-columns: 55px 230px;
  color: #c6c6c6;
  grid-gap: 30px;
}
@media (any-hover: hover) {
  .main-link:hover .main-link__left {
    color: #379ed2;
  }
  .main-link:hover .main-link__right {
    color: white;
    font-weight: 600;
  }
}
.main-link__left {
  font-family: "Roboto";
  font-weight: 700;
  letter-spacing: 0.185em;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}
.main-link__right {
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
.main-link__right span {
  display: block;
}