@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
section:not(:last-child) {
    margin-bottom: 3rem;
}
html, body {
  height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}

* {
    /*transition: all ease-in-out .15s;*/
}
main, footer {
    overflow: hidden;
}
main {
    padding-top: 0rem;
    padding-bottom: 3rem;
}
hr {
    color: #e2e2e2;
    margin: 1.5rem 0;
}
a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}
.green {
    color: #008845;
}
.page-link {
    color: #008845;
    padding: .5rem 1.25rem;
    font-size: 1rem;
}
.page-item.active .page-link {
    background-color: #008845;
    border-color: #008845;
    color: #fff;
}
.text-right {
    text-align: right;
}
a:hover {
    color: #008845;
}
footer > .container:last-child {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
}
footer .b {
    border-top: 1px solid #e2e2e2;
}
.border {
    border-color: #f2f2f2!important;
}
.header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #008845;
}
.header-index {
    background-color: #008845;
    background-image: url('/img/bg_pattern.svg');
    background-repeat: repeat;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.alphabet {
    background-color: #008845;
    background-image: url('/img/bg_pattern.svg');
    background-repeat: repeat;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.header-index .nav-link {
    color: #fff;
    font-weight: 500;
}
.header-index .nav-link:hover {
    color: #B2D9C6;
}
.header .nav-link {
    color: #000;
    font-weight: 500;
}
.header .nav-link:hover {
    color: #008845;
}
.navbar-toggler:focus {
    box-shadow: none;
    opacity: 0.75;
}
.header .search-wrapper {
    /*margin-right: 2rem;*/
    /*margin-left: 2rem;*/
}
.header .search-wrapper input {
    width: 100%;
    max-width: 260px;
    border: none;
    outline: none;
    background-color: #F2F2F2;
    padding: .25rem 1rem .25rem 2rem;
    background-image: url('/img/loop.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: .5rem center;
}

.header-index .search-wrapper {
    display: flex;
    flex-wrap: nowrap;
    color: #000;
    font-size: 1.125rem;
}
.header-index .search-wrapper input {
    border: none;
    outline: none;
    padding: 1rem 1rem 1rem 3.5rem;
    margin-right: -4px;
    width: 100%;
    background-image: url('/img/loop.svg');
    background-repeat: no-repeat;
    background-position: 1rem center;
}
.header-index .search-wrapper button:hover {
    background: #f7c135;
}
.header-index .search-wrapper button {
    padding: 1rem 2.5rem;
    background: #FFC839;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    outline: none;
}
.alphabet a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 1rem;
    font-size: 1.125rem;
}
.alphabet a:last-child {
    margin-right: 0;
}
.alphabet a:hover, .alphabet a.active {
    color: #B2D9C6;
}
.alphabet span {
    font-size: 1.125rem;
    font-weight: 400;
    padding-right: 1rem;
}

.header-index .search-wrapper button, .header-index .search-wrapper input, .btn-dll-files {
    height: 64px;
}
.breadcrumb {
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
}
.breadcrumb-item:hover {
    color: #008845;
}
.breadcrumb-item.active {
    color: #808080;
}
.btn-dll-files {
    display: inline-block;
    padding: 1rem;
    border: 3px solid #fff;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    width: 300px;
    text-align: center;
}
.btn-dll-files > * {
    vertical-align: middle;
}
.btn-dll-files:hover {
    color: #B2D9C6;
    border-color: #B2D9C6;
}
.btn-dll-files .folder {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/img/folder.svg');
    background-repeat: no-repeat;
    margin-right: 1rem;
}
.btn-dll-files:hover .folder {
    background-image: url('/img/folder_hover.svg');
}

.btn-dll-files > img {
    margin-left: 1rem;
}
footer .logo {
    width: 240px;
}
footer .menu-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    margin-bottom: .25rem;
}
footer ul li:before {
    display: none;
}
.pagination {
    flex-wrap: wrap;
}
.page-item:before {
    display: none;
}
footer ul li a {
    text-decoration: none;
    color: #000;
}
footer .follow-links .follow-link {
    display: inline-block;
    text-decoration: none;
    margin-right: .5rem;
    margin-bottom: .5rem;
    width: 30px;
}
footer .follow-links .follow-link:hover {
    opacity: 0.75;
}

.sidebar-item:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2;
}
.sidebar-item h5 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
.sidebar ul {
    list-style: none;
    font-weight: 300;
    font-size: 0.9375rem;
}
.sidebar ul li {
    margin-bottom: .5rem;
}
.sidebar a {
    text-decoration: none;
    color: #3E8946;
    font-weight: 400;
    font-size: 1rem;
}
.sidebar a:hover {
    color: #008845;
}

.dll-item {
    position: relative;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.dll-item a {
    color: #000;
    text-decoration: none;
}
.dll-item h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.dll-item:hover {
    cursor: pointer;
    background: #F2F9F6;
    border: 1px solid #008845;
}
.dll-item:hover h5, .dll-item:hover a {
    color: #008845;
}
.dll-item img {
    margin-right: 2rem;
}
.dll-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-muted {
    color: #A9A9A9 !important;
    font-weight: 400;
    font-size: 0.925rem;
}
.fix-tool-block {
    padding: 1rem;
    border: 1px solid #e2e2e2;
    margin-bottom: 1rem;
}
.fix-tool-block > a {
    display: inline-block;
    font-weight: 700;
    color: #008845;
    margin-bottom: 1rem;
    vertical-align: middle;
}
.fix-tool-block > a > img {
    margin-right: 5px
}
ul {
    list-style: none;
    padding-left: 18px;
}
ul li {
    margin-bottom: .5rem;
}
ul li:before, .dll ul li:before {
      content: "\2022";
      color: #008845;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
}
.sidebar ul li a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 2.25rem;
    font-weight: 500;
}
h2 {
    margin-bottom: .75rem;
    font-size: 1.875rem;
    font-weight: 500;
}
.dll .head-block img {
    margin-right: 1rem;
}
.dll .head-block small {
    text-transform: uppercase;
    font-size: 1.125rem;
}
.dll .head-block span:first-child {
    display: inline-block;
    margin-right: .5rem;
}
.download-btn {
    background: #008845;
    padding: .5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    height: 40px;
    width: 100%;
    margin-right: 2rem;
}
.download-btn:hover {
    cursor: pointer;
    opacity: 0.9;
    color: #fff;
}
.dll .form-select {
    height: 40px;
    border: 1px solid #008845;
    font-weight: 400;
    border-radius: 0;
    width: 300px;
    margin-left: .5rem;
}
.dll .form-select.with-icon {
    padding-left: 2rem;
}
.dll .form-select.with-icon~.os-icon{
    background-image: url('/img/undefined.svg');
}
.your-os {
    position: relative;
}
.os-icon {
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;;
}
.version {
    text-align: left;
}
.version a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #008845;
    font-weight: 700;
}
.questions .item:not(:last-child) {
    margin-bottom: 2rem;
}
.questions .item > div {
    padding: .75rem;
    font-weight: 300;
    font-size: 1rem;
    border-left: 3px solid #fff;
}
.questions .item > div > span:first-child {
    display: inline-block;
    margin-right: 1rem;
    font-size: 30px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: sub;
}
.questions .item .question {
    background: #F7F7F7;
    border-color: #008845;
}
.questions .item .question span:first-child{
    color: #008845;
}
.questions .item .answer {
    border-color: #CECECE;
}
.questions .item .answer span:first-child {
    color: #CECECE;
}

@media (max-width: 991px) {
    .dll-item {
        padding: 1rem;
    }
}

.download-solution {
    border: 1px solid #008845;
    padding: 1rem;
    max-width: 700px;
}
.download-solution .btn-download {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    text-align: center;
    background: #06A054;
    color: #fff;
    font-size: 1.375rem;
}
.download-solution .btn-download:hover {
    opacity: 0.9;
}
.download-solution .btn-download img {
    margin-right: .5rem;
}
.download-solution > div > div:first-child {
    margin-right: 1rem;
}
.download-solution > div > div:first-child > div:first-child {
    font-size: .825rem;
    font-weight: 400;
}
.download-solution > div > div:first-child > div:first-child > div:last-child {
    margin-left: 2rem;
    font-size: 1.375rem;
}
.download-solution > div > div:first-child > div:first-child img {
    width: 85px;
}
.download-solution > div > div:last-child {
    text-align: center;
    font-size: 0.825rem;
}
.download-solution .border {
    border-color: #f2f2f2;
    padding: 0.5rem 1rem;
}
.windows-icon {
    display: inline-block;
    width: 110px;
    margin-right: 1rem;
    margin-left: 1rem;
}
.page-link {
    border-radius: 50%;
    border: none;
    width: 2rem;
    height: 2rem;
    padding: 0;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    line-height: 2rem;
    margin-right: .25rem;
}
.page-link:hover {
    background-color: inherit;
    color: inherit;
}
.header .language-wrapper {
    margin-left: 1.5rem;
}
.header-index .language-wrapper {
    margin-top: .5rem;
    margin-left: 2rem;
}
.header-index .language-wrapper select {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
.header-index .language-wrapper select option {
    background-color: transparent;
    color: #fff;
}
.language-wrapper .dropdown-toggle {
    margin-top: 6px;
    position: relative;
    width: 120px;
    text-align: left;
}
.language-wrapper .dropdown-toggle, .language-wrapper .dropdown-item {
    display: inline-block;
    height: 32px;
    width: 130px;
    border-radius: 0;
    padding: .25rem 1rem .25rem 1rem;
    background-color: #f2f2f2;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
}
.language-wrapper .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.language-wrapper .dropdown-menu li a:hover {
    background-color: #ccc;
}
.language-wrapper a:hover {
    color: #000;
}
.language-wrapper .dropdown-menu {
    padding: 0;
    min-width: inherit;
    border: none;
    border-radius: 0;
}
.language-wrapper .dropdown-menu li {
    margin-bottom: 0;
}
.language-wrapper .dropdown-toggle img {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.language-wrapper .dropdown-toggle::after {
    content: none;
}
.header-index .language-wrapper .dropdown-toggle{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}
.header-index .language-wrapper .dropdown-menu {
    background: transparent;
}
.language-wrapper .dropdown-menu li:before {
    content: none;
}
.thanks {
    margin-top: 2rem;
    text-align: center;
}
.thanks h1 {
    font-size: 3rem;
}
.thanks h4 {
    font-size: 1.5rem;
}
.static-content h1 {
    margin-bottom: 2.5rem;
}

.static-content h5 {
    margin-top: 2rem;
}

.static-content p {
    margin-bottom: .5rem;
}
@media (max-width: 765px) {
    .sidebar-item:first-child {
        padding-top: 1rem;
        border-top: 1px solid #e2e2e2;
    }
    .dll .form-select {
        width: 200px;
    }
   .download-solution > div > div:last-child {
        margin-top: 1rem;
    }
    .download-solution > div > div:last-child > div {
        display: inline-block;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        max-width: calc(100% - 180px);
    }

    .dll .form-select {
        width: 100%;
    }

    .navbar-brand img {
        max-width: 100%;
    }

    .header-index .search-wrapper button, .header-index .search-wrapper input, .btn-dll-files {
        height: 46px;
        padding: .5rem;
    }

    .header-index .search-wrapper input {
        padding-left: 3rem;
    }

    footer .logo {
        width: 215px;
    }
    .header-index .language-wrapper {
        margin-top: .5rem;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (max-width: 991px) {
    .language-wrapper {
        display: flex;
        justify-content: center;
    }
    .language-wrapper .dropdown-toggle {
        margin-top: 0;
    }
}
