@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


body {
    background: black;
    margin: 0;
    padding: 0;
    font-family: 'Didact Gothic', sans-serif;
    background: url(img/bg-home.png) no-repeat center center fixed ;
    background-size: cover;
}



.block-width {
    margin-left: 120px;
    margin-right: 120px;
}



/* Соц Иконки */

.social {
    display: inline-grid;
    margin-top: 80px;
}

.icon-soc {
    width: 16px;
}

.social a {
    text-decoration: none;
    margin: 1rem 0 1rem 0;
}



/* Лого */

.img-logo {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 100px;
}


/* Языки */

.lang {
    margin-top: 80px;
    text-align: right;
}


.lang span {
    line-height: 2.0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    margin: 1rem 0 1rem 0;
    opacity: 0.6;
    transition: 0.5s;
}

.lang span:hover {
    opacity: 1;
}


.linklang {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0.6;
}

/* Style the active class, and buttons on mouse-over */
.active {
  opacity: 1 !important;
}


/* Заголовки */


.title {
    color: #fff;
    line-height: 1.3;
    font-size: 38px;
    font-weight: bold;
}


.description {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.6;
}


.border-line {
    border-bottom: 1px solid #fff;
    width: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.text-block {
    margin-top: 130px;
}









/* Кнопка посмотреть pdf */


.downloadpdf {
    position: absolute;
    bottom: 0px;
    top: 45%;
    right: 0px;
}

.downloadpdf a {
    text-decoration: none;
}

.downloadpdf a:hover,
.downloadpdf a:active,
.downloadpdf a:focus {
    text-decoration: none;
}

.pdf-block {
    display: flex;
    background: #ffffffd6 !important;
    width: 190px;
    padding: 20px;
    border-radius: 50px 0px 0px 50px;
    border: none;
    outline: none;
    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;
    cursor: pointer;
}

.pdf-block img{
    width: 25px;
    margin-left: 10px;
}


.pdf-block p {
    font-size: 12px;
    line-height: 1.5;
    color: #F18F34;
    margin: 0 0 0 .5rem;
    text-transform: uppercase;
    text-align: left;
    margin-left: 10px;
}





/* Футер */


.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
    margin-bottom: 70px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-link {
    font-size: 12px;
    color: rgba(255,255,255, .5);
}




.rufont {
    font-family: "a_FuturicaMedium";
}


