@keyframes fadeToTop {
    from {
        opacity: 0;
        transform: translate(0, 70px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #28324b;
    font-family: 'Titillium Web', sans-serif;
}

::-moz-focus-inner {
    border: 0;
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
    outline: 0 !important;
}

.top {
    border-bottom: 2px solid #4464ad;
    background-color: white;
    position: relative;
}

.top ul {
    margin: 0;
    padding: 10px 0;
}

.top ul li {
    margin-right: 15px;
    color: #333333;
    font-size: 14px;
    position: relative;
}

.top ul li:first-child {
    padding-right: 15px;
    margin-right: 15px;
}

.top ul li:first-child::before {
    content: '';
    position: absolute;
    right: 0;
    height: 14px;
    width: 1px;
    background-color: #28324b;
    top: 5px;
}

.top ul li i {
    color: #28324b;
    margin: 0 10px;
}

.top ul.top_menu {
    background-color: #4464ad;
    position: relative;
    z-index: 2;
}

.top ul.top_menu li {
    color: white;
    position: relative;
    text-transform: uppercase;
    padding-right: 15px;
    margin-right: 15px;
}

.top ul.top_menu li::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 8px;
    border-radius: 50%;
}

.top ul.top_menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.top ul.top_menu li:last-child::before {
    display: none;
}

.top ul.top_menu::before {
    content: '';
    position: absolute;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background-color: #4464ad;
    width: 20px;
    height: 100%;
    z-index: 1;
    left: -10px;
    top: 0;
}

.top::before {
    content: '';
    position: absolute;
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    background-color: #4464ad;
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 0px;
    top: 0;
    max-width: 300px;
}

.wrapper_fix {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 1920px;
    z-index: 100;
    margin: 0 auto;
}

header {
    background-color: transparent !important;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 15px 0;
}

header .navbar {
    position: relative;
    padding: 0 15px;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

header .navbar .collapse {
    max-width: 1110px;
    justify-content: space-between;
}

header .navbar.bg-light {
    background-color: transparent !important;
}

header .navbar.navbar-light .navbar-nav .nav-link {
    color: #1f2a44;
    font-size: 16px;
    padding: 20px 10px;
    text-transform: uppercase;
}

header .navbar.navbar-light .navbar-nav .nav-link:focus,
header .navbar.navbar-light .navbar-nav .nav-link:active,
header .navbar.navbar-light .navbar-nav .nav-link:visited {
    color: #1f2a44;
}

header .navbar.navbar-light .navbar-nav .nav-link:hover {
    color: #4464ad;
}

header .navbar.navbar-light .navbar-nav .active .nav-link {
    color: #4464ad !important;
}

header .search_box {
    border: 1px solid #dde4e7;
    margin-right: 60px;
}

header .search_box .search {
    display: inline-block;
    padding: 10px;
    border-right: 1px solid #dde4e7;
    position: relative;
    position: relative;
}

header .search_box .search button {
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 5px;
}

header .search_box .search button i {
    display: none;
}

header .search_box .search .form-control {
    border: none;
    border-bottom: 1px solid #dde4e7;
    background-color: transparent;
    border-radius: 0;
    display: none;
    padding: 0 30px 0 0;
    height: 24px;
}

header .search_box .search .form-control:focus {
    box-shadow: none;
    border-color: #4464ad;
}

header .search_box .search i {
    cursor: pointer;
}

header .search_box .dropdown {
    display: inline-block;
    padding: 10px;
}

header .search_box .dropdown i {
    margin-right: 5px;
}

header .search_box .dropdown .dropdown-toggle {
    color: #1f2a44;
    text-transform: uppercase;
    font-size: 14px;
}

header .search_box .dropdown .dropdown-menu {
    min-width: auto;
    border-radius: 0;
    border: 1px solid #dde4e7;
    min-width: 80px;
    text-align: center;
    margin: 0px;
    border-top: none;
    margin-left: -4px;
    background-color: transparent;
}

header .search_box .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    background-color: transparent;
    color: #1f2a44;
    text-transform: uppercase;
    transition: all 0.3s;
    padding: 3px 10px;
}

header .search_box .dropdown .dropdown-menu .dropdown-item:focus,
header .search_box .dropdown .dropdown-menu .dropdown-item:visited,
header .search_box .dropdown .dropdown-menu .dropdown-item:active {
    color: #1f2a44;
}

header .search_box .dropdown .dropdown-menu .dropdown-item:hover {
    color: #4464ad;
}

header i {
    color: #1f2a44;
    font-size: 16px;
}

header .dropdown-menu a {
    padding: 5px 10px 5px 15px;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: initial;
    font-weight: 500;
    position: relative;
    background-color: transparent !important;
    color: #1f2a44;
    white-space: normal;
}

header .dropdown-menu a:focus,
header .dropdown-menu a:visited,
header .dropdown-menu a:active {
    color: #1f2a44;
}

header .dropdown-menu a:hover {
    color: #4464ad;
}

header .dropdown-menu a+h5 {
    margin-top: 20px;
}

header .dropdown-menu h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
    color: #4464ad;
    padding-left: 15px;
}

header .dropdown-menu h5 a {
    text-transform: uppercase;
    color: #4464ad;
}

header .dropdown-menu h5 a:focus,
header .dropdown-menu h5 a:visited,
header .dropdown-menu h5 a:active {
    color: #4464ad;
}

header .megamenu {
    position: static;
}

@media only screen and (min-width: 991px) {
    header .dropdown.megamenu:hover>.dropdown-menu,
    header .dropdown.nav-item:hover>.dropdown-menu {
        display: block !important;
        border: none;
    }
}

header .megamenu_nav {
    padding: 40px 15px;
    border: none;
    margin: -5px 0 0 0;
    left: -15px;
    right: -15px;
    min-height: 77vh;
    min-height: calc(100vh - 130px);
    background-image: url('../images/clouds_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

header .megamenu_nav h5 {
    padding-left: 0;
}

header .megamenu_nav h5 .dropdown-item {
    text-transform: uppercase;
}

.slick-initialized .slick-slide {
    outline: 0 !important;
}

.main_slider {
    position: relative;
    max-height: 900px;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
}

.main_slider .main_slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 900px;
    position: relative;
}

.main_slider .main_slide .slide_content {
    position: relative;
    padding-top: 250px;
}

.main_slider .main_slide .slide_content .slide_text {
    max-width: 550px;
}

.main_slider .main_slide .slide_content .slide_text h2 {
    opacity: 0;
}

.main_slider .main_slide .slide_content .slide_text h3 {
    font-weight: 700;
    color: #28324b;
    font-size: 80px;
    margin: 15px 0;
    opacity: 0;
}

.main_slider .main_slide .slide_content .slide_text h4 {
    color: #1f2a44;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 15px 0;
    opacity: 0;
    font-weight: 500;
}

.main_slider .main_slide .slide_content .slide_text p {
    font-size: 16px;
    color: #1f2a44;
    margin-bottom: 20px;
    opacity: 0;
}

.main_slider .main_slide .slide_content .slide_text .btn_default {
    opacity: 0;
}

.main_slider .main_slide .slide_content img {
    opacity: 0;
}

.main_slider .main_slide.slick-active .slide_content .slide_text h2 {
    animation: fadeToTop 0.75s ease 0.6s forwards;
}

.main_slider .main_slide.slick-active .slide_content .slide_text h3 {
    animation: fadeToTop 0.75s ease 0.8s forwards;
}

.main_slider .main_slide.slick-active .slide_content .slide_text h4 {
    animation: fadeToTop 0.75s ease 1s forwards;
}

.main_slider .main_slide.slick-active .slide_content .slide_text p {
    animation: fadeToTop 0.75s ease 1.1s forwards;
}

.main_slider .main_slide.slick-active .slide_content .slide_text .btn_default {
    animation: fadeToTop 0.75s ease 1.2s forwards;
}

.main_slider .main_slide.slick-active .slide_content .slide_text img {
    animation: fadeToTop 0.75s ease 1.3s forwards;
}

.main_slider .main_slide.slick-active .slide_content img {
    animation: fadeToTop 0.75s ease 1.3s forwards;
}

.main_slider .slick-dots {
    bottom: 30px;
}

.main_slider .slick-dots li {
    width: auto;
    margin-right: 5px;
}

.main_slider .slick-dots li.slick-active {
    border: 1px solid #4464ad;
}

.main_slider .slick-dots li.slick-active button::before {
    opacity: 1;
}

.main_slider .slick-dots li button:before {
    background-color: #4464ad;
    width: 8px;
    height: 8px;
    content: '';
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 4px;
}
.main_slider .slick-prev, .main_slider .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
}
.main_slider .slick-prev:before, .main_slider .slick-next:before {
    font-size: 45px;
    color: #4464ad;
    transition: all 0.2s;
}
.main_slider .slick-prev {
    left: 30px;
}
.main_slider .slick-next {
    right: 30px;
}
.slider_scroll {
    margin-top: 60px;
}

.anchor {
    position: relative;
    top: -153px;
    visibility: hidden;
    z-index: -1;
}

.regular_padding {
    padding: 80px 0;
}

.sub_title {
    color: #4464ad;
    font-size: 16px;
    margin: 0;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
}

.sub_title::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    background-color: #4464ad;
    top: 7px;
}

.sub_title.white {
    color: white;
}

.sub_title.white::before {
    background-color: white;
}

.title {
    font-size: 48px;
    color: #28324b;
    margin: 15px 0;
    font-weight: bold;
}

.title.white {
    color: white;
}

.txt {
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

.txt.white {
    color: white;
}

.title-22 {
    font-size: 24px;
    color: #1f2a44;
    margin: 0 0 30px 0;
    font-weight: 300;
    text-transform: uppercase;
}

.title-22 b {
    font-weight: bold;
    display: block;
}

.custom_list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.custom_list li {
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 5px;
}

.custom_list.size_18 {
    margin-top: 40px;
}

.custom_list.size_18 li {
    font-size: 18px;
    position: relative;
    padding-left: 15px;
}

.custom_list.size_18 li::before {
    content: '';
    width: 7px;
    height: 1px;
    background-color: #7e7e7e;
    position: absolute;
    left: 0;
    top: 14px;
}

.custom_list.size_18 li a {
    transition: all 0.3s;
}

.custom_list.size_18 li a:hover {
    color: #4464ad;
}

.btn_default {
    background-color: #4464ad;
    text-transform: uppercase;
    transition: all 0.3s;
    color: white;
    outline: none;
    box-shadow: none;
    padding: 10px 25px;
    display: inline-block;
    transition: all 0.3s;
    border-radius: 50px;
    position: relative;
    border: none;
    cursor: pointer;
}

.btn_default i {
    margin-left: 15px;
}

.btn_default:focus,
.btn_default:visited,
.btn_default:active {
    background-color: #4464ad;
    color: white;
    outline: none;
    box-shadow: none;
}

.btn_default:hover {
    background-color: #28324b;
    text-decoration: none;
    color: white;
}
.btn_default:not([href]):not([tabindex]) {
    color: white;
}
.btn_default:not([href]):not([tabindex]):focus, .btn_default:not([href]):not([tabindex]):hover {
    color: white;
}
@media only screen and (min-width: 1601px) {
    .top::before {
        max-width: 450px;
    }
}

.news article {
    border: 1px solid #dadee8;
    padding: 60px 30px 40px 30px;
    transition: all 0.3s;
    background-color: white;
    min-height: 520px;
    position: relative;
}

.news article h3 {
    font-size: 22px;
    color: #28324b;
    margin: 60px 0 0 0;
}

.news article .date {
    font-size: 16px;
    color: #28324b;
    position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px;
}

.news article .date span {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    border: 2px solid #4464ad;
    transition: all 0.3s;
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    color: #4464ad;
}

.news article:hover {
    background-color: #4464ad;
}

.news article:hover .sub_title {
    color: white;
}

.news article:hover .sub_title::before {
    background-color: white;
}

.news article:hover h3 {
    color: white;
}

.news article:hover .date {
    color: white;
}

.news article:hover .date span {
    color: white;
    border-color: white;
}

.cta {
    background-color: #f4f6f9;
}

.cta .article {
    transition: all 0.3s;
}

.cta .article img {
    border: 1px solid white;
}

.cta .article .cta_txt {
    padding: 20px 15px;
    text-align: center;
    border-bottom: 2px solid #4464ad;
    position: relative;
    background-color: white;
    min-height: 250px;
}

.cta .article .cta_txt h3 {
    color: #28324b;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.cta .article .cta_txt p {
    font-size: 14px;
    color: #7e7e7e;
    margin-bottom: 20px;
}

.cta .article .cta_txt .btn_default {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
}

.cta .article .cta_txt .btn_default i {
    position: absolute;
    right: 30px;
    top: 15px;
}

.cta .article:hover {
    border-bottom-color: #28324b;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.cta .article:hover .btn_default {
    background-color: #28324b;
}

.cta article {
    text-align: center;
    padding: 40px 30px;
    border: 1px solid #eaeef7;
    border-radius: 50%;
    transition: all 0.3s;
}

.cta article h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 15px 0;
    color: #28324b;
}

.cta article h3 b {
    display: block;
}

.cta article:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.cta article:hover .circle {
    background-color: #4464ad;
    color: white;
}

.cta.white {
    background-color: white;
}
.cta .cta_slider img {
    margin: 0 auto;
}
.cta .cta_slider a {
    margin: 15px;
}
.cta .cta_slider .slick-prev, .cta .cta_slider  .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
}
.cta .cta_slider .slick-prev:before, .cta .cta_slider .slick-next:before {
    font-size: 45px;
    color: #4464ad;
    transition: all 0.2s;
}
.cta .cta_slider .slick-prev {
    left: -50px;
}
.cta .cta_slider .slick-next {
    right: -60px;
}
.circle {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    border: 2px solid #f3f6fa;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    color: #4464ad;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.circle:hover {
    background-color: #4464ad;
    color: white;
}

.kontakt {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/kontakt-background.png");
}

.kontakt h1 {
    color: #28324b;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.kontakt h1 b {
    color: #4464ad;
}

.kontakt h2 {
    color: #28324b;
    font-size: 16px;
    margin: 20px 0 30px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.kontakt .form-control {
    background-color: white;
    padding: 10px;
    height: 45px;
    border: 1px solid #dde2ea;
    margin-bottom: 20px;
    border-radius: 0;
    color: #111111;
}

.kontakt .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #4464ad;
    background-color: white;
}

.kontakt textarea.form-control {
    height: 150px;
    resize: none;
}

#googleMap {
    height: 400px;
}

footer {
    background-color: #003b7d;
    padding: 60px 0;
}

footer h2 {
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}

footer ul li b {
    text-transform: uppercase;
    font-weight: 700;
}

footer .copyright {
    margin-top: 60px;
}

footer .copyright p {
    font-size: 14px;
    color: white;
    margin: 0;
}

footer .copyright p b,
footer .copyright p a {
    color: white;
}

footer .copyright .list-inline {
    padding: 0;
    margin: 0;
}

footer .copyright .list-inline .list-inline-item {
    margin-right: 20px;
    margin-bottom: 0;
}

footer .copyright .list-inline .list-inline-item a {
    color: white;
    font-size: 16px;
    transition: all 0.3s;
}

footer .copyright .list-inline .list-inline-item a:hover {
    color: #4464ad;
}

footer .copyright #toTop {
    font-size: 20px;
    background-color: white;
    color: #4464ad;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0px 0px 0px auto;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}

footer .copyright #toTop:hover {
    background-color: #28324b;
    color: white;
}

.header-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.header-image .page_link {
    position: absolute;
    bottom: 120px;
    max-width: 1110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    opacity: 0;
    animation: fadeToTop 0.45s ease 0.5s forwards;
}

.header-image .page_link .list-inline {
    display: inline-block;
    margin-bottom: 0;
}

.header-image .page_link .list-inline .list-inline-item {
    font-size: 15px;
    color: #4464ad;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}

.header-image .page_link .list-inline .list-inline-item span {
    margin: 0 15px;
}

.header-image h1 {
    color: #28324b;
    font-size: 60px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    opacity: 0;
    animation: fadeToTop 0.6s ease 0.7s forwards;
}

.service {
    background-color: #f4f6f9;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.service .col-lg-3 {
    position: relative;
}

.service .col-lg-3::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4464ad;
}


.service .col-lg-3 .service_txt {
    padding: 150px 15px;
    position: relative;
    z-index: 2;
    max-width: 70%;
    margin-left: auto;
    margin-right: 0;
}

.service .col-lg-3 .service_txt .title {
    font-size: 44px;
}

.service .service_slider {
    padding: 80px 0;
    margin-bottom: 0;
}

.service .service_slide {
    transition: all 0.3s;
    padding: 40px 20px;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

.service .service_slide h4 {
    color: #5d5d5d;
    font-size: 20px;
    margin: 15px 0;
    font-weight: 400;
    text-transform: uppercase;
}

.service .service_slide h4 b {
    display: block;
    color: #28324b;
}

.service .service_slide .btn_default {
    opacity: 0;
    padding: 10px 15px;
}

.service .service_slide:hover {
    border-bottom-color: #28324b;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    background-color: white;
}

.service .service_slide:hover .btn_default {
    background-color: #28324b;
    opacity: 1;
}

.service .slick-prev:before,
.service .slick-next:before {
    font-family: "Font Awesome 5 Free";
    padding: 10px 15px;
    background-color: white;
    color: #28324b;
    transition: all 0.3s;
    font-size: 16px;
    border-radius: 3px;
}

.service .slick-prev {
    left: -285px;
    bottom: 20%;
    top: auto;
    z-index: 5;
}

.service .slick-prev::before {
    content: '\f053';
    font-weight: 900;
}

.service .slick-prev:hover::before {
    background-color: #28324b;
    color: white;
}

.service .slick-next {
    right: auto;
    left: -235px;
    top: auto;
    bottom: 20%;
    z-index: 5;
}

.service .slick-next::before {
    content: '\f054';
    font-weight: 900;
}

.service .slick-next:hover::before {
    background-color: #28324b;
    color: white;
}

.service.white {
    background-color: white;
}

.service.white .col-lg-3::before {
    display: none;
}

.service.white .slick-next,
.service.white .slick-prev {
    bottom: 25%;
}

.w-auto {
    max-width: 1920px;
    margin: 0 auto;
}

.news_detail img {
    margin: 0 30px 20px 0;
}
.news_detail_image {
    position: relative;
}
.news_detail_image .counter-list {
    padding: 0;
    list-style-type: none;
    margin: 0;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
}
.news_detail_image .counter-list li {
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
    background: white;
    padding: 10px;
    font-weight: bold;
}
.news_detail_image .counter-list li b {
    display: block;
    font-size: 30px;
    color: #4464ad;
    font-weight: 300;
}
.news_detail ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.news_detail ul li {
    color: #7e7e7e;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}

.news_detail ul li u {
    text-decoration: none;
}
.news_detail ul li a, .news_detail p a, .news_detail ol li a {
    color: #4464ad;
}
.news_detail table {
    margin-bottom: 20px;
}

.news_detail table td {
    padding: 5px;
    border: 1px solid #7e7e7e;
}

.news_detail table td p {
    margin-bottom: 0;
}

.news_detail ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #7e7e7e;
}

.news_detail ol {
    margin-bottom: 20px;
    padding-left: 15px;
}

.news_detail ol li {
    color: #7e7e7e;
    font-size: 16px;
    margin-bottom: 5px;
}

.news_detail .txt {
    font-size: 16px;
}

.mt_80 {
    margin-top: 80px;
}

.cta_kontakt {
    background-color: white;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
}

.cta_kontakt .cta_txt {
    padding-left: 90px;
    position: relative;
}

.cta_kontakt .cta_txt img {
    position: absolute;
    left: 0;
}

.cta_kontakt .cta_txt h2 {
    color: #28324b;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.cta_kontakt .cta_txt p {
    color: #8e8e8e;
    font-size: 14px;
    margin: 0;
}

.cta_kontakt .text-right p {
    color: #4464ad;
    font-size: 18px;
    margin: 10px 0 0 0;
}

.cta_kontakt .text-right p span {
    color: #8e8e8e;
}

.about {
    position: relative;
    background-color: #f4f6f9;
}
/*
.about::before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/about-background.png");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 650px;
} */
.about_service .img {
    max-height: 700px;
}
.about_service .title {
    font-size: 30px;
}
.modal .close {
    font-size: 36px;
    font-weight: 400;
}
.modal .close:focus {
    outline: none;
    border: none;
}
.modal .title {
    font-size: 30px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
    }
}

.about .img {
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 400px;
}

.about .img.img_left {
    left: 10px;
}

.about .img.img_right {
    left: auto;
    right: 10px;
}

.about .about_section {
    background-color: white;
    padding: 10px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.about .about_section .about_txt {
    position: relative;
    padding: 60px 30px;
    padding-left: 450px;
}

.about .about_section .about_txt img {
    margin-bottom: 20px;
}

.about .about_section.about_section_right .about_txt {
    padding-left: 30px;
    padding-right: 450px;
}

.about .contact_information {
    padding: 60px;
    border: 8px solid #eceef1;
    background-color: white;
}

.about .contact_information ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.about .contact_information ul li {
    position: relative;
    color: #7e7e7e;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 230px;
    font-weight: 500;
}

.about .contact_information ul li strong {
    color: #4464ad;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.about .contact_information_card {
    padding: 15px;
    border: 8px solid #eceef1;
    background-color: white;
    margin-bottom: 10px;
    display: block;
}

.about .contact_information_card ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.about .contact_information_card ul li {
    margin-bottom: 6px;
    position: relative;
}

.about .contact_information_card ul li::before {
    content: '';
    border: 1px dashed #e9ebf1;
    width: 100%;
    position: absolute;
    right: 0px;
    left: 0;
    top: 18px;
}

.about .contact_information_card ul li strong {
    background-color: white;
    font-weight: 500;
    color: #4464ad;
    font-size: 16px;
    font-weight: bold;
}

.about .contact_information_card ul li em {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 500;
    max-width: 180px;
    text-align: right;
    font-style: normal;
}

.about .contact_information_card ul li:first-child {
    margin-bottom: 30px;
}

.history {
    position: relative;
    background-color: white;
}

.history::before {
    content: '';
    width: 100%;
    height: 100%;
    max-width: 50%;
    background-color: #4464ad;
    position: absolute;
    left: 0;
    top: 0;
}

.history p {
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}

.history ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.history ul li {
    position: relative;
    padding: 40px 0 0 800px;
    margin-bottom: 120px;
    font-size: 14px;
    min-height: 160px;
}

.history ul li::before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #003b7d;
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: 0 auto;
}

.history ul li .year {
    color: #9eb3c2;
    font-size: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.history ul li .year b {
    color: white;
    font-weight: 600;
}

.history ul li:last-child::before {
    display: none;
}

.quality .article {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.quality .article .article_title {
    padding: 15px 30px;
}

.quality .article .article_txt {
    padding: 15px 30px;
}

.quality .article h3 {
    color: #28324b;
    font-size: 36px;
    margin: 0;
    font-weight: bold;
}

.quality article {
    padding: 30px 20px;
    border: 1px solid #f3f4f7;
    border-radius: 3px;
    margin-bottom: 15px;
}

.quality article p {
    color: #28324b;
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.online_services {
    position: relative;
    overflow: hidden;
}

.online_services.gray {
    background-color: #f4f6f9;
}

.online_services .abs_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 500px;
}

.online_services .online_service_item {
    position: relative;
    padding-left: 80px;
}

.online_services .online_service_item img {
    position: absolute;
    left: 0;
    top: 0;
}

.online_services .online_service_item h3 {
    color: #28324b;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.gallery .col-lg-4 {
    padding: 0 5px;
}

.gallery .photo {
    margin-bottom: 10px;
}

.gallery .photo a {
    display: block;
    overflow: hidden;
    position: relative;
}

.gallery .photo a img {
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.gallery .photo a:after,
.gallery .photo a:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.25s;
}

.gallery .photo a:after {
    z-index: 2;
    background-color: rgba(60, 100, 173, 0.8);
}

.gallery .photo a:before {
    background-image: url("../images/plus-sign.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    transform: scale(0.5);
}

.gallery .photo a:hover:after,
.gallery .photo a:hover:before {
    opacity: 1;
    transform: scale(1);
}

.gallery .photo a:hover img {
    transform: scale(1.2);
}

.gallery .btn_default {
    margin-top: 30px;
}

.kontakt {
    background-color: white;
}

.kontakt.bg_kontakt {
    background-image: none;
    position: relative;
}

.kontakt.bg_kontakt::before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/kontakt-background-2.png");
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 650px;
}

.kontakt #googleMap {
    height: 546px;
    border: 1px solid #cccfd6;
}

.kontakt .no-gutters .col-lg-6 {
    padding: 60px 30px;
}

.kontakt .no-gutters .col-lg-6 i {
    font-size: 24px;
    margin-bottom: 40px;
    color: white;
}

.kontakt .no-gutters .col-lg-6 h3 {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.kontakt .no-gutters .col-lg-6 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.kontakt .no-gutters .col-lg-6 ul li {
    color: white;
    font-size: 14px;
    margin-bottom: 5px;
}

.kontakt .no-gutters .col-lg-6:nth-child(1) {
    background-color: #4464ad;
}

.kontakt .no-gutters .col-lg-6:nth-child(2) {
    background-color: #f0a202;
}

.kontakt .no-gutters .col-lg-6:nth-child(3) {
    background-color: #274e91;
}

.kontakt .no-gutters .col-lg-6:nth-child(4) {
    background-color: #202020;
}

.kontakt .form {
    padding: 40px 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    background-color: white;
    margin-top: 30px;
}

.kontakt .form .captcha img {
    margin-bottom: 20px;
}

.kontakt .list-inline {
    padding: 0;
    margin: 20px 0 0 0;
}

.kontakt .list-inline .list-inline-item {
    margin-right: 30px;
}

.kontakt .list-inline .list-inline-item a {
    color: #8b8b8b;
    font-size: 16px;
    transition: all 0.3s;
}

.kontakt .list-inline .list-inline-item a:hover {
    color: #4464ad;
}

.kontakt .bg_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 795px;
    margin-top: 30px;
}

.download .download_item {
    position: relative;
    padding: 25px 15px;
    margin-bottom: 0;
    border: 1px solid #f0f0f2;
    transition: all 0.3s;
    background-color: #fafafb;
}

.download .download_item:hover {
    border-color: #4464ad;
}

.download .download_item h3 {
    font-size: 14px;
    color: #333333;
    max-width: 300px;
    min-height: 32px;
    margin: 0;
    font-weight: bold;
}

.download .download_item .btn_default {
    background-color: #4464ad;
    color: white;
    position: absolute;
    right: 15px;
    top: 25px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
}

.download .download_item .btn_default:focus,
.download .download_item .btn_default:visited,
.download .download_item .btn_default:active {
    background-color: #4464ad;
    color: white;
}

.download .download_item .btn_default:hover {
    background-color: #4464ad;
}

.pagination-sm {
    margin-top: 40px;
    margin-bottom: 0;
}

.pagination-sm .page-item {
    margin-right: 5px;
    text-align: center;
}

.pagination-sm .page-item.disabled .page-link {
    background-color: #4464ad;
    color: white;
}

.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link {
    border-radius: 50%;
    border: none;
}

.pagination-sm .page-link {
    padding: 10px 15px;
    transition: all 0.3s;
    background-color: white;
    color: #4464ad;
    box-shadow: none;
    outline: none;
    border-radius: 50%;
}

.pagination-sm .page-link:focus,
.pagination-sm .page-link:visited,
.pagination-sm .page-link:active {
    background-color: white;
    color: #4464ad;
}

.pagination-sm .page-link:hover {
    background-color: #4464ad;
    color: white;
}

.error_page {
    text-align: center;
}

.error_page h2 {
    font-size: 300px;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #4464ad;
}

.visible-sm {
    display: none;
}

/* sitemap */
.sitemap h2 {
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ccc;
  padding: 15px 20px;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #74b9ff54;
}
.sitemap ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  margin-left: 15px;
}
.sitemap ul:before {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  top: -15px;
  left: 0px;
}
.sitemap ul ul {
  padding-left: 15px;
  margin-top: 15px;
  margin-left: 0;
}
.sitemap ul ul:before {
  left: 15px;
}
.sitemap ul li {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  padding-bottom: 15px;
  position: relative;
}
.sitemap ul li:last-child {
  padding-bottom: 0;
}
.sitemap ul li:last-child {
  border-left: 0;
}
.sitemap ul li:last-child:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 1px;
  height: 17px;
  background-color: #ccc;
}
.sitemap ul li a {
  border: 1px solid #ccc;
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 10px 15px;
  position: relative;
  transition: all 0.2s;
}
.sitemap ul li a:hover {
  background-color: #f5f5f5;
}
.sitemap ul li a:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 15px;
  left: -15px;
}
.sitemap ul a {
  background-color: #81ecec54;
}
.sitemap ul ul a {
  background-color: #55efc454;
}
.sitemap ul ul ul a {
  background-color: #fab1a054;
}
.sitemap ul ul ul ul a {
  background-color: #ffeaa754;
}
.categories .nav-tabs {
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 80px;
}
@keyframes border {
    0% {
      box-shadow: 60px -60px 0 2px white, -60px -60px 0 2px white, -60px 60px 0 2px white, 60px 60px 0 2px white, 0 0 0 2px #4464ad;
    }
    25% {
      box-shadow: 0 -135px 0 2px white, -60px -60px 0 2px white, -60px 60px 0 2px white, 60px 60px 0 2px white, 0 0 0 2px #4464ad;
    }
    50% {
      box-shadow: 0 -135px 0 2px white, -135px 0px 0 2px white, -60px 60px 0 2px white, 60px 60px 0 2px white, 0 0 0 2px #4464ad;
    }
    75% {
      box-shadow: 0 -135px 0 2px white, -135px 0px 0 2px white, 0px 135px 0 2px white, 60px 60px 0 2px white, 0 0 0 2px #4464ad;
    }
    100% {
      box-shadow: 0 -135px 0 2px white, -135px 0px 0 2px white, 0px 135px 0 2px white, 130px 40px 0 2px white, 0 0 0 2px #4464ad;
    }
  }
  .categories .nav-tabs .nav-item {
      overflow: hidden;
      padding: 5px;
  }
.categories .nav-tabs .nav-link {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    color: #7e7e7e;
    border: 1px solid #7e7e7e;
    position: relative;
    overflow: hidden;
}
.categories .nav-tabs .nav-link:hover {
    border: none;
    color: #4464ad;
    animation: border 0.4s ease 1 forwards;
}
.categories .nav-tabs .nav-link.active {
    border: 1px solid #7e7e7e;
    color: #4464ad;
}
.service.tab-content {
    background-color: transparent;
    margin-top: 60px;
}
.service.tab-content .service_slide .btn_default {
    opacity: 1;
}
.service.tab-content .service_slide .txt {
    max-height: 63px;
    overflow: hidden;
}
.service.tab-content .categories_slider {
    margin-bottom: 60px;
}
.service.tab-content  .service_slide {
    margin: 15px;
}
.service .tab-content>.tab-pane{ display: block; height: 0px; overflow: hidden; }
.service .tab-content>.active{ height: auto;}


/* gmpc */
.gmpc_wrap {
  position: relative;
}
.gmpc_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0,0,0, 0.1);
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all .2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #222;
}
.gmpc_btn:hover span {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
/*************
MEDIA
*************/

@media only screen and (max-width: 1499px) {
    .service .col-lg-3 .service_txt {
        max-width: 100%;
    }

    header .btn_default {
        display: none;
    }
}


/******
1199
******/

@media only screen and (max-width: 1199px) {
    .top ul.top_menu li {
        padding-right: 10px;
        margin-right: 10px;
        z-index: 3;
    }
    .wrapper_fix {
        background-color: white !important;
    }
    header .megamenu_nav {
        min-width: 730px;
    }
    header .navbar.navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 20px 10px;
    }
    header .search_box {
        margin-right: 0;
    }
    header .search_box .search .form-control {
        max-width: 150px;
    }
    .main_slider {
        max-height: 750px;
    }
    .main_slider .main_slide {
        height: 750px;
    }
    .main_slider .main_slide.slick-active .slide_content .slide_text h2 {
        animation: none;
    }
    .main_slider .main_slide.slick-active .slide_content .slide_text h3 {
        animation: none;
    }
    .main_slider .main_slide.slick-active .slide_content .slide_text h4 {
        animation: none;
    }
    .main_slider .main_slide.slick-active .slide_content .slide_text p {
        animation: none;
    }
    .main_slider .main_slide.slick-active .slide_content .slide_text .btn_default {
        animation: none;
    }
    .main_slider .main_slide .slide_content .slide_text h2 {
        opacity: 1;
    }
    .main_slider .main_slide .slide_content .slide_text h3 {
        opacity: 1;
        font-size: 60px;
    }
    .main_slider .main_slide .slide_content .slide_text h4 {
        opacity: 1;
    }
    .main_slider .main_slide .slide_content .slide_text p {
        opacity: 1;
    }
    .main_slider .main_slide .slide_content .slide_text .btn_default {
        opacity: 1;
    }
    .main_slider .main_slide .slide_content .slider_scroll {
        display: none;
    }
    .cta article {
        padding: 20px;
    }
    .cta article h3 {
        font-size: 20px;
    }
    .news article {
        min-height: 400px;
    }
    .service .col-lg-3 .service_txt .title,
    .title {
        font-size: 36px;
    }
    .header-image {
        height: 400px;
        border-bottom: 1px solid #dde4e7;
    }
    .header-image .page_link {
        left: 15px;
        right: 15px;
        bottom: 100px;
        opacity: 1;
        animation: none;
    }
    .header-image .page_link .list-inline .list-inline-item {
        font-size: 14px;
    }
    .header-image h1 {
        font-size: 40px;
        opacity: 1;
        animation: none;
    }
    .cta_kontakt .text-right p {
        margin-top: 20px;
    }
    .history {
        background-color: #4464ad;
    }
    .history::before {
        display: none;
    }
    .history ul li {
        position: relative;
        padding: 0;
        color: white;
        min-height: auto;
        margin-bottom: 20px;
    }
    .history ul li .year {
        position: relative;
        font-size: 40px;
        display: block;
        text-align: left;
        margin-bottom: 15px;
    }
    .history ul li::before {
        display: none;
    }
    .online_services .abs_img {
        display: none;
    }
    .kontakt .no-gutters .col-lg-6 {
        padding: 30px 15px;
    }
    .kontakt #googleMap {
        height: 447px;
    }
    .news_detail img {
        width: 100%;
    }
    .title-22 {
        font-size: 18px;
    }
    .about_service .img {
        margin: auto;
    }
    .categories .nav-tabs {
        justify-content: end;
    }
    .categories .nav-tabs .nav-item {
        margin: 0 15px 15px 0;
    }
    .service.tab-content .service_slide .txt  {
        max-height: 100%;
    }
}


/******
991
******/

@media only screen and (max-width: 991px) {
    .visible-sm {
        display: block;
    }
    .top {
        display: none;
    }
    .navbar-brand {
        max-width: 100px;
    }
    header {
        padding: 10px 0;
        border-bottom: 1px solid #dde4e7;
    }
    header .megamenu {
        margin-right: 15px;
    }
    header .megamenu_nav {
        display: block !important;
        background-image: none;
    }
    header .navbar-nav {
        overflow-x: hidden;
    }
    header .navbar-nav .dropdown-menu a {
        font-size: 14px;
    }
    header .navbar-nav .megamenu_nav {
        padding: 5px 10px;
        min-width: auto;
    }
    header .navbar-nav .dropdown-menu a+h5 {
        margin-top: 0;
    }
    header .navbar-nav .dropdown-menu h5 {
        margin-top: 10px !important;
    }
    header .navbar-nav .dropdown-menu {
        border: 0;
        /*1px solid rgba(0,0,0,.1);*/
        padding: 0;
        display: block;
    }
    header .navbar {
        padding: 0;
    }
    header .navbar .navbar-collapse {
        max-height: 70vh;
        overflow-y: auto;
    }
    header .navbar-light .navbar-toggler {
        border: none;
        position: absolute;
        right: 0;
        top: 10px;
        padding: 0;
    }
    header .navbar-light .navbar-toggler:focus {
        outline: none;
    }
    header .list-inline {
        margin: 10px 0 15px;
    }
    header .list-inline .list-inline-item {
        color: #a0a5b3;
        text-transform: uppercase;
    }
    header .list-inline .list-inline-item .active {
        color: #4464ad;
    }
    header .navbar.navbar-light .navbar-nav .nav-link {
        padding: 10px 0px;
    }
    header .search_box {
        border: none;
    }
    header .search_box .search {
        display: block;
        border: none;
        padding: 0;
        margin: 10px 0;
    }
    header .search_box .search .form-control {
        display: block;
        max-width: 100%;
    }
    header .search_box .search button {
        top: 0;
    }
    header .search_box .search button i {
        display: block;
    }
    header .search_box .search .search-icon {
        display: none;
    }
    header .search_box .dropdown {
        display: none;
    }
    .main_slider {
        max-height: 600px;
    }
    .main_slider .main_slide {
        height: 600px;
    }
    .main_slider .main_slide .slide_content {
        padding-top: 150px;
    }
    .main_slider .main_slide .slide_content .slide_text h3 {
        font-size: 36px;
    }
    .main_slider .main_slide .slide_content .slide_text p {
        max-width: 400px;
    }
    .cta .article {
        margin-bottom: 30px;
    }
    .cta .article img {
        width: 100%;
    }
    /* .cta article {
        height: 230px;
        width: 230px;
        margin: 0 auto 30px auto;
    } */
    .captcha img {
        margin-bottom: 20px;
    }
    footer h2 {
        margin: 10px 0 20px 0;
    }
    footer .copyright {
        text-align: center;
    }
    footer .copyright .list-inline {
        margin: 20px 0;
    }
    footer .copyright #toTop {
        margin: 0 auto;
    }
    .service .col-lg-3 .service_txt {
        padding: 80px 15px;
    }
    .service .col-lg-3 .service_txt p {
        margin-bottom: 0;
    }
    .service.white .col-lg-3::before {
        display: block;
        background-color: transparent;
        border-bottom: 1px solid #dde4e7;
    }
    .service.box_service .col-lg-3::before {
        display: none;
    }
    .service.box_service .service_slide {
        border: 1px solid #dde4e7;
        border-bottom: 2px solid #28324b;
        margin-bottom: 30px;
    }
    .header-image {
        height: 300px;
    }
    .header-image .page_link {
        bottom: 80px;
    }
    .header-image h1 {
        font-size: 30px;
    }
    .cta_kontakt {
        padding: 30px 15px;
    }
    .cta_kontakt .cta_txt {
        padding-left: 0;
    }
    .cta_kontakt .cta_txt img {
        position: relative;
        margin-bottom: 20px;
    }
    .cta_kontakt .text-right {
        text-align: left !important;
    }
    .about::before {
        display: none;
    }
    .about .img {
        display: none;
    }
    .about .about_section {
        padding: 0;
    }
    .about .about_section .about_txt {
        padding-left: 30px;
    }
    .about .about_section.about_section_right .about_txt {
        padding-right: 30px;
    }
    .about .contact_information {
        margin-bottom: 15px;
    }
    .about .contact_information_card ul li:first-child {
        margin-bottom: 6px;
    }
    .about .contact_information_card ul li em {
        max-width: 100%;
    }
    .quality .article img {
        width: 100%;
    }
    .online_services .online_service_item {
        padding-left: 0;
    }
    .online_services .online_service_item img {
        position: relative;
        margin-bottom: 15px;
    }
    .kontakt #googleMap {
        margin-bottom: 30px;
    }
    .kontakt .bg_img {
        min-height: 350px;
    }
    .download .download_item .btn_default {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 15px;
    }
    .news_detail_image .counter-list {
        position: relative;
        right: 0;
        top: 50px;
    }
    .news_detail_image .counter-list li {
        display: inline-block;
    }



}


/******
767
******/

@media only screen and (max-width: 767px) {
    .main_slider .main_slider {
        max-height: 500px;
    }
    .main_slider .main_slide {
        height: 500px;
        background-position: left;
    }
    .main_slider .main_slide .slide_content {
        padding-top: 120px;
    }
    .main_slider .main_slide .slide_content .slide_text h3 {
        font-size: 30px;
    }
    .main_slider .main_slide .slide_content .slide_text h4 {
        font-size: 20px;
    }
    .main_slider .main_slide .slide_content .slide_text p {
        font-size: 16px;
        max-width: 100%;
    }
    .regular_padding {
        padding: 40px 0;
    }
    .service .col-lg-3 .service_txt .title,
    .title,
    .kontakt h1 {
        font-size: 30px;
    }
    .news article {
        min-height: 300px;
        padding: 40px 15px 10px 15px;
    }
    .news article .date {
        left: 15px;
        right: 15px;
        bottom: 20px;
    }
    .news article h3 {
        margin-top: 30px;
    }
    .cta .article .cta_txt {
        min-height: auto;
    }
    .cta .article .cta_txt .btn_default {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .cta .article .cta_txt .btn_default i {
        position: relative;
        right: 0;
        top: 0;
    }
    footer {
        padding: 40px 0;
        text-align: center;
    }
    footer .copyright {
        margin-top: 30px;
    }
    .service .col-lg-3 .service_txt {
        padding: 40px 0;
    }
    .service .tab-content .col-lg-3 .service_txt {
        padding: 40px 15px;
    }
    .service .service_slider {
        padding: 40px 0;
    }
    .service .service_slider .service_slide {
        border-bottom-color: #28324b;
        box-shadow: none;
        background-color: white;
        border: 1px solid #dde4e7;
        border-bottom: 2px solid #28324b;
    }
    .service .service_slider .service_slide:hover {
        box-shadow: none;
    }
    .service .service_slider .service_slide .btn_default {
        background-color: #28324b;
        opacity: 1;
    }
    .mt_80 {
        margin-top: 40px;
    }
    .cta_kontakt {
        margin-bottom: 40px;
    }
    .cta article {
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }
    .about .about_section {
        margin-bottom: 40px;
    }
    .about .about_section .about_txt {
        padding: 30px 15px !important;
    }
    .about .contact_information {
        padding: 30px;
    }
    .about .contact_information ul li {
        padding-left: 0;
    }
    .about .contact_information ul li strong {
        position: relative;
        display: block;
    }
    .about .contact_information_card ul li::before {
        display: none;
    }
    .about .contact_information_card ul li em {
        position: relative;
        display: block;
        text-align: left;
    }
    .quality .article .article_title,
    .quality .article .article_txt {
        padding: 15px;
    }
    .online_services .online_service_item h3 {
        font-size: 24px;
    }
    .kontakt .form {
        padding: 30px 15px;
    }
    .error_page h2 {
        font-size: 120px;
    }
    .news_detail_image .counter-list {
        top: 40px;
    }
    .about_service .title {
        font-size: 24px;
    }
    .categories .nav-tabs {
        justify-content: space-between;
    }
    .service.tab-content {
        margin-top: 40px;
    }
    .service.tab-content .categories_slider {
        margin-bottom: 40px;
    }
    .service.tab-content .service_slide {
        margin: 0;
    }
    .service .tab-content {
        padding: 0 15px;
    }
}


/******
479
******/


/*# sourceMappingURL=style.css.map */