@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

a {
    text-decoration: none;
}

.form-group a {
    display: block;
}

body {
    background: #2B4B98 url(img/main_bg.jpg) no-repeat;
}

@media screen and (max-width:768px) {
    body {
        background: url(img/main_bg768.jpg);
    }
}

.logo {
    margin-top: 26px;
    margin-left: 30px;
}

h2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #fff;
}

h3 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    padding-bottom: 16px;
    color: #fff;
    list-style-type: none;
}

.dropdown-divider {
    max-width: 360px;
}

.list {
    margin-top: 20px;
}

.element {
    margin-bottom: 30px;
}

span,
.text_style a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: .03em;
    color: #777777;
    margin-top: 5px;
    text-align: center;
}

h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

.share {
    margin-top: 40px;
}

button {
    color: #fff;
    background: rgba(0, 130, 200, 0.01);
    border: 0;
    height: 30px;
}

.modal-title {
    max-width: 290px;
}

.btn-primary {
    background: linear-gradient(90deg, #61A8FA 0%, #5E77FF 100%);
    border: 0;
}
