a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

body {
    background-color: #f6f6f6;
    font-size: 16px;
    line-height: 100%;
    color: #2f2b56;
    margin: 0
}

body,
img {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

*,
body {
    font-family: 'Roboto', sans-serif
}

:after,
:before {
    content: '';
    display: none
}

::selection {
    background: #716d7b;
    color: #fff
}

b,
strong {
    font-family: 'Roboto', sans-serif
}

a {
    transition: .4s ease;
    text-decoration: none;
	color: #3339b7
}

i {
	
	font-style:italic;
	
}

.daily p a,
a:hover {
    color: #2f2b56
}

ul,
ul li {
    width: 100%;
    float: left;
    position: relative
}

img {
    margin: 0;
    display: block;
    -webkit-user-select: none;
    user-select: none
}

h6,
p {
    font-size: 16px
}

p {
	/* #797691 */	
    color: #716d7b;
    line-height: 23px
}

@media only screen and (max-width:1024px) {
    p {
        font-size: 14px;
        line-height: 20px
    }
}

b,
h3.type,
strong {
    font-weight: 700
}

h1 {
    line-height: 45px;
    font-size: 45px
}

@media only screen and (max-width:1175px) {
    h1 {
        font-size: 34px;
        line-height: 34px
    }
}

@media only screen and (max-width:1024px) {
    h1 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width:560px) {
    h1 {
        font-size: 26px;
        line-height: 26px
    }
}

h1>span {
    font-weight: 400
}

.search p,
h3,
h3.type {
    line-height: 110%
}

.wrapper,
h3 {
    position: relative
}

@media only screen and (max-width:1024px) {
    h3 {
        font-size: 24px!important
    }
}

@media only screen and (max-width:768px) {
    h3 {
        font-size: 22px!important
    }
}

@media only screen and (max-width:560px) {
    h3 {
        font-size: 20px!important
    }
}

h3:after {
    background-color: #e65151;
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 0
}

h3.type {
    font-size: 40px;
    color: #3339b7
}

h3.type:after {
    display: none
}

h3,
h3.type--small {
    font-size: 28px
}

@media only screen and (max-width:1024px) {
    h3.type--small {
        font-size: 24px!important
    }
}

h5 {
    font-size: 20px;
    line-height: 28px
}

@media only screen and (max-width:1024px) {
    h5 {
        font-size: 18px;
        line-height: 26px
    }
}

@media only screen and (max-width:768px) {
    h5 {
        font-size: 16px;
        line-height: 24px
    }
}

h5.small {
    font-size: 14px;
    line-height: 14px
}

h6 {
    line-height: 24px
}

.wrapper {
    width: 100%;
    float: left;
    overflow: hidden
}

.container {
    max-width: 1175px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative
}

.btn,
button {
    transition: .4s ease;
    border: 0;
    background-color: transparent;
    cursor: pointer
}

.btn {
    border: 2px solid #3339b7;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    color: #3339b7;
    padding: 8px 14px 9px;
    display: inline-block
}

.btn_browse {
    border: 2px solid #3339b7;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
	width: 100%;
	text-align:center;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    color: #3339b7;
    padding: 8px 14px 9px;
    display: inline-block
}

@media only screen and (max-width:560px) {
    .btn {
        font-size: 14px
    }
}

.btn:hover {
    border-color: #1a1f8a;
    color: #1a1f8a
}

.btn--send {
    border: 0;
    background-color: #3339b7;
    padding: 16px 24px;
    color: #fff
}

@media only screen and (max-width:1024px) {
    .btn--send {
        padding: 13px 22px
    }
}

@media only screen and (max-width:768px) {
    .btn--send {
        padding: 12px 20px
    }
}

.btn--send:hover {
    background-color: #1a1f8a;
    color: #fff
}

.clearfix:after {
    clear: both;
    display: block
}

@media only screen and (max-width:560px) {
    .page {
        padding: 10px 0 0
    }
}

.page h1 {
    margin: 0 0 20px
}

@media only screen and (max-width:1024px) {
    .page h1 {
        margin: 0 0 20px
    }
}

.header {
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0
}

@media only screen and (max-width:768px) {
    .header {
        height: 80px!important
    }
}

.header,
.header .container {
    height: 88px
}

@media only screen and (max-width:768px) {
    .header .container {
        height: 80px!important
    }
}

.header .container .logo {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    z-index: 25;
    top: calc(50% + 2px);
    float: left
}

@media only screen and (max-width:560px) {
    .header .container .logo {
        top: 50%
    }
}

.header .container .logo a {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -.6px;
    color: #fff
}

@media only screen and (max-width:1024px) {
    .header .container .logo a {
        font-size: 24px
    }
}

@media only screen and (max-width:768px) {
    .header .container .logo a {
        font-size: 22px
    }
}

@media only screen and (max-width:560px) {
    .header .container .logo a {
        font-size: 20px;
        letter-spacing: -.4px
    }
}

.header .container .logo a span {
    color: #e65151
}

.header .container .logo a img {
    vertical-align: middle;
    margin: 0 5px 0 0;
    display: inline-block;
    position: relative;
    bottom: 3px
}

@media only screen and (max-width:1024px) {
    .header .container .logo a img {
        width: 170px;
        bottom: 2px
    }
}

@media only screen and (max-width:768px) {
    .header .container .logo a img {
        width: 160px
    }
}

@media only screen and (max-width:560px) {
    .header .container .logo a img {
        width: 150px
    }
}

.header .container .languages,
.header .container form {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    z-index: 50;
    float: right
}

.header .container .languages .current {
    border-radius: 20px;
    background-color: #110f50;
    width: 200px;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
    color: #f6f6f6;
    cursor: pointer;
    padding: 0 24px;
    position: relative
}

@media only screen and (max-width:768px) {
    .header .container .languages .current {
        width: 170px;
        font-size: 14px;
        padding: 0 20px
    }
}

@media only screen and (max-width:560px) {
    .header .container .languages .current {
        width: 130px
    }
}

.header .container .languages .current:after {
    transition: .4s ease;
    background-image: url(../images/dropdown--icon.svg);
    background-size: cover;
    width: 10px;
    height: 7px;
    display: block;
    position: absolute;
    z-index: 25;
    top: 16px;
    right: 18px
}

@media only screen and (max-width:560px) {
    .header .container .languages .current span {
        display: none
    }
}

.header .container .languages ul.dropdown {
    border-radius: 20px;
    background-color: #110f50;
    padding: 10px 0;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0
}

.header .container .languages ul.dropdown li a {
    font-size: 15px;
    line-height: 30px;
    color: #f6f6f6;
    padding: 0 24px;
    display: block
}

@media only screen and (max-width:768px) {
    .header .container .languages ul.dropdown li a {
        font-size: 14px;
        line-height: 26px;
        padding: 0 20px
    }
}

.header .container .languages ul.dropdown li a:hover {
    opacity: .6
}

.header .container .languages.show .current:after {
    transform: rotate(180deg);
    top: 15px
}

.header .container form {
    z-index: 25;
    float: left
}

@media only screen and (max-width:620px) {
    .header .container form {
        transform: translate(0);
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin: 18px 0 0
    }
}

.header .container form button,
.header .container form input,
.search form button,
.search form input {
    -webkit-appearance: none;
    appearance: none
}

.header .container form input,
.search form input {
    border: 0;
    border-radius: 20px;
    width: 235px;
    height: 40px;
    font-size: 16px;
    color: #716d7b;
    padding: 0 25px
}

@media only screen and (max-width:1024px) {
    .header .container form input {
        width: 200px;
        padding: 0 20px
    }
}

@media only screen and (max-width:768px) {
    .header .container form input {
        width: 170px;
        height: 36px
    }
}

@media only screen and (max-width:620px) {
    .header .container form input {
        width: 100%
    }
}

.header .container form button,
.search form button {
    border: 0;
    border-radius: 20px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0 0 0 -40px;
    padding: 0 20px 0 0;
    position: relative;
    top: 5px
}

@media only screen and (max-width:768px) {
    .header .container form button {
        width: 36px;
        height: 36px;
        margin: 0 0 0 -36px;
        padding: 0 20px 0 0
    }
}

.header .container form button img {
    width: 20px;
    margin: 0;
    display: inline-block
}

@media only screen and (max-width:768px) {
    .header .container form button img {
        width: 16px;
        margin: 0 0 3px
    }
}

.header--subpage {
    background-image: url(../images/search--bg.jpg);
    background-position: 5% 50%;
    margin: 0 0 40px;
    position: relative;
    top: auto;
    left: auto
}

@media only screen and (max-width:1024px) {
    .header--subpage {
        margin: 0 0 30px
    }
}

@media only screen and (max-width:620px) {
    .header--subpage {
        padding: 20px 0
    }
    .header--subpage,
    .header--subpage .container {
        height: auto!important
    }
}

.header--subpage .container .logo {
    margin: 0 50px 0 0
}

@media only screen and (max-width:1175px) {
    .header--subpage .container .logo {
        margin: 0 40px 0 0
    }
}

@media only screen and (max-width:1024px) {
    .header--subpage .container .logo {
        margin: 0 30px 0 0
    }
}

@media only screen and (max-width:620px) {
    .header--subpage .container .logo {
        margin: 5px 0 0
    }
    .header--subpage .container .languages,
    .header--subpage .container .logo {
        transform: translate(0);
        position: relative;
        top: auto;
        left: auto
    }
}

.search {
    background-image: url(../images/search--bg.jpg);
    background-position: 5% 50%;
    color: #fff;
    margin: 0 0 50px;
    padding: 155px 0 50px
}

@media only screen and (max-width:1175px) {
    .search {
        margin: 0 0 40px;
        padding: 140px 0 40px
    }
}

@media only screen and (max-width:1024px) {
    .search {
        margin: 0 0 30px;
        padding: 120px 0 35px
    }
}

@media only screen and (max-width:768px) {
    .search {
        padding: 100px 0 30px
    }
}

@media only screen and (max-width:560px) {
    .search {
        text-align: center;
        padding: 90px 0 30px
    }
}

.search h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 10px
}

@media only screen and (max-width:1175px) {
    .search h1 {
        font-size: 30px
    }
}

@media only screen and (max-width:1024px) {
    .search h1 {
        font-size: 28px
    }
}

@media only screen and (max-width:768px) {
    .search h1 {
        font-size: 24px
    }
}

@media only screen and (max-width:560px) {
    .search h1 {
        font-size: 22px
    }
}

.search p {
    font-size: 18px;
    color: #fff;
    opacity: .7;
    margin: 0 0 25px
}

@media only screen and (max-width:1024px) {
    .search p {
        font-size: 16px;
        margin: 0 0 20px
    }
}

@media only screen and (max-width:768px) {
    .search p {
        font-size: 14px;
        margin: 0 0 23px
    }
}

@media only screen and (max-width:560px) {
    .search p {
        max-width: 250px;
        margin: 0 auto 23px
    }
}

.search form input {
    border-radius: 32px;
    width: 540px;
    height: 64px;
    font-size: 18px
}

@media only screen and (max-width:1175px) {
    .search form input {
        width: 520px;
        height: 56px;
        font-size: 17px
    }
}

@media only screen and (max-width:1024px) {
    .search form input {
        width: 480px;
        height: 50px;
        font-size: 16px;
        padding: 0 20px
    }
}

@media only screen and (max-width:768px) {
    .search form input {
        width: 400px;
        height: 44px;
        font-size: 14px
    }
}

@media only screen and (max-width:560px) {
    .search form input {
        width: 100%
    }
}

.search form button {
    border-radius: 32px;
    width: 64px;
    height: 64px;
    margin: 0 0 0 -64px
}

@media only screen and (max-width:1175px) {
    .search form button {
        width: 56px;
        height: 56px;
        margin: 0 0 0 -56px
    }
}

@media only screen and (max-width:1024px) {
    .search form button {
        width: 44px;
        height: 44px;
        margin: 0 0 0 -44px
    }
}

.search form button img {
    width: 24px;
    display: inline-block
}

@media only screen and (max-width:1024px) {
    .search form button img {
        width: 22px
    }
}

@media only screen and (max-width:768px) {
    .search form button img {
        width: 20px
    }
}

.search form::-webkit-input-placeholder {
    color: #423f65!important;
    opacity: .7
}

.search form:-moz-placeholder,
.search form::-moz-placeholder {
    color: #423f65!important;
    opacity: .7
}

.search form:-ms-input-placeholder {
    color: #423f65!important;
    opacity: .7
}

.outer {
    position: relative;
    z-index: 50
}

.outer__inner {
    border-radius: 20px;
    background-color: #fff;
    padding: 32px
}

@media only screen and (max-width:1024px) {
    .outer__inner {
        padding: 30px
    }
}

@media only screen and (max-width:768px) {
    .outer__inner {
        padding: 25px
    }
}

@media only screen and (max-width:560px) {
    .outer__inner {
        padding: 20px 25px 25px
    }
}

.outer__inner .mixed__main {
    width: calc(100% - 332px);
    float: left
}

@media only screen and (max-width:1024px) {
    .outer__inner .mixed__main {
        width: calc(100% - 300px)
    }
}

@media only screen and (max-width:900px) {
    .outer__inner .mixed__main {
        width: 100%
    }
}

.outer__inner .mixed__main .page>:last-child,
.outer__inner .mixed__sidebar>:last-child {
    margin-bottom: 0
}

.outer__inner .mixed__sidebar {
    width: 300px;
    float: right
}

@media only screen and (max-width:1024px) {
    .outer__inner .mixed__sidebar {
        width: 270px
    }
}

@media only screen and (max-width:900px) {
    .outer__inner .mixed__sidebar {
        width: 100%;
        margin: 30px 0 0
    }
}

.outer__inner .mixed__sidebar>* {
    margin-bottom: 32px
}

@media only screen and (max-width:1024px) {
    .outer__inner .mixed__sidebar>* {
        margin-bottom: 30px
    }
}

.outer__inner .mixed__sidebar--homepage {
    margin: 0 0 30px
}

.outer__inner>:last-child {
    margin-bottom: 0
}

.alphabetBottom {
	margin-top: 30px;
    border-top: 1px solid #e9e9e9;	
	border-bottom: none;
}

.alphabet {
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0 32px
}

@media only screen and (max-width:1175px) {
    .alphabet {
        margin: 0 0 40px!important
    }
}

@media only screen and (max-width:1024px) {
    .alphabet {
        margin: 0 0 30px!important;
        padding: 10px 0 30px
    }
}

.alphabet,
.alphabet h3 {
    margin: 0 0 50px
}

@media only screen and (max-width:1175px) {
    .alphabet h3 {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:1024px) {
    .alphabet h3 {
        margin: 0 0 30px
    }
}

.alphabet ul {
    margin: 0 0 -16px
}

.alphabet ul li {
    width: auto;
    margin: 0 16px 16px 0
}

@media only screen and (max-width:1024px) {
    .alphabet ul li {
        margin: 0 12px 12px 0
    }
}

@media only screen and (max-width:768px) {
    .alphabet ul li {
        margin: 0 8px 8px 0
    }
}

.alphabet ul li:nth-child(14n+14) {
    margin: 0 0 16px
}

@media only screen and (max-width:1175px) {
    .alphabet ul li:nth-child(14n+14) {
        margin: 0 16px 16px 0
    }
}

@media only screen and (max-width:1024px) {
    .alphabet ul li:nth-child(14n+14) {
        margin: 0 12px 12px 0
    }
}

@media only screen and (max-width:768px) {
    .alphabet ul li:nth-child(14n+14) {
        margin: 0 8px 8px 0
    }
}

.alphabet ul li a {
    border-radius: 50%;
    background-color: #f6f6f6;
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
    color: #3339b7;
    float: left
}

@media only screen and (max-width:1175px) {
    .alphabet ul li a {
        width: 56px;
        height: 56px;
        font-size: 18px;
        line-height: 54px
    }
}

@media only screen and (max-width:1024px) {
    .alphabet ul li a {
        width: 50px;
        height: 50px;
        font-size: 16px;
        line-height: 48px
    }
}

@media only screen and (max-width:768px) {
    .alphabet ul li a {
        width: 44px;
        height: 44px;
        font-size: 14px;
        line-height: 42px
    }
}

@media only screen and (max-width:560px) {
    .alphabet ul li a {
        width: 40px;
        height: 40px;
        line-height: 38px
    }
}

.alphabet ul li a:hover,
.side-buttons .sb__list li a:hover {
    color: #1a1f8a
}

.about {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 50px;
    padding: 0 0 35px
}

@media only screen and (max-width:1175px) {
    .about {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:1024px) {
    .about {
        margin: 0 0 30px;
        padding: 0 0 30px
    }
}

.about h3 {
    margin: 0 0 45px
}

@media only screen and (max-width:1024px) {
    .about h3 {
        margin: 0 0 32px
    }
}

.about__image {
    margin: 0 0 30px
}

.about__image img {
    border-radius: 15px;
    width: 100%
}

.about__list li+li {
    margin: 35px 0 0
}

@media only screen and (max-width:1024px) {
    .about__list li+li {
        margin: 25px 0 0
    }
}

@media only screen and (max-width:560px) {
    .about__list li+li {
        margin: 20px 0 0
    }
}

.about__list li .icon {
    width: 50px;
    margin: 5px 0 0;
    float: left
}

@media only screen and (max-width:560px) {
    .about__list li .icon {
        width: 40px
    }
}

.about__list li .icon img {
    width: 100%
}

.about__list li .text {
    width: calc(100% - 82px);
    float: right
}

@media only screen and (max-width:1024px) {
    .about__list li .text {
        width: calc(100% - 80px)
    }
}

@media only screen and (max-width:560px) {
    .about__list li .text {
        width: calc(100% - 60px)
    }
}

.about__list li .text h5,
.daily--small>h5 {
    margin: 0 0 15px
}

@media only screen and (max-width:1024px) {
    .about__list li .text h5 {
        margin: 0 0 10px
    }
}

.daily {
    margin: 0 0 50px
}

@media only screen and (max-width:1175px) {
    .daily {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:1024px) {
    .daily {
        margin: 0 0 30px
    }
}

.daily>h3 {
    margin: 0 0 40px
}

@media only screen and (max-width:1024px) {
    .daily>h3 {
        margin: 0 0 30px
    }
}

.daily__item {
    margin: 0 0 20px
}

@media only screen and (max-width:768px) {
    .daily__item {
        margin: 0 0 15px
    }
}

.daily__item .icon {
    border-radius: 7px;
    width: 64px;
    height: 72px;
    margin: 6px 0 0;
    box-shadow: 0 2px 8px 0 rgba(47, 43, 86, .15);
    position: relative;
    float: left
}

@media only screen and (max-width:560px) {
    .daily__item .icon {
        display: none
    }
}

.daily__item img {
	display: inline;
    max-width: 43px;
	padding-top: 8px;
}

@media only screen and (max-width:560px) {
    .daily__item img {
        display: none
    }
}

.daily__item .text {
    width: calc(100% - 95px);
    padding: 5px 0 0;
    float: right
}

@media only screen and (max-width:1024px) {
    .daily__item .text {
        padding: 15px 0 0
    }
}

@media only screen and (max-width:768px) {
    .daily__item .text {
        padding: 17px 0 0
    }
}

@media only screen and (max-width:560px) {
    .daily__item .text {
        width: 100%;
        padding: 4px 0 0
    }
}

.daily__item .text h3 {
    margin: 0 0 2px
}

.daily p,
.side-buttons h5 {
    margin: 0 0 25px
}

.daily--small,
.side-buttons,
.about-file {
    border-radius: 11px;
    padding: 25px 16px
}

.daily--small {
    border: 1px solid #ddd
}

.daily--small .daily__item {
    margin: 0 0 10px
}

@media only screen and (max-width:768px) {
    .daily--small .daily__item {
        margin: 0 0 15px
    }
}

.daily--small .daily__item .icon {
    border-radius: 5px;
    width: 43px;
    height: 48px;
    margin: 5px 0 0;
    box-shadow: 0 1px 5px 0 rgba(47, 43, 86, .15)
}

.daily--small .daily__item .text {
    width: calc(100% - 60px);
    padding: 3px 0 0
}

@media only screen and (max-width:768px) {
    .daily--small .daily__item .text {
        padding: 4px 0 0
    }
}

@media only screen and (max-width:560px) {
    .daily--small .daily__item .text {
        width: 100%;
        padding: 0
    }
}

.daily--small .daily__item .text h3 {
    margin: 0 0 4px
}

.daily--small p {
    font-size: 14px;
    margin: 0 0 15px
}

.daily--small .btn {
    margin: 2px 0 0
}

.side-buttons, .about-file {
    background-color: #f6f6f6
}

.higher {
margin-top:-20px;	
}

.description h4,
.description h5,
.description h6,
.side-buttons .sb__list {
    margin: 0 0 15px
}

.side-buttons .sb__list li {
    width: auto;
    margin: 0 8px 8px 0
}

.side-buttons .sb__list li a {
    border-radius: 11px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
    color: #3339b7;
    padding: 0 15px 1px;
    float: left
}

@media only screen and (max-width:1024px) {
    .side-buttons .sb__list li a {
        line-height: 40px;
        padding: 0 20px 1px
    }
}

@media only screen and (max-width:560px) {
    .side-buttons .sb__list li a {
        font-size: 14px;
        line-height: 36px
    }
}

.side-buttons .btn {
    margin: 2px 0 0
}

.browse {
    margin: 0 0 50px
}

.browse h3 {
    margin: 0 0 30px
}

.browse h5 {
	margin: 25px 0 25px 0;
	font-size: 16px;
    line-height: 20px;
}

@media only screen and (max-width:1024px) {
    .browse h3 {
        margin: 0 0 25px
    }
}

.browse__list {
    margin: 0 0 -16px
}

.browse__list li {
    width: calc((100%/4) - 12px);
    margin: 0 16px 16px 0
}

@media only screen and (max-width:768px) {
    .browse__list li {
        width: auto;
        margin: 0 12px 12px 0
    }
}

@media only screen and (max-width:560px) {
    .browse__list li {
        margin: 0 8px 8px 0
    }
}

.browse__list li:nth-child(4n+4) {
    margin: 0 0 16px
}

@media only screen and (max-width:768px) {
    .browse__list li:nth-child(4n+4) {
        margin: 0 12px 12px 0
    }
}

@media only screen and (max-width:560px) {
    .browse__list li:nth-child(4n+4) {
        margin: 0 8px 8px 0
    }
}

.browse__list li a {
    border-radius: 56px;
    background-color: #f6f6f6;
    width: 100%;
    height: 56px;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    color: #3339b7;
    float: left
}

@media only screen and (max-width:1024px) {
    .browse__list li a {
        height: 50px;
        font-size: 16px;
        line-height: 50px
    }
}

@media only screen and (max-width:768px) {
    .browse__list li a {
        padding: 0 20px;
        height: 36px;
        font-size: 14px;
        line-height: 36px
    }
}

.breadcrumbs ul li a:hover,
.browse__list li a:hover,
.date-table ul li .value a:hover,
.extensions__list li a:hover span,
.open-programs__item .list ul li a:hover,
.opinions__list li .comment>a:hover,
.programs ul li a:hover {
    color: #1a1f8a
}

.browse--similar .browse__list li {
    width: auto;
    margin: 0 16px 16px 0
}

.browse--similar .browse__list li:nth-child(4n+4) {
    margin: 0 16px 16px 0
}

.browse--similar .browse__list li a {
    padding: 0 32px
}

.footer {
    font-size: 14px;
    line-height: 24px;
    padding: 45px 0 65px
}

@media only screen and (max-width:1024px) {
    .footer {
        padding: 35px 0 50px
    }
}

@media only screen and (max-width:768px) {
    .footer {
        padding: 30px 0
    }
}

.footer__copy {
    opacity: .4;
    margin: 0 0 0 15px;
    float: left
}

@media only screen and (max-width:560px) {
    .footer__copy {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0 15px
    }
}

.footer__menu {
    margin: 0 15px 0 0;
    float: right
}

@media only screen and (max-width:768px) {
    .footer__menu {
        width: 100%;
        margin: 0;
        padding: 0 15px;
        float: left
    }
}

.footer__menu ul,
.footer__menu ul li {
    width: auto
}

@media only screen and (max-width:560px) {
    .footer__menu ul {
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width:560px) {
    .footer__menu ul li {
        display: inline-block;
        float: none
    }
}

.footer__menu ul li+li {
    margin: 0 0 0 42px
}

@media only screen and (max-width:768px) {
    .footer__menu ul li+li {
        margin: 0 0 0 20px
    }
}

.footer__menu ul li a {
    font-weight: 500
}

.breadcrumbs {
    margin: 0 0 35px
}

@media only screen and (max-width:1024px) {
    .breadcrumbs {
        margin: 0 0 30px
    }
}

@media only screen and (max-width:560px) {
    .breadcrumbs {
        display: none
    }
}

.breadcrumbs ul li,
.side-social ul li {
    width: auto
}

.breadcrumbs ul li+li {
    margin: 0 0 0 8px
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
    border-radius: 6px;
    font-size: 14px;
    padding: 0 12px;
    float: left
}

.breadcrumbs ul li a {
    background-color: #f6f6f6;
    line-height: 28px;
    color: #3339b7
}

.breadcrumbs ul li span {
    border: 2px solid #e9e9e9;
    line-height: 24px;
    color: #1a1f8a
}

.conversion {
    border: 1px solid #e2e2e2;
    border-radius: 11px;
    margin: 0 0 20px
}

.about-file 
{
	margin-bottom:20px;
	width: 48.6%;
	float:left;
}

.second-file 
{
	margin-left: 2.8%;
}


@media only screen and (max-width:1024px) {
    .conversion {
        margin: 0 0 30px
    }
}

.conversion__item {
    width: 50%;
    height: 135px;
    padding: 0 0 0 30px;
    float: left
}

@media only screen and (max-width:1024px) {
    .conversion__item {
        height: 125px;
        padding: 0 0 0 25px
    }
}

@media only screen and (max-width:768px) {
    .conversion__item {
        height: 110px;
        padding: 0 0 0 20px
    }
}

@media only screen and (max-width:560px) {
    .conversion__item {
        width: 100%;
        height: 90px
    }
}

.conversion__item--input {
    border-right: 1px solid #e2e2e2
}

@media only screen and (max-width:560px) {
    .conversion__item--input {
        border: 0;
        border-bottom: 1px solid #e2e2e2
    }
}

.conversion__item .icon {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    border-radius: 50%;
    background-color: #f6f6f6;
    width: 64px;
    height: 64px;
    margin: 1px 0 0;
    float: left
}

@media only screen and (max-width:1024px) {
    .conversion__item .icon {
        width: 50px;
        height: 50px
    }
}

.conversion__item .icon img {
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    width: 24px
}

@media only screen and (max-width:1024px) {
    .conversion__item .icon img {
        width: 20px
    }
}

.conversion__item .text {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    margin: 4px 0 0 30px;
    float: left
}

@media only screen and (max-width:1024px) {
    .conversion__item .text {
        margin: 4px 0 0 20px
    }
}

@media only screen and (max-width:768px) {
    .conversion__item .text {
        margin: 3px 0 0 20px
    }
}

.conversion__item .text label {
    font-size: 20px;
    cursor: text;
    margin: 0 0 5px;
    display: block
}

@media only screen and (max-width:1024px) {
    .conversion__item .text label {
        font-size: 16px;
        margin: 0
    }
}

@media only screen and (max-width:560px) {
    .conversion__item .text label {
        font-size: 14px
    }
}

.conversion__item .text .format {
    font-size: 32px;
    font-weight: 700
}

.conversion__item .text .format a{
    color: #3339b7
}


@media only screen and (max-width:1024px) {
    .conversion__item .text .format {
        font-size: 36px
    }
}

@media only screen and (max-width:768px) {
    .conversion__item .text .format {
        font-size: 30px
    }
}

@media only screen and (max-width:560px) {
    .conversion__item .text .format {
        font-size: 24px
    }
}

.programs {
    margin: 0 0 40px
}

@media only screen and (max-width:1024px) {
    .programs {
        margin: 0 0 30px
    }
}

.programs h3 {
    margin: 0 0 45px
}

@media only screen and (max-width:1175px) {
    .programs h3 {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:1024px) {
    .programs h3 {
        margin: 0 0 35px
    }
}

.programs ul li+li {
    margin: 18px 0 0
}

@media only screen and (max-width:768px) {
    .programs ul li+li {
        margin: 15px 0 0
    }
}

.programs ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #3339b7
}

@media only screen and (max-width:1024px) {
    .programs ul li a {
        font-size: 16px
    }
}

@media only screen and (max-width:560px) {
    .programs ul li a {
        font-size: 14px
    }
}

.open-programs__item .list ul li a .icon,
.programs ul li a .icon {
    width: 50px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    bottom: 1px
}

@media only screen and (max-width:768px) {
    .programs ul li a .icon {
        width: 40px
    }
}

.description {
    margin: 0 0 35px
}

@media only screen and (max-width:1175px) {
    .description {
        margin: 0 0 30px
    }
}

@media only screen and (max-width:1024px) {
    .description {
        margin: 0 0 20px
    }
}

.description h3 {
    margin: 0 0 30px
}

@media only screen and (max-width:1175px) {
    .description h3 {
        margin: 0 0 25px
    }
}

@media only screen and (max-width:1024px) {
    .description h3 {
        margin: 0 0 25px
    }
}

.description ul {
	list-style-type:circle;
	color: #716d7b;	
	line-height:23px;
	margin: 0 0 15px 0;
	padding-left:5%;
	float:none;
	display:table;
	width:auto;
}

.description ul li {
	margin-top:5px;
    float: none;	
}

.description ol {
	list-style-type: decimal;
	line-height:23px;
	color: #716d7b;	
	margin: 0px 0 15px 0;
	padding-left:5%;
	float:none;
	display:table;
	width:auto;	
}

.description ol li {
	margin-top:5px;
	float: none;
}

.description h4 strong,
.description h5 strong,
.description h6 strong {
    font-weight: 700
}

.description h4 {
    font-size: 20px;
    line-height: 24px;
}

.description h5 {
    font-size: 16px;
    line-height: 20px
}

.description h6 {
    font-size: 14px;
    line-height: 18px
}

.description p {
    margin: 0 0 15px;
	text-align: justify;
}

.description:last-child {
    margin: 0
}

.side-social {
    padding: 0 0 0 15px
}

.side-browse {
    padding: 0 0 0 0
}


@media only screen and (max-width:1024px) {
    .side-social {
        padding: 0 0 0 5px
    }
	.side-browse {
		padding: 0 0 0 0
	}	
}

.side-social h6 {
    line-height: 39px;
    color: #716d7b;
    float: left
}

.side-social ul {
    width: auto;
    float: right
}

.side-social ul li+li {
    margin: 0 0 0 12px
}

@media only screen and (max-width:1024px) {
    .side-social ul li+li {
        margin: 0 0 0 10px
    }
}

.side-social ul li a {
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left
}

@media only screen and (max-width:1024px) {
    .side-social ul li a {
        width: 39px;
        height: 39px
    }
}

.side-social ul li a img {
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    height: 18px
}

.side-social ul li a:hover {
    border-color: #d0d0d0
}

.program {
    border: 1px solid #e2e2e2;
    border-radius: 11px;
    margin: 0 0 35px;
    padding: 32px 22px 25px 0
}

@media only screen and (max-width:1175px) {
    .program {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:1024px) {
    .program {
        margin: 0 0 30px;
        padding: 30px 30px 25px 0
    }
}

@media only screen and (max-width:560px) {
    .program {
        margin: 0 0 30px;
        padding: 25px
    }
}

.program__logotype {
    width: 200px;
    float: left
}

@media only screen and (max-width:1175px) {
    .program__logotype {
        width: 170px
    }
}

@media only screen and (max-width:560px) {
    .program__logotype {
        width: 100%
    }
}

.program__logotype img {
    max-width: 80%;
    margin: 0 auto
}

@media only screen and (max-width:560px) {
    .program__logotype img {
        margin: 0 0 14px
    }
}

.program .date-table {
    width: calc(100% - 356px);
    float: right
}

.program .date-table .votes {
	float:left;
	margin-left:10px;
	font-size:15px;
	margin-top:4px;
}

@media only screen and (max-width:1175px) {
    .program .date-table {
        width: calc(100% - 170px)
    }
}

@media only screen and (max-width:560px) {
    .program .date-table {
        width: 100%
    }
}

.program .date-table ul {
    margin: 0 0 20px 20px;
    padding: 0 0 25px
}

@media only screen and (max-width:560px) {
    .program .date-table ul {
        margin: 0 0 25px;
        padding: 0 0 20px
    }
}

.extensions {
    margin: 0 0 45px
}

@media only screen and (max-width:1175px) {
    .extensions {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:1024px) {
    .extensions {
        margin: 0 0 30px
    }
}

.extensions h3 {
    margin: 0 0 40px
}

@media only screen and (max-width:1024px) {
    .extensions h3 {
        margin: 0 0 30px
    }
}

.extensions__list {
    margin: 0 0 -16px
}

.extensions__list li {
    width: calc((100%/2) - 8px);
    margin: 0 16px 16px 0
}

@media only screen and (max-width:768px) {
    .extensions__list li {
        width: 100%;
        margin: 0 0 12px
    }
}

@media only screen and (max-width:560px) {
    .extensions__list li {
        margin: 0 0 8px
    }
}

.extensions__list li:nth-child(2n+2) {
    margin: 0 0 16px
}

@media only screen and (max-width:768px) {
    .extensions__list li:nth-child(2n+2) {
        margin: 0 0 12px
    }
}

@media only screen and (max-width:560px) {
    .extensions__list li:nth-child(2n+2) {
        margin: 0 0 8px
    }
}

.extensions__list li a {
    border-radius: 56px;
    background-color: #f6f6f6;
    width: 100%;
    height: 56px;
    font-size: 18px;
    line-height: 56px;
    color: #1a1f8a;
    padding: 0 0 0 32px;
    float: left
}

@media only screen and (max-width:1175px) {
    .extensions__list li a {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        padding: 0 0 0 30px
    }
}

@media only screen and (max-width:1024px) {
    .extensions__list li a {
        height: 44px;
        line-height: 44px;
        padding: 0 0 0 25px
    }
}

@media only screen and (max-width:560px) {
    .extensions__list li a {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        padding: 0 0 0 20px
    }
}

.extensions__list li a span {
    transition: .4s ease;
    width: 100px;
    color: #3339b7;
    float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;	
}

@media only screen and (max-width:1175px) {
    .extensions__list li a span {
        width: 80px
    }
}

@media only screen and (max-width:1024px) {
    .extensions__list li a span {
        width: 55px
    }
}

.opinions h3,
.opinions__list {
    margin: 0 0 45px
}

@media only screen and (max-width:1175px) {
    .opinions h3 {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:1024px) {
    .opinions h3 {
        margin: 0 0 30px
    }
}

@media only screen and (max-width:1175px) {
    .opinions__list {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:1024px) {
    .opinions__list {
        margin: 0 0 30px
    }
}

.opinions__list li+li {
    margin: 25px 0 0
}

.opinions__list li .info {
    border-radius: 6px;
    background-color: #f6f6f6;
    font-size: 16px;
    line-height: 40px;
    margin: 0 0 16px;
    padding: 0 16px
}

@media only screen and (max-width:768px) {
    .opinions__list li .info {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px
    }
}

.opinions__list li .info time {
    font-size: 14px;
    color: #716d7b;
    margin: 0 0 0 20px;
    display: inline-block
}

@media only screen and (max-width:768px) {
    .opinions__list li .info time {
        width: 100%;
        margin: 0
    }
}

.opinions__list li .comment .avatar {
    width: 65px;
    float: left
}

@media only screen and (max-width:768px) {
    .opinions__list li .comment .avatar {
        width: 60px
    }
}

@media only screen and (max-width:560px) {
    .opinions__list li .comment .avatar {
        width: 50px
    }
}

.opinions__list li .comment .avatar img {
    border-radius: 50%;
    width: 100%
}

.opinions__list li .comment .text {
    width: calc(100% - 100px);
    margin: 0 0 15px;
    float: right
}

@media only screen and (max-width:768px) {
    .opinions__list li .comment .text {
        width: calc(100% - 85px)
    }
}

@media only screen and (max-width:560px) {
    .opinions__list li .comment .text {
        width: calc(100% - 70px)
    }
}

.opinions__list li .comment .text p {
    font-size: 14px
}

.opinions__list li .comment>a {
    font-size: 16px;
    color: #3339b7;
    float: right
}

@media only screen and (max-width:768px) {
    .opinions__list li .comment>a {
        font-size: 14px
    }
}

@media only screen and (max-width:768px) {
    .opinions form {
        border-bottom: 1px solid #e9e9e9;
        padding: 0 0 6px
    }
}

.opinions form h5 {
    margin: 0 0 32px
}

@media only screen and (max-width:1024px) {
    .opinions form h5 {
        margin: 0 0 30px
    }
}

@media only screen and (max-width:768px) {
    .opinions form h5 {
        margin: 0 0 25px
    }
}

.opinions form .row {
    width: 100%;
    position: relative;
    float: left
}

.opinions form .row+.row {
    margin: 16px 0 0
}

@media only screen and (max-width:768px) {
    .opinions form .row+.row {
        margin: 15px 0 0
    }
}

.date-table ul li .label,
.opinions form .row label {
    width: 135px;
    font-size: 16px;
    line-height: 48px;
    color: #716d7b;
    float: left
}

@media only screen and (max-width:1175px) {
    .opinions form .row label {
        line-height: 44px
    }
}

@media only screen and (max-width:768px) {
    .opinions form .row label {
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 14px
    }
}

.opinions form .row label span {
    color: #e65151
}

.opinions form .row button,
.opinions form .row input,
.opinions form .row textarea {
    -webkit-appearance: none;
    appearance: none
}

.opinions form .row input {
    border: 1px solid #aaa;
    border-radius: 11px;
    width: 320px;
    height: 48px;
    padding: 0 25px;
    float: left
}

.opinions form .row textarea {
    border: 1px solid #aaa;
    border-radius: 11px;
    font-size: 16px;
    color: #716d7b;
    float: left
}

@media only screen and (max-width:1175px) {
    .opinions form .row input,
    .opinions form .row textarea {
        width: 300px;
        height: 44px
    }
}

@media only screen and (max-width:1024px) {
    .opinions form .row input,
    .opinions form .row textarea {
        width: 280px
    }
}

@media only screen and (max-width:768px) {
    .opinions form .row input,
    .opinions form .row textarea {
        width: 100%;
        font-size: 14px;
        line-height: 40px;
        padding: 0 20px
    }
}

.opinions form .row textarea {
    width: 100%;
    height: 127px;
    padding: 15px 25px;
    resize: none
}

@media only screen and (max-width:1175px) {
    .opinions form .row textarea {
        height: 115px
    }
}

.opinions form .row--last label {
    width: 100%
}

.opinions form .btn {
    margin: 75px 0 20px;
}

.extension {
    border: 1px solid #e2e2e2;
    border-radius: 11px;
    margin: 0 0 35px;
    padding: 20px 22px 22px
}

@media only screen and (max-width:1024px) {
    .extension {
        padding: 20px 30px 30px
    }
}

@media only screen and (max-width:768px) {
    .extension {
        padding: 15px 25px 25px
    }
}

.extension__icon {
    width: 336px;
    height: 280px;
    margin: 12px 20px 0 0;
    /*box-shadow: 0 4px 16px 0 rgba(47, 43, 86, .15);
	border-radius: 14px;*/
    position: relative;
    float: left
}

.program__icon {
    width: 336px;
    height: 280px;
    margin: 0 0 0 20px;
    position: relative;
    float: left
}

.program__icon img {
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}

@media only screen and (max-width:1175px) {
    .extension__icon {
        width: 100px;
        height: 115px
    }
}

@media only screen and (max-width:560px) {
    .extension__icon {
        display: none
    }
}


@media only screen and (max-width:1175px) {
    .program__icon {
        width: 100px;
        height: 115px
    }
}

@media only screen and (max-width:560px) {
    .program__icon {
        display: none
    }
}

.extension__icon img {
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    /*width: 40%*/
}

.extension__icon__h1 {
	float:left;
	width:48px;
	margin:0 10px 10px 0;
}


.extension .date-table {
    width: calc(100% - 356px);
    padding: 10px 0 0;
    float: right
}

.extension .date-table .votes {
	float:left;
	margin-left:10px;
	font-size:15px;
	margin-top:4px;
}

@media only screen and (max-width:560px) {
    .extension .date-table .votes {
        display: none
    }
}


@media only screen and (max-width:1175px) {
    .extension .date-table {
        width: calc(100% - 130px)
    }
}

@media only screen and (max-width:560px) {
    .extension .date-table {
        width: 100%
    }
}

.extension .date-table ul {
    border-top: 1px solid #e2e2e2;
    margin: 15px 0 0;
    padding: 25px 0 0
}

.about-file .date-table ul {
    border-top: 1px solid #e2e2e2;
    margin: 15px 0 15px;
    padding: 25px 0 0
}

.date-table ul li+li,
.open-programs__item .list ul li+li {
    margin: 18px 0 0
}

.about-file ul li+li {
    margin-bottom: 10px
}

.about-file ul li+li {
    margin: 8px 0 0
}

@media only screen and (max-width:1024px) {
    .date-table ul li+li {
        margin: 12px 0 0
    }
}

.date-table ul li .label {
    width: 90px;
    line-height: 24px
}

.extension_short {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

@media only screen and (max-width:1175px) {
    .date-table ul li .label {
        width: 120px
    }
}

@media only screen and (max-width:1024px) {
    .date-table ul li .label {
        width: 100%;
        margin: 0 0 5px
    }
}

.date-table ul li .value {
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
    float: left
}

@media only screen and (max-width:1175px) {
    .date-table ul li .value {
        font-size: 16px
    }
}

@media only screen and (max-width:1024px) {
    .date-table ul li .value {
        width: 100%
    }
}

.date-table ul li .value img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    bottom: 1px
}

.date-table ul li .value img+img {
    margin: 0 0 0 4px
}

.date-table ul li .value a {
    font-weight: 500;
    color: #3339b7
}

.date-table ul li .value .rating {
    border: 0;
    width: auto;
    margin: 0 15px 0 0;
    padding: 0
}

@media only screen and (max-width:560px) {
    .date-table ul li .value .rating {
        width: 100%;
        margin: 0 0 5px
    }
}

.date-table ul li .value .rating li {
    background-size: cover;
    width: 20px;
    height: 20px
}

.date-table ul li .value .rating li+li {
    margin: 0 0 0 5px
}

.date-table ul li .value .rating li.full {
    background-image: url(../images/rate--icon-full.svg)
}

.date-table ul li .value .rating li.empty {
    background-image: url(../images/rate--icon-empty.svg)
}

.date-table ul li .value span,
.opinions form .row input {
    font-size: 16px;
}

@media only screen and (max-width:1175px) {
    .date-table ul li .value span {
        font-size: 15px
    }
}

@media only screen and (max-width:768px) {
    .date-table ul li .value span {
        font-size: 14px
    }
}

@media only screen and (max-width:560px) {
    .date-table ul li .value span {
        display: block
    }
}

.open-programs {
    margin: 0 0 50px
}

.open-programs .adv {
	width:300px;
	float:left;
	margin: 0 10px 0 0;
}

.open-programs .softlist {
	float:left;
	width: calc(100% - 310px);
}

@media only screen and (max-width:650px) {
    .open-programs .softlist {
        width: 100%;
		clear:both;
		margin-top:30px;
    }
}


@media only screen and (max-width:1175px) {
    .open-programs {
        margin: 0 0 40px
    }
}

@media only screen and (max-width:1024px) {
    .open-programs {
        margin: 0 0 30px
    }
}

.open-programs h3 {
    margin: 0 0 30px
}

@media only screen and (max-width:1175px) {
    .open-programs h3 {
        margin: 0 0 25px
    }
}

@media only screen and (max-width:1024px) {
    .open-programs h3 {
        margin: 0 0 25px
    }
}

.open-programs__item {
    border-bottom: 1px solid #ececec;
    padding: 20px 0
}

.open-programs__item:first-child {
    padding: 0 0 20px
}

.open-programs__item .soft {
    width: 115px;
    float: left
}

@media only screen and (max-width:768px) {
    .open-programs__item .soft {
        width: 140px
    }
}

@media only screen and (max-width:560px) {
    .open-programs__item .soft {
        width: 100%;
        margin: 0 0 20px
    }
}



.open-programs__item .inner {
    position: relative;
    font-size: 22px;
    line-height: 20px;
	padding-bottom:20px;
}

@media only screen and (max-width:1024px) {
    .open-programs__item .inner {
        font-size: 18px
    }
}

@media only screen and (max-width:768px) {
    .open-programs__item .inner {
        font-size: 16px
    }
}

@media only screen and (max-width:560px) {
    .open-programs__item .inner {
        transform: translate(0);
        position: relative;
        top: auto;
        left: auto;
        text-align: left
    }
}

.open-programs__item .inner img {
	margin-right:20px;
	vertical-align: middle;
	display:inline;
}

@media only screen and (max-width:560px) {
    .open-programs__item .inner img {
        margin: 0 0 15px
    }
}
/*old

.open-programs__item .soft .inner {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    font-size: 20px;
    line-height: 20px;
    text-align: center
}

@media only screen and (max-width:1024px) {
    .open-programs__item .soft .inner {
        font-size: 18px
    }
}

@media only screen and (max-width:768px) {
    .open-programs__item .soft .inner {
        font-size: 16px
    }
}

@media only screen and (max-width:560px) {
    .open-programs__item .soft .inner {
        transform: translate(0);
        position: relative;
        top: auto;
        left: auto;
        text-align: left
    }
}

.open-programs__item .soft .inner img {
    margin: 0 auto 20px
}

@media only screen and (max-width:560px) {
    .open-programs__item .soft .inner img {
        margin: 0 0 15px
    }
}

old end*/

.open-programs__item .list {
    width: calc(100% - 115px);
    padding: 0 0 0 50px;
    float: right
}

@media only screen and (max-width:768px) {
    .open-programs__item .list {
        width: calc(100% - 140px);
        padding: 0
    }
}

@media only screen and (max-width:560px) {
    .open-programs__item .list {
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .open-programs__item .list ul li+li {
        margin: 15px 0 0
    }
}

@media only screen and (max-width:560px) {
    .open-programs__item .list ul li+li {
        margin: 12px 0 0
    }
}

.open-programs__item .list ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #3339b7
}

@media only screen and (max-width:1024px) {
    .open-programs__item .list ul li a {
        font-size: 16px
    }
}

@media only screen and (max-width:768px) {
    .open-programs__item .list ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width:560px) {
    .open-programs__item .list ul li a .icon {
        width: 40px
    }
}
			
.baguetteBoxOne, .howto__img {
	float:left;
	margin:5px 20px 10px 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #e2e2e2;
}

figcaption {
    background-color: #222222a6;
	font-size:11px;
    color: #fff;
    padding: 3px;
    text-align: center;
}

.text__button
{
background: #756394;
padding: 1px 5px 1px 5px;
border-radius:4px;
color:#fff;
white-space:nowrap;	
}

.ads {
	margin: -15px 0 15px 0;
}

.ad {
	margin: 5px 20px 10px 0;
	float:left; 
	display:block;
}
.ad-links {
	clear:both;
}

.desc__img {
	float:left;
	margin:5px 20px 10px 0;
	width:300px;
	padding:5px;
	border: 1px solid #e2e2e2;
}

.desc__img__big {
	float:left;
	margin:5px 20px 10px 0;
	width:350px;
	padding:5px;
	border: 1px solid #e2e2e2;
}

.ad:after { visibility:hidden; display:block; content:"" ; clear:both; height:0px;}

/* ---------- [ CookieInfo ] ---------- */

/*!
 * Cookie Law Script v1.0
 *
 * Copyright 2013 Daniel Paul
 * www.danielpaul.me
 *
 * Licensed under
 *
 */


#jquery-cookie-law-script, #jquery-cookie-law-script * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#jquery-cookie-law-script {

  position: fixed;
  bottom: 0;
  left: 0;

  z-index: 999999;
  display:none;
  width:100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.7);

  color: #F1F1F3;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223,223,223,0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #4B51C0;
}

/* ---------- Cookie law main message ---------- */

#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}
#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #F9FAFC;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 25px 20px;
}
#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
}

@media (max-width: 767px) {
  #jquery-cookie-law-script #cookie-law-message {
    width: 65%;
  }
}

@media (max-width: 480px) {
  #jquery-cookie-law-script #cookie-law-message {
    width: 50%;
  }
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #4B51C0;

  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover, #jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #3D43B1;
  color: white;

  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #7B8A8B;
}
#jquery-cookie-law-script a#cookie-policy-button {
  margin-left: 10px;
  background: #7B8A8B;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #697677;
}

/* ---------- Cookie law more info ---------- */

#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}
#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #EAEDF1;
  border-top: 1px solid #F0F2F5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}
#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3B89C7;
}

/*# sourceMappingURL=app.min.css.map */