* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    height: 100%;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 1.5em;
    flex-direction: column;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}

.header__left {
    position: relative;
    width: 100%;
    margin-right: 1em;
}

.header__right {
    position: relative;
    flex-shrink: 0;
    width: 300px;
    height: 250px;
}

.header__right div {
    width: 300px;
    height: 250px;
    background: #ecf0f1;
}

.banner-ad {
    aspect-ratio: 8/1;
    background: #ecf0f1;
    margin: 15px 0;
}

.header__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #2367c7;
    outline: none;
}

.header__link:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    margin-bottom: 0.1em;
    background-color: currentColor;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.header__link.focus-visible:before,
.header__link:hover:before {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.05s ease-in;
}

.header__language {
    position: absolute;
    right: 0;
    top: 0;
}

.header__logo {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.header__text {
    line-height: 1.4;
    font-size: 1.07em;
}

.header__text_bb {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #8ab9ea;
}

.header__text_mb {
    margin-bottom: 1em;
}

.header__text b {
    font-weight: 600;
}

.header__line {
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 100%;
    margin: 0.5em 0;
    stroke: #c0d5f4;
    stroke-dasharray: 5 7;
    stroke-dashoffset: 0;
    stroke-width: 1px;
}

.header__list {
    list-style: none;
    counter-reset: line;
}

.header__list-item {
    position: relative;
    counter-increment: line;
    padding-left: 2.5em;
}

.header__list-item:not(:last-child) {
    margin-bottom: .5em;
}

.header__list-item:before {
    content: counter(line);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5em;
    border-right: 2px solid #F2F2F2;
    color: #9ca0a5;
    width: .9em;
    padding-right: 0.35em;
    text-align: right;
    line-height: 1.1;
    height: 100%;
}

input.text {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 1fpx;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 8px #82bada inset;
    -webkit-box-shadow: 1px 1px 8px #82bada inset;
    -o-box-shadow: 1px 1px 8px #82bada inset;
    box-shadow: 1px 1px 8px #82bada inset;
    border: 1px solid #82bada;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.on {
    background: #ffeaea !important;
    -moz-box-shadow: 1px 1px 8px #499bc9 inset;
    -webkit-box-shadow: 1px 1px 8px #499bc9 inset;
    -o-box-shadow: 1px 1px 8px #499bc9 inset;
    box-shadow: 1px 1px 8px #499bc9 inset
}


#results {
    margin: 0;
    padding-bottom: 20px
}

#loading {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    text-align: center;
    color: #499bc9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}


#noicons {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 25px;
    background: #fff;
    border: 2px solid #82bada;
    text-align: center;
    color: #499bc9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#noicons .h5,#noicons h5 {
    font-size: 23px;
    font-weight: 700;
    color: #000
}

#noicons p {
    font-size: 16px;
    color: #9b9b9b;
}

.iconblock {
    display: block;
    min-height: 77px;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 20px 29px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.iconblock.newest {
    background: #499bc9;
    border-top: 1px solid #499bc9;
    border-color: #499bc9;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0
}

.iconblock.newest .info h5 {
    color: #fff
}

.iconblock.newest .info span {
    background: #fff;
    border-color: #76b4d7
}

.iconblock:nth-child(odd) .remove {
    color: #fff;
    border-color: #fff
}

.iconblock .remove {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    font-size: 11px;
    padding: 0 2px;
    font-weight: 700;
    position: absolute;
    right: 3px;
    top: 3px
}

.iconblock.newest .download a {
    color: #fff;
    background: url(/assets/images/dl-arrow-transp.png) no-repeat scroll center 0 transparent
}

.iconblock.last {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0
}

.iconblock:nth-child(odd) {
    background: #499bc9;
    border-top: 1px solid #499bc9;
    border-color: #499bc9
}

.iconblock:nth-child(odd) .info h5 {
    color: #fff
}

.iconblock:nth-child(odd) .download a {
    color: #fff;
    background: url(/assets/images/dl-arrow-transp.png) no-repeat scroll center 0 transparent
}

.iconblock:nth-child(even) {
    background: #f7fcff;
    border-top: 1px solid #f6fcff;
    border-color: #f6fcff
}

.iconblock:nth-child(even) .download a {
    color: #fff;
    background: url(/assets/images/dl-arrow-blue.png) no-repeat scroll center 0 transparent
}


.info {
    float: left;
    width: 240px
}

.info span {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ddd;
    float: left;
    height: 48px;
    margin: 0 10px 10px 0;
    width: 48px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

.info h5 {
    font-size: 29px;
    height: 34px;
    line-height: 100%;
    font-family: arial;
    color: #76b4d7;
    overflow: hidden;
    font-weight: 400
}

.info p {
    font-size: 14px
}

.info span img {
    position: absolute
}

.download {
    float: right;
    margin-right: 30px
}

.download a {
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0;
    text-indent: -9999px;
    text-transform: capitalize;
    height: 54px;
    width: 41px;
    background: url(/assets/images/dl-arrow-transp.png) no-repeat scroll center 0 transparent
}


.archive-text {
    display: none;
    font-size: 18px;
    padding-top: 19px;
    font-family: 'arial',sans-serif
}

#archives {
    display: block;
    padding-top: 20px;
}

#archives:after {
    content: "";
    display: table;
    clear: both
}

.archiveblock {
    display: block;
    min-height: 77px;
    overflow: hidden;
    width: 500px;
    padding: 20px 0 20px 29px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.archiveblock.newest {
    background: #f9cf56;
    border-top: 1px solid #f9cf56;
    border-color: #f9cf56;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0
}

.archiveblock.newest .info h5 {
    color: #fff
}

.archiveblock.newest .info span {
    background: #fff;
    border-color: #76b4d7
}

.archiveblock.newest .remove {
    color: #fff;
    border-color: #fff
}

.archiveblock .remove {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    font-size: 9px;
    padding: 0 2px;
    font-weight: 700;
    position: absolute;
    right: 3px;
    top: 3px
}

.archiveblock.newest .download a {
    color: #fff;
    background: url(/assets/images/dl-arrow-transp.png) no-repeat scroll center 0 transparent
}

.archiveblock.last {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0
}

.archiveblock:nth-child(odd) {
    background: #f9cf56;
    border-top: 1px solid #f9cf56;
    border-color: #f9cf56
}

.archiveblock:nth-child(odd) .info h5 {
    color: #fff
}

.archiveblock:nth-child(odd) .download a {
    color: #fff;
    background: url(/assets/images/dl-arrow-transp.png) no-repeat scroll center 0 transparent
}

.archiveblock:nth-child(even) {
    background: #f7fcff;
    border-top: 1px solid #f6fcff;
    border-color: #f6fcff
}

.archiveblock:nth-child(even) .download a {
    color: #fff;
    background: url(/assets/images/dl-arrow-transp.png) no-repeat scroll center 0 transparent
}

#errorWrap {
    background: #d23939;
    color: #fff;
    padding: 1rem;
    font-size: 16px;
    margin-top: 30px;
}
.url{
    margin-top: 7px;
}
.show_button {
    clear: both;
    background: #589dc6;
    padding: 10px 25px;
    display: block;
    margin: 10px auto;
    width: 30%;
    color: #fff;
    font-family: arial;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    cursor: pointer
}
img.logo__image {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1000px) {
    .header__right {
        display: none;
    }

    .header__list-item:before {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 555px) {
    .header {
        width: auto;
        margin-right: -10px;
        margin-left: -10px;
    }

    .header__language {
        top: .5em;
    }

    .header__left {
        padding-top: 0.5em;
        margin-right: 0.5em;
    }

    .header__logo {
        width: calc(90% - 4.5em);
        height: auto;
    }

    .header__text {
        text-align: center;
    }

    .header__text_mb {
        margin-bottom: 0;
    }

    .header__text_hidden-sm,
    .header__list,
    .header__line {
        display: none;
    }
}


.converter-box {}

.btn {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #2980b9;
}

.content {
    line-height: 1.4;
    font-size: 1.07em;
}

.content p {
    margin: 1em 0 1em 0;
}

.content h2 {
    font-size: 1.2em;
    text-align: left;
    color: #38404b;
}

.content h1 {
    font-size: 1.4em;
    text-align: left;
    color: #38404b;
    border-bottom: 2px solid #F2F2F2;
}

footer {
    padding: 60px 0 40px 0;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-links a {
    color: #000;
    margin: 0 15px;
    text-decoration: none;
}

.copyright {
    font-size: 14px;
    color: #bdc3c7;
}