/* Slick slider styles */

.slick-slider {
    position: relative;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Item slider styles */

.item-slider {
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.item-slider .slick-track,
.item-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dotted.slick-slider.item-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: absolute;
    bottom: 13px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #000;
}

.slick-dots li.slick-active button:before {
    border: 1px solid #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

/* ---------------------------------------------------------
	Header styles (navigation)
-----------------------------------------------------------*/

.nav > li {
    padding: 0 10px;
}

.nav > li > a {
    padding: 10px 8px;
}

.navbar-default {
    background-color: #fff;
    border: none;
}

/* styles for menu items */

.navbar-nav > li {
    position: relative;
}

.navbar-nav > li .dropdown-menu {
    box-shadow: 0 0 3px #574d4d;
}

.navbar-nav > li > a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 14px;
    font-weight: 700;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #f00;
}

.navbar-nav > li:last-child .dropdown-menu {
    right: 20px;
}

.navbar-nav > .open > a {
    background-color: #04374c;
    color: #fff;
}

.navbar-right li.current {
    position: relative;
}

.navbar-right li.current:after {
    content: "";
    width: 1px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 10px;
    display: block;
    background-color: #04374c;
}

.navbar-right li.current.open:after {
    display: none;
}

.navbar-right li .dropdown-menu {
    right: auto;
}

.navbar-right li .dropdown-menu .dropdown-submenu {
    position: relative;
}

.navbar-right li .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 101%;
    right: auto;
    margin-left: 30px;
}

.navbar-right li .dropdown-menu .dropdown-submenu .dropdown-menu > li {
    position: relative;
}

.navbar-right li .dropdown-menu .dropdown-submenu .dropdown-menu > li:hover,
.navbar-right li .dropdown-menu .dropdown-submenu .dropdown-menu > li:focus {
    background-color: #04374c;
}

.navbar-right li .dropdown-menu .dropdown-submenu .dropdown-menu > li:hover a,
.navbar-right li .dropdown-menu .dropdown-submenu .dropdown-menu > li:focus a {
    color: #fff;
}

.navbar-right li .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 101%;
    left: auto;
}

/* styles for dropdown menu */

ul.nav.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    top: 33px;
    border-radius: 0;
    z-index: 10000;
}

ul.nav.navbar-nav .dropdown-menu > li > a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #04374c;
}

ul.nav.navbar-nav .dropdown-menu > li > a:hover {
    background: none;
    color: #fff;
}

.navbar-brand {
    padding: 0 15px;
    height: auto;
}

.partner {
    display: none;
}

.partner img {
    display: block;
    margin: 0 auto;
}

/* styles for toggle button */

.navbar-toggle {
    border: none;
    background-color: transparent;
    margin-top: 21px;
}

.navbar-toggle[aria-expanded="true"] {
    background-color: transparent;
    padding: 15px 10px;
}

.navbar-toggle[aria-expanded="true"] .icon-bar.first {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar.second {
    display: none;
}

.navbar-toggle[aria-expanded="true"] .icon-bar.third {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

.navbar-toggle[aria-expanded="false"].first {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggle[aria-expanded="false"].second {
    display: block;
}

.navbar-toggle[aria-expanded="false"].third {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
}

/* ---------------------------------------------------------
	Сommon site styles
-----------------------------------------------------------*/

/* wrapper styles */

#wrapper {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

/* body styles */

body {
    background-color: #fff;
}

/* container styles */

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

/* styles for main sections */

.light-blue-block {
    background-color: #65859c;
}

.dark-blue-block {
    background-color: #04374c;
}

.white-block {
    background-color: #fff;
}

/* slider styles */

.slide-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1170px;
    height: 350px;
    margin: 0 auto; /* styles for screens more than tablet */
}

.slide-img .slide-text {
    position: relative;
    top: -15px;
    margin: 0 auto;
    width: 85%; /* styles for screens more than tablet */
}

.slide-img h1 {
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    line-height: 36px; /* styles for screens more than tablet */
}

.slide-img a {
    position: relative;
    top: 10px;
    left: 5px;
}

/* buttons styles */

.btn-info {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: none;
    border-radius: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    padding: 10px 20px;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #65859c;
}

aside.aside .side-part textarea {
    resize: none;
    padding-left: 5px;
}

.contact-form-container {
    margin-bottom: 0;
}

#tk-contact-form {
    display: none;
}

#tk-contact-form form {
    height: 470px;
    margin: 0;
}

#tk-contact-form input {
    background-image: none;
}

aside.aside form .btn-success {
    background-color: transparent;
    border: 1px solid #f00;
    border-radius: 0;
    font-size: 14px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

/* section styles */

.info-section {
    position: relative;
    padding: 20px 0; /* styles for screens more than tablet */
}

.info-section .bg-image {
    position: absolute;
    bottom: 0;
    right: 5px;
    display: none; /* styles for screens more than tablet */
}

.info-section .bg-image.lupa {
    left: 80%;
}

.info-section.smaller {
    padding: 50px 0;
}

.info-section.smaller.extra {
    padding: 30px 0;
}

.info-section.higher {
    padding: 135px 0 15px;
}

.info-section.slider {
    padding: 10px 0;
    margin-bottom: 40px;
}

.info-section.colored:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
}

#product-page-container .info-section.colored:before {
    background-color: #65859c;
}

#product-page-container .content {
    min-height: 0;
}

#product-page-container .info-section.white table tbody tr td {
    font-family: "Roboto Condensed", sans-serif;
    color: #04374c;
    font-size: 14px;
}

#product-page-container .char-h6 {
    margin-top: 15px;
}

#product-page-container .block-with-icons {
    padding: 0;
}

#product-page-container .description.dark {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.info-section.white:before {
    content: "";
    background-color: #fff;
}

.info-section.white .content h2,
.info-section.white .content h3,
.info-section.white .content p {
    color: #04374c;
    position: relative;
}

/* ---------------------------------------------------------
	Custom site styles
-----------------------------------------------------------*/

/* content-block styles */

.content {
    position: relative; /* styles for screens more than tablet */
}

.content h2 {
    color: #fff;
    font-size: 25px;
    line-height: 26px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative; /* styles for screens more than tablet */ /* styles for screens more than desktop */ /* styles for screens more than 1300px */
}

.content .pre-desc {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #04374c;
    font-size: 13px;
    line-height: 16px; /* styles for screens more than tablet */ /* styles for screens more than desktop */ /* styles for screens more than 1300px */
}

.content h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #04374c;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 30px;
    margin: -15px 0 25px 0; /* styles for screens more than tablet */
}

.content h3.white-text {
    color: #fff;
}

.content h3.to-left {
    /* styles for screens more than tablet */
}

.content .content-img {
    display: block;
    margin: 0 auto;
}

/* class="description" styles */

.description {
    position: relative;
    padding: 0 0 0 25px;
}

.description-content h2 {
    margin-top: 0;
}

.description h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #04374c;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    margin: -15px 0 25px 0; /* styles for screens more than tablet */
}

.description p {
    color: #04374c;
    font-size: 13px;
    line-height: 16px; /* styles for screens more than tablet */
}

.description.with-border {
    border-left: 2px solid #f00;
    width: 100%;
    padding: 0 25px;
    margin: 25px 0; /* styles for screens more than tablet */
}

.description.with-border.dark {
    border-left: 2px solid #04374c;
    margin: 30px 0 0 15px;
}

.description.with-border.dark p {
    margin-bottom: 20px;
}

.description.with-border p {
    color: white;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px; /* styles for screens more than tablet */
}

/* text-link styles */

.text-link {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #f00;
}

.text-link:hover,
.text-link:focus {
    color: #000;
    text-decoration: none;
}

.text-link.to-right {
    position: relative;
    top: -15px; /* styles for screens more than tablet */
}

/* form styles */

.form {
    max-width: 335px;
    margin-top: 15px;
}

.form label {
    margin-bottom: 0;
    margin-top: 5px;
}

input[type="search"],
input[type="text"] {
    padding-right: 30px;
    position: relative;
    background-image: url(../images/search-input.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 22px 22px;
}

.form-control {
    border-radius: 0;
    border: 1px solid #04374c;
    height: 39px;
    font-size: 12px;
}

select {
    color: #04374c;
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.inner-addon {
    position: relative;
}

.inner-addon .arrow-select {
    position: absolute;
    padding: 5px 7px;
    pointer-events: none;
    width: 45px;
}

.right-addon .arrow-select {
    right: 0;
}

/* class="search-block" styles */

.search-block {
    margin-bottom: 30px;
    position: relative;
    width: 100%; /* styles for screens more than tablet */
}

.search-block h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 25px 0; /* styles for screens more than tablet */
}

.search-block p {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400; /* styles for screens more than tablet */
}

.search-block:nth-child(1) {
    margin-bottom: 50px; /* styles for screens more than tablet */
}

.search-block.inverse {
    margin-bottom: 50px;
    width: 100%; /* styles for screens more than tablet */ /* styles for screens more than desktop */
}

.search-block.inverse:nth-child(1) {
    margin-bottom: 50px; /* styles for screens more than tablet */
}

.search-block.inverse h3,
.search-block.inverse p,
.search-block.inverse a {
    color: #04374c;
}

.search-block.inverse p {
    margin-bottom: 15px;
}

.search-block.inverse p .text-link {
    color: #f00;
}

.search-block.inverse p .contact-links {
    margin-bottom: 10px;
}

.search-block.inverse a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.search-block.inverse a:hover,
.search-block.inverse a:focus {
    color: #000;
}

/* sidebar styles */

.home-page-sidebar.col-md-3.aside {
    margin-top: 70px;
}

.sidebar-move-down.home-page-sidebar#sidebar {
    margin-top: 800px;
}

.sidebar {
    margin-top: -25px;
    padding: 50px 10px 1px;
}

.sidebar.to-bottom {
    margin-top: 55px;
}

.sidebar .side-part {
    margin-bottom: 50px;
}

.sidebar .side-part .icon {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 15px;
    display: block;
    margin: 0 auto 3px auto;
}

.sidebar .side-part .icon img {
    width: 40px;
    display: block;
    margin: auto;
}

.sidebar .side-part h5 {
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    margin: 0 0 -10px 0;
}

.sidebar .side-part p {
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.sidebar .side-part img {
    display: block;
    margin: 0 auto;
}

.sidebar .side-part form {
    position: relative;
    margin: 20px auto 45px auto;
}

.sidebar .side-part form label {
    font-size: 12px;
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.sidebar .side-part form .btn-success {
    -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out;
    transition: background-color .3s ease-in-out, border .3s ease-in-out;
    position: absolute;
    right: 0;
    top: 103%;
    padding: 4px 10px;
}

.sidebar .side-part form .btn-success:hover,
.sidebar .side-part form .btn-success:focus {
    background-color: #f00;
    border-color: #fff;
}

.sidebar .side-part .aside-link {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.sidebar .side-part .aside-link:hover,
.sidebar .side-part .aside-link:focus {
    color: #f00;
    text-decoration: none;
}

.sidebar .side-part .colored-links {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 1px; /* styles for screens more than tablet */
}

.sidebar .side-part .colored-links a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #fff;
    width: 100%;
    font-size: 12px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.sidebar .side-part .colored-links a:hover,
.sidebar .side-part .colored-links a:focus {
    color: #f00;
    text-decoration: none;
}

/* bootstrap glyphicon styles */

.glyphicon-menu-right {
    margin-right: -10px;
    font-size: 12px;
}

.item-slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    height: 350px;
    position: relative;
    padding: 0 10px;
}

.item-slider .item .item-description {
    position: absolute;
    bottom: -7px;
    right: 0;
    text-align: center; /* styles for screens more than tablet */
}

.item-slider .item .item-description p {
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #65859c;
}

.item-slider .slick-dots {
    top: 103%;
    z-index: 2;
    width: auto;
    right: 0;
}

.item-slider .slick-dots > li.slick-active button:before {
    border: 1px solid #f00;
}

/* list styles */

.content-list {
    margin: -10px 35px 5px;
}

.content-list li {
    position: relative;
}

.content-list li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    top: 20%;
    right: 0;
    background-color: #fff;
}

.content-list li a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.content-list li a:hover,
.content-list li a:focus {
    color: #04374c;
    text-decoration: none;
}

.content-list.absolute {
    position: absolute;
    top: 103%;
    margin: 0;
}

.content-list.absolute > li {
    position: relative;
    z-index: 10;
}

.content-list.absolute > li:not(:last-child):after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    color: #65859c;
}

.content-list.absolute > li > a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #65859c;
}

.content-list.absolute > li > a:hover,
.content-list.absolute > li > a:focus {
    color: #04374c;
}

/* list styles */

.characters-list li {
    position: relative;
    padding: 0;
    margin: 3px 1px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border: 3px solid #9fa0a2;
}

.characters-list li:hover,
.characters-list li:focus {
    border-color: #74ba62;
}

.characters-list li:before {
    content: "";
    width: 3px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: -3px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.characters-list li:after {
    content: "";
    width: 3px;
    height: 50%;
    position: absolute;
    top: 25%;
    right: -3px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.characters-list li a img {
    max-width: 100%;
}

.row.product-row .product-title {
    list-style: none;
}

/* table styles */

.table-wrap {
    overflow: auto;
    margin-bottom: 10px; /* styles for screens more than tablet */ /* styles for screens more than desktop */
}

.table tbody tr td {
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    border-left: none;
    border-right: none;
    color: #04374c;
    font-size: 10px;
    padding: 5px 8px;
}

.table tbody tr td:hover {
    text-decoration: none;
    background-color: #04374c;
    cursor: default;
    color: #fff;
}

.small-text {
    margin: -5px 0 0 35px;
}

.small-text > p {
    color: #65859c !important;
    font-weight: 300;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.small-text .small-list li {
    position: relative;
}

.small-text .small-list li:not(:last-child):after {
    content: "/";
    color: #65859c;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.small-text .small-list li a {
    color: #65859c;
    font-weight: 300;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
}

.circle-block {
    width: 140px;
    height: 140px;
    background-color: #04374c;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
    margin: 10px auto;
}

.circle-block p {
    color: #fff;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin: 0 0 0 5px;
}

.cols-wrap {
    margin: 35px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; /* styles for screens more than tablet */
}

.cols-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; /* styles for screens more than tablet */
}

.char-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around; /* margin: 35px 0 0 40px; */
}

.char-wrap .min-col {
    margin-right: 20px;
}

.char-wrap .min-col p {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #04374c;
    font-size: 16px;
}

.char-wrap .min-col ul li {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #04374c;
    font-size: 14px;
}

.char-h6 {
    margin: 0 0 0 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #04374c;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

.kompatible li {
    line-height: 18px;
}

.kompatible li a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #04374c;
    font-size: 14px;
}

.kompatible li a:hover,
.kompatible li a:focus {
    color: #f00;
    text-decoration: none;
}

.load-list .files {
    width: 100%; /* styles for screens more than tablet */
}

.load-list .files li {
    position: relative;
    padding: 5px 0 5px 60px; /* styles for screens more than tablet */
}

.load-list .files li:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
}

.load-list .files li.pdf:before {
    background-image: url(../images/pdf-icon.png);
    left: 20px;
}

.load-list .files li.pdf.locked:before {
    background-image: url(../images/locked-icon.png);
    left: 0;
    width: 40px;
}

.load-list .files li.doc:before {
    background-image: url(../images/doc-icon.png);
    left: 20px;
}

.load-list .files li.app:before {
    background-image: url(../images/app-icon.png);
    left: 25px;
}

.load-list .files li a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #fff;
    font-size: 12px;
    line-height: 12px; /* styles for screens more than tablet */
}

.load-list .files li a:hover,
.load-list .files li a:focus {
    color: #f00;
    text-decoration: none;
}

.img-row {
    position: relative;
}

.img-row .col-md-8 {
    position: static;
}

.img-row .img-box {
    position: absolute;
    z-index: 1;
    right: 10px;
    display: none;
}

.cart-container {
    position: absolute;
    top: 0;
    right: 0;
}

.cart-container a {
    color: #04374c;
}

.cart-container a:hover {
    text-decoration: none;
}

.cart-container .cart-items-count {
    float: left;
    padding-top: 8px;
    font-size: 23px;
    color: #337ab7;
    padding-left: 12px;
}

.tk-header-container {
    width: 90%;
    float: left;
}

#bs-example-navbar-collapse-1 .navbar.navbar-default {
    padding: 0;
    margin: 0;
}

.cart.page td:hover {
    background: none !important;
    color: #04374c;
}

.cart.page table tbody tr td {
    vertical-align: middle;
    padding: 7px;
}

.cart.page .cart-total-info {
    margin-bottom: 20px;
}

ul.files li.locked {
    pointer-events: none;
    opacity: 0.5;
}

/* ---------------------------------------------------------
	Footer styles
-----------------------------------------------------------*/

.footer-content ul {
    margin: 20px 0;
}

.footer-content ul li {
    position: relative;
}

.footer-content ul li a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #65859c;
    font-size: 12px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.footer-content ul li a:hover,
.footer-content ul li a:focus {
    color: #fff;
    text-decoration: none;
}

.copyright > li:not(:last-child):after {
    content: "";
    width: 5px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    background-color: #65859c;
}

.footer-menu > li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 55%;
    position: absolute;
    top: 25%;
    left: 100%;
    display: block;
    background-color: #65859c;
}

.register-link i {
    margin-right: -7px;
}

.section-inner-block {
    width: 1236px;
    margin: 0 auto;
    padding: 70px 0;
    color: #424242;
}

.section-inner-block h2 {
    width: 55%;
    font-size: 46px;
    line-height: 52px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
}

.section-inner-block .wysiwyg-description {
    width: 55%;
    padding: 0 25px;
    margin: 40px 0 0 90px;
    border-left: 2px solid #f00;
}

.section-inner-block .wysiwyg-description p {
    font-size: 16px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 19px;
}

.section-inner-block .block-center.wysiwyg-description {
    margin-top: 40px;
}

.slider-container {
    margin-top: 20px;
}

#header .btn-mode-block {
    width: 1170px;
    margin: 0 auto;
    padding: 20px;
}

#header .btn-mode-block a {
    background-color: #65859C;
    color: #FFF;
    border: 1px solid #e7e7e7;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
}

#header .btn-mode-block a:hover {
    text-decoration: none;
}

.search-container {
    width: 1125px;
    min-height: 2250px;
    margin: 0 auto;
}

.search-container .search-result {
    float: left;
}

.search-container .search-sidebar {
    float: right;
    margin-top: 100px;
}

#active-map {
    display: none;
    position: absolute;
    right: 70px;
}

/*section.block-builder-section.downloads-block-section ul li:before {*/
/*content: "\f0f6";*/
/*margin-right: 10px;*/
/*font-size: 20px;*/
/*color: #04374c;*/
/*font-family: FontAwesome;*/
/*}*/

section.block-builder-section.downloads-block-section ul li.locked:before {
    content: "\f023";
    font-size: 25px;
}

section.block-builder-section.downloads-block-section ul li a {
    color: #424242;
}

section.block-builder-section.downloads-block-section ul li.locked a {
    color: grey;
}

/* ---------------------------------------------------------
	Print styles
-----------------------------------------------------------*/

@media (min-width: 768px) {
    .slick-dotted.slick-slider {
        margin-bottom: 100px;
    }

    .menu {
        padding: 0;
    }

    .nav > li {
        padding: 0 7px;
    }

    .nav > li > a {
        padding: 10px 3px;
    }

    .navbar-default {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 45px;
        margin-bottom: 25px;
    }

    .navbar-default .navbar-header {
        width: 20%;
    }

    .navbar-default .navbar-collapse {
        width: 90%;
        padding: 0;
    }

    .navbar-nav > li > a {
        font-size: 16px;
    }

    .navbar-right li.current:after {
        width: 60%;
        height: 1px;
        position: absolute;
        top: 95%;
        left: 20%;
    }

    .navbar-right li .dropdown-menu .dropdown-submenu .dropdown-menu {
        margin-left: 0;
    }

    .navbar-brand img {
        width: 170px;
    }

    .partner {
        display: block;
        position: absolute;
        top: 22px;
        right: 2px;
    }

    .slide-img {
        height: 680px;
    }

    .slide-img .slide-text {
        top: -92px;
    }

    .slide-img h1 {
        font-size: 75px;
        line-height: 76px;
    }

    .info-section {
        padding: 70px 0;
    }

    .info-section .bg-image {
        display: block;
    }

    .content {
        padding: 0 20px;
    }

    .content h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .content .pre-desc {
        font-size: 16px;
        line-height: 19px;
    }

    .content h3.to-left {
        left: -15px;
    }

    .content h3 {
        font-size: 36px;
        line-height: 55px;
    }

    .description h3 {
        font-size: 36px;
        line-height: 55px;
    }

    .description p {
        font-size: 16px;
        line-height: 19px;
    }

    .description.with-border {
        margin: 40px 0 25px 0;
    }

    .description.with-border p {
        font-size: 16px;
        line-height: 19px;
    }

    .text-link.to-right {
        position: absolute;
        right: 0;
        top: 25px;
    }

    .search-block {
        width: 70%;
        margin-left: 25px;
    }

    .search-block h3 {
        font-size: 36px;
        line-height: 55px;
    }

    .search-block p {
        font-size: 16px;
        line-height: 19px;
    }

    .search-block:nth-child(1) {
        margin-bottom: 105px;
    }

    .search-block.inverse {
        margin-bottom: 90px;
        width: 70%;
    }

    .search-block.inverse:nth-child(1) {
        margin-bottom: 90px;
    }

    .aside {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .sidebar .side-part .colored-links {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .item-slider .item {
        height: 460px;
    }

    .item-slider .item .item-description {
        right: 40px;
        text-align: right;
    }

    .table-wrap {
        overflow: hidden;
        width: 100%;
    }

    .table tbody tr td {
        font-size: 14px;
        padding: 5px 8px 0;
    }

    .cols-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cols-wrap.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .load-list .files {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .load-list .files li {
        padding: 10px 0 10px 80px;
    }

    .load-list .files li a {
        font-size: 14px;
        line-height: 21px;
    }

    .img-row .img-box {
        display: block;
        top: 183px;
    }

    .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0;
    }

    .footer-content ul {
        margin: 0;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .navbar-default {
        padding-top: 30px;
    }

    .navbar-default {
        padding-top: 45px;
    }

    .navbar-default .navbar-header {
        display: block;
    }
}

@media (min-width: 992px) {
    .img-row .img-box {
        top: 256px;
    }
}

@media (min-width: 1024px) {
    .nav > li {
        padding: 0 10px;
    }

    .nav > li > a {
        padding: 10px 8px;
    }

    .navbar-nav > li > a {
        font-size: 18px;
    }

    .navbar-brand img {
        width: 196px;
    }

    .content h2 {
        left: -40px;
    }

    .content .pre-desc {
        left: -40px;
        top: -10px;
    }

    .content h3.to-left {
        left: -40px;
    }

    .search-block.inverse {
        margin-left: 50px;
        width: 100%;
    }

    .aside {
        max-width: 270px;
        margin-left: 45px;
        padding: 0 15px;
    }

    .characters-list {
        margin-left: 35px;
    }

    .table-wrap {
        margin-left: 40px;
    }

    .kompatible {
        margin: 0 0 0 40px;
    }

    .img-row .img-box {
        display: none;
    }
}

@media (min-width: 1200px) {
    .slick-slider {
        width: 100%;
    }

    .aside {
        max-width: 285px;
        margin-left: 45px;
        padding: 0 15px;
    }
}

@media (min-width: 1300px) {
    .content h2 {
        left: -80px;
        font-size: 46px;
    }

    .content .pre-desc {
        left: -80px;
    }

    .img-row .img-box {
        display: block;
        right: -50px;
        top: 183px;
    }
}

@media print {
    * {
        background: #eee !important;
        color: #000 !important;
    }

    #sidebar {
        display: none !important;
    }

    #header {
        display: none !important;
    }

    .slick-slider {
        display: none !important;
    }

    #content {
        width: 100%;
    }

    .info-section {
        page-break-inside: avoid;
        padding: 5px 0;
    }

    .cols-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 20px 0;
    }

    .cols-wrap.reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 20px 0;
    }

    .circle-block {
        border: 1px solid #000;
        display: block !important;
        border-radius: 0 !important;
        padding: 20px 5px;
    }

    form {
        display: none !important;
    }

    #footer {
        display: none !important;
    }
}

@media (min-width: 320px) {
    .cart-container {
        top: 23px;
        right: 15px;
    }
}

@media (max-width: 1024px) {
    .home-page-sidebar.col-md-3.aside {
        width: 100%;
        margin-top: 25px;
        padding: 2%;
    }
}

@media (max-width: 1370px) {
    section.info-section .content.block-right {
        width: 50%;
    }
}

@media (max-width: 1150px) {
    div.container div.row section.block-builder-section div.block-right {
        margin: 0 auto;
    }
}

#home-page-content {
    margin: 0;
    padding: 7px 7px 0 7px;
}

#home-page-content .catalog-block .inner-block,
#home-page-content .old-site-block .inner-block
{
    width: 80%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#home-page-content .catalog-block .inner-block h4 {
    text-align: center;
    font-size: 60px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

#home-page-content .catalog-block .inner-block p {
    text-align: center;
    color: white;
    font-size: 17px;
    margin-bottom: 34px;
}

#home-page-content .old-site-block .inner-block h4 {
    text-align: center;
    font-size: 64px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #02024c;
    font-family: 'Roboto Condensed', sans-serif;
}

#home-page-content .old-site-block .inner-block p {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 34px;
}

#home-page-content h1, #home-page-content h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-style: normal;
}

#home-page-content .catalog-block .inner-block a,
#home-page-content .old-site-block .inner-block a
{
    display: block;
    margin: 0 auto;
    border: 1px solid #5d5dda;
    background: #21c0f5;
    border-radius: 25px;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    width: 120px;
    color: #02024c;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

#home-page-content .catalog-block .inner-block a:hover,
#home-page-content .old-site-block .inner-block a:hover {
    color: #fff;
    background: #41cfff;
    border: 1px solid #5d5dda7d;
}

#home-page-content .info-block {
    background: #f6f6f6;
    height: 43vh;
    position: relative;
}

#home-page-content .info-block h1 {
    font-size: 45px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #292929;
}

#home-page-content .login-block .inner-block {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#home-page-content .login-block .inner-block form label {
    display: none;
}

#home-page-content .login-block .inner-block form input {
    width: 60%;
    margin: 0 auto;
}

#home-page-content .login-block .inner-block form button.login-submit {
    margin-top: 10px;
}

#home-page-content .login-block .inner-block h3 {
    font-size: 63px;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #fff;
}

#home-page-content .login-block .inner-block p {
    color: white;
    font-size: 17px;
}

#home-page-content .login-block {
    height: 43vh;
    background: #02024c;
    position: relative;
}

#home-page-content .catalog-block {
    height: 43vh;
    background: #3291e4;
    position: relative;
}

#home-page-content .old-site-block {
    height: 43vh;
    background: #8fe884;
    position: relative;
}

.header-image {
    position: relative;
}

.header-image .contact-btn {
    position: absolute;
    right: 290px;
    top: 37px;
    font-family: "Poppins", sans-serif;
}

.header-image img {
    float: right;
    margin-right: 70px;
    margin-top: 30px;
}

header#header {
    position: relative;
    height: 60px;
}

#home-page-content .alert-success,
#home-page-content .alert-danger
{
    z-index: 1000;
    width: 100%;
    height: 70px;
    list-style: none;
    text-align: center;
    line-height: 68px;
    position: absolute;
    top: 6px;
    opacity: 0.9;
}

#home-page-content .forgot-password-link {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FFF;
}

#home-page-content .forgot-password-link:hover {
    text-decoration: none;
}

.register-form-container,
.resend-container
{
    margin-top: 60px;
    margin-left: 80px;
}

.resend-container {
    margin-bottom: 50px;
}

.resend-container h4 {
    color: #777777;
}


.register-form-wrapper {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 20px;
}

.register-form-wrapper h2 {
    color: #777777
}

.register-form-wrapper form label {
    color: #777777;
}

#home-page-content .download-box-responsive {
    display: none;
}

#home-page-content .download-box {
    width: 650px;
    height: 221px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -135px;
    bottom: 0;
    z-index: 1000;
}

.container-fluid {
    padding-right: 8px!important;
}

#home-page-content .download-box .box-content {
    /*padding-left: 19px;*/
    /*padding-right: 8px;*/
}

#home-page-content .download-box .box-title {
    text-align: center;
    background: #e61503;
    color: white;
    padding: 5px;
    /*width: 429px;*/
}

#home-page-content .download-box .box-title h4 {
    margin: 0;
}

#home-page-content .download-box .box-title p {
    font-size: 12px;
    margin: 0;
}

#home-page-content .download-box .download-col {
    height: 75px;
    /*width: 19.51%;*/
}

#home-page-content .download-box .download-col,
#home-page-content .download-box-responsive .download-col
{
    cursor: pointer;
    font-size: 10px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

#home-page-content .download-box-responsive .download-col {
    width: 9%;
    height: 105px;
    margin-right: 7px;
    border-radius: 2px;

}

#home-page-content .download-box .download-col i,
#home-page-content .download-box-responsive .download-col i
{
    position: absolute;
    top: 5px;
    right: 4px;
    font-size: 14px;
    color: white;
}

#home-page-content .download-box-responsive .downloads-responsive-row {
    width: 80%;
    margin: 0 auto;
}

#home-page-content .download-box-responsive .downloads-responsive-row span {
    color: white;
    margin-top: 25px;
    display: block;
    text-align: center;
}

#home-page-content .download-box .download-col span {
    color: white;
    display: block;
    margin-top: 22px;
    text-align: center;
}


#home-page-content .download-box .download-col-1,
#home-page-content .download-box-responsive .download-col-1
{
    background: #c55e54;
}

#home-page-content .download-box .download-col-2,
#home-page-content .download-box-responsive .download-col-2
{
    background: #52b59e;
}

#home-page-content .download-box .download-col-3,
#home-page-content .download-box-responsive .download-col-3
{
    background: #dcbe44;
}

#home-page-content .download-box .download-col-4,
#home-page-content .download-box-responsive .download-col-4
{
    background: #9d67b3;
}

#home-page-content .download-box .download-col-5,
#home-page-content .download-box-responsive .download-col-5
{
    background: #3b91e4;
}

#home-page-content .download-box .download-col-6,
#home-page-content .download-box-responsive .download-col-6
{
    background: #8fe884;
}

#home-page-content .download-box .download-col-7,
#home-page-content .download-box-responsive .download-col-7
{
    background: #b1372b;
}

#home-page-content .download-box .download-col-8,
#home-page-content .download-box-responsive .download-col-8
{
    background: #44c1f5;
}

#home-page-content .download-box .download-col-9,
#home-page-content .download-box-responsive .download-col-9
{
    background: #24a65a;
}

#home-page-content .download-box .download-col-10,
#home-page-content .download-box-responsive .download-col-10
{
    background: #443a92;
}

#home-page-content .download-box .download-col-11,
#home-page-content .download-box-responsive .download-col-11
{
    background: #118c44;
}

#home-page-content .download-box .download-col-12,
#home-page-content .download-box-responsive .download-col-12
{
    background: #ff5f4f;
}

#home-page-content .temporary-disabled {
    pointer-events: none;
}

footer.tk-footer {
    height: 70px;
    line-height: 70px;
}

footer.tk-footer .links-col {
    text-align: center;
}

footer.tk-footer ul {
    list-style: none;
    margin: 0
}

footer.tk-footer ul li {
    display: inline-block;
    margin-right: 8px;
}

footer.tk-footer ul li a {
    color: #898989;
    font-family: 'Roboto Condensed', serif;
}



@media only screen and (max-width: 1750px) {
    #home-page-content .info-block h1 {
        /*font-size: 78px;*/
    }

    #home-page-content .login-block .inner-block h3 {
        font-size: 53px;
    }

    #home-page-content .catalog-block .inner-block h4 {
        font-size: 50px;
    }

    #home-page-content .old-site-block .inner-block h4 {
        font-size: 54px;
    }
}

@media only screen and (max-width: 1345px) {
    #home-page-content .info-block h1 {
        /*font-size: 68px;*/
    }

    #home-page-content .download-box .box-title {
        width: 349px;
    }

    #home-page-content .login-block .inner-block h3 {
        font-size: 43px;
    }

    #home-page-content .catalog-block .inner-block h4 {
        font-size: 40px;
    }

    #home-page-content .old-site-block .inner-block h4 {
        font-size: 44px;
    }

    #home-page-content .download-box .download-col {
        font-size: 9px;
        width: 19.639%;
    }

    #home-page-content .download-box {
        width: 360px;
        padding-right: 5px;
        height: 222px;
    }

    .sofort-lieferbar {
        font-size: 1.8em!important;
    }
}

@media only screen and (max-width: 1200px) {
    #home-page-content .info-block h1 {
        /*font-size: 88px;*/
    }

    #home-page-content .login-block .inner-block h3 {
        font-size: 63px;
    }

    #home-page-content .catalog-block .inner-block h4 {
        font-size: 60px;
    }

    #home-page-content .old-site-block .inner-block h4 {
        font-size: 64px;
    }

    #home-page-content .download-box {
        display: none;
    }

    #home-page-content .download-box-responsive {
        display: block;
        padding: 30px;
        padding-bottom: 75px;
    }

    #home-page-content .download-box-responsive .box-title-responsive {
        text-align: center;
        margin-bottom: 35px;
    }

    .sofort-lieferbar {
        font-size: 1.8em!important;
    }
}

@media only screen and (max-width: 1055px) {
    #home-page-content .download-box-responsive .download-col {
        font-size: 9px;
    }
}

@media only screen and (max-width: 995px) {
    #home-page-content .download-box-responsive .download-col {
        width: 100%;
    }

    #home-page-content .download-box-responsive .downloads-responsive-row {
        width: 100%;
        margin: 0;
    }

    #home-page-content .download-box-responsive .download-col i {
        top: 15px;
        left: 11px;
        font-size: 80px;
    }

    #home-page-content .download-box-responsive .download-col span {
        font-size: 17px;
        text-align: left;
        padding-left: 85px;
        line-height: 110px;
    }

    header .header-image {
        display: none;
    }
}

@media only screen and (max-width: 830px) {
    #home-page-content .info-block h1 {
        /*font-size: 78px;*/
    }

    #home-page-content .login-block .inner-block h3 {
        font-size: 53px;
    }

    #home-page-content .catalog-block .inner-block h4 {
        font-size: 50px;
    }

    #home-page-content .old-site-block .inner-block h4 {
        font-size: 54px;
    }

    #home-page-content .download-box-responsive .download-col {
        height: 85px;
    }

    #home-page-content .download-box-responsive .download-col i {
        font-size: 60px;
    }

    #home-page-content .download-box-responsive .download-col span {
        padding-left: 65px;
        line-height: 100px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 670px) {
    #home-page-content .info-block h1 {
        /*font-size: 68px;*/
    }

    #home-page-content .login-block .inner-block h3 {
        font-size: 43px;
    }

    #home-page-content .catalog-block .inner-block h4 {
        font-size: 40px;
    }

    #home-page-content .old-site-block .inner-block h4 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 500px) {
    #home-page-content .info-block h1 {
        font-size: 58px;
    }

    #home-page-content .login-block .inner-block h3 {
        font-size: 33px;
    }

    #home-page-content .catalog-block .inner-block h4 {
        font-size: 30px;
    }

    #home-page-content .old-site-block .inner-block h4 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 500px) {
    #home-page-content .info-block h1 {
        font-size: 30px;
    }

    #home-page-content .info-block h1 {
        padding: 0 75px;
    }

    .sofort-lieferbar {
        display: none;
    }
}

.site-logo {
    width: 180px;
    margin-top: 18px;
}

.sofort-lieferbar {
    transform: rotate(-25deg);
    height: 30px;
    width: 200px;
    position: relative;
    top: 20%;
    font-size: 1.8em;
    color: #3c8dbc;
    font-style: italic;
    font-family: "Roboto Condensed", sans-serif;
}

.scrolling-text-container {
    position: absolute;
    border: 1px solid #e61503;
    width: 700px;
    bottom: 10px;
    left: 0;
    font-size: 16px;
    right: 0;
    background: white;
    z-index: 1000;
    margin: auto;
    border-radius: 2px;
    height: 41px;
    overflow: hidden;
    white-space: nowrap
}

.scrolling-text-container.scroll-left p {
    position: absolute;
    /*width: 100%;*/
    /*height: 100%;*/
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 15s linear infinite;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
    0%   {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}
