/*GENERAL*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #343948;
    background-color: #fff;
    padding-top: 0;
    min-width: 300px;
}

.bg_color_blue_main {
    background-color: #1F405F;
}

.bg_color_blue_dark {
    background-color: #5A7692;
}

.bg_color_blue {
    background-color: #8399AE;
}

.bg_color_blue_light {
    background-color: #B8C6D3;
}

.color_blue_light {
    color: #B8C6D3;
}

.bg_color_orange_dark {
    background-color: #FF5E10;
}

.bg_color_orange_light {
    background-color: #E1A284;
}

.bg_color_rose_dark {
    background-color: #FFD1BB;
}

.bg_color_rose_light {
    background-color: #FFE7DB;
}

.bg_color_grey {
    background-color: #707070;
}

.bg_color_blackwhite {
    background-color: #FFFFFF;
}

.bg_color_black {
    background-color: #000000;
}

h1,
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 42px;
    color: #F1672D;
    font-weight: 400px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    line-height: 24px;
    color: #F1672D;
    font-weight: 700px;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 33px;
    color: #1F405F;
    font-weight: 700px;
    margin-bottom: 40px;
}

h5 {
    color: #F1672D;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

p,
a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    font-weight: 300px;
}

a {
    text-decoration: underline;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

blockquote {}

.l_floatleft {
    float: left;
}

.l_floatright {
    float: right;
}

.margin_bottom_100 {
    margin-bottom: 100px;
}

.margin_bottom_60 {
    margin-bottom: 60px;
}

.padding_60_0 {
    padding: 60px 0;
}

.jumbotron {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.logo {
    padding-top: 20px;
}

.logo a {
    display: block;
}

header .nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FF5E10;
    text-decoration: none;
}

header .nav-item.active .nav-link {
    text-decoration: underline;
}

.bg-inverse {
    background-color: rgba(255, 255, 255, 0) !important;
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url(../img/icon-hamburger.png) !important;
}

.navbar-inverse .navbar-toggler {
    border-color: rgb( 91, 44, 1);
    border-width: 3px;
}

header .navbar {
    border-bottom: 2px solid #1F405F;
    padding-bottom: 10px;
    background-color: #fff;
}

header .dropdown-menu {
    background-color: #FF5E10;
    border: 1px solid #FFE7DB;
}

header .dropdown-menu a {
    color: #FFE7DB;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

header .dropdown-menu a:hover {
    text-decoration: underline;
    color: #FFE7DB;
    background-color: #FF5E10;
}

.header_phones, .mobile_phones {
    width: 100%;
    text-align: right;
}

.mobile_phones {
    margin-top: 10px;
    margin-bottom: 20px;
}

.header_phones ul, .mobile_phones ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_phones a, .mobile_phones a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    color: #1F405F;
}

.header_phones img, .mobile_phones img {
    margin-right: 10px;
}

.header_phones a:hover, .mobile_phones a:hover {
    text-decoration: underline;
}

.mobile_phones {
    display: none;
}

.header_bottom_menu {
    text-align: center;
    padding-top: 140px;
}

.header_bottom_menu ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.header_bottom_menu>ul>li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 15px;
    border-right: 2px solid #1F405F;
    position: relative;
}

.header_bottom_menu a:hover {
    text-decoration: underline;
}

.header_bottom_menu>ul>li:last-child {
    border-right-width: 0;
}

.header_bottom_menu a {
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #B8C6D3;
}

.header_bottom_menu>ul>li>a {
    color: #1F405F;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
}

.header_bottom_menu>ul>li>ul,
.header_bottom_menu>ul>li>ul>li>ul {
    display: none;
}

.header_bottom_menu>ul>li:hover>ul {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    text-align: left;
    background-color: #1F405F;
    z-index: 100;
    padding: 20px;
    min-width: 201px;
}

.header_bottom_menu>ul>li:hover>ul li {
    margin-bottom: 10px;
    position: relative;
}

.header_bottom_menu>ul>li>ul>li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    background-color: #1F405F;
    z-index: 100;
    padding: 20px;
    border: 1px solid #B8C6D3;
}

.header_bottom_menu>ul>li>ul>li {
    border-bottom: 1px solid #B8C6D3;
    padding-bottom: 10px;
}

.main_blocks {
    margin-left: 15px;
    margin-right: 15px;
}

.main_blocks a {
    display: block;
    padding: 50px 40px;
    margin-left: -15px;
    margin-right: -15px;
    text-decoration: none;
    display: block;
    height: 300px;
    border: 1px solid #FF5E10;
}

@keyframes main_blocks_light {
    0% {
        background-color: #E1A284;
    }
    50% {
        background-color: #FF5E10;
    }
    100% {
        background-color: #E1A284;
    }
}

@keyframes main_blocks_dark {
    0% {
        background-color: #FF5E10;
    }
    50% {
        background-color: #E1A284;
    }
    100% {
        background-color: #FF5E10;
    }
}

.main_blocks a.bg_color_orange_dark:hover {
    animation-name: main_blocks_dark;
    animation-duration: 1s;
}

.main_blocks a.bg_color_orange_light:hover {
    animation-name: main_blocks_light;
    animation-duration: 1s;
}

.main_blocks a.bg_color_orange_dark {
    border-color: #E1A284;
}

.main_blocks a img {
    display: table-cell;
    width: 200px;
    height: auto;
}

.main_blocks p {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 42px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.main_blocks a div {
    display: table;
    vertical-align: middle;
}

.main_links a {
    border-radius: 10px;
    border: 1px solid #1F405F;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 40px;
    margin-bottom: 40px;
}

@keyframes main_links {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #8399AE;
    }
    100% {
        background-color: #fff;
    }
}

@keyframes main_h3 {
    0% {
        color: #F1672D;
    }
    50% {
        color: #1F405F;
    }
    100% {
        color: #F1672D;
    }
}

.main_links a:hover {
    animation-name: main_links;
    animation-duration: 3s;
}

.main_links h3 {
    margin-top: 40px;
    text-align: center;
}

.main_links a:hover h3 {
    animation-name: main_h3;
    animation-duration: 3s;
}

.main_links img {
    max-width: 154px;
    height: auto;
}

.about_us {
    background-image: url("../img/bg_about_us.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.about_us a {
    display: block;
    border-radius: 10px;
    background-color: rgba(131, 153, 174, 0.3);
    padding: 20px;
    text-align: center;
}

@keyframes about_us {
    50% {
        box-shadow: 4px 8px 12px rgba(0, 0, 0, .5);
    }
}

.about_us a img {
    max-width: 280px;
    width: 100%;
}

.about_us a:hover {
    animation-name: about_us;
    animation-duration: 3s;
}

.our_clients>div {
    width: 20%;
    text-align: center;
}

.our_clients>div img {
    height: 150px;
    width: auto;
    max-width: 90%;
}

.bullets {
    list-style: none;
    margin: 20px auto 0 auto;
    padding: 0;
    text-align: center;
}

.bullet {
    display: inline-block;
}

.bullet a {
    width: 30px;
    height: 5px;
    margin-right: 8px;
    background-color: #FFD1BB;
    border: 1px solid #F1672D;
    display: block;
}

.bullet a:hover,
.bullet a:active {
    background-color: #F1672D;
}

.footer_top {
    border-top: 1px solid #1F405F;
}

.ul_container {
    display: inline-block;
    margin: 0 auto;
}

footer ul,
.footer_middle ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

footer a,
.footer_middle a, footer li span {
    color: #1F405F;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
}

.footer_middle .phones a {
    font-style: italic;
}

.footer_middle img {
    margin-right: 10px;
}

.footer_middle ul {
    margin-top: 10px;
}

.footer_bottom {
    padding: 20px 0;
    text-align: center;
}

.footer_bottom p {
    color: #B8C6D3;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 0;
}

footer a:hover,
.footer_middle a:hover {
    text-decoration: underline;
    color: #1F405F;
}


/*header {
    border-bottom: 1px solid #1F405F;
}*/

header .jumbotron {
    margin-bottom: 0;
    padding: 0;
    background-color: #fff;
}

.header-top {
    background-image: url(/img/bg-header.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.logo {
    padding-bottom: 5px;
    padding-top: 5px;
    max-width: 290px;
}

.logo img {
    width: 100%;
    height: auto;
}

.full_width_img_container {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    border: 1px solid #F1672D;
}

.third_width_img_container {
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 40px;
    float: left;
}

.full_width_img_container img,
.third_width_img_container img {
    width: 100%;
    height: auto;
}

.text_video_iframe_container {
    max-width: 100%;
    margin-right: 40px;
    margin-bottom: 20px;
}

.text_video_iframe_container iframe {
    width: 100% !important;
    border-radius: 10px;
}

.main_inner {
    padding-top: 60px;
    border-top: 2px solid #1F405F;
    padding-left: 15px ;
    padding-right: 15px;
}

.main_news>div {
    padding: 40px;
    border: 1px solid #1F405F;
    background-color: #fff;
}

.main_news.main_news_products>div {
    border-width: 0;
    padding-top: 0;
}

.main_news_products_container {
    border: 1px solid #1F405F;
    padding: 40px;
    border-radius: 10px;
}

.news_img_container {
    border: 1px solid #1F405F;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    max-height: 260px;
}

.news_img_container img {
    height: auto;
    width: 100%;
}

.news_img_container iframe {
    width: 100% !important;
    height: 315px;
}

.main_news h3 {
    font-size: 20px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.main_news p {
    color: #1F405F;
    height: 50px;
    overflow: hidden;
}

.main_news p.date {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #5A7692;
    height: 30px;
}

.button_container {
    text-align: center;
    margin-top: 40px;
}

a.button,
button.button {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #1F405F;
    text-transform: uppercase;
    padding: 10px 40px;
    border: 1px solid #1F405F;
    background-color: #8399AE;
    border-radius: 10px;
    text-decoration: none;
}

a.button:hover,
button.button:hover {
    color: #F1672D;
    border: 1px solid #F1672D;
    background-color: #E1A284;
}

.main_documentation {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_documentation li {
    position: relative;
    height: 48px;
    margin-bottom: 20px;
    padding-left: 60px;
    display: table;
    vertical-align: middle;
}

.main_documentation li:before {
    position: absolute;
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    background-size: cover;
}

.main_documentation li.html:before {
    background-image: url(/img/htm.png);
    background-repeat: no-repeat;
}

.main_documentation li.pdf:before {
    background-image: url(/img/pdf.png);
    background-repeat: no-repeat;
}

.main_documentation li.doc:before {
    background-image: url(/img/docx.png);
    background-repeat: no-repeat;
}

.bg_color_blue_main .main_documentation li.html:before {
    background-image: url(/img/htm-1.png);
    background-repeat: no-repeat;
}

.bg_color_blue_main .main_documentation li.pdf:before {
    background-image: url(/img/pdf--1.png);
    background-repeat: no-repeat;
}

.bg_color_blue_main .main_documentation li.doc:before {
    background-image: url(/img/docx-1.png);
    background-repeat: no-repeat;
}

.main_documentation a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #1F405F;
    display: table-cell;
    vertical-align: middle;
}

.bg_color_blue_main .main_documentation a {
    color: #B8C6D3;
}

.main_documentation a:hover {
    text-decoration: underline;
}

.product_card_slider .about_us_testimonial {
    border: 1px solid #8399AE;
}

.product_card_slider .about_us_testimonial_active {
    border: 1px solid #F1672D;
}

.navbar {
    padding: 0 !important;
}

.navbar-toggler {
    background-color: #F1672D;
    margin-top: 10px;
    color: #fff;
    float: right;
}

.navbar-toggler-icon {
    background-image: url(/img/icon-burger.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion_header button {
    background-color: #1F405F;
    border: 1px solid #1F405F;
    border-radius: 0;
    padding: 10px 15px;
    border-top-right-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.accordion_header button.collapsed {
    background-color: #5A7692;
    text-decoration: none;
}

.accordion_header button:hover {
    text-decoration: none;
    background-color: #1F405F;
    color: #fff;
}

.accordion_content {
    margin-top: 40px;
}

.map_container {
    width: 100%;
    height: 300px;
    border: 1px solid #1F405F;
    border-radius: 10px;
    overflow: hidden;
}

.map_container iframe {
    width: 100% !important;
    height: 300px !important;
}

.about_us_our_clients table {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #1F405F;
}

.about_us_our_clients table td {
    padding: 20px;
}

.about_us_our_clients table img {
    height: 64px;
}

.about_us_our_team {
    text-align: center;
}

.our_team_member {
    border-radius: 10px;
    border: 1px solid #1F405F;
    padding: 20px;
    margin-bottom: 40px;
}

.our_team_img_container {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid #1F405F;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.our_team_img_container img {
    width: 100%;
    height: auto;
}

.our_team_name {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #F1672D;
}

.our_team_job {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #5A7692;
}

.our_team_text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #595959;
}

.about_us_hr {
    width: 50%;
    margin-top: 60px;
    background-color: #1F405F;
}

form {
    margin-bottom: 40px;
}

input[type="text"],
input[type="email"] {
    height: 60px;
    border-radius: 10px;
    border: 1px solid #1F405F;
    border-color: #1F405F!important;
    margin-bottom: 5px;
    width: 100% !important;
    font-style: italic;
}

textarea,
.j-file {
    border-radius: 10px !important;
    border: 1px solid #1F405F !important;
    border-color: #1F405F!important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    font-style: italic;
}

.j-file .choose-file {
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #1F405F;
    text-transform: uppercase;
    border: 1px solid #1F405F;
    background-color: #8399AE;
    border-radius: 10px;
    text-decoration: none;
}

form button,
input[type=submit],
button[type=submit] {
    margin-top: 10px;
}

form p {
    margin: 0;
}

.about_us_testimonial {
    border-radius: 10px;
    border: 1px solid #1F405F;
    overflow: hidden;
    margin-bottom: 30px;
}

.about_us_testimonial img {
    width: 100%;
    height: auto;
}

.about_us_testimonials_slider {
    position: relative;
}

.about_us_testimonials_slider_slide {
    margin-left: 20px;
    border-left: 5px solid #FF5E10;
    padding-left: 40px;
}

.about_us_testimonials_slider_slide blockquote p {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #1F405F;
    line-height: 36px;
}

.about_us_testimonials_slider_slide blockquote cite {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    color: #5A7692;
    float: right;
}

.about_us_testimonials_slider .bullets {
    text-align: left;
    margin-left: 145px;
}

.nav_btn {
    position: absolute;
    left: 0;
    margin-top: -60px;
    top: 50%;
}

.nav_btn .prev,
.nav_btn .next {
    width: 43px;
    height: 24px;
    background-repeat: no-repeat;
}

.nav_btn .prev {
    background-image: url(../img/prev.png);
    margin-bottom: 30px;
}

.nav_btn .next {
    background-image: url(../img/next.png);
}

.nav_btn .prev:hover {
    background-image: url(../img/prev-active.png);
}

.nav_btn .next:hover {
    background-image: url(../img/next-active.png);
}

.product_card_video_container {
    border-radius: 10px;
    border: 1px solid #1F405F;
    overflow: hidden;
    margin-bottom: 20px;
}

.product_card_video_container iframe {
    max-width: 100%;
}

.product_card_accordion h3 {
    margin-bottom: 40px;
}

.product_card_accordion p {
    color: #1F405F;
}

.product_card_accordion table {
    border: 1px solid #1F405F;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-width: 0;
    border-spacing: 0;
}

.product_card_accordion table tr {
    border-bottom: 1px solid #1F405F;
    padding: 5px;
}

.product_card_accordion table th,
.product_card_accordion table td {
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #5A7692;
    font-size: 16px;
    font-weight: 400;
}

.product_card_accordion table th,
.product_card_accordion table td:first-child {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #1F405F;
    font-weight: 700;
}

.product_card_accordion table th {
    font-size: 18px;
}

.product_card_accordion table td:first-child {
    text-align: left;
}

.wp-pagenavi span.pages {
    display: none;
}

#collapseTwo {
    overflow-x: auto;
}

@media (max-width: 1500px) {
    .main_blocks a {
        height: 250px;
    }
    .main_blocks a img {
        width: 150px;
    }
    .product_card_slider_container {
        width: 50%;
        float: left;
        margin-right: 40px;
        margin-bottom: 20 px;
    }
}

@media (max-width: 1300px) {
    .main_blocks a {
        padding-top: 30px;
        padding-bottom: 30px;
        height: 180px;
    }
    .main_blocks a img {
        width: 120px;
    }
    .main_blocks p {
        font-size: 18px;
        line-height: 27px;
    }
}

@media (max-width: 1200px) {
    .header_phones a, .mobile_phones a {
        font-size: 18px;
    }
    .header_phones img, .mobile_phones img {
        width: 45px;
        height: auto;
    }
    .header_bottom_menu {
        padding-top: 130px;
    }
    /*.product_card_accordion table {*/
        /*border: 0;*/
    /*}*/
    /*.product_card_accordion table thead {*/
        /*display: none;*/
    /*}*/
    /*.product_card_accordion table tr {*/
        /*margin-bottom: 10px;*/
        /*display: block;*/
        /*border-bottom: 2px solid #ddd;*/
    /*}*/
    /*.product_card_accordion table td {*/
        /*display: block;*/
        /*text-align: right;*/
        /*border-bottom: 1px dotted #1F405F;*/
    /*}*/
    /*.product_card_accordion table td:last-child {*/
        /*border-bottom: 0;*/
    /*}*/
    /*.product_card_accordion table td:before {*/
        /*content: attr(data-label);*/
        /*float: left;*/
        /*font-weight: bold;*/
    /*}*/
}

@media (max-width: 992px) {
    footer .socials.l_floatright {
        float: none;
    }
    .fixed-top {
        position: static;
    }
    .header_bottom_menu {
        padding-top: 0;
    }
    .header_bottom_menu>ul>li>a {
        font-size: 18px;
    }
    .header_bottom_menu ul {
        margin: 10px 0;
    }
    .header_bottom_menu>ul>li:hover>ul {
        top: 15px;
    }
    .header_bottom_menu>ul>li>ul>li:hover ul {
        top: 15px;
    }
    .header_phones a, .mobile_phones a {
        font-size: 15px;
    }
    .header_phones img, .mobile_phones img {
        width: 30px;
        height: auto;
    }
    .margin_bottom_100 {
        margin-bottom: 60px;
    }
    .margin_bottom_60 {
        margin-bottom: 40px;
    }
    .padding_60_0 {
        padding: 40px 0;
    }
    .about_us_testimonials_slider_slide blockquote p {
        font-size: 18px;
    }
    .about_us_testimonials_slider_slide blockquote cite {
        font-size: 16px;
    }
    .about_us_our_clients table td {
        font-size: 16px;
    }
    a.button,
    button.button {
        font-size: 20px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .about_us a {
        margin-bottom: 40px;
    }
    .product_card_slider_container {
        width: 100%;
        margin-bottom: 20px;
    }
    .main_blocks a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header_phones {
        display: none;
    }
    .mobile_phones {
        display: block;
    }
    footer a {
        font-size: 16px;
    }
    .footer_bottom p {
        font-size: 14px;
    }
    h1,
    h2 {
        font-size: 28px;
        line-height: 42px;
    }
    h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .product_card_accordion table td {
        font-size: 14px;
    }
    .amazingcarousel-nav {
        display: none;
    }
    /*td {*/
        /*border-right-width: 0 !important;*/
        /*border-left-width: 0 !important;*/
    /*}*/
}

@media (max-width: 580px) {
    .logo {
        float: left;
        width: 60%;
        padding-top: 10px;
    }
    .logo a {
        width: 90%;
        margin-left: 5%;
    }
    .header_right {
        float: right;
        width: 40% !important;
    }
    .navbar-nav {
        padding-top: 30px;
    }
    .header_phones span, .mobile_phones span {
        display: none;
    }
    .header_phones img, .mobile_phones img {
        margin-right: -15px;
    }
    .mobile_phones {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .main_documentation a {
        font-size: 16px;
    }
    .about_us_our_clients table td:nth-child(2n) {
        display: none;
    }
    h1,
    h2 {
        font-size: 24px;
        line-height: 1.5em;
    }
}

@media (max-width: 400px) {
    .text_video_iframe_container {
        margin-right: 0;
    }
    .third_width_img_container {
        margin-right: 0;
    }
}

.download-attachments {
    display: none;
}

#collapseFour .download-attachments {
    display: block;
}

#doc-page .download-attachments {
    display: block;
}

.owl-carousel .owl-dots {
    list-style: none!important;
    margin: 20px auto 0 auto!important;
    padding: 0!important;
    text-align: center!important;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
    width: 30px!important;
    height: 5px!important;
    margin-right: 8px!important;
    background-color: #FFD1BB!important;
    border: 1px solid #F1672D!important;
    display: block!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #F1672D!important;
}

.owl-carousel {
    position: relative!important;
}

.owl-theme .owl-nav {
    position: absolute!important;
    left: 0!important;
    margin-top: -60px!important;
    top: 50%!important;
    display: none;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF!important;
    font-size: 0!important;
    /* margin: 0!important;*/
    padding: 0!important;
    /* background: #fff!important;*/
    display: block!important;
    cursor: pointer!important;
    border-radius: none!important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 43px!important;
    height: 24px!important;
    background-repeat: no-repeat!important;
}

.owl-nav .owl-prev {
    background-image: url(/img/prev.png)!important;
    margin-bottom: 30px!important;
}

.owl-nav .owl-next {
    background-image: url(/img/next.png)!important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    /*background: #fff!important;*/
}

.owl-nav .owl-prev:hover {
    background: #fff!important;
    background-image: url(/img/prev-active.png)!important;
}

.owl-nav .owl-next:hover {
    background: #fff!important;
    background-image: url(/img/next-active.png)!important;
}

li.flink a {
    color: white;
    padding: 10px 20px;
    background: #f2784f;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #f1672d!important;
    color: #f1672d!important;
}

.wp-pagenavi span.current {
    color: white!important;
    background-color: #f1672d;
}

.wp-pagenavi {
    text-align: center;
}

.both-block {
    display: block;
    clear: both;
    padding: 0px 30px;
    position: relative;
}

.n2-ss-thumb-image {
    border: 1px solid #FF5E10;
    border-radius: 10px;
}

.n2-ss-swipe-element {
    border: 1px solid #FF5E10;
    border-radius: 10px;
}

.n2-ss-slide {
    border: 1px;
    border-radius: 10px;
}
