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,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
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: #f3f3f3;
    font-family: 'Roboto', sans-serif!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
table {
    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;
    margin: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

:after,
:before {
    content: '';
    display: none
}

::selection {
    background: #38b59c;
    color: #fff
}

img {
    margin: 0;
    display: block;
    user-select: none
}

u {
	text-decoration: underline;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

.wrapper {
    width: 100%;
    overflow: hidden
}

.container {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    flex: 0 0 1130px
}

@media only screen and (max-width:1130px) {
    .container {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.section {
    margin: 0 0 50px
}

@media only screen and (max-width:1024px) {
    .section {
        margin: 0 0 40px
    }
}

label {
    font-size: 18px;
    line-height: 26px;
    color: #5c5c5c
}

@media only screen and (max-width:1024px) {
    label {
        font-size: 14px;
        line-height: 22px
    }
}

input[type=email],
input[type=text] {
    height: 48px;
    padding: 0 15px 1px
}

input[type=email],
input[type=text],
textarea {
    transition: .4s ease;
    border: 2px solid #cecece;
    border-radius: 8px;
    background-color: transparent;
    font-family: 'Roboto', sans-serif!important;
    font-size: 18px;
    line-height: 48px;
    color: #000;
    outline: 0;
    margin: 0;
    box-shadow: none!important;
    -webkit-appearance: none
}

@media only screen and (max-width:1024px) {
    input[type=email],
    input[type=text],
    textarea {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        padding: 0 14px 1px
    }
}

input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
    border-color: #cecece;
    background-color: transparent
}

textarea {
    height: 155px;
    resize: none;
    padding: 0 15px
}


::-webkit-input-placeholder {
    color: #fff!important;
    opacity: .6
}

:-moz-placeholder,
::-moz-placeholder {
    color: #fff!important;
    opacity: .6
}

:-ms-input-placeholder {
    color: #fff!important;
    opacity: .6
}

button,
h1,
h2,
h3,
h5,
h6 {
    font-family: 'Roboto', sans-serif!important
}

a,
button {
    transition: .4s ease
}

button {
    border: 0;
    border-radius: 12px;
    background-color: #38b59c;
    height: 50px;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    cursor: pointer;
    padding: 0 33px 1px;
    -webkit-appearance: none;
    font-weight: 700
}

@media only screen and (max-width:1024px) {
    button {
        height: 46px;
        font-size: 14px;
        line-height: 46px
    }
}

@media only screen and (max-width:768px) {
    button {
        border-radius: 8px
    }
}

button:hover {
    background-color: #1c8d76
}

table tbody td,
table thead th {
    font-size: 0;
    font-weight: 400;
    line-height: 0;
    text-align: left;
    padding: 10px 15px
}

.btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    position: relative
}

@media only screen and (max-width:1024px) {
    .btn {
        font-size: 14px;
        line-height: 21px
    }
}

.btn:after,
a.link:after {
    transition: .4s ease;
    background-color: #38b59c;
    width: 100%;
    height: 1px;
    opacity: 0;
    pointer-events: mome;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0
}

.btn,
.btn:hover,
a:hover,
span.green {
    color: #38b59c
}

.btn:hover:after,
a.link:hover:after {
    opacity: 1;
    bottom: 2px
}

.btn--white,
.btn--white:hover {
    color: #fff
}

.btn--white:hover:after {
    background-color: #fff
}

a {
    text-decoration: none
}

a.link,
ul li {
    position: relative
}

h1,
h2,
h3,
h5,
h6 {
    font-weight: 400;
    margin: 0
}

h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
	padding-bottom:5px;
    margin: 0 0 20px;
	border-bottom: 2px solid #38b59c;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 20px;
	border-bottom: 1px solid #d2d2d2;
}

h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 10px
}

h1 {
    font-size: 48px;
    line-height: 60px
}

@media only screen and (max-width:1130px) {
    h1 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (max-width:1024px) {
    h1 {
        font-size: 36px;
        line-height: 44px
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (max-width:560px) {
    h1 {
        font-size: 28px;
        line-height: 36px
    }
}

@media only screen and (max-width:1024px) {
    h4 {
        font-size: 24px;
        line-height: 36px
    }
}

@media only screen and (max-width:768px) {
    h4 {
        font-size: 22px;
        line-height: 30px
    }
}

h6 {
    font-size: 20px;
    line-height: 32px
}

@media only screen and (max-width:1024px) {
    h6 {
        font-size: 16px;
        line-height: 24px
    }
}

p {
    margin: 0
}

@media only screen and (max-width:1024px) {
    p {
        font-size: 14px;
        line-height: 22px
    }
}

ul li {
    line-height: 0
}

b,
h4,
strong {
    font-family: 'Roboto', sans-serif!important
}

.header {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 64px;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0
}

.header .container {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.header__logo {
    margin: 0 0 0 25px;
    padding: 2px 0 0
}

@media only screen and (max-width:1130px) {
    .header__logo {
        margin: 0
    }
}

.header__logo img {
    width: 130px
}

.header__form-trigger {
    cursor: pointer;
    margin: 0 25px 0 auto;
    display: none
}

@media only screen and (max-width:768px) {
    .header__form-trigger {
        display: block
    }
}

.header__form-trigger img {
    width: 20px
}

.header__form {
    width: 375px;
    margin: 0 48px 0 auto;
    display: none
}

@media only screen and (max-width:1130px) {
    .header__form {
        margin: 0 25px 0 auto
    }
}

@media only screen and (max-width:768px) {
    .header__form {
        transition: .4s ease;
        background-color: rgba(0, 0, 0, .9);
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        padding: 0 65px 0 25px;
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0
    }
}

.header__form .form__close {
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 25px
}

@media only screen and (max-width:768px) {
    .header__form .form__close {
        display: block
    }
}

.header__form .form__close img {
    width: 16px
}

@media only screen and (max-width:768px) {
    .header__form form {
        transform: translateY(-50%);
        position: relative;
        top: 50%
    }
    .header__form.visible {
        opacity: 1;
        pointer-events: auto
    }
}

.header__languages {
    margin: 0 25px 0 0;
    position: relative
}

@media only screen and (max-width:1130px) {
    .header__languages {
        margin: 0
    }
}

.header__languages .languages__current {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(255, 255, 255, .4);
    cursor: pointer;
    padding: 0 16px 0 0;
    position: relative
}

.header__languages .languages__current:after {
    transform: translateY(-50%);
    top: 50%;
    border-top: 6px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: calc(50% + 2px);
    right: 0
}

.header__languages .languages__others {
    transition: .4s ease;
    transform: translateX(-50%);
    left: 50%;
    border: 1px solid #d6d6d7;
    border-radius: 12px;
    background-color: #fff;
    width: 200px;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    padding: 15px 15px;
    position: absolute;
    top: 100%
}
.header__languages .languages__others li {
    font-size: 14px;
    line-height: 20px
}

p {
    font-size: 16px;
    line-height: 25px
}

.header__languages .languages__others li+li {
    margin: 8px 0 0
}

.footer__menu ul li a:hover,
.header__languages .languages__others li a,
a {
    color: #38b59c
}

.header__languages .languages__others li.active {
    pointer-events: none
}

.header__languages .languages__others li.active a {
    color: #616161
}

.header__languages .languages__others.visible {
    opacity: 1;
    pointer-events: auto;
    top: calc(100% + 12px)
}

.header--subpage {
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    height: 96px;
    margin: 0 0 32px;
    position: relative;
    top: auto;
    left: auto
}

@media only screen and (max-width:1130px) {
    .header--subpage {
        margin: 0 0 25px
    }
}

@media only screen and (max-width:1024px) {
    .header--subpage {
        margin: 0
    }
}

@media only screen and (max-width:768px) {
    .header--subpage {
        height: 85px
    }
}

.header--subpage .header__form {
    display: block
}

.footer {
    padding: 55px 0
}

@media only screen and (max-width:1130px) {
    .footer {
        padding: 45px 0
    }
}

@media only screen and (max-width:768px) {
    .footer {
        padding: 35px 0
    }
}

.footer .container {
    justify-content: space-between;
    display: flex
}

@media only screen and (max-width:768px) {
    .footer .container {
        flex-wrap: wrap
    }
    .footer__menu {
        margin: 0 0 8px;
        flex: 0 0 100%
    }
}

@media only screen and (max-width:560px) {
    .footer__menu {
        margin: 0 0 10px
    }
}

.footer__menu ul,
form.search-form {
    display: flex
}

@media only screen and (max-width:768px) {
    .footer__menu ul {
        flex-wrap: wrap;
        justify-content: center
    }
    .footer__menu ul li {
        margin: 0 12px
    }
}

@media only screen and (max-width:560px) {
    .footer__menu ul li {
        margin: 0 10px
    }
}

.footer__menu ul li+li {
    margin: 0 0 0 32px
}

@media only screen and (max-width:1130px) {
    .footer__menu ul li+li {
        margin: 0 0 0 25px
    }
}

@media only screen and (max-width:768px) {
    .footer__menu ul li+li {
        margin: 0 12px
    }
}

@media only screen and (max-width:560px) {
    .footer__menu ul li+li {
        margin: 0 10px
    }
}

.footer__menu ul li a,
b,
strong {
    font-weight: 700
}

.footer__copy,
.footer__menu ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #5c5c5c
}

@media only screen and (max-width:768px) {
    .footer__copy {
        text-align: center;
        flex: 0 0 100%
    }
}

.footer--subpage .container {
    flex-wrap: wrap
}

.footer--subpage .footer__menu {
    margin: 0 0 18px;
    flex: 0 0 100%
}

@media only screen and (max-width:1130px) {
    .footer--subpage .footer__menu {
        margin: 0 0 12px
    }
}

.footer--subpage .footer__copy {
    flex: 0 0 100%
}

form.search-form input[type=text] {
    border: 2px solid rgba(255, 255, 255, .3);
    border-right: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: rgba(255, 255, 255, .1);
    height: 64px;
    color: #fff;
    flex: 1 1 auto
}

@media only screen and (max-width:1024px) {
    form.search-form input[type=text] {
        border: 1px solid rgba(255, 255, 255, .3);
        height: 48px
    }
}

@media only screen and (max-width:768px) {
    form.search-form input[type=text] {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px
    }
}

form.search-form::-webkit-input-placeholder {
    color: #fff!important;
    opacity: .4
}

form.search-form:-moz-placeholder,
form.search-form::-moz-placeholder {
    color: #fff!important;
    opacity: .4
}

form.search-form:-ms-input-placeholder {
    color: #fff!important;
    opacity: .4
}

form.search-form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 64px;
    padding: 0 0 2px;
    flex: 0 0 124px;
    justify-content: center;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    form.search-form button {
        height: 48px;
        flex: 0 0 106px
    }
}

form.search-form button img {
    width: 15px;
    margin: 0 10px 0 0
}

@media only screen and (max-width:1024px) {
    form.search-form button img {
        width: 14px;
        margin: 0 8px 0 0
    }
}

form.search-form--smaller input[type=text] {
    border: 1px solid rgba(255, 255, 255, .3);
    height: 48px
}

@media only screen and (max-width:768px) {
    form.search-form--smaller input[type=text] {
        height: 40px
    }
}

form.search-form--smaller button {
    height: 48px;
    flex: 0 0 106px
}

@media only screen and (max-width:768px) {
    form.search-form--smaller button {
        height: 40px;
        flex: 0 0 90px
    }
}

.links-panel {
    border-radius: 16px;
    background-color: #38b59c;
    padding: 24px 24px 30px
}

.links-panel ul {
    margin: 0 -4px 24px;
    flex-wrap: wrap;
    display: flex
}

@media only screen and (max-width:1024px) {
    .links-panel ul {
        margin: 0 -4px 18px
    }
}

.links-panel ul li {
    margin: 0 4px 8px
}

.links-panel ul li a {
    border-radius: 8px;
    background-color: #fff;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    color: #000;
    padding: 0 36px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    display: inline-block
}

@media only screen and (max-width:1024px) {
    .links-panel ul li a {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        padding: 0 22px
    }
}

.links-panel ul li a:hover {
    background-color: #ececec;
    color: #1c8d76
}

.links-panel--bright {
    background-color: #ececec
}

.links-panel--bright ul li a {
    font-size: 14px;
    padding: 0 22px
}

.alphabet {
    text-align: center;
    margin: 0 0 85px
}

@media only screen and (max-width:1024px) {
    .alphabet {
        margin: 0 0 40px
    }
}

.alphabet h4 {
    margin: 0 0 46px
}

@media only screen and (max-width:1024px) {
    .alphabet h4 {
        margin: 0 0 35px
    }
}

.alphabet ul {
    margin: 0 -8px -16px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .alphabet ul {
        margin: 0 -6px -12px
    }
}

@media only screen and (max-width:768px) {
    .alphabet ul {
        margin: 0 -5px -10px
    }
}

.alphabet ul li {
    margin: 0 8px 16px
}

@media only screen and (max-width:1024px) {
    .alphabet ul li {
        margin: 0 6px 12px
    }
}

@media only screen and (max-width:768px) {
    .alphabet ul li {
        margin: 0 5px 10px
    }
}

.alphabet ul li a {
    border-radius: 50%;
    background-color: #38b59c;
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 56px;
    color: #fff;
    display: inline-block
}

@media only screen and (max-width:1024px) {
    .alphabet ul li a {
        width: 50px;
        height: 50px;
        font-size: 18px;
        line-height: 50px
    }
}

@media only screen and (max-width:768px) {
    .alphabet ul li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px
    }
}

.alphabet ul li a:hover {
    background-color: #1c8d76
}

.file-type {
    margin: 0 0 65px
}

@media only screen and (max-width:1024px) {
    .file-type,
    .file-type h4 {
        margin: 0 0 40px
    }
}

.file-type__body {
    border-radius: 16px;
    background-size: cover;
    background-position: center center;
    padding: 48px 38px 43px;
    display: flex
}

@media only screen and (max-width:1024px) {
    .file-type__body {
        padding: 30px 25px
    }
}

@media only screen and (max-width:768px) {
    .file-type__body {
        background-position: center left;
        flex-wrap: wrap
    }
}

.file-type__body .body__type {
    padding: 0 40px 0 0;
    flex: 0 0 215px
}

@media only screen and (max-width:1024px) {
    .file-type__body .body__type {
        padding: 0 25px 0 0;
        flex: 0 0 240px
    }
}

@media only screen and (max-width:768px) {
    .file-type__body .body__type {
        padding: 0 0 20px;
        flex: 0 0 100%
    }
}

.file-type__body .body__type .type__file {
    margin: 0 0 18px;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .file-type__body .body__type .type__file {
        margin: 0 0 15px
    }
}

.file-details__main .main__file figure,
.file-details__details .main__file figure,
.file-type__body .body__type .type__file figure {
    border-radius: 8px;
    background-color: #fff;
    width: 48px;
    height: 48px;
    margin: 0 12px 0 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    justify-content: center;
    align-items: center;
    display: flex
}

.file-details__details>ul>li .second ul li img,
.file-details__main .main__file figure img,
.file-details__details .main__file figure img,
.file-type__body .body__type .type__file figure img {
    width: 24px
}

.file-details__main .main__file span,
.file-details__details .main__file span,
.file-type__body .body__type .type__file span {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 0 1px
}

.software-details__main {
    flex: 0 0 20%
}

@media only screen and (max-width:1130px) {
    .software-details__main {
        flex: 0 0 20%
    }
}

@media only screen and (max-width:768px) {
    .software-details__main {
        margin: 0 0 20px;
        flex: 0 0 100%
    }
}

.software-details__main .main__file {
    margin: 0 0 18px;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .software-details__main .main__file span {
        font-size: 28px;
        line-height: 36px
    }
}

.software-details__main .main__desc p {
    font-size: 20px;
    line-height: 28px
}

@media only screen and (max-width:1024px) {
    .software-details__main .main__desc p {
        font-size: 14px;
        line-height: 22px
    }
}

.software-details__main .main__file figure,
.file-type__body .body__type .type__file figure {
    border-radius: 8px;
    background-color: #fff;
    width: 72px;
    height: 72px;
    margin: 0 12px 0 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    justify-content: center;
    align-items: center;
    display: flex
}

.software-details__main .main__file figure img {
    width: 48px
}

.software-details__main .main__file span,
.file-type__body .body__type .type__file span {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 0 1px
}

@media only screen and (max-width:1024px) {
    .file-type__body .body__type .type__file span {
        font-size: 28px;
        line-height: 36px
    }
}

.file-type__body .body__type .type__desc,
.that-open__item .item__body ul li a:hover {
    color: #5c5c5c
}

.file-type__body .body__copy {
    color: #616161;
    flex: 0 0 320px
}

@media only screen and (max-width:1024px) {
    .file-type__body .body__copy {
        flex: 0 0 340px
    }
}

@media only screen and (max-width:768px) {
    .file-type__body .body__copy {
        flex: 0 0 100%
    }
}

.file-type__body .body__copy p {
    margin: 0 0 28px
}

@media only screen and (max-width:1024px) {
    .file-type__body .body__copy p {
        margin: 0 0 18px
    }
}

.text-section {
    margin: 0 0 65px
}

@media only screen and (max-width:1024px) {
    .text-section {
        margin: 0 0 40px
    }
}

.text-section ul {
	color: #616161;
    font-size: 16px;
	list-style-type: lower-latin; 	
	padding: 0 0 20px 40px;
}

.text-section ul li {
    padding: 0 0 0 10px;
	line-height: 28px;
}

.text-section h4 {
    margin: 0 0 25px
}

@media only screen and (max-width:1024px) {
    .text-section h4 {
        margin: 0 0 15px
    }
}

.text-section h6 {
    color: #5c5c5c;
    margin: 0 0 30px
}

@media only screen and (max-width:1024px) {
    .text-section h6 {
        margin: 0 0 15px
    }
}

.text-section p {
    color: #616161;
    margin: 0 0 25px;
	text-align: justify;
}

@media only screen and (max-width:1024px) {
    .text-section p {
        margin: 0 0 15px
    }
}

.subpage__body .body__sidebar .sidebar__box:last-child,
.text-section>:last-child {
    margin: 0
}

.text-section--small-margin {
    margin: 0 0 40px
}

@media only screen and (max-width:1024px) {
    .text-section--small-margin {
        margin: 0 0 30px
    }
}

.commentaries ul li {
    border-radius: 16px;
    background-color: #ececec;
    padding: 17px
}

@media only screen and (max-width:1024px) {
    .commentaries ul li {
        padding: 18px 18px 20px
    }
}

.commentaries ul li+li,
ul.sidebar-categories li+li {
    margin: 8px 0 0
}

.commentaries-form h6,
.commentaries__header {
    margin: 0 0 20px;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .commentaries__header {
        margin: 0 0 10px
    }
}

.commentaries__header figure {
    border-radius: 50%;
    width: 32px;
    overflow: hidden;
    margin: 0 13px 0 0
}

.commentaries-form h6 figure img,
.commentaries__header figure img {
    width: 100%
}

.commentaries__body {
    margin: 0 0 15px
}

@media only screen and (max-width:1024px) {
    .commentaries__body {
        margin: 0 0 10px
    }
}

.commentaries__body p {
    font-size: 14px;
    line-height: 24px;
    color: #616161
}

.commentaries__footer {
    font-size: 14px;
    line-height: 27px;
    justify-content: space-between;
    display: flex
}

.commentaries__footer time {
    color: rgba(97, 97, 97, .6)
}

.commentaries-form h6 {
    font-weight: 500;
    margin: 0 0 30px
}

.commentaries-form h6 figure {
    width: 28px;
    margin: 0 12px 0 0;
    padding: 3px 0 0
}

.commentaries-form__form .form__row,
.search {
    justify-content: flex-end;
    display: flex
}

@media only screen and (max-width:560px) {
    .commentaries-form__form .form__row {
        flex-wrap: wrap
    }
}

.commentaries-form__form .form__row+.form__row {
    margin: 24px 0 0
}

@media only screen and (max-width:560px) {
    .commentaries-form__form .form__row+.form__row {
        margin: 15px 0 0
    }
}

.commentaries-form__form .form__row label {
    margin: 11px 0 0;
    flex: 0 0 135px
}

@media only screen and (max-width:1024px) {
    .commentaries-form__form .form__row label {
        flex: 0 0 120px
    }
}

@media only screen and (max-width:560px) {
    .commentaries-form__form .form__row label {
        margin: 0 0 10px;
        flex: 0 0 100%
    }
}

.commentaries-form__form .form__row input[type=email],
.commentaries-form__form .form__row input[type=text],
.commentaries-form__form .form__row textarea {
    flex: 1 1 auto
}

@media only screen and (max-width:560px) {
    .commentaries-form__form .form__row input[type=email],
    .commentaries-form__form .form__row input[type=text],
    .commentaries-form__form .form__row textarea {
        flex: 0 0 100%
    }
}

.search {
    background-size: cover;
    background-position: center center;
    margin: 0 0 50px;
    padding: 103px 0 48px;
    justify-content: center;
    position: relative;
    z-index: 25
}

@media only screen and (max-width:1130px) {
    .search {
        margin: 0 0 25px
    }
}

@media only screen and (max-width:1024px) {
    .search {
        margin: 0;
        padding: 90px 25px 40px
    }
}

.search__inner {
    width: 704px;
    color: #fff
}

@media only screen and (max-width:768px) {
    .search__inner {
        width: 500px
    }
}

.search__inner h2,
.search__inner p {
    text-align: center;
    margin: 0 0 3px;
	border-bottom:none;
}

.search__inner p {
    opacity: .45;
    margin: 0 0 22px
}

.home-page__body {
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    padding: 30px 25px 0
}

@media only screen and (max-width:1130px) {
    .home-page__body {
        border-radius: 0;
        width: calc(100% + 50px);
        margin: 0 -25px
    }
}

.half-sections {
    margin: 0 0 65px;
    justify-content: space-between;
    display: flex
}

@media only screen and (max-width:1024px) {
    .half-sections {
        margin: 0 0 40px;
        flex-wrap: wrap
    }
}

.half-sections__item {
    flex: 0 0 calc(58.5% - 12px)
}

@media only screen and (max-width:1024px) {
    .half-sections__item {
        flex: 0 0 100%
    }
}

.half-sections__item:last-child {
    flex: 0 0 calc(41.5% - 12px)
}

@media only screen and (max-width:1024px) {
    .half-sections__item:last-child {
        padding: 30px 0 0;
        flex: 0 0 100%
    }
}

.categories {
    background-color: #879895;
    width: calc(100% + 50px);
    text-align: center;
    color: #fff;
    margin: 0 -25px;
    padding: 45px 25px
}

@media only screen and (max-width:1024px) {
    .categories {
        padding: 35px 25px
    }
}

.categories h4,
.subpage__body .body__sidebar .sidebar__box {
    margin: 0 0 50px
}

@media only screen and (max-width:1024px) {
    .categories h4 {
        margin: 0 0 38px
    }
}

.categories ul,
.subpage__body {
    justify-content: space-between;
    display: flex
}

.categories ul {
    margin: 0 0 18px;
    flex-wrap: wrap
}

@media only screen and (max-width:1024px) {
    .categories ul {
        margin: 0 0 17px
    }
}

@media only screen and (max-width:768px) {
    .categories ul {
        margin: 0 0 22px
    }
}

.categories ul li {
    margin: 0 0 24px;
    flex: 0 0 calc(25% - 18px)
}

@media only screen and (max-width:1024px) {
    .categories ul li {
        margin: 0 0 15px;
        flex: 0 0 calc(25% - 12px)
    }
}

@media only screen and (max-width:768px) {
    .categories ul li {
        margin: 0 0 10px;
        flex: 0 0 calc(33.3334% - 7px)
    }
}

@media only screen and (max-width:560px) {
    .categories ul li {
        margin: 0 0 10px;
        flex: 0 0 calc(50% - 5px)
    }
}

.categories ul li a {
    border-radius: 8px;
    background-color: #fff;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: .2px;
    color: #000;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    display: block
}

@media only screen and (max-width:1024px) {
    .categories ul li a {
        height: 40px;
        font-size: 14px;
        line-height: 40px
    }
}

.categories ul li a:hover {
    background-color: #ececec;
    color: #1c8d76
}

.subpage__body {
    align-items: flex-start
}

@media only screen and (max-width:1024px) {
    .subpage__body {
        flex-wrap: wrap
    }
}

.subpage__body .body__main {
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    padding: 30px 25px 40px;
    flex: 1 1 auto
}

@media only screen and (max-width:1024px) {
    .subpage__body .body__main {
        border-radius: 0;
        margin: 0 -25px;
        flex: 0 0 calc(100% + 50px)
    }
}

.subpage__body .body__main h1 {
    margin: 0 0 35px
}

@media only screen and (max-width:1130px) {
    .subpage__body .body__main h1 {
        margin: 0 0 30px
    }
}

.subpage__body .body__sidebar {
    margin: 0 0 0 32px;
    flex: 0 0 240px
}

@media only screen and (max-width:1130px) {
    .subpage__body .body__sidebar {
        margin: 0 0 0 25px
    }
}

@media only screen and (max-width:1024px) {
    .subpage__body .body__sidebar {
        margin: 0;
        padding: 30px 0 0;
        flex: 0 0 100%
    }
}

@media only screen and (max-width:1024px) {
    .subpage__body .body__sidebar .sidebar__box {
        margin: 0 0 30px
    }
}

.subpage__body .body__sidebar .sidebar__box h6 {
    font-weight: 500;
    margin: 0 0 25px
}

.file-details {
    border-radius: 16px;
    background-color: #ececec;
    margin: 0 0 30px;
    padding: 32px;
    display: flex
}

@media only screen and (max-width:1024px) {
    .file-details {
        margin: 0 0 40px;
        padding: 25px
    }
}

@media only screen and (max-width:768px) {
    .file-details {
        flex-wrap: wrap
    }
}

.software-details {
    border-radius: 16px;
    background-color: #eafdf9;
    margin: 0 0 30px;
    padding: 32px;
    display: flex
}

@media only screen and (max-width:1024px) {
    .software-details {
        margin: 0 0 40px;
        padding: 25px
    }
}

@media only screen and (max-width:768px) {
    .software-details {
        flex-wrap: wrap
    }
}

.file-details__main {
    flex: 0 0 calc(100% - 326px);
}

@media only screen and (max-width:1130px) {
    .file-details__main {
        flex: 0 0 35%;
		margin: 0 20px 0 0;
    }
}

@media only screen and (max-width:768px) {
    .file-details__main {
        margin: 0 0 20px;
        flex: 0 0 100%
    }
}

.file-details__main .main__file {
    margin: 0 0 18px;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .file-details__main .main__file span {
        font-size: 28px;
        line-height: 36px
    }
}

.file-details__details .main__file {
    margin: 0 0 18px;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .file-details__details .main__file span {
        font-size: 28px;
        line-height: 36px
    }
}

.file-details__main .main__desc p {
    font-size: 20px;
    line-height: 28px
}

@media only screen and (max-width:1024px) {
    .file-details__main .main__desc p {
        font-size: 14px;
        line-height: 22px
    }
}

.file-details__details {
    flex: 1 1 auto
}

@media only screen and (max-width:768px) {
    .file-details__details {
        flex: 0 0 100%
    }
}

.file-details__details>ul {
    margin: 0 0 -18px
}

@media only screen and (max-width:1024px) {
    .file-details__details>ul {
        margin: 0 0 -12px
    }
}

.file-details__details>ul>li {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 18px;
    display: flex
}

@media only screen and (max-width:1024px) {
    .file-details__details>ul>li {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 12px
    }
}

.file-details__details>ul>li .first {
    color: #616161;
    flex: 0 0 128px
}

@media only screen and (max-width:560px) {
    .file-details__details>ul>li .first {
        flex: 0 0 100px
    }
}

.file-details__details>ul>li .second {
    flex: 1 1 auto;
    align-items: center;
    display: flex
}

@media only screen and (max-width:560px) {
    .file-details__details>ul>li .second {
        flex-wrap: wrap
    }
}

.file-details__details>ul>li .second ul {
    margin: 0 25px 0 0;
    padding: 0 0 1px;
    display: flex
}

@media only screen and (max-width:1024px) {
    .file-details__details>ul>li .second ul {
        margin: 0 20px 0 0
    }
}

@media only screen and (max-width:560px) {
    .file-details__details>ul>li .second ul {
        margin: 0 0 5px
    }
}

.file-details__details>ul>li .second ul li+li {
    margin: 0 0 0 2px
}

@media only screen and (max-width:1024px) {
    .file-details__details>ul>li .second ul li img {
        width: 20px
    }
}

.file-details__details>ul>li .second span {
    font-size: 14px;
    line-height: 20px;
    color: #616161
}

@media only screen and (max-width:560px) {
    .file-details__details>ul>li .second span {
        flex: 0 0 100%
    }
}

.that-open__outer {
    margin: 0 0 -24px;
    flex-wrap: wrap;
    display: flex
}

.that-open__item {
    border: 2px solid rgba(206, 206, 206, .6);
    border-radius: 18px;
    margin: 0 0 24px 24px;
    flex: 0 0 calc(50% - 12px)
}

@media only screen and (max-width:768px) {
    .that-open__item {
        margin: 0 0 18px;
        flex: 0 0 100%
    }
}

.that-open__item:nth-child(2n+1) {
    margin: 0 0 24px
}

@media only screen and (max-width:768px) {
    .that-open__item:nth-child(2n+1) {
        margin: 0 0 18px
    }
}

.that-open__item .item__title {
    border-bottom: 1px solid rgba(206, 206, 206, .6);
    padding: 30px;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .that-open__item .item__title {
        padding: 20px 25px
    }
}

.that-open__item .item__title img {
    height: 40px;
    margin: 0 20px 0 0
}

@media only screen and (max-width:1024px) {
    .that-open__item .item__title img {
        height: 36px;
        margin: 0 15px 0 0
    }
}

.that-open__item .item__title h6 {
    font-weight: 500
}

.that-open__item .item__body {
    padding: 35px 30px
}

@media only screen and (max-width:1024px) {
    .that-open__item .item__body {
        padding: 25px
    }
}

.that-open__item .item__body ul li+li {
    margin: 25px 0 0
}

@media only screen and (max-width:1024px) {
    .that-open__item .item__body ul li+li {
        margin: 18px 0 0
    }
}

.that-open__item .item__body ul li a {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    align-items: center;
    display: flex
}

@media only screen and (max-width:1024px) {
    .that-open__item .item__body ul li a {
        font-size: 14px;
        line-height: 22px
    }
}

.that-open__item .item__body ul li a figure {
    width: 26px;
    margin: 0 15px 0 0
}

.that-open__item .item__body ul li a figure img {
    width: 100%
}

.extensions-table {
    border: 2px solid rgba(206, 206, 206, .6);
    border-radius: 18px;
    overflow: hidden
}

.extensions-table ul li a {
    border-bottom: 1px solid rgba(206, 206, 206, .6);
    padding: 14px 50px;
    display: flex
}

@media only screen and (max-width:1024px) {
    .extensions-table ul li a {
        padding: 12px 25px
    }
}

.extensions-table ul li a span {
    font-size: 18px;
    line-height: 26px
}

@media only screen and (max-width:1024px) {
    .extensions-table ul li a span {
        font-size: 14px;
        line-height: 22px
    }
}

.extensions-table ul li a span:first-child {
    font-weight: 700;
    flex: 0 0 140px
}

@media only screen and (max-width:1024px) {
    .extensions-table ul li a span:first-child {
        flex: 0 0 120px
    }
}

.extensions-table ul li a span:last-child {
    color: #000;
    flex: 1 1 auto
}

.extensions-table ul li a:hover {
    background-color: #eafdf9
}

.extensions-table ul li:last-child a {
    border-bottom: 0
}

.extensions-table ul li:nth-child(2n+2) a {
    background-color: #fbfbfb
}

.extensions-table ul li:nth-child(2n+2) a:hover {
    background-color: #eafdf9
}

ul.alphabet {
    margin: 0 0 -8px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex
}

@media only screen and (max-width:1024px) {
    ul.alphabet {
        justify-content: flex-start
    }
}

ul.alphabet li {
    margin: 0 0 8px 8px
}

@media only screen and (max-width:1024px) {
    ul.alphabet li {
        margin: 0 8px 8px 0
    }
}

ul.alphabet li:nth-child(5n+1) {
    margin: 0 0 8px
}

@media only screen and (max-width:1024px) {
    ul.alphabet li:nth-child(5n+1) {
        margin: 0 8px 8px 0
    }
}

ul.alphabet li a {
    border: 2px solid #38b59c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    color: #38b59c;
    display: inline-block
}

ul.alphabet li a:hover,
ul.sidebar-categories li a:hover {
    background-color: #38b59c;
    color: #fff
}

@media only screen and (max-width:1024px) {
    ul.sidebar-categories {
        margin: 0 0 -8px;
        flex-wrap: wrap;
        display: flex
    }
}

@media only screen and (max-width:768px) {
    ul.sidebar-categories {
        margin: 0 0 -10px
    }
}

@media only screen and (max-width:1024px) {
    ul.sidebar-categories li {
        margin: 0 0 8px 18px;
        flex: 0 0 calc(33.3334% - 12px)
    }
}

@media only screen and (max-width:768px) {
    ul.sidebar-categories li {
        margin: 0 0 10px 10px;
        flex: 0 0 calc(50% - 5px)
    }
}

@media only screen and (max-width:1024px) {
    ul.sidebar-categories li+li {
        margin: 0 0 8px 18px
    }
}

@media only screen and (max-width:768px) {
    ul.sidebar-categories li+li {
        margin: 0 0 10px 10px
    }
}

@media only screen and (max-width:1024px) {
    ul.sidebar-categories li:nth-child(3n+1) {
        margin: 0 0 8px
    }
}

@media only screen and (max-width:768px) {
    ul.sidebar-categories li:nth-child(3n+1) {
        margin: 0 0 10px 10px
    }
    ul.sidebar-categories li:nth-child(2n+1) {
        margin: 0 0 10px
    }
}

ul.sidebar-categories li a {
    border-radius: 8px;
    background-color: #ececec;
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    letter-spacing: .2px;
    display: inline-block
}

@media only screen and (max-width:1024px) {
    ul.sidebar-categories li a {
        height: 40px;
        font-size: 14px;
        line-height: 37px
    }
}
