html, document, body
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body
{
    font-family: 'Hind-Regular';
}

*
{
    outline: none;
}

a
{
    text-decoration: none;
}

::selection
{
    background-color: #82b440;
}

::selection
{
    color: #fff;
    background-color: #82b440;
}

::-webkit-scrollbar
{
    height: 12px;
    width: 12px;
    background: #fff;
}

::-webkit-scrollbar-thumb
{
    background: #82b440;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0);
}

::-webkit-scrollbar-corner
{
    background: #fff;
}

:after, :before
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper
{
    width: 100%;
    height: 100%;
}

header
{
    width: 100%;
    height: 130px;
    background: #fff;
}

header .topbar-wrapper
{
    position: absolute;
    width: 100%;
    height: 110px;
}

header .topbar .row,
header .topbar .col
{
    margin: 0px;
    padding: 0px;
    height: 100%;
}

header .topbar
{
    max-width: 1140px;
    height: 100%;
    margin: 0px auto;
}

header .topbar .logo-col a
{
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 15px;
}

header .topbar .languages
{
    margin: 40px 0px;
}

header .topbar .languages .dropdown button
{
    background: #fff;
    outline: none!important;
    color: #333;
    border-radius: 0px;
    border-color: #999;
    min-width: 150px;
    box-shadow: none!important;
    text-align: left;
}

header .topbar .languages .dropdown-toggle::after
{
    float: right;
    margin-top: 10px;
}

header .topbar .languages-col .row,
header .topbar .languages-col .row .col
{
    padding: 0px;
    margin: 0px;
}

header .topbar .languages .name
{
    margin-left: 12px;
    padding-top: 1px;
    display: inline-block;
}

header .topbar .languages .flag-icon
{
    float: left;
    margin-top: 4px;
}

header .topbar .dropdown-menu
{
    border-radius: 0px;
    margin-top: -3px!important;
    margin-left: -1px!important;
}

header .topbar .socials
{
    margin: 48px 0px;
}

header .topbar .socials ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 24px;
}

header .topbar .socials ul li
{
    float: left;
    display: block;
    position: relative;
}

header .topbar .socials ul li a
{
    padding: 3px 7.5px 4px;
    color: #999;
    outline: none;
    text-decoration: none;
    font-size: 15px;
}

header .topbar .socials ul li a:hover
{
    color: #82b440;
}

header .topbar .col-support
{
    text-align: right;
    margin: 45px 0px;
}

header .topbar .col-support a
{
    display: inline-block;
    padding: 7px 30px;
    color: #fff;
    background: #82b440;
    border-radius: 10px;
    font-size: 15px;
}

header .topbar .col-support a .material-icons
{
    position: absolute;
    margin-left: -10px;
    margin-top: 2px;
    font-size: 17px;
}

header .topbar .col-support a .label
{
    margin-left: 15px;
}

header .topbar .col-support a:hover
{
    background: #447008;
}

header .topbar .col-support a
{
    margin-left: 10px;
}

.nav-wrapper
{
    position: absolute;
    width: 100%;
    height: 72px;
    top: 110px;
    z-index: 99;
}

header nav
{
    width: 1140px;
    height: 100%;
    margin: 0px auto;
    background: #82b440;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
}

header .nav-full-width nav
{
    width: 100%;
}

header nav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 100%;
    width: 100%;
}

header nav ul li
{
    height: 100%;
    float: left;
}

header nav ul li a
{
    padding: 25px 20px 0px 20px;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    min-width: 100px;
    text-align: center;
}

header nav ul li.active,
header nav ul li.active a
{
    color: #fff;
    background: #b0d031;
}

header nav ul li a:hover
{
    color: #82b440;
    background: #fff;
}

header nav .support-link
{
    border-left: 1px solid #fff;
    background: #447008;
}

header nav .support-link a
{
    padding-top: 15px;
}

header nav .support-link a .title
{
    position: absolute;
    margin-top: -5px;
    width: 60px;
    font-size: 12px;
    text-align: center;
}

.content-wrapper
{
    background: #ccc;
    width: 100%;
    min-height: 644px;
    margin-top: 10px;
}

.sticky-fixed
{
    position: fixed;
    top: 0px;
}

.banner--slider
{
    width: 100%;
    height: 644px;
    z-index: 98;
}

.banner--slider .owl-dots
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.banner--slider .owl-dots .owl-dot.active
{
    padding: 5px;
    border-color: #fff;
}

.banner--slider .owl-dots .owl-dot
{
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0.5px;
    margin: 0 10px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: padding .25s,border-color .5s;
    transition: padding .25s,border-color .5s;
}

.banner--slider .owl-dots .owl-dot span, .team--members .owl-dots .owl-dot span, .testimonial--slider .owl-dots .owl-dot span
{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #91ff00;
    border-radius: 50%;
}

.banner--slider .owl-item
{
    width: 100%;
    height: 100%;
}

.banner--slider .banner-item
{
    width: 100%;
    height: 644px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner--slider .bg--overlay
{
    position: relative;
    color: #fff;
    z-index: 0;
}

.banner--slider .bg--overlay:before
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.banner--slider .banner-item .container
{
    width: 100%;
    max-width: 1140px;
    margin: auto;
    height: 400px;
    padding-top: 100px;
}

.banner--slider .banner-item .container img
{
    width: 80%;
}

.banner--slider .banner-item .h2
{
    margin: 0 0 38px;
    font-size: 54px;
    line-height: 68px;
    font-weight: 700;
}

.banner--slider .banner-item .h4
{
    margin-top: 20px;
    margin-bottom: 34px;
    font-size: 24px;
    line-height: 26px;
    color: #ccc;
}

.banner--slider .banner-item .highlight
{
    font-weight: bold;
    font-size: 32px;
    color: #fff;
}

.banner--slider .banner-item .btn-solid
{
    color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 12px 30px 11px;
    margin-top: 30px;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    outline: none!important;
    box-shadow: none!important;
}

.banner--slider .banner-item .btn-solid:hover
{
    background: #82b440;
    border-color: #82b440;
}

.col-mobile-development
{
    text-align: center;
}

.col-mobile-development .iphone-img
{
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    width:auto!important;
}

.banner--slider .windows-development img
{
    margin: auto;
}

.banner--slider .col-windows-development .h2
{
    margin-top: 30px;
    margin-bottom: 0px;
}

.banner--slider .col-windows-development a
{
    display: block;
    width: 150px;
    margin-top: 15px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.banner--slider .row-web-development,
.banner--slider .row-mobile-development,
.banner--slider .row-windows-development
{
    padding-top: 32px;
}

.bg--color-lightgray
{
    background-color: #ededed;
}

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

.text-left
{
    text-align: left;
}

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

.text-right
{
    text-align: right;
}

.block
{
    padding: 100px 0 40px;
}

.container
{
    max-width: 1140px;
}

.container .title
{
    display: inline-block;
    position: relative;
    margin: -10px 0 70px;
    padding-bottom: 8px;
    color: #222;
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
}

.container .title:before
{
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.container .title:before,
.container .title:after
{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.container .title:after
{
    background-color: #82b440;
    width: 60px;
    height: 2px;
    margin: 0 auto;
}

.container .content
{
    color: #555;
    font-family: Hind-Light;
    line-height: 24px;
    word-wrap: break-word;
    margin-bottom: 50px;
}

.container .content .item
{
    min-height: 310px;
    margin-bottom: 60px;
    padding: 21px 15px 0px;
    border: 1px solid #eee;
    -webkit-transition: border-color .25s, box-shadow .25s ease-in-out;
    transition: border-color .25s, box-shadow .25s ease-in-out;
    text-align: center;
    cursor: default;
}

.container .content .item:hover
{
    border-color: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.container .content .item .fa,
.container .content .item .fas
{
    color: #222;
    font-size: 48px;
    line-height: 60px;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.container .content .item:hover .fa,
.container .content .item:hover .fas,
.container .content .item:hover .btn-link
{
    color: #82b440;
}

.container .content .item  .h4
{
    margin: 15px 0 17px;
    color: #82b440;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
}

.container .content .item .btn-link
{
    margin-top: 30px;
    left: 0px;
    width: 100%;
    border: none;
    padding: 0px 10px;
    color: #000;
    display: block;
    text-decoration: none;
}

.container .table-item
{
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
    text-align: center;
    cursor: default;
}

.container .table-item .h4
{
    position: relative;
    padding: 22px 20px;
    border-radius: 2px 2px 0 0;
    color: #fff;
    background-color: #82b440;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.container .table-item ul
{
    border-top: 1px solid #eaeaea;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
}

.container .table-item ul li
{
    padding: 8px 15px;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    font-size: 14px;
}

.container .table-item ul li:nth-child(odd)
{
    background-color: #f9f9f9;
}


.container .content .table-item:hover
{
    border-color: transparent;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}

.how-it-works
{
    height: 600px;
}

.how-it-works .wrapper
{
    position: absolute;
    width: 100%;
    left: 0px;
}

.how-it-works .steps
{
    position: relative;
}

.container .content .step--line
{
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    height: 2px;
    margin: 0 15px;
}

.container .content .step--line:after,
.container .content .step--line:before
{
    background-image: -webkit-linear-gradient(left,transparent 60%,#fff 60%),-webkit-linear-gradient(left,#ccc,#82b440);
    background-image: linear-gradient(to right,transparent 60%,#fff 60%),linear-gradient(to right,#ccc,#82b440);
}

.container .content .step--line:before
{
    top: 0;
    left: 3px;
}

.container .content .step--line:after
{
    top: 1px;
    left: 0;
}

.container .content .step--line:after,
.container .content .step--line:before
{
    content: " ";
    position: absolute;
    right: 0;
    height: 1px;
    background-size: 10px 2px,100% 2px;
    background-image: -webkit-linear-gradient(left,transparent 60%,#fff 60%),-webkit-linear-gradient(left,#ccc,#82b440);
    background-image: linear-gradient(to right,transparent 60%,#fff 60%),linear-gradient(to right,#ccc,#82b440);
}

.container .content .step--item
{
    margin-bottom: 53px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container .content .step-before-icon
{
    content: " ";
    position: absolute;
    top: 41px;
    left: -15px;
    width: 82px;
    height: 27px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.container .content .step-after-icon
{
    content: " ";
    position: absolute;
    top: 41px;
    display: block;
    left: auto;
    right: -15px;
    width: 82px;
    height: 27px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.container .content .step--icon
{
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    margin-bottom: 16px;
    background-color: #f6f6f6;
    border-radius: 50%;
    z-index: 0;
}

.container .content .step--icon:before
{
    content: " ";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.container .content .step--icon .material-icons
{
    font-size: 48px;
    margin-top: 28px;
    color: #82b440;
}

.container .content .step--content .h3
{
    margin: 0 0 12px;
    color: #222;
    font-size: 20px;
    line-height: 32px;
    font-family: "Raleway",sans-serif;
}

.our-applications .banner--slider
{
    height: 390px!important;
}

.container .content .application--item
{
    padding-right: 30px;
}

.container .content .application--icon
{
    position: relative;
    padding-left: 25px;
    z-index: 0;
}

.container .content .application--icon:before
{
    bottom: 0;
    top: 60%;
    border-radius: 2px 2px 0 0;
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1;
}

.container .content .application--icon figure
{
    position: relative;
    width: 90px;
    height: 90px;
    margin: 5px 0px 0px 0px;
    padding: 7.5px;
    border-radius: 50%;
    z-index: 0;
    background: #fff;
}

.container .content .application--icon figure:after
{
    content: " ";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-top: 1px dashed #82b440;
    border-radius: 50%;
}

.container .content .application--icon figure i
{
    font-size: 32px;
    margin-top: 20px;
}

.container .content .application--icon figure:before
{
    top: 0;
    height: 100%;
    border-radius: 50%;
}

.container .content .application--content
{
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 2px;
    font-size: 15px;
}

.container .content .application--content:before
{
    content: " ";
    position: absolute;
    top: -25px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    border: 1px dashed #82b440;
    z-index: -1;
}

.container .content .application--content .row,
.container .content .application--content .col
{
    margin: 0px;
    padding: 0px;
}

.container .content .application--content .left-screenshot,
.container .content .application--content .right-screenshot
{
    padding: 10px 20px;
}

.container .content .application--content .name
{
    font-size: 20px;
    color: #82b440;
    margin-top: -25px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    background: #fff;
    width: 100%;
}

.application-left-align .name
{
    text-align: left;
    padding-left: 20px;
}

.application-right-align .name
{
    text-align: right;
    padding-right: 20px;
}

.container .content .application--content p
{
    padding: 30px 10px;
    font-size: 14px;
    text-align: left;
    min-height: 120px;
}

.container .content .application--content a
{
    color: #000000;
    font-weight: bold;
    font-family: "Hind-Bold";
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.application-left-align a
{
    padding-left: 20px;
    text-align: left;
}

.application-right-align a
{
    padding-right: 20px;
    text-align: right;
}

.container .content .partner-customer--item
{
    margin-bottom: 30px;
}

.container .content .partner-customer--item .partner-customer--logo
{
    padding: 15px;
    border: 1px solid #eaeaea;
    -webkit-transition: border-color .25s, box-shadow .25s ease-in-out;
    transition: border-color .25s, box-shadow .25s ease-in-out;
}

.container .content .partner-customer--item .partner-customer--logo a
{
    text-decoration: none;
    outline: 0;
}

.container .content .partner-customer--item .partner-customer--logo img
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.our-partners .banner--slider
{
    height: 225px!important;
}

.footer
{
    padding: 50px 0 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    word-wrap: break-word;
    overflow: hidden;
}

.footer a
{
    text-decoration: none;
    color: #fff;
}

.footer--title
{
    display: table;
    margin-bottom: 40px;
}

.footer--title .text
{
    display: table-cell;
    vertical-align: bottom;
}

.footer--title .h4
{
    margin: 0;
    color: #222;
}

.footer--widget
{
    margin-bottom: 50px;
    color: #999;
}

.footer--widget .about--widget a
{
    margin-top: 8px;
}

.footer--widget .social--widget
{
    margin-top: 14px;
}

.footer .social--widget ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .social--widget li
{
    color: #999;
    float: left;
}

.footer .social--widget li:first-child
{
    margin-right: 10px;
}

.footer .social--widget li a
{
    margin: 0 7.5px;
    color: #999;
}
.footer--menu-wrapper
{
    position: relative;
    margin: 0 -15px;
    border-style: solid;
    border-width: 0 150px;
    border-color: #ededed;
}

.footer--menu-wrapper:before,
.footer--menu-wrapper:after
{
    content: " ";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.footer--menu-wrapper:before
{
    left: -80px;
    border-width: 53px 80px 0 0;
    border-color: transparent #82b440 transparent transparent;
}

.footer--menu-wrapper:after
{
    right: -80px;
    border-width: 0 80px 53px 0;
    border-color: transparent transparent #82b440 transparent;
}

.footer--menu ul
{
    margin: 0;
    padding: 27px 0 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
    background: #82b440;
}


.footer--menu ul li
{
    display: inline-block;
}

.footer--menu ul li a
{
    padding: 0 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 26px;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.footer--menu ul li a:hover,
.footer--menu ul li a:focus
{
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.footer--menu ul li:last-child a
{
    border-right: 0;
}

.footer--copyright
{
    padding: 9px 0 23px;
    text-align: center;
    background: #82b440;
}

.footer--copyright a
{
    color: #fff;
    font-weight: bold;
}

.footer--copyright a:hover,
.footer--copyright a:focus
{
    color: #fff;
}

.footer .contact--us .btn-link
{
    color: #000;
}

.footer .contact--us a
{
    color: #777;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    line-height: 40px;
}

.footer .contact--us a:hover,
.footer .social--widget i:hover
{
    color: #82b440;
}

.footer .contact--us ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer .contact--us ul li .icon
{
    margin-left: 10px;
    margin-top: 8px;
    position: absolute;
}

.footer .contact--us ul li .text
{
    margin-left: 50px;
}

.footer .social--widget span
{
    color: #000;
    font-weight: bold;
}

.footer .news--widget .header
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #444;
}

.footer .news--widget .header .icon
{
    position: absolute;
}

.footer .news--widget .header .text
{
    margin-left: 30px;
}

.footer .news--widget ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer .news--widget .date
{
    text-align: right;
    color: #000;
}

.footer .content
{
    margin-bottom: 10px;
}

.footer .links--widget ul
{
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer .links--widget ul a
{
    color: #444;
}

.footer .links--widget ul a:hover
{
    color: #82b440;
}

.footer .languages--widget ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer .languages--widget ul a
{
    color: #444;
}

.footer .languages--widget ul a:hover
{
    color: #82b440;
}

.footer .languages--widget ul a .flag-icon
{
    position: absolute;
    margin-top: 5px;
}

.footer .languages--widget ul a .name
{
    margin-left: 30px;
}

.mobile
{
    display: none;
}

.page .title
{
    margin-bottom: 0px;
}

.page-our-applications .applications-tabs
{
    width: auto;
    height: 150px;
    max-width: 500px;
    margin: 15px auto 0px auto;
}

.page-our-applications .applications-tabs .row
{
    padding: 0px;
    margin: 0px;
}

.page-our-applications .applications-tabs .tab
{
    margin-top: 20px;
    cursor: pointer;
    border-radius: 150px;
    width: 150px;
    height: 150px;
    border: 10px solid rgba(200, 200, 200, 0.3);
    padding-top: 32px;
}

.page-our-applications .applications-tabs .tab:hover
{
    color: #82b440;
}

.page-our-applications .applications-tabs .tab.active
{
    color: #82b440;
}

.page-our-applications .applications-tabs .tab:not(:last-child)
{
    margin-right: 15px;
}

.page-our-applications .applications-tabs i
{
    font-size: 48px;
}

.page-our-applications .applications-tabs .label
{
    font-size: 18px;
    margin-top: 5px;
}

.applications-contents
{
    min-height: 480px;
}

.applications-content
{
    display: none;
}

.applications-content.active
{
    display: block;
}

.application-card
{
    text-align: center;
    font-family: "Hind-Light";
}

.application-card .icon
{
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 10px solid rgba(200, 200, 200, 0.3);
    margin: auto;
}

.application-card .icon img
{
    width: 90%;
    margin-top: 4px;
}

.application-card .name
{
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-top: 15px;
    color: #000;
    font-family: "Hind-Bold";
}

.application-card .description
{
    text-align: left;
    width: 100%;
    color: #777;
    min-height: 100px;
}

.application-card a
{
    text-decoration: none;
    color: #82b440;
    margin-left: 5px;
}

.application-card a:hover
{
    color: #000;
}

.competence-article
{
    margin-top: 50px;
}

.competence-article h3
{
    font-family: "Hind-Light";
    color: #000;
}

.competence-article p
{
    font-size: 15px;
}

.page-contacts
{
    padding-top: 30px;
}

.page-contacts .title
{
    margin-bottom: 50px;
}

.page-contacts .contact .name
{
    font-size: 32px;
    color: #000;
}

.page-contacts .contact .name .material-icons
{
    display: block;
    font-size: 32px;
}

.page-contact .title
{
    color: #fff;
}

.page-contact .title:before,
.page-contact .title:after
{
    border: none!important;
    background: none!important;
}

.page-contacts .contact div
{
    color: #888;
}

.page-contacts .contact .sunday_closed
{
    color: #82b440;
}

.page-contacts
{
    min-height: 580px;
}

.contact-form
{
    position: absolute;
    margin-top: 100px;
    width: 100%;
    height: 540px;
    max-width: 1140px;
    padding: 60px 30px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.contact-form form
{
    max-width: 900px;
    margin: auto;
}

.contact-form .row
{
    margin: 50px 0px 0px 0px;
    padding: 0px;
}

.contact-form label
{
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.required
{
    color: red;
}

.contact-form .contact-input
{
    margin-bottom: 15px;
}

.contact-form .contact-input .required
{
    margin-left: 5px;
}

.btn-send-message
{
    background: #82b440;
    float: left;
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
}

.btn-send-message:hover,
.btn-send-message:focus,
.btn-send-message:active
{
    background: #b0d031;
}

.page-contact-header
{
    min-height: 235px;
}

.page-contact-map
{
    height: 450px;
    padding: 0px;
}

.page-contact-map iframe
{
    width: 100%;
    height: 450px;
}

.contact-form form .response
{
    margin-top: 10px;
}

.small-loading
{
    width: 32px;
}

.response .error
{
    color: red;
}

.response .success
{
    color: green;
}

.page-application .application
{
    cursor: pointer;
    border-radius: 150px;
    width: 150px;
    height: 150px;
    border: 10px solid rgba(200, 200, 200, 0.3);
    padding-top: 20px;
    margin: 20px auto 0px auto;
}

.application-block h3
{
    font-size: 40px;
}

.application-block
{
    padding-top: 20px;
}

.application-block .row
{
    margin: 0px;
    padding: 0px;
}

.application-block .row-description
{
    font-size: 20px;
}

.application-block .row-text
{
    margin-top: 30px;
}

.application-block .row-screenshots img
{
    width: 100%;
    cursor: pointer;
}

.application-block .row-description .left-col
{
    font-family: "Hind-Bold";
    border-right: 1px solid #ccc;
}

.application-block .row-description .right-col
{
    font-family: "Hind-Light";
}

.sale .old
{
    color: red;
    font-style: oblique;
    text-decoration: line-through;
    line-height: 1px;
    font-family: "Hind-Light";
}

.sale .new
{
    color: #82b440;
}

.btn-download
{
    background: #d9991b;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
    min-width: 150px;
    color: #fff;
}

.btn-download:hover,
.btn-download:focus,
.btn-download:active
{
    background: #b0d031;
}

.btn-buy
{
    background: #82b440;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
    min-width: 150px;
    color: #fff;
}

.btn-buy:hover,
.btn-buy:focus,
.btn-buy:active
{
    background: #b0d031;
}

.btn-buy .material-icons,
.btn-download .material-icons
{
    position: absolute;
    margin-left: -10px;
    margin-top: -1px;
}

.btn-buy .label,
.btn-download .label
{
    margin-left: 20px;
}

.btn-cancel
{
    background: #ccc;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
    color: #444;
}

.btn-apply-now
{
    background: #82b440;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
    color: #fff;
}

.btn-apply-now:hover,
.btn-apply-now:focus,
.btn-apply-now:active
{
    background: #b0d031;
    color: #fff;
}

.lb-cancel
{
    background-size: contain!important;
}

.application-block .row-video
{
    width: 100%;
    margin-top: 50px;
}

.application-block .row-video .video
{
    width: 100%;
    height: 460px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
}

.application-block .row-video .video video
{
    width: 100%;
    max-height: 460px;
}

.application-block .row-video .video .play .material-icons
{
    width: 80px;
    height: 80px;
    font-size: 64px;
    color: #b0d031;
    margin-top: 200px;
    border-radius: 80px;
    border: 5px solid #585858;
    cursor: pointer;
    padding-top: 3px;
    padding-left: 2px;
    background: #eee;
}

.application-block .row-video .video .play .material-icons:hover
{
    color: #ddff63;
    background: #fff;
    border: 5px solid #333;
}

.technologies
{
    margin-top: 30px;
}

.technology
{
    padding: 5px 10px;
    border-radius: 10px;
    background: #82b440;
    color: #fff;
    border: 1px solid #aaffd1;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
    cursor: default;
}

.payments
{
    margin-top: 20px;
}

.profile
{
    width: 120px;
    height: 140px;
    background: #ededed;
}

.profile .material-icons
{
    font-size: 120px;
    padding-top: 15px;
    margin: auto;
    display: block;
    text-align: center;
    color: #bbb;
    border: 1px solid #b0d031;
}

.profile-block
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.profile-block .description
{
    margin-top: 40px;
}

.profile-block .description h4
{
    margin-top: 20px;
    margin-bottom: 30px;
}

.modal .close
{
    border: none!important;
    background: none!important;
    font-size: 30px;
}

.page-imprint li:first-child
{
    margin-top: 20px;
}

.page-imprint li
{
    margin-bottom: 10px;
}

.page-imprint a,
.page-privacy_policy a
{
    text-decoration: none!important;
    color: #000!important;
}

#smart-button-container
{
    max-width: 200px!important;
}

.paypal-button-tagline
{
    display: none!important;
}

.cookie
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #82b440;
    z-index: 999;
    color: #fff;
    padding: 30px 50px 20px 50px;
}

.cookie a
{
    color: #4c6100;
}

.btn-accept-cookies
{
    background: #b0d031;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
}

.btn-accept-cookies:hover,
.btn-accept-cookies:visited,
.btn-accept-cookies:focus,
.btn-accept-cookies:active
{
    background: #bfe531;
    color: #fff;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
}

@media screen and (max-width: 1140px)
{
    html, body
    {
        overflow-x: hidden;
    }

    .desktop
    {
        display: none;
    }

    .mobile
    {
        display: block;
    }

    header
    {
        width: 100%;
        height: 80px;
        background: #fff;
        padding: 15px;
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
    }

    header .logo-col a
    {
        display: block;
        margin-left: 5px;
        position: absolute;
        top: 10px;
    }

    header .logo-col img
    {
        width: 70%;
    }

    header nav
    {
        background: none;
    }

    header nav .toggle
    {
        width: 30px;
        height: 30px;
        right: 30px;
        margin-top: 20px;
        position: absolute;
    }

    header nav .toggle span
    {
        width: 30px;
        height: 2px;
        background: #82b440;
        margin-bottom: 5px;
        display: block;
    }

    header nav .navigation
    {
        position: fixed;
        left: 100%;
        display: none;
        top: 80px;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 999;
        list-style-type: none;
        border-top: 5px solid #82b440;
    }

    header nav .navigation li
    {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(130, 180, 64, 0.3);
    }

    header nav .languages--navigation,
    header nav .languages--navigation ul li
    {
        border-bottom: none!important;
    }

    header nav .languages--navigation ul
    {
        height: 100px;
        overflow-y: auto;
    }

    header nav .navigation li a,
    header nav .navigation li a:hover
    {
        color: #82b440;
        font-size: 20px;
    }

    header nav .navigation li.active,
    header nav .navigation li.active a:hover
    {
        color: #fff;
        background: #b0d031;
    }

    header nav ul li a:hover
    {
        border: 0px;
    }

    header nav .support-link
    {
        border: none;
    }

    header nav .support-link a,
    header nav .support-link a:hover
    {
        display: inline-block;
        width: 100%;
        text-align: center;
        background: #447008;
        color: #fff;
    }

    header nav .support-link a .title,
    header nav .support-link a .material-icons
    {
        width: 100%;
        left: 0px;
        color: #fff;
    }

    .banner--slider .banner-item .container img
    {
        margin: 20px auto;
        width: auto;
        height: 50%;
    }

    .banner--slider .banner-item .h2
    {
        font-size: 30px;
        text-align: center;
        position: absolute;
        bottom: 80px;
        width: 100%;
    }

    .banner--slider .banner-item .h4
    {
        text-align: center;
        font-size: 20px;
        position: absolute;
        bottom: 60px;
        width: 100%;
    }

    .banner--slider .banner-item p,
    .banner--slider .banner-item a
    {
        display: none;
    }

    .block
    {
        padding: 50px 0 20px;
    }

    .container .content
    {
        margin-bottom: 0px;
    }

    .our-applications .title
    {
        margin-bottom: 0px;
    }

    .our-applications .content
    {
        padding: 15px 15px 70px 15px;
        margin-bottom: 40px;
    }

    .our-applications .owl-dots
    {
        bottom: -100px;
    }

    .our-partners .title
    {
        margin-bottom: 0px;
        padding-bottom: 50px;
    }

    .our-partners .owl-dots
    {
        bottom: 0px;
    }

    .container .content .partner-customer--item .partner-customer--logo img
    {
        width: 80%;
        margin: auto;
    }

    .footer
    {
        padding-top: 20px;
    }

    .footer-contact--widget .footer--title
    {
        margin: 0px auto 10px auto;
    }

    .footer--menu-wrapper,
    .footer--menu ul li a
    {
        border: none;
    }

    .footer--menu-wrapper ul
    {
        padding: 0px;
    }

    .footer--menu-wrapper ul li
    {
        float: left;
        width: 100%;
        padding: 10px;
    }

    .footer--menu-wrapper ul li a
    {
        font-size: 18px;
    }

    .page
    {
        margin-top: 50px;
    }

    .page .title
    {
        font-size: 30px;
    }

    .page-our-applications .applications-tabs
    {
        margin: 0px;
    }

    .page-our-applications .applications-tabs .tab
    {
        width: 100%;
        height: 50px;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        border: none;
        border-bottom: 1px solid #ccc;
        box-shadow: none;
        padding: 10px 0px;
    }

    .page-our-applications .applications-tabs .tab i
    {
        display: none;
        float: left;
        font-size: 32px;
    }
    .page-our-applications .applications-tabs .tab .label
    {
        font-size: 18px;
        font-weight: bold;
    }

    .page-contacts
    {
        margin-top: 0px;
        overflow-x: hidden;
    }

    .page-contacts .contact
    {
        margin-bottom: 50px;
    }

    .page-contact-map
    {
        margin-top: 0px;
        padding-top: 0px;
    }

    .contact-form
    {
        position: relative;
        height: auto;
    }

    .row-description .left-col
    {
        text-align: left;
    }

    .row-description .btn
    {
        margin-top: 15px;
        width: 100%;
    }

    .row-text img
    {
        width: 80%;
        margin: auto;
    }

    .row-screenshots img
    {
        margin-bottom: 15px;
    }

    .competence-article
    {
        margin-top: 10px;
    }

    .competence-article .image
    {
        text-align: center;
        margin-bottom: 20px;
    }

    .page-our-competencies h3
    {
       text-align: center;
    }

    .page-our-competencies:not(:first-child)
    {
        margin-top: 0px;
        padding-top: 20px;
    }

    .competence-article img
    {
        width: 80%;
        margin: 20px auto;
    }

    .profile-block .profile
    {
        margin: auto;
        margin-bottom: 50px;
    }

    .btn-apply-now
    {
        margin: auto;
        display: block;
    }

    .modal .btn-apply-now,
    .modal .btn-cancel
    {
        margin: 0px 0px 10px 0px;
        width: 100%;
    }
}