/* NAV TOGGLE */
.nav-toggle {
    margin: 20px 0 20px 20px;
}

.nav-toggle span {
    background: #ffa826;
}

.nav-toggle.active span {
    background: #ffa826;
}

.nav-toggle.active span.l1 {
    margin-top: 14px;
}

/* RWD MENU */
.rwd-menu-wrapper {
    background: #121b20;
    /*border-top: 1px solid rgba(255, 255, 255, 0.1);*/
}

.rwd-menu ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rwd-menu ul > li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.rwd-menu ul > li > a {
    position: relative;
    /*padding: 13px 15px 13px;*/
    padding: 10px 15px;
    color: #fff;
    text-align: left;
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
    color: #ffa826;
    text-decoration: none;
    font-weight: 700;
}

.rwd-menu ul > li > a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}

.rwd-menu ul > li.active-link > a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}

.rwd-menu ul > li > ul {
    display: none;
}

.rwd-menu ul > li.active > ul {
    display: block;
}

.rwd-menu ul > li.active > a {
    /*font-weight: bold;*/
    color: #ffa826;
}

.rwd-menu ul > li > a > .glyphicon-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 44px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    transition: 0.4s all;
}

.rwd-menu ul > li > ul > li > a,
.rwd-menu ul > li.active > ul > li > a {
    color: #fff;
}

.rwd-menu ul > li > ul > li.active-link > a {
    text-decoration: underline;
}

.rwd-menu ul > li:first-child > a > .glyphicon-bg {
    top: 0;
}

.rwd-menu ul > li > a .glyphicon {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    line-height: 42px;
    transition: 0.4s all;
}

.rwd-menu ul > li.active > a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}

.rwd-menu ul > li ul {
    /*border-bottom: 1px solid #000;*/
}

.rwd-menu ul > li > ul > li {
    margin-bottom: 0;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
    /*background: #e7e7e7;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.rwd-menu ul > li > ul > li:last-child {
    margin-bottom: -1px;
}

.rwd-menu ul > li > ul > li > a {
    position: relative;
    padding: 10px 15px 10px 35px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.rwd-menu ul > li > ul > li > a > .glyphicon-bg,
.rwd-menu ul > li > ul > li > ul > li {
    background: #b7b7b7;
}

.rwd-menu ul > li > ul > li > ul > li > a {
    padding: 13px 15px 13px 55px;
}

.rwd-menu ul > li > ul > li > a:before {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    content: '';
}

.rwd-menu ul > li > ul > li.active-link > a:before {
    background: #000;
}

.rwd-menu ul > li > ul > li > ul > li > a:before {
    left: 35px;
}

.rwd-menu ul > li > ul > li > ul {
}

.rwd-menu ul > li > ul > li > ul > li > ul {
}

/*
    Rwd Lang Menu
 */

.rwd-lang {
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: none;
}

.rwd-lang li .lang {
    color: #0d2a54;
}

/*--------------- RESPONSIVE -------------*/

@media screen and (max-width: 1860px) {
    .side-text {
        padding: 20px 0 10px;
        bottom: 40px;
    }

    .square-list .square {
        margin: 0 8px;
        width: 15px;
        height: 15px;
    }

    .side-text .side-title {
        font-size: 48px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1760px) {
    .side-text {
        display: none;
        padding: 20px 0;
        position: relative;
        bottom: auto;
        pointer-events: all;
        -webkit-user-select: all;
        -moz-user-select: all;
        -ms-user-select: all;
        user-select: all;
    }

    .square-list {
        display: none;
    }

    .side-text .side-title {
        font-size: 36px;
        line-height: 48px;
    }

    .side-text.right,
    .side-text.left {
        left: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        float: none !important;
    }
}

@media screen and (max-width: 1600px) {
    #main-menu ul li {
        padding: 30px 12px;
    }

    #main-menu ul li a {
        font-size: 15px;

    }

    .features-list {
        padding-top: 50px;
        margin: 0 -8px;
    }

    .features-box {
        padding: 8px;
    }

    .about-us-section .title-btn-list {
        top: 63%;
    }

    .title-btn {
        font-size: 22px;
        line-height: 30px;
        padding: 10px 0 10px 65px;
    }

    .title-btn .icon {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .about-us-section .bottom-img {
        width: 160px;
        height: 160px;
    }

    .about-us-section .bottom-img img {
        max-width: 80%;
        max-height: 80%;
    }

    .about-us-section .about-us-bottom {
        padding-top: 40px;
    }

    .about-us-section .section-content {
        padding-left: 120px;
        padding-bottom: 50px;
    }

    .solutions-section .image-title {
        font-size: 72px;
        line-height: 72px;
    }
}

@media screen and (max-width: 1440px) {
    .subpage #content {
        padding-top: 70px;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*.logo a img {*/
    /*    height: 50px;*/
    /*}*/
    #main-menu ul li {
        padding: 20px 10px;
    }

    #main-menu ul li a {
        font-size: 14px;
        letter-spacing: 0;
    }


    #main-menu ul li a:before {
        bottom: -4px;
        width: 27px;
        margin-left: -13px;
    }

    #main-menu ul li a:after {
        bottom: -4px;
    }

    .top-links .phone-link {
        font-size: 12px;
    }

    .top-links .phone-link .phone {
        font-size: 14px;
    }

    .main-slider .slide-content {
        padding-top: 40px;
    }

    .slider-container .slide-title {
        font-size: 60px;
        line-height: 70px;
    }

    .main-slider .slide-btn {
        padding-top: 30px;
    }

    .features-list {
        width: 65%;
        padding-left: 50px;
        margin: 0;
    }

    .features-box-inner .box-icon {
        width: 90px;
        height: 90px;
        margin: -5px auto;
    }

    .features-box-inner .box-title {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .mainpage .section-title {
        padding: 30px 0;
    }

    .about-us-section .section-title,
    .mainpage .section-title h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .main-news-box {
        padding: 25px 40px;
    }

    .main-news-box .box-image {
        width: 40%;
    }

    .main-news-box .box-content {
        width: 60%;
        padding-left: 20px;
    }

    .main-news-box .box-title {
        margin: 15px 0 10px;
    }

    .main-news-box .box-description {
        margin-bottom: 20px;
    }

    .contact-list {
        padding: 50px 0;
        width: 350px;
    }

    .contact-box {
        width: 200px;
        height: 200px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .contact-box:not(:last-child) {
        margin-bottom: -40px;
    }

    .contact-box:nth-child(even) {
        margin-left: 160px;
    }

    .map-container {
        height: 780px;
    }

    .reference-box .reference-box-inner {
        padding: 25px 20px 30px;
    }

    .references-list {
        margin: -5px;
        padding-bottom: 10px;
    }

    .reference-box {
        padding: 5px;
    }

    .step-box .box-title {
        font-size: 30px;
        line-height: 40px;
    }

    .solutions-section {
        padding: 30px 0 80px;
    }

    .solutions-section .image-title {
        font-size: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .box-image {
        width: 100%;
        max-width: 100%;
        margin: 0;
        text-align: center;
    }

    .news-box {
        width: 33.3334%;
    }

    header {
        background: rgba(7, 43, 99, 0.8);
    }

    header .logo {
        height: 80px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-links .phone-link {
        padding-left: 40px;
    }

    .top-links .phone-link .icon {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }


    .top-links .header-link {
        padding: 0 15px;
    }

    .top-links .header-link .btn {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 20px;
        margin: 5px 0;
    }

    .slider-container .slide-title {
        font-size: 48px;
        line-height: 60px;
    }

    .scroll-arrow:before {
        width: 27px;
    }

    .scroll-arrow:after {
        margin-right: 17px;
    }

    .slider-container .slide {
    }

    .features-box .features-box-inner,
    .features-box .features-box-inner:before {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
    }

    .features-section .section-content {
        width: 30%;
    }

    .features-list {
        width: 70%;
        padding-left: 30px;
    }

    .about-us-section .section-content {
        padding-left: 50px;
    }

    .step-box .box-title {
        font-size: 26px;
        line-height: 32px;
    }

    .step-box .box-description {
        padding-top: 15px;
    }

    .steps-section .step-box-list {
        padding-left: 30px;
    }

    .downloads-list {
        margin: -10px -30px;
    }

    .downloads-btn {
        padding: 10px 30px;
    }

    .page-title h1,
    .section-title h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .hover-mask .hover-text {
        right: 20px;
        bottom: 20px;
    }

    .solutions-box .box-title {
        font-size: 14px;
        padding: 0 30px;
    }

    .solutions-section .image-title {
        font-size: 48px;
        line-height: 48px;
    }

    .solutions-section .section-title {
        font-size: 24px;
        line-height: 30px;
    }

    .news-box-inner .box-content {
        padding: 15px;
    }

    .news-box-inner .box-date {
        padding-bottom: 5px;
    }

    .news-box-inner .box-title {
        padding-bottom: 15px;
    }

    .news-list {
        margin: -10px;
    }

    .news-box {
        padding: 10px;
    }
}

@media screen and (min-width: 1140px) {
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    .text table {
        min-width: 1140px;
    }

    .logo {
        height: 80px;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .table-container {
        position: relative;
        overflow-x: scroll;
    }

    #main-menu {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .rwd-lang li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwd-lang .lang {
        display: block;
        padding: 12px 15px;
    }

    .rwd-lang .lang span {
        font-size: 16px;
        line-height: 24px;
    }

    .rwd-lang .langs-menu-icon {
        margin-right: 15px;
    }

    .rwd-lang .langs-menu-short {
        display: none;
    }

    .rwd-lang .langs-menu-long {
        display: inline-block;
        text-transform: uppercase;
    }

    .text table {
        min-width: 1140px;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .table-container {
        position: relative;
        overflow-x: scroll;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    header {
        background: #121b20;
    }

    .top-links {
        margin: 0;
    }

    .top-links .header-link:last-child:after {
        display: block;
        content: '';
        position: absolute;
        height: 10px;
        width: 1px;
        margin-top: -5px;
        top: 50%;
        right: 0;
        background: rgba(168, 188, 54, 0.5);
    }

    .subpage #content,
    #content {
        padding-top: 70px;
    }

    .slider-container .slide {
        height: calc(100vh - 70px);
    }

    .features-section .section-content {
        width: 100%;
        float: none;
    }

    .features-list {
        width: auto;
        float: none;
        padding-left: 0;
        padding-top: 15px;
        margin: 0 -8px;
    }

    .features-section .section-description {
        max-width: 1140px;
    }

    .features-box-inner .box-icon {
        width: 100px;
        height: 100px;
        margin: auto;
    }

    .features-box-inner .box-title {
        font-size: 17px;
        line-height: 22px;
        height: 44px;
    }

    .features-section .scroll-arrow {
        display: none;
    }

    .features-section {
        padding: 30px 0;
    }

    .long-box {
        padding: 25px 0 30px;
    }

    .long-box .box-title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
    }

    .long-box .box-description {
        padding-bottom: 25px;
    }

    .main-news-box {
        padding: 20px 30px;
    }

    .main-news-box .box-image {
        width: 30%;
    }

    .main-news-box .box-content {
        width: 70%;
    }

    .reference-box-inner .box-content {
        min-height: 0;
    }

    .reference-box-inner .box-title {
        margin: 15px auto;
        font-size: 14px;
        line-height: 20px;
    }

    .steps-section {
        padding: 40px 0;
    }

    .steps-section .step-btn-list:before {
        display: none;
    }

    .steps-section .steps-img,
    .steps-section .steps-title {
        display: none;
    }

    .step-box .tinyscrollbar .scrollbar {
        display: none;
    }

    .steps-section .step-btn-list {
        width: 40%;
        height: auto;
        padding-bottom: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        padding-right: 30px;
    }

    .steps-section .step-btn:nth-child(odd),
    .steps-section .step-btn:nth-child(even) {
        position: relative;
        width: 100%;
        height: 100px;
        top: auto;
        left: auto;
        padding-left: 120px;
    }

    .steps-section .step-btn:nth-child(odd):before,
    .steps-section .step-btn:nth-child(even):before {
        display: none;
    }

    .steps-section .step-btn .icon {
        width: 100px;
        height: 100px;
        margin-top: -50px;
    }

    .steps-section .step-btn .caption {
        font-size: 20px;
        line-height: 26px;
        padding-left: 35px;
    }

    .steps-section .step-box-list {
        width: 60%;
        padding-bottom: 0;
        height: auto;
    }

    .step-box {
        position: relative;
        height: auto;
        padding-bottom: 0;
    }

    .steps-section .btn-container {
        position: relative;
        bottom: auto;
        right: auto;
    }

    .steps-section .scroll-arrow {
        display: none;
    }

    .step-box .tinyscrollbar {
        padding-right: 0;
    }

    .steps-section .step-btn:not(:last-child) {
        margin-bottom: 15px;
    }

    .steps-section .step-btn .icon,
    .steps-section .step-btn .caption,
    .steps-section .step-btn.anim .icon,
    .steps-section .step-btn.anim .caption,
    .steps-section .step-btn.active .icon,
    .steps-section .step-btn.active .caption {
        opacity: 1;
    }

    .page-title,
    .section-title {
        padding: 20px 0;
    }

    .downloads-section,
    .gallery-section {
        padding-bottom: 30px;
    }

    .downloads-list {
        margin: -10px;
    }

    .downloads-btn {
        padding: 10px;
    }

    .about-us-section .about-us-img {
        display: none;
    }

    .about-us-section .title-btn-list {
        position: relative;
        top: auto;
        left: auto;
        padding: 10px 20px;
        font-size: 0;
    }

    .about-us-section .section-content {
        width: 100%;
        padding: 0;
    }

    .title-btn {
        width: 33.3334%;
        display: inline-block;
    }

    .about-us-section .about-us-bottom {
        padding: 20px 0;
    }

    .about-us-section .scroll-arrow {
        display: none;
    }

    .tinyscrollbar {
        padding: 0;
    }

    .tinyscrollbar .scrollbar {
        display: none;
    }

    .tinyscrollbar .viewport {
        height: auto;
        overflow: auto;
    }

    .about-us-section .section-title,
    .mainpage .section-title h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .package-section .package-title {
        font-size: 48px;
        line-height: 60px;
        padding: 30px 0;
    }

    .package-section .benefit-list ul li {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .package-section .benefit-list ul li:before {
        top: 5px;
    }

    .side-text {
        padding: 0 20px;
    }

    .steps-section .side-text {
        padding-bottom: 30px;
        display: block;
    }

    .features-section .side-text {
        display: block;
    }

    .about-us-section .side-text {
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }

    .side-text .side-title {
        opacity: 1;
        text-transform: none;
    }
}

@media screen and (max-width: 1024px) {
    .main-news-box {
        width: 100%;
        padding: 20px 0;
        border: 0;
    }

    .about .image-wrapper {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .main-news-box:nth-last-child(2):nth-child(odd),
    .main-news-box:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .main-news-box:nth-child(odd):not(:first-child):before {
        display: none;
    }

    .main-news-box .box-image {
        width: 25%;
        max-width: 200px;
    }

    .main-news-box .box-content {
        min-width: 75%;
        width: calc(100% - 200px);
    }

    .news-section .scroll-arrow {
        display: none;
    }

    .news-section {
        padding-bottom: 10px;
    }

    .mainpage .section-title {
        padding: 20px 0;
    }

    .side-text .side-title,
    .about-us-section .section-title,
    .mainpage .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .mainpage .section-title .btn {
        margin-top: -20px;
    }

    .btn {
        font-size: 16px;
        line-height: 24px;
        padding: 7px 25px;
    }

    .contact-list {
        padding: 50px 0;
        width: 300px;
    }

    .contact-box {
        width: 170px;
        height: 170px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: 14px;
    }

    .contact-box:nth-child(even) {
        margin-left: 130px;
    }

    .contact-box-inner {
        padding: 10px;
    }

    .map-container {
        height: 660px;
    }

    .solutions-section {
        padding: 20px 0;
        background: rgba(0, 0, 0, 0.8) !important;
    }

    .solutions-section .scroll-arrow {
        display: none;
    }

    .solutions-list {
        padding-top: 30px;
        max-width: 600px;
        margin: auto;
    }

    .solutions-section .section-container {
        width: 100%;
    }

    .solutions-section .image-title {
        display: none;
    }

    .btn .icon {
        margin-top: -3px;
        margin-bottom: -3px;
    }

    .btn .icon.arrow {
        margin-top: -18px;
        margin-bottom: -18px;
    }


    .footer-top .footer-column {
        width: 25%;
    }

    .footer-top .footer-column.logo-column {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .container,
    .side-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo {
        padding: 7px 0;
    }


    .nav-toggle {
        margin: 25px 0 25px 15px;
    }


    .subpage #content,
    #content {
        padding-top: 60px;
    }

    .slider-container .slide {
        height: calc(100vh - 60px);
    }

    .reference-box {
        width: 50%;
    }

    .references-section {
        padding-bottom: 40px;
    }

    .references-section .scroll-arrow {
        display: none;
    }

    .article-date {
        padding-bottom: 20px;
    }

    .article-subtitle {
        padding-bottom: 20px;
    }

    .package-section .package-column {
        width: 100%;
        float: none;
    }

    .package-section .package-column.left-column,
    .package-section .package-column.right-column {
        width: 50%;
        float: none;
    }

    .package-section .package-column.img-column {
        display: none;
    }
}

@media screen and (max-width: 880px) {
    .features-box-inner .box-icon {
        width: 90px;
        height: 90px;
        margin: -5px auto;
    }

    .features-box-inner .box-title {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .steps-section .step-btn .icon {
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }

    .steps-section .step-btn .caption {
        font-size: 18px;
        line-height: 22px;
        padding-left: 30px;
    }

    .steps-section .step-btn:nth-child(odd),
    .steps-section .step-btn:nth-child(even) {
        height: 80px;
        padding-left: 95px;
    }

    .downloads-btn {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    /*Bootstrap*/
    .footer-top .footer-content {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .slider-wrapper .text-wrapper {
        position: relative;
        top: 0;
        transform: none;
        color: #ff8f3a;
        text-align: center;
    }

    .slider-container .slide-title {
        font-size: 40px;
        line-height: 50px;
    }

    .features-box {
        padding: 5px;
    }

    .features-list {
        margin: 0 -5px;
        padding-top: 0;
    }

    .features-box .features-box-inner .box-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .features-box-inner .box-icon {
        width: 80px;
        height: 80px;
        margin: -15px auto -5px;
    }

    .features-box-inner .box-title {
        height: auto;
    }

    .btn.btn-xs {
        padding: 5px 20px;
    }

    .long-box {
        padding: 25px 0;
    }

    .long-box .box-title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .long-box .box-description {
        padding-bottom: 20px;
    }

    .contact-section .container,
    .contact-section .container:after {
        clear: both;
    }

    .contact-section:before {
        width: 100%;
        height: calc(100% - 70vh);
    }

    .contact-list-container {
        float: none;
        width: 100%;
    }

    .map-container {
        width: 100%;
        float: none;
        height: 70vh;
    }

    .contact-box {
        float: left;
    }

    .contact-list {
        width: 560px;
        overflow: hidden;
    }

    .contact-box:nth-child(even) {
        margin-top: 130px;
    }

    .contact-box:not(:first-child) {
        margin-left: -40px;
        margin-bottom: 0;
    }

    .footer-bottom .footer-links,
    .footer-bottom .copyright,
    .footer-bottom .copyright-undicom {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-bottom {
        padding: 10px 0;
    }

    .title-btn {
        width: 50%;
    }

    .main-slider .socials-wrapper {
        display: none;
    }

    .news-box {
        width: 50%;
    }

    .footer-top {
        padding: 0;
        background: #232323;
    }

    .footer-top .footer-columns {
        margin: 0;
    }

    .footer-top .footer-column {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .footer-top .footer-column:before {
        display: block;
        content: '';
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .footer-top .footer-column.active:before {
        left: -15px;
        right: -15px;
        background: rgba(255, 255, 255, 0.2);
    }

    .footer-top .footer-title {
        padding: 8px 30px 8px 0;
        position: relative;
    }

    .footer-top .footer-title:before {
        display: block;
        content: '\f107';
        font-family: FontAwesome;
        position: absolute;
        font-size: 14px;
        line-height: 20px;
        top: 50%;
        right: 0;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        text-align: center;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .footer-top .footer-column.active .footer-title:before {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .footer-top .footer-content {
        display: none;
        margin: 0 -15px;
        padding: 10px 15px;
        background: #181818;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    }

    .footer-top .footer-column.logo-column {
        display: block;
    }

    .footer-top .footer-column .footer-logo {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 20px 0;
    }

    .footer-top .footer-column .footer-logo img {
        width: 250px;
        margin: auto;
    }

    .package-section .package-title {
        font-size: 36px;
        line-height: 48px;
    }

    .package-section .center-image {
        padding: 0;
    }

    .package-section .center-image img {
        width: 380px;
    }

    .package-section .btn-container {
        padding: 30px 0;
    }

    .package-section .column-list {
        margin: 0 -15px;
    }

    .package-section .package-column {
        padding: 0 15px;
    }
}

@media screen and (max-width: 720px) {
    .steps-section .step-btn-list {
        width: 100%;
        padding: 0 0 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 0;
    }

    .steps-section .step-box-list {
        width: 100%;
        padding: 20px 0 0;
    }

    .steps-section .btn-container {
        padding-top: 20px;
    }

    .steps-section .step-btn:nth-child(odd),
    .steps-section .step-btn:nth-child(even) {
        display: inline-table;
        vertical-align: top;
        width: 50%;
    }
}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .top-links .header-link:last-child {
        display: none;
    }

    .top-links .phone-link {
        padding: 0;
        margin: 5px 0;
    }

    .top-links .phone-link .icon {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 0;
    }

    .top-links .phone-link .caption {
        display: none;
    }

    .top-links .header-link:after {
        display: block;
        content: '';
        position: absolute;
        height: 10px;
        width: 1px;
        margin-top: -5px;
        top: 50%;
        right: 0;
        background: rgba(168, 188, 54, 0.5);
    }

    .slider-container .slide-title {
        font-size: 40px;
        line-height: 50px;
    }

    .slider-container .lines-container {
        display: none;
    }

    .slider-container .slide {
        height: 500px;
        max-height: 500px;
        min-height: 500px;
    }

    .scroll-arrow {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        bottom: 20px;
    }

    .slider-container .slide-title {
        font-size: 32px;
        line-height: 40px;
    }

    .main-slider .slide-btn {
        padding-top: 20px;
    }

    .main-slider .slide-btn .btn {
        font-size: 15px;
        line-height: 24px;
        padding: 5px 25px;
    }

    .main-slider .slide-content {
        padding-top: 0;
    }

    .features-box {
        width: 50%;
    }

    .features-list {
        max-width: 420px;
        margin: auto;
    }

    .mainpage .section-title .btn {
        position: relative;
        top: auto;
        margin-top: 10px;
        right: auto;
    }

    .side-text .side-title,
    .about-us-section .section-title,
    .mainpage .section-title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .contact-box,
    .contact-box:nth-child(even),
    .contact-box:not(:first-child),
    .contact-box:not(:last-child) {
        margin: 5px;
    }

    .contact-list {
        width: 360px;
    }

    .gallery li {
        width: 50%;
    }

    .downloads-list {
        margin: -5px;
    }

    .downloads-btn {
        padding: 5px;
        width: 100%;
    }

    .page-title h1,
    .section-title h2 {
        font-size: 24px;
    }

    .article-subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .form-title {
        font-size: 24px;
        line-height: 30px;
        padding: 20px 0;
    }

    .contact-form {
        padding-bottom: 20px;
    }

    .return-btn {
        padding: 30px 0;
    }

    .solutions-box .box-number {
        padding-bottom: 5px;
        font-size: 36px;
        line-height: 40px;
    }

    .solutions-box .box-number svg {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 560px) {

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .text {
        word-wrap: break-word;
    }

    #join-form .modal-form-title {
        font-size: 18px;
        line-height: 30px;
    }

    .steps-section .step-btn:nth-child(odd),
    .steps-section .step-btn:nth-child(even) {
        height: 60px;
        padding-left: 70px;
    }

    .steps-section .step-btn .icon {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }

    .steps-section .step-btn .caption {
        font-size: 16px;
        line-height: 20px;
        padding-left: 25px;
    }

    .title-btn {
        font-size: 20px;
        width: 100%;
        padding: 5px 0 5px 65px;
    }

    .solutions-box {
        width: 50%;
        padding-bottom: 50%;
    }

    .solutions-box:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .solutions-box:nth-child(even) {
        border-right: 0;
    }

    .solutions-box:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .solutions-box:nth-child(3n+1)::before, .solutions-box:nth-child(3n+2)::before {
        display: none;
    }

    .news-box-inner .box-title {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .news-list {
        margin: -5px;
    }

    .news-box {
        padding: 5px;
    }

    .pagination-wrapper ul li {
        padding: 0 5px;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 5px 0;
    }

    .package-section .package-column,
    .package-section .package-column.left-column,
    .package-section .package-column.right-column {
        width: 100%;
    }

    .package-section .benefit-list {
        padding-bottom: 0;
        margin: auto;
    }

    .about-us-section .side-text {
        padding-bottom: 10px;
    }

    .steps-section .side-text {
        padding-bottom: 20px;
    }

    .steps-section {
        padding: 20px 0;
    }

    .features-section .section-description {
        padding: 20px 0;
    }
}

@media screen and (max-width: 480px) {
    .features-section .section-title {
        font-size: 24px;
        line-height: 30px;
    }

    .features-section .section-description {
        padding: 20px 0;
    }

    .main-news-box .box-image {
        max-width: 100%;
        width: 120px;
        margin: auto;
        float: none;
    }

    .main-news-box .box-content {
        width: 100%;
        min-width: 0;
        padding: 15px 0 34px;
        float: none;
    }

    .btn.btn-xs {
        font-size: 11px;
        padding: 5px 12px;
    }

    .btn.btn-xs .caption + .icon {
        margin-left: 0;
        margin-right: -10px;
    }

    .steps-section .step-btn:nth-child(odd),
    .steps-section .step-btn:nth-child(even) {
        width: 100%;
        margin-bottom: 10px;
    }

    .steps-section {
        padding: 20px 0;
    }

    .steps-section .step-btn-list {
        padding-bottom: 10px;
    }

    .about-us-section .bottom-img {
        width: 120px;
        height: 120px;
    }

    .about-us-section .bottom-img + .bottom-title {
        width: calc(100% - 125px);
        padding-left: 15px;
    }

    .about-us-section .bottom-title {
        font-size: 18px;
    }

    .faq-btn .caption {
        font-size: 16px;
        line-height: 20px;
    }

    .news-list {
        margin: auto;
        max-width: 360px;
    }

    .news-box {
        width: 100%;
        padding: 0 0 15px;
    }

    .slider-container .slide-description {
        padding-top: 25px;
    }

    .slider-container .slide-description .text {
        font-size: 14px;
        line-height: 24px;
    }

    .package-section .package-title {
        font-size: 30px;
        line-height: 40px;
        padding: 20px 0;
    }
}

@media screen and (max-width: 420px) {

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .slider-container .slide-title {
        font-size: 26px;
        line-height: 32px;
    }

    .slider-container .slide {
        height: 400px;
        max-height: 400px;
        min-height: 400px;
    }

    .contact-list {
        width: 210px;
        padding: 20px 0;
    }

    .contact-box {
        font-size: 16px;
        width: 200px;
        height: 200px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .reference-box .reference-box-inner {
        padding: 15px 10px;
    }

    .side-text .side-title,
    .about-us-section .section-title,
    .mainpage .section-title h2 {
        font-size: 20px;
        line-height: 26px;
    }

    #join-form .modal-form-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 380px) {
    .solutions-box .box-title {
        font-size: 12px;
        line-height: 16px;
    }

    .solutions-box .box-number {
        font-size: 30px;
        line-height: 40px;
    }

    .solutions-box .box-number svg {
        width: 60px;
        height: 60px;
    }

    .faq-btn .caption {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 359px) {
    .features-list {
        margin: 0 -3px;
    }

    .features-box {
        padding: 3px;
    }

    .features-box .features-box-inner,
    .features-box .features-box-inner:before {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .features-box-inner .box-icon {
        width: 60px;
        height: 60px;
        margin: -12px auto -5px;
    }

    .features-box-inner .box-title {
        font-size: 12px;
        line-height: 16px;
    }

    .features-section {
        padding: 20px 0;
    }

    .features-section .section-title {
        font-size: 20px;
        line-height: 26px;
    }

    .features-section .section-description {
        padding: 15px 0 30px;
    }

    .text {
        font-size: 14px;
        line-height: 26px;
    }

    .reference-box-inner .box-title {
        margin: 10px auto;
        font-size: 12px;
        line-height: 16px;
    }

    .reference-box-inner .box-image {
        width: 100px;
        margin: auto;
    }

    .references-list {
        margin: -3px;
        padding-bottom: 10px;
    }

    .reference-box {
        padding: 3px;
    }

    .reference-box .reference-box-inner {
        padding: 10px 5px;
    }

    .btn.btn-xs {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 319px) {
    body {
        width: 320px;
    }
}