html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
    display: block;
}
body {
    background-color: #dee0e5;
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 1.2;
    min-width: 980px;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

a {
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.clr:after {
    display: table;
    clear: both;
    content: '';
}

.imp {
    color: #44d679;
}

.wrap {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    height: auto;
}

.button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 52px;
    text-align: center;
    text-transform: uppercase;
    font-size:  1.5333em;
    line-height: 2.2609;
    -webkit-transition: all .2s ease-out;
    transition:  all .2s ease-out;
    background-color: #febf27;
    color: #000;
    border: none;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
    background-color: #eca00c;
    color: #fff;
}

.header .button {
    margin: 20px 0;
}

.btn-wrap{
    display: inline-block;
    position: relative;
}

.btn-wrap:before {
    content: '';
    position: absolute;
    right: 101%;
    top: 50%;
    margin-top: -50px;
    width: 407px;
    height: 100px;
    background: url('/img/head-arr.png') no-repeat 0 0;
}

.button-full {
    padding: 0 58px;
    line-height: 2.5217;
}

.header {
    position: relative;
    padding-top: 35px;
    width: 100%;
    background: #121014 url('/img/header-bg.jpg') no-repeat 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.logo {
    display: block;
    float: left;
    overflow: hidden;
    width: 97px;
    height: 60px;
    background: url('/img/logo.png') no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
}

.soc-l {
    float: right;
    padding-top: 10px;
}

.soc-i {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
}

.soc-i-lnk {
    display: block;
    overflow: hidden;
    width: 34px;
    height: 34px;
    background: url('/img/soc-i.png') no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none;
}

.blog {background-position: 0 0;}
.blog:hover {background-position: -40px 0;}
.fb{background-position: 0 -40px;}
.fb:hover {background-position: -40px -40px;}
.tw {background-position: 0 -80px ;}
.tw:hover {background-position: -40px -80px ;}


h1 {
    color: #44d679;
    text-align: center;
    font-size: 2.7333em;
    line-height: 1.2;
    padding-top: 9px;
    width: 78%;
    margin: 0 auto;
}

h2 {
    color: #fffbfb;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
}

.header h2 {
    padding-top: 17px;
}

.macbook {
    margin: 0 auto;
    width: 786px;
    height: 379px;
    background: url('/img/macbook.png') no-repeat 0 0;
    text-align: center;
    overflow: hidden;
}

.mac-cont {
    display: inline-block;
    margin: 64px 45px 20px;
    min-height: 160px;
    background-color: #5c5c5d;
    background-color: rgba(255,255,255,.12);
}

.macbook h3 {
    background: #3a3a3b;
    background: rgba(0,0,0,.4);
    color: #35a95f;
    font-size: 1.2667em;
    line-height: 1.84;
}

.macbook ul {
    padding: 15px 20px  100px 30px;
    text-align: left;
}

.macbook li {
    color: #fff;
    font-size: 1.2667em;
    line-height: 1.65;
}

.macbook li:before {
    display: inline-block;
    padding-right: 14px;
    width: 9px;
    height: 14px;
    background: url('/img/list-i.png') no-repeat 0 50%;
    content: '';
}

.more {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 30px;
    background-color: #35a95f;
    text-align: center;
}
.more-in {
    display: inline-block;
    padding: 10px 16px 5px;
    background-color: #35a95f;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1333em;
}
.more-in:after {
    display: block;
    margin: 8px auto 0;
    width: 27px;
    height: 14px;
    background: url('/img/more-arr.png') no-repeat 0 0;
    content: '';
}
/*
 * Added by ShZlot
 * 17/07/2014
 */
.more2{bottom:0;display:block;width:100%;height:30px;background-color:#35a95f;text-align:center}.more-in2{display:inline-block;padding:10px 16px 5px;background-color:#35a95f;color:#fff;text-transform:uppercase;font-size:1.1333em}.more-in2:after{display:block;margin:8px auto 0;width:27px;height:14px;background:url('/img/more-arr.png') no-repeat 0 0;content:''}

/*------------------ description --------------*/

.description {
    padding: 95px 0 33px;
}

.description {
    text-align: center;
}

.description h3 {
    background-color: #d5d7dc;
    text-align: center;
    font-size: 1.4667em;
    line-height: 1.82;
}

.features-l {
    padding: 52px 30px 0px 30px;

}

.features-l li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 115px 3% 35px;
    width: 33%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 1.1;
}

.features-l li.largest {background-image: url('/img/map.png');}
.features-l li.sites {background-image: url('/img/diag.png');}
.features-l li.experience {background-image: url('/img/exp.png');}
.features-l li.lang {background-image: url('/img/lang.png');}
.features-l li.uptime {background-image: url('/img/clock.png');}
.features-l li.views {background-image: url('/img/eye.png');}


.descr-tbl {
    margin-top: 20px;
    width: 100%;
    border: 2px solid #c4c4c4;
    background-color: #fff;
    color: #1d1006;
}

.feature-dscr {
    vertical-align: middle !important;
}

.descr-tbl .last-row  td{
    padding-bottom: 85px;
}

.descr-tbl thead {
    border: 2px solid #c4c4c4;
    border-bottom-color: #ddddde;
    background-color: #edeef0;
}

.descr-tbl th {
    color: #35a95f;
    text-transform: uppercase;
    font-size: 1.13333em;
    padding: 12px 30px 6px;
}

.descr-tbl td {
    text-align: left;
    padding: 23px 35px 6px;
    vertical-align: top;
}

.descr-tbl th,
.descr-tbl td {
    width: 50%;
    border-right: 1px solid #cacaca;
}

.descr-tbl .imp {
    color: #35a95f;
    font-weight: bold;
}

.description .button {
    position: relative;
    bottom: 70px;
    padding: 0 18px;
    font-size: 1.3333em;
    line-height: 2.2;
}

/*------------------ example --------------*/

.example {
   background-color: #35a95f;
    padding: 19px 0 20px;
    text-align: center;
}

.example h3 {
    color: #fff;
    font-size: 1.4667em;
    padding-bottom: 33px;
}

.example .button {
    padding: 0 18px;
    font-size: 1.3333em;
    line-height: 2.2;
}

.screen {
    width: 22%;
    margin: 0 0 3% 4%;
    /*display: block;*/
    float: left;

    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.screen img {
    width: 100%;
    border: none;
}

.screen:first-child {
    margin-left: 0;
}

.screen:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*display: none;*/
    background: rgba(58,58,59,.8) url('/img/exmp-eye.png') no-repeat 50% 50%;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
}

.screen:hover:before {
    opacity: 1;
    /*display: block;*/
}

.box-modal.expl {
    width: auto;
    background: transparent;
}

.box-modal.expl .modal-bd {
    padding: 0;
}


/*------------------ review --------------*/

.review {
    padding: 53px 0 56px;;
}

.review h3 {
    font-size: 1.4667em;
    padding-bottom: 24px;
    text-align: center;
}

.slider li {
    padding: 20px 2.5% 25px;
    line-height: 1.3;
}

.slider q {
    position: relative;
    padding: 12px 0 10px;
    display: block;
    text-align: justify;
}

.slider q:before,
.slider q:after {
    content: '';
    width: 24px;
    height: 21px;
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-image: url('/img/quote.png');
}

.slider q:before {
    top: 0;
    left: -45px;
    background-position: 0 0;
}

.slider q:after {
    bottom: 0;
    right: -45px;
    background-position: -24px 0;
}

.sign {
    text-align: right;
    font-style: italic;
    padding-top: 15px;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.bx-wrapper .bx-viewport {
    background: #fff;
}

.bx-wrapper .bx-prev {
    left: 0;
    background: url('/img/slide-l.png') no-repeat 50% 50%;
}

.bx-wrapper .bx-next {
    right: 0;
    background: url('/img/slide-r.png') no-repeat 50% 50%;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background-color: #edeef0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    outline: 0;
    text-indent: 100%;
    z-index: 1000;
    white-space: nowrap;
    overflow: hidden;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
    background-color: #d1d1d3;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/*------------------ footer --------------*/

.footer {
    background-color: #22282c;
    border-top: 1px solid #b1b3b7;
    padding: 33px 0 25px;
}

.footer-navigation {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20%;
    min-height: 110px;
    vertical-align: top;
    padding-right: 2%;
}

.footer-navigation h3 {
    color: #35a95f;
    padding-bottom: 20px;
    padding-left: 2px;
    white-space: nowrap;
}

.footer-navigation_last {
    padding-right: 0;
}

.footer-navigation a {
    color: #fff;
}

.footer-navigation a:hover {
    text-decoration: underline;
}

.footer-navigation li {
    padding-bottom: 1px;
}

.footer-navigation li:before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 11px;
    padding-right: 9px;
    background: url('/img/foot-list-i.png') no-repeat ;
}

.footer-mash {
    background: url('/img/mash.png') no-repeat;
    width: 90px;
    height: 89px;
    float: right;
    margin-right: 6px;
}

.footer-info {
    padding-top: 31px;
}

.copyright {
    width: 165px;
    float: left;
    padding-right: 38px;
}

.copyright .logo {
    float: none;
}

.copyright div {
    font-size: .6667em;
    color: #fff;
    padding-top: 18px;
}

.footer-info .button {
    font-size: 22px;
    line-height: 58px;
    height: 58px;
    vertical-align: top;
    padding: 0 58px;
    margin-right: 17px;
}

.mail {
    display: inline-block;
   width: 58px;
    height: 52px;
   border: 3px solid #febf27;
   text-indent: 100%;
    overflow: hidden;
   white-space: nowrap;
    position: relative;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
}

.mail:before {
    content: '';
    display: block;
    width: 31px;
    height: 21px;
    background: url('/img/mail.png') no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -15px;
}

.mail:hover {
    border-color: #eca00c;
}

.mail:hover:before {
    background-position: -32px 0;
}

/*------------------ popup --------------*/

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
*:first-child + html .arcticmodal-container {
    height: 100%;
}
.arcticmodal-container_i {
    margin: 0 auto;
    height: 100%;
}
.arcticmodal-container_i2 {
    margin: 0;
    padding: 150px 20px 20px;
    border: 0;
    vertical-align: middle;
}
.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}
.box-modal {
    position: relative;
    width: 975px;
    background: #dee0e5;

}
.box-modal_close {
    position: absolute;
    top: -18px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url('/img/close.png') no-repeat 0 0;
    cursor: pointer;
}

.modal-head {
    background-color: #35a95f;
    width: 100%;
    height: 85px;
    font-size: 41px; /*2.7333em*/
    font-weight: 300;
    line-height: 2.0732;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.modal-bd {
    padding: 30px 23.59% 25px 12.8%;
}

.modal-bd

.modal-bd input {
    border: none;
}

.modal-bd input[type="text"],
.modal-bd textarea {
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
    padding: 7px;
    font-size: 16px;
    width: 430px;
}

.modal-bd .button {
    padding: 0 15px;
    margin-top: 10px;
    font-size: 20px; /*1.3333em*/
}

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

.submit-row input{
    width: 211px;
    height: 64px;
    background: url('/img/submit.png') no-repeat 0 0;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.submit-row input:hover{
    background-position: -220px 0;
}

.modal-bd input[type="text"] {
    height: 40px;
}

.modal-bd textarea {
    height: 120px;
    resize: vertical;
}

.radio-label {
    vertical-align: middle;
    padding-right: 50px;
    font-size: 16px;
}

.input-dscr {
    width: 175px;
    padding-right: 10px;
    font-size: 16px; /*1.0667em*/
    white-space: nowrap;
}

.input-dscr.ta-dscr {
    white-space: normal;
}

.ta-dscr,
.opcional span {
    vertical-align: top;
}

.opcional {
    white-space: nowrap;
}

.opcional span {
    line-height: 1;
    padding-top: 12px;
    display: inline-block;
}

.opcional > input,
.opcional > textarea {
    white-space: normal;
}

.modal-bd td {
    padding-bottom: 15px;
}

.radio {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url('/img/radio.png') no-repeat;
    cursor: pointer;
    margin-right: 5px;
}
.radio.checked {
    background-position: -27px 0;
}

.company {
    display: none;
}

.company.studio {
    display: table-row;
}

/*---new-uWnd-styles---*/

.myWinGrid {opacity: .65 !important;filter: alpha(opacity=65) !important;}
div[id^=_uwndWnd] {
    background-color: #31AA64;
}
div[id^=_uwndTop] .x-sh {display: none !important;}
div[id^=_uwndTop] .xw-tl, div[id^=_uwndTop] .xw-tr, div[id^=_uwndTop] .xw-tc {background: none !important; overflow: visible !important}
div[id^=_uwndTop] .xw-ml, div[id^=_uwndTop] .xw-mr, div[id^=_uwndTop] .xw-mc {background: none !important;}
div[id^=_uwndTop] .xw-mc {border: none;background: #31AA64 !important;}
div[id^=_uwndTop] .xw-tl {margin: 5px 5px 0 5px !important;}
div[id^=_uwndTop] .xw-ml {margin: 0 5px !important;}
div[id^=_uwndTop] .xw-bl {margin: 0 5px 5px 5px !important;}
div[id^=_uwndTop] .xw-body {border: 0 !important;}
div[id^=_uwndTop] .xw-bl, div[id^=_uwndTop] .xw-br, div[id^=_uwndTop] .xw-bc {background: none !important;}
div[id^=_uwndTop] .xw-hdr-text {
    display: none;
}
div[id^=_uwndTop] .xt-close, div[id^=_uwndTop] .xt-maxi, div[id^=_uwndTop] .xt-mini {margin-top: 0 !important;width: 40px !important;height: 40px !important;position: absolute;right: -30px;top: -25px;}
div[id^=_uwndTop] .xt-close {background: url(/img/close.png) !important;}
div[id^=_uwndTop] .myWinCont, div[id^=_uwndTop] .myWinCont td {
    color: #3a3a3a !important;
}

.xw-plain .xw-body {
    border: none;
}

.myWinCont > span {
    font: 300 20px 'Open Sans', sans-serif;
    color: #fff;
    display: block;
}

.myWinGrid + #_uwndTop1{
    top: 50%!important;
    margin-top: -86px;
}

span.popup-big {
    font-size: 30px;
    text-transform: uppercase;
    padding: 7px;
}

span.popup-small {
    font-size: 20px;
}

/*------------------ media query --------------*/

@media screen and (max-width: 1170px) {
    .btn-wrap:before {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    body {
        min-width: 100%;
    }

    .wrap {max-width: 95%;}
    .header h1 {
        clear: both;
        width: inherit;
    }

    .macbook {
        width: 100%;
        height: auto;
        background: none;
    }

    .macbook h3 {
        background-color: #4a4a45;
    }

    .mac-cont {
        display: inline-block;
        padding: 6.5% 45px 20px;
        background-color: inherit;
        margin: auto;
    }
    .mac-cont ul {
        background-color: #5C5C5D;
        background-color: rgba(255, 255, 255, 0.12);
        padding: 15px 20px 10% 30px;
    }
}

@media screen and (max-width: 800px) {
    body {font-size: 14px;}
    h1 {font-size: 2.4em}

    .descr-tbl td {
        padding: 10px 10px 2px;
    }

    .slider q:before {
        left: -30px;
    }

    .slider q:after {
        right: -30px;
    }

    .footer {
        padding: 20px 0 20px;
    }

    .footer-info {
        padding-top: 15px;
    }

    .copyright {
        float: none;
        display: inline-block;
        text-align: left;
        width: auto;
    }

    .footer-info .button {
        font-size: 15px;
        line-height: 40px;
        height: 40px;
        vertical-align: top;
        padding: 0 36px;
        margin-right: 10px;
    }

    .mail {
        width: 40px;
        height: 34px;
        text-indent: 100%;
        vertical-align: top;
    }

    .footer-navigation {
        display: block;
        width: 33%;
    }
}

@media screen and (max-width: 680px) {
    .features-l li {
        width: 45%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .description {
        padding: 70px 0 3%;
    }

    .footer-mash {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    body {font-size: 13px;}

    .slider q:before,
    .slider q:after {
        display: none;
    }

    .slider li {
        padding-left: 50px;
        padding-right: 50px;
    }

    .macbook li:before {
        padding-right: 5px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 530px) {
    body {font-size: 12px;}

    .macbook {
        font-size: 10px;
    }

    .macbook li:before {
        padding-right: 5px;
    }

    .screen {
        width: 40%;
        padding: 0 2% 3%;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        float: none;
    }

    .screen:first-child {
        padding-left: 2%;
    }

    .copyright {
        float: left;
        display: block;
    }

    .footer-info .button,
    .mail {
        margin-top: 10px;
    }

    .footer-navigation {
        display: block;
        width: 49%;
    }
}

/* added by ShZlot */
.no-bg{background:transparent !important;}
ul.check-list{margin:10px 0 10px 10px;}


ul.check-list li:before, .check-list:before {
/*display: inline-block;*/
padding-right: 14px;
width: 9px;
height: 14px;
background: url('/img/list-i.png') no-repeat 0 50%;
content: '';
}


ul.check-list-radio li:before, .check-list-radio:before {
background: url(/img/radio.png) right center;
width: 16px;
height: 19px;
display: inline-block;
content: '';
}