button, input {
    border: none;
}

*, .row, p, ul {
    margin: 0;
}

.popular-item-img, .slider, body, html {
    overflow: hidden;
}
.m0{
    margin-left:0%;
}
.mt-7{
    margin-top:-7%;
}
.black {
    color: #000 !important;
}

.about-descr-item-text h4, .button, .popular-item-descr a, .services-item-list h4, .subtitle h2 {
    text-transform: uppercase;
}

* {
    padding: 0;
}

footer, header, nav, section {
    margin: 0 auto;
}

body {
    font-size: 16px;
    line-height: 1.2;
    min-width: 320px;
    position: relative;
    font-family: helveticaneuecyrmedium;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html * {
    max-height: 1000000px;
}

::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
}

:-moz-placeholder {
    color: #939393;
    opacity: 1;
}

::-moz-placeholder {
    color: #939393;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
}

a:active, a:focus, a:hover, a:link, a:visited {
    outline: 0;
    text-decoration: none;
    color: inherit;
}

button, button:active, button:focus, input:focus, span:focus {
    outline: 0;
}

textarea, textarea:active, textarea:focus {
    border: 0;
    outline: 0;
    resize: none;
}

button {
    cursor: pointer;
}

    button::-moz-focus-inner, input[type=button]::-moz-focus-inner {
        border: none;
    }

input.error:focus, textarea.error:focus {
    background-color: #e36b6b;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.fancybox-skin {
    background: 0 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.2;
}

ul {
    list-style: none;
}

input[name=name] {
    background: url(../img/sprite.png) -761px 2px no-repeat;
}

input[name=email] {
    background: url(../img/sprite.png) -760px -80px no-repeat;
}

span.clearfix {
    display: block;
}

.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    height: 55px;
    z-index: 5;
    background-color: #327eaf;
    text-align: center;
}

.header-top-line {
    padding-bottom: 21px;
    background-color: #0170a7;
}

.header-logo {
    margin-top: 22px;
}

.header-support {
    margin-top: 19px;
}

    .header-support h4 {
        font-size: 20px;
        color: #aae2fd;
    }

        .header-support h4:after {
            content: "";
            display: block;
            width: 327px;
            height: 1px;
            margin-top: 7px;
            background-color: rgba(186,208,219,.2);
        }

.button, .header-menu ul li, .header-menu ul li a, .header-support-item a, .header-support-item p, .subtitle h2, .subtitle h2:after {
    display: inline-block;
}

.header-support-item {
    color: #fff;
}

    .header-support-item:first-of-type {
        margin-top: 12px;
    }

    .header-support-item p {
        width: 95px;
        font-size: 14px;
    }

    .header-support-item a {
        font-family: helveticaneuecyrroman;
    }

        .header-support-item a:nth-of-type(1) {
            width: 123px;
        }

        .header-support-item a:nth-of-type(2) {
            width: 100px;
        }

.header-button {
    margin-top: 37px;
    color: #fff;
}

.mt1 {
    margin-top: 1%;
}

.mt19 {
    margin-top: 19%;
}
.mt-9{
    margin-top:-9%;
}
.mt-6{
    margin-top:-6%;
}
.ml14 {
    margin-left: 14%;
}



.button {
    width: 255px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: -webkit-linear-gradient(top,#f7900a 0,#d37801 100%);
    background: linear-gradient(to bottom,#f7900a 0,#d37801 100%);
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

    .button:hover {
        background: -webkit-linear-gradient(bottom,#f7900a 0,#d37801 100%);
        background: linear-gradient(to top,#f7900a 0,#d37801 100%);
    }

    .button:active {
        -webkit-transform: scale(.98);
        transform: scale(.98);
    }

nav {
    height: 68px;
    background-color: #36354f;
}

.header-menu ul {
    font-size: 0;
}

    .header-menu ul li a {
        position: relative;
        padding-left: 50px;
        padding-right: 37px;
        line-height: 60px;
        color: #fff;
        font-size: 16px;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .header-menu ul li a:after, .header-menu ul li:nth-of-type(1) a:before, .header-menu ul li:nth-of-type(2) a:before {
            content: "";
            position: absolute;
        }

.services-item-list ul li a:after, services-item-list ul li:nth-of-type(1) a:before, services-item-list ul li:nth-of-type(2) a:before {
    content: "";
    position: absolute;
}

.header-menu ul li a:after {
    width: 1px;
    height: 45px;
    right: 0;
    top: 10px;
    background-color: white;
}

.header-menu ul li a:hover {
    background-color: #484766;
}

    .header-menu ul li a:hover:after {
        background-color: transparent;
    }

    .header-menu ul li a:hover:before {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

.header-menu ul li:nth-of-type(1) a:before {
    width: 15px;
    height: 12px;
    left: 25px;
    top: 23px;
    background: url(../img/home-icon.png) no-repeat;
}

.header-menu ul li:nth-of-type(2) a:before {
    width: 17px;
    height: 17px;
    left: 25px;
    top: 22px;
    background: url(../img/Products-icon.png) no-repeat;
}

.header-menu ul li:nth-of-type(3) a:before, .header-menu ul li:nth-of-type(4) a:before {
    height: 17px;
    top: 21px;
    position: absolute;
    left: 25px;
    content: "";
}

.header-menu ul li:nth-of-type(3) a:before {
    width: 17px;
    background: url(../img/support-icon.png) 0 no-repeat;
}

/*.header-menu ul li:nth-of-type(4) a:before {
    width: 16px;
    background: url(../img/about/login.png) 0 no-repeat;
}

.header-menu ul li:nth-of-type(5) a:before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    left: 25px;
    top: 23px;
    background: url(../img/about/signup.png) 0px 0px no-repeat;
}

.header-menu ul li:nth-of-type(4) a #out:before {
    width: 16px;
    background: url(../img/about/logout.png) 0 no-repeat !important;
}

.header-menu ul li:nth-of-type(5) a #user:before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    left: 25px;
    top: 23px;
    background: url(../img/about/user.png) 0px 0px no-repeat !important;
}*/
.iconmarge {
    margin-left: -26px;
    margin-right: 8px;
}
.header-search {
    margin-top: 10px;
    position: relative;
}

    .header-search input {
        width: 100%;
        height: 37px;
        line-height: 36px;
        border-bottom: 1px solid #a3dffc;
        background: 0 0;
        color: #fff;
    }

        .header-search input::-webkit-input-placeholder {
            color: #fff;
        }

        .header-search input:-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        .header-search input::-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        .header-search input:-ms-input-placeholder {
            color: #fff;
            opacity: 1;
        }

    .header-search button {
        width: 34px;
        height: 28px;
        position: absolute;
        right: 0;
        top: 4px;
        background: url(../img/sprite.png) -166px 2px no-repeat #fff;
        -webkit-transition: .5s;
        transition: .5s;
    }

.main-content {
    background: url(../img/bg1.jpg) center top no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

section.slider-wrap {
    padding-bottom: 30px;
}

.slider {
    /*height: 423px;*/
    /*margin-top: 46px;*/
}

    .slider .owl-controls .owl-nav .owl-next, .slider .owl-controls .owl-nav .owl-prev {
        width: 32px;
        height: 32px;
        position: absolute;
        bottom: 27px;
        border-radius: 50%;
        -webkit-transition: .5s;
        transition: .5s;
        z-index: 1;
    }

.owl-theme .owl-nav {
    margin: 0 auto !important;
    width: 300px !important;
}
.ml-18{
    margin-left:-18%;

}
.mt14{
    margin-top:14%;
}
.mt11{
    margin-top:11%;
}
.mt15{
    margin-top:15%;
}
.mt17{
    margin-top:17%;
}
.pt17{
    padding-top:17%;
}
.slider .owl-controls .owl-nav .owl-prev {
    /*right: 87px;*/
    margin: 0% 0% 14% -38%;
    background: url(../img/sprite.png) -208px 2px no-repeat #bd851e;
    
    /*margin-left: 96px;*/
}

    .slider .owl-controls .owl-nav .owl-prev:hover {
        background: url(../img/sprite.png) -208px 2px no-repeat #ce884d;
    }

.slider .owl-controls .owl-nav .owl-next {
    /*right: 40px;*/
    background: url(../img/sprite.png) -208px 2px no-repeat #bd851e;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    margin: 0% 0% 14% 57%;
}

    .slider .owl-controls .owl-nav .owl-next:hover {
        background: url(../img/sprite.png) -208px 2px no-repeat #ce884d;
        
    }

.slider-item {
    position: relative;
}

.slider-item-descr {
    position: absolute;
    right: 857px;
    top: 240px;
    width: 564px;
}
.slider-item-descr1 {
    position: absolute;
    right: 857px;
    top: 193px;
    width: 564px;
}
.slider-item-descr-logo {
    width: 404px;
}

.slider-item-descr-title {
    margin-top: 6px;
    margin-left: 8px;
}

    .slider-item-descr-title h3 {
        font-family: 'Roboto Condensed',sans-serif;
        font-size: 21px;
        color: #6a7176;
    }

.services-item-list, .subtitle h2 {
    font-family: helveticaneuecyrroman;
}

.slider-item-descr-text {
    margin-top: 21px;
    margin-left: 8px;
    padding-top: 14px;
    padding-bottom: 15px;
    line-height: 1.4;
    border-top: 1px solid #fbf9f9;
    /*border-bottom: 1px solid #d0d0d0;*/
    font-size: 16px;
    color: #373a41;
}

    .slider-item-descr-text.border-orange {
        border-color: #fbeadc;
    }

.slider-item-descr-button {
    margin-top: 28px;
    margin-left: 8px;
    color: #fff;
}

    .slider-item-descr-button a {
        width: 197px;
        height: 43px;
        line-height: 43px;
    }

.owl-carousel .owl-item {
    -webkit-backface-visibility: visible;
}

    .owl-carousel .owl-item img {
        -webkit-transform-style: inherit;
        transform-style: inherit;
    }

section.popular {
    padding-bottom: 30px;
}

.subtitle {
    margin-left: 15px;
}

    .subtitle h2 {
        position: relative;
        font-size: 30px;
        color: #373a41;
    }

        .subtitle h2:after {
            content: "";
            width: 690px;
            height: 11px;
            vertical-align: top;
            margin-left: 10px;
            margin-top: 10px;
            background-color: #818a91;
        }

.popular-title {
    width: 95%;
    margin-top: 40px;
}

.popular-item {
    margin-top: 50px;
}

.popular-item-img {
    width: 100%;
    position: relative;
}


    .popular-item-img:hover .popular-item-img-button {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.popular-item-img-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s;
    transition: .5s;
}

    .popular-item-img-button a {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -21px;
        margin-left: -96px;
        color: #fff;
        width: 193px;
        height: 43px;
    }

.popular-item-descr {
    /*margin-top: 19px;*/
}

    .popular-item-descr a {
        font-size: 16px;
        color: #373a41;
    }

    .popular-item-descr p {
        margin-top: 8px;
        font-size: 16px;
        color: #818a91;
    }

    .popular-item-descr span {
        background: rgb(243, 8, 8);
        padding: 2% 3% 1% 4%;
        color: white;
        display: table;
        margin: auto;
        border-radius: 5px;
        /* border-bottom: 4px solid #aa271d; */
        /* box-shadow: 1px 8px 13px 1px black; */
        display: inline-block;
        margin-top: 5px;
        font-size: 20px;
        color: #f3efea;
    }


.popular-item-button {
    margin-top: 27px;
    height: 1px;
    border-top: 1px solid #e8e8e8;
    position: relative;
}

    .popular-item-button a {
        display: block;
        width: 38px;
        height: 38px;
        margin: -16px auto 0;
        position: relative;
        border-radius: 50%;
        border: 3px solid transparent;
        background: url(../img/sprite.png) -236px 2px #d0d0d0;
        z-index: 2;
        -webkit-transition: .5s;
        transition: .5s;
    }

.software-item-descr, .software-item-img, .software-other a {
    display: inline-block;
}


.popular-item-button:hover a {
    border-color: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popular-item-button:hover .popular-item-hide-descr {
    height: 130px;
}

.popular-item-hide-descr {
    position: absolute;
    top: -5px;
    height: 0;
    background-color: rgba(3,155,229,.8);
    font-size: 13px;
    color: #fff;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
}

    .popular-item-hide-descr p {
        margin: 35px 10px 15px;
    }

section.software {
    padding-bottom: 33px;
}

.software-title {
    width: 95%;
    margin-top: 30px;
}
    .software-title h2:after {
        width: 745px;
    }

.software-item {
    height: 125px;
    margin-top: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

    /*.software-item:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }*/

.software-item-img {
    vertical-align: top;
    text-align: center;
    width: 43%;
    float: left;
    margin-left: -30px;
}

    .software-item-img a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.software-item-descr {
    float: right;
    width: 57%;
}

.software-item-descr-title a {
    font-size: 16px;
    color: #373a41;
    text-transform: uppercase;
}

.software-item-descr-text {
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid #e3e3e3;
    font-size: 14px;
    color: #818a91;
}

.software-item-descr-price {
    background: rgb(243, 8, 8);
    padding: 2% 3% 1% 4%;
    color: white;
    display: table;
    margin: auto;
    border-radius: 5px;
    /* border-bottom: 4px solid #aa271d; */
    /* box-shadow: 1px 8px 13px 1px black; */
    display: inline-block;
    margin-top: 5px;
    font-size: 19px;
    color: #f3efea;
  
}

.software-other {
    margin-top: 23px;
    margin-right: 20px;
    text-align: center;
    color: #f7900a;
}

    .software-other a:hover:after {
        width: 0;
    }

.software-slider .owl-item img {
    display: inline-block;
    width: auto;
}

.software-slider .owl-controls .owl-nav .owl-next, .software-slider .owl-controls .owl-nav .owl-prev {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 10px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
}

.software-slider .owl-controls .owl-nav .owl-prev {
    left: 30%;
    background: url(../img/sprite.png) -208px 2px no-repeat #818a91;
}

    .software-slider .owl-controls .owl-nav .owl-prev:hover {
        background: url(../img/sprite.png) -208px 2px no-repeat #039be5;
    }

.software-slider .owl-controls .owl-nav .owl-next {
    right: 30%;
    background: url(../img/sprite.png) -208px 2px no-repeat #818a91;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

    .software-slider .owl-controls .owl-nav .owl-next:hover {
        background: url(../img/sprite.png) -208px 2px no-repeat #039be5;
    }

.software-slider .software-item {
    height: auto;
    padding-bottom: 50px;
    text-align: center;
}

section.services {
    /*height: 370px;*/ padding-bottom: 20px;
    background: url(../img/bg-2.png) center top no-repeat;
}

.services-items-wrap .col-lg-3:last-of-type .services-item:after {
    display: none;
}

.services-item {
    width: 285px;
    margin: 0 auto;
    position: relative;
}

    .services-item:after {
        content: "";
        width: 1px;
        height: 275px;
        position: absolute;
        right: 40px;
        top: -5px;
    }

.services-item-list {
    margin-top: 55px;
    color: #fff;
}

    .services-item-list:nth-of-type(2) {
        margin-top: 70px;
    }

    .services-item-list h4 {
        font-family: helveticaneuecyrbold;
        font-size: 18px;
    }

    .services-item-list ul li a {
        display: block;
        position: relative;
        margin-top: 11px;
    }

        .services-item-list ul li a:before {
            content: "";
            width: 6px;
            height: 6px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            border-radius: 50%;
            background: url(../img/dot.png) no-repeat;
        }

        .services-item-list ul li a:hover {
            text-decoration: underline;
        }

.services-slider .owl-item img {
    display: inline-block;
    width: auto;
}

.services-slider .owl-controls .owl-nav .owl-next, .services-slider .owl-controls .owl-nav .owl-prev {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px 10px 0;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
}

.services-slider .owl-controls .owl-nav .owl-prev {
    left: 30%;
    background: url(../img/sprite.png) -208px 2px no-repeat #818a91;
}

    .services-slider .owl-controls .owl-nav .owl-prev:hover {
        background: url(../img/sprite.png) -208px 2px no-repeat #039be5;
    }

.services-slider .owl-controls .owl-nav .owl-next {
    right: 30%;
    background: url(../img/sprite.png) -208px 2px no-repeat #818a91;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

    .services-slider .owl-controls .owl-nav .owl-next:hover {
        background: url(../img/sprite.png) -208px 2px no-repeat #039be5;
    }


.buybutton p {
    background: rgb(245, 102, 19);
    padding: 1% 5% 1% 5%;
    color: white;
    display: table;
    margin: auto;
    border-radius: 51px;
    /* border-bottom: 4px solid #aa271d; */
}

.footer-link {
    width: 72%;
    float: left;
    padding: 0;
}
    .footer-link h5 {
        width: 100%;
        float: left;
        text-transform: uppercase;
        font-size: 19px;
        font-weight: 400;
        color: #232222;
        border-bottom: 1px solid #666666;
        padding: 10px 0;
        margin: 0 0 20px;
    }


    .footer-link ul {
        width: 100%;
        display: block;
        padding: 10px 0;
    }
        .footer-link ul li {
            border-bottom: 1px solid #4b4b4b;
            padding: 10px 0;
        }
.footer-strip {
    padding-bottom: 1%;
    padding-top: 1%;
    width: 100%;
    float: left;
    background: #243246;
}
    .footer-strip p {
        width: 100%;
        float: left;
        text-align: center;
        color: #FFF;
        font-weight: 14px;
        font-weight: 300;
        padding: 10px 0;
        margin: 0;
    }
    
li {
    list-style: none;
}
.footer-link ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #151221;
}
.footer-link ul li img {
    padding: 0;
    margin-right: 10px;
}
/*footer {
    padding-bottom: 15px;
    background-color: #fff;
}*/

.footer-menu-wrap {
    background-color: #f59308;
}

.footer-menu {
    text-align: center;
    font-family: helveticaneuecyrroman;
}

    .footer-menu ul {
        font-size: 0;
    }

        .footer-menu ul li {
            display: inline-block;
        }

            .footer-menu ul li a {
                display: inline-block;
                position: relative;
                padding: 0px 30px;
                line-height: 50px;
                color: #fff;
                font-size: 18px;
            }

            .footer-menu ul li:nth-of-type(1) a::before {
                content: "";
                width: 25px;
                height: 27px;
                position: absolute;
                left: 0;
                top: 10px;
                background: url(../img/About-us.png) no-repeat;
            }

            .footer-menu ul li:nth-of-type(2) a::before {
                content: "";
                width: 25px;
                height: 27px;
                position: absolute;
                left: 0;
                top: 10px;
                background: url(../img/Terms.png) no-repeat;
            }

            .footer-menu ul li:nth-of-type(3) a::before {
                content: "";
                width: 25px;
                height: 27px;
                position: absolute;
                left: 0;
                top: 10px;
                background: url(../img/privacy.png) no-repeat;
            }

            .footer-menu ul li:nth-of-type(4) a::before {
                content: "";
                width: 25px;
                height: 27px;
                position: absolute;
                left: 0;
                top: 10px;
                background: url(../img/refund.png) no-repeat;
            }

            .footer-menu ul li:nth-of-type(5) a::before {
                content: "";
                width: 25px;
                height: 27px;
                position: absolute;
                left: 0;
                top: 10px;
                background: url(../img/Delivery.png) no-repeat;
            }

            .footer-menu ul li:nth-of-type(6) a::before {
                content: "";
                width: 25px;
                height: 27px;
                position: absolute;
                left: 0;
                top: 10px;
                background: url(../img/Website.png) no-repeat;
            }

            .footer-menu ul li:nth-of-type(7) a::before {
                content: "";
                width: 25px;
                height: 27px;
                position: absolute;
                left: 0;
                top: 10px;
                background: url(../img/contact-us.png) no-repeat;
            }

.content, .page, body, html {
    height: 100%;
}

.footer-menu ul li a:hover {
    background-color: orange;
}

    .footer-menu ul li a:hover:after {
        background-color: transparent;
    }

.footer-menu ul li:last-of-type a:after {
    background: 0 0;
}

.page, body {
    background-color: #584E4A;
}

.footer-descr {
    margin-top: 20px;
}

    .footer-descr h4 {
        font-family: helveticaneuecyrbold;
        font-size: 22px;
        color: #f7900a;
    }

    .footer-descr p {
        margin-top: 5px;
        font-size: 20px;
        color: #373a41;
    }

.footer-copyright {
    margin-top: 15px;
    font-size: 14px;
    color: #818a91;
}
footer {
    width: 100%;
    float: left;
    background: #ececec;
    padding: 25px 0;
}
.content {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform .7s cubic-bezier(1,.005,.24,1);
    transition: -webkit-transform .7s cubic-bezier(1,.005,.24,1);
    transition: transform .7s cubic-bezier(1,.005,.24,1);
    transition: transform .7s cubic-bezier(1,.005,.24,1),-webkit-transform .7s cubic-bezier(1,.005,.24,1);
    position: relative;
    z-index: 2;
    overflow-y: auto;
    background-color: #fff;
}

.menu_toggle {
    z-index: 900;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 80px;
    height: 70px;
    background: -webkit-linear-gradient(top,#f7900a 0,#d37801 100%);
    background: linear-gradient(to bottom,#f7900a 0,#d37801 100%);
    border-bottom-left-radius: 100%;
    display: none;
}

    .menu_toggle .menu_close, .menu_toggle .menu_open {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -5px;
        -webkit-transition: -webkit-transform .7s cubic-bezier(1,.005,.24,1);
        transition: -webkit-transform .7s cubic-bezier(1,.005,.24,1);
        transition: transform .7s cubic-bezier(1,.005,.24,1);
        transition: transform .7s cubic-bezier(1,.005,.24,1),-webkit-transform .7s cubic-bezier(1,.005,.24,1);
    }

    .menu_toggle .menu_open {
        width: 20px;
        height: 18px;
        background: url(../img/sprite.png) -289px -5px;
        -webkit-transform-origin: -100px 100px;
        transform-origin: -100px 100px;
    }

    .menu_toggle .menu_close {
        width: 16px;
        height: 16px;
        background: url(../img/sprite.png) -339px -6px;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -webkit-transform-origin: 100px -160px;
        transform-origin: 100px -160px;
    }

.menu_items {
    position: fixed;
    bottom: 123px;
    left: 0;
    margin: 0;
    padding: 0;
}

    .menu_items li {
        display: block;
    }

        .menu_items li a {
            display: block;
            position: relative;
            padding-left: 50px;
            padding-right: 41px;
            line-height: 60px;
            color: #fff;
            font-size: 16px;
            -webkit-transition: .5s;
            transition: .5s;
        }

            .menu_items li a:after, .menu_items li:nth-of-type(1) a:before, .menu_items li:nth-of-type(2) a:before {
                position: absolute;
                content: "";
            }

            .menu_items li a:after {
                width: 1px;
                height: 45px;
                right: 0;
                top: 10px;
                background-color: #0492d7;
            }

            .menu_items li a:hover:after {
                background-color: transparent;
            }

            .menu_items li a:hover:before {
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
            }

        .menu_items li:nth-of-type(1) a:before {
            width: 15px;
            height: 12px;
            left: 25px;
            top: 23px;
            background: url(../img/sprite.png) no-repeat;
        }

        .menu_items li:nth-of-type(2) a:before {
            width: 17px;
            height: 17px;
            left: 25px;
            top: 22px;
            background: url(../img/sprite.png) -32px 0 no-repeat;
        }

        .menu_items li:nth-of-type(3) a:before {
            content: "";
            width: 17px;
            height: 17px;
            position: absolute;
            left: 25px;
            top: 21px;
            background: url(../img/sprite.png) -66px 0 no-repeat;
        }

        .menu_items li:nth-of-type(4) a:before, .menu_items li:nth-of-type(5) a:before {
            width: 16px;
            position: absolute;
            left: 25px;
            content: "";
        }

        .menu_items li:nth-of-type(4) a:before {
            height: 17px;
            top: 21px;
            background: url(../img/sprite.png) -100px 0 no-repeat;
        }

        .menu_items li:nth-of-type(5) a:before {
            height: 14px;
            top: 23px;
            background: url(../img/sprite.png) -133px -1px no-repeat;
        }

.shazam .content, .shazam .menu_open {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.shazam .menu_close {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.shazam .menu_items li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .35s .45s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .35s .45s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .35s .45s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .35s .45s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .35s .45s cubic-bezier(.175,.885,.32,1.275);
}

.main-content.about-page {
    padding-bottom: 75px;
    background: url(../img/bg3.jpg) center bottom no-repeat;
}

section.about-banner-wrap {
    margin-top: 46px;
}

.about-banner img {
    width: 100%;
}

.about-descr-wrap {
    margin-top: 70px;
}

.about-descr-title h2:after {
    width: 712px;
}

.dealer-descr-title h2:after {
    width: 470px;
}

.terms-descr-title h2:after {
    width: 875px;
}

.custwelcome-descr-title h2:after {
    width: 700px;
}

.about-descr-text {
    padding: 0 15px;
    font-family: helveticaneuecyrroman;
    color: #373a41;
}

    .about-descr-text p {
        margin-top: 30px;
        line-height: 1.4;
    }

        .about-descr-text p span {
            font-family: helveticaneuecyrbold;
            color: #027db9;
        }

.about-descr-item {
    margin-top: 40px;
}

    .about-descr-item:nth-of-type(even) .about-descr-item-text h4 {
        color: #027db9;
    }

.about-descr-item-img img {
    border-radius: 50%;
}

.about-descr-item-text {
    margin-top: 38px;
    color: #373a41;
    font-family: helveticaneuecyrroman;
    font-size: 15px;
}

    .about-descr-item-text h4 {
        font-size: 22px;
        color: #f08c09;
    }

.products-table-wrap table td, .products-table-wrap table th {
    font-size: 15px;
    font-family: helveticaneuecyrroman;
}

.about-descr-item-text p {
    text-align: justify;
    margin-top: 17px;
    line-height: 1.5;
}

.main-content.products-page {
    padding-bottom: 75px;
    background: url(../img/bg4.jpg) center bottom no-repeat;
}

.products-title {
    margin-top: 40px;
}

    .products-title h2:after {
        width: 437px;
    }

.products-table-wrap {
    margin-top: 34px;
    padding: 0 15px;
    min-height: .01%;
    overflow-x: auto;
}

    .products-table-wrap table {
        width: 100%;
    }

        .products-table-wrap table tr {
            border-top: 5px solid #fff;
            line-height: 43px;
            -webkit-transition: .5s;
            transition: .5s;
        }

            .products-table-wrap table tr:nth-of-type(1) {
                line-height: 38px;
                background-color: #027db9 !important;
            }

            .products-table-wrap table tr:nth-of-type(even) {
                background-color: #f5f7f8;
            }

            .products-table-wrap table tr:nth-of-type(odd) {
                background-color: #ececec;
            }

            .products-table-wrap table tr:hover {
                background-color: #85c2d7;
            }

                .products-table-wrap table tr:hover td {
                    color: #fff;
                }

                    .products-table-wrap table tr:hover td span {
                        background-color: #fff;
                    }

        .products-table-wrap table th {
            color: #fff;
            text-align: left;
        }

            .products-table-wrap table th:nth-of-type(1) {
                padding-left: 25px;
            }

        .products-table-wrap table td {
            color: #818a91;
        }

            .products-table-wrap table td:nth-of-type(1) {
                width: 365px;
                padding-left: 25px;
                color: #373a41;
            }

            .products-table-wrap table td:nth-of-type(2) {
                width: 320px;
            }

            .products-table-wrap table td:nth-of-type(3) {
                width: 270px;
            }

            .products-table-wrap table td span {
                display: block;
                width: 12px;
                height: 2px;
                margin-left: 25px;
                background-color: #b8b8b8;
            }

.main-content.contact-page {
    padding-bottom: 75px;
    background: url(../img/bg4.jpg) center 65px no-repeat;
}

.contact-title {
    margin-top: 39px;
}

    .contact-title h2:after {
        width: 910px;
    }

.contact-map {
    width: 100%;
    height: 410px;
    margin-top: 50px;
    border: 1px solid #e8e8e8;
}

.contact-address {
    margin-top: 46px;
    font-family: helveticaneuecyrroman;
    color: #373a41;
}

    .contact-address h4, .contact-form h4 {
        font-family: helveticaneuecyrroman;
        font-size: 20px;
        color: #027db9;
        text-transform: uppercase;
    }

    .contact-address h4 {
        margin-bottom: 13px;
    }

    .contact-address p {
        margin-top: 5px;
    }

.contact-form {
    margin-top: 58px;
    font-family: helveticaneuecyrroman;
}

    .contact-form input, .contact-form textarea {
        border: 1px solid #dcdcdc;
        font-size: 14px;
        color: #939393;
    }

    .contact-form form {
        margin-top: 27px;
    }

    .contact-form input {
        width: 255px;
        height: 45px;
        line-height: 43px;
        padding-left: 45px;
    }

        .contact-form input:nth-of-type(n+2) {
            margin-top: 16px;
        }

    .contact-form textarea {
        display: inline-block;
        vertical-align: top;
        width: 270px;
        height: 106px;
        margin-left: 10px;
        padding: 12px;
    }

    .contact-form button {
        width: 197px;
        height: 43px;
        margin-top: 25px;
        color: #fff;
    }

.contact-form-input-wrap {
    display: inline-block;
    vertical-align: top;
    width: 255px;
}

.main-content.product-page {
    padding-bottom: 75px;
    background: url(../img/bg6.jpg) center 415px no-repeat;
}

.product-banner-wrap {
    min-height: 449px;
    background: url(../img/bg5.jpg) center top no-repeat;
}

.product-banner-img {
    margin: 0 15px;
    text-align: center;
    vertical-align: middle;
}

    .product-banner-img img {
        margin-top: calc(23%);
        width: 212px;
        height: 210px;
    }

.product-banner-descr {
    margin-top: 83px;
}

.product-banner-descr-logo {
    width: 404px;
}

.product-banner-descr-title {
    margin-top: 6px;
    margin-left: 8px;
}

    .product-banner-descr-title h3 {
        font-family: 'Roboto Condensed',sans-serif;
        font-size: 21px;
        color: #6a7176;
    }

.order-item-descr p, .overview-item-descr {
    font-family: helveticaneuecyrroman;
}

.product-banner-descr-text {
    margin-top: 21px;
    margin-left: 8px;
    padding-top: 14px;
    padding-bottom: 15px;
    line-height: 1.4;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    font-size: 16px;
    color: #373a41;
}

    .product-banner-descr-text.border-orange {
        border-color: #fbeadc;
    }

.product-banner-descr-button {
    margin-left: 8px;
    color: #fff;
}

    .product-banner-descr-button a {
        width: 197px;
        height: 43px;
        line-height: 43px;
    }

.overview-title {
    margin-top: 70px;
}

    .overview-title h2:after {
        width: 950px;
    }

.overview-item {
    margin-top: 60px;
    height: 220px;
}

.overview-item-img {
    display: inline-block;
    vertical-align: top;
    width: 129px;
    height: 129px;
}

    .overview-item-img img {
        width: 100%;
        border-radius: 50%;
        box-shadow: 5px 0 0 0 #ccecfc;
    }

.overview-item-descr {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin-left: 26px;
    font-size: 15px;
    color: #373a41;
}

    .overview-item-descr h4 {
        font-size: 20px;
        color: #027db9;
        text-transform: uppercase;
    }

    .overview-item-descr p {
        margin-top: 13px;
        line-height: 1.5;
        text-align: justify;
        font-weight: normal;
    }

        .overview-item-descr p span {
            color: #818a91;
        }

.features-title {
    margin-top: 30px;
}

    .features-title h2:after {
        width: 950px;
    }

.features-item {
    display: inline-block;
    vertical-align: top;
    width: 347px;
    margin: 60px 15px 0;
}

.features-item-title {
    position: relative;
    padding-left: 22px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f4f4f4;
}

    .features-item-title:before {
        content: "";
        width: 16px;
        height: 12px;
        position: absolute;
        left: 1px;
        top: 1px;
        background: url(../img/sprite.png) 0 -54px no-repeat;
    }

    .features-item-title h4 {
        font-size: 16px;
        color: #373a41;
        text-transform: uppercase;
    }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

    .sliderr {
        position: absolute;
        right: 742px;
        top: 181px;
        width: 564px;
    }
      
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

    .mml-3 {
        margin-left:-3%;
    }
    .mml5{
        margin-left:5%;
    }
}
.features-item-list {
    margin-top: 12px;
    line-height: 1.3;
    font-size: 14px;
    color: #818a91;
    font-weight: normal;
}

    .features-item-list ul {
        margin-left: 15px;
        list-style-type: disc;
    }

        .features-item-list ul li {
            margin-top: 2px;
        }

.features-slider .owl-item img {
    display: inline-block;
    width: auto;
}

.features-slider .owl-controls .owl-nav .owl-next, .features-slider .owl-controls .owl-nav .owl-prev {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px 10px 0;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
}

.features-slider .owl-controls .owl-nav .owl-prev {
    left: 30%;
    background: url(../img/sprite.png) -208px 2px no-repeat #818a91;
}

    .features-slider .owl-controls .owl-nav .owl-prev:hover {
        background: url(../img/sprite.png) -208px 2px no-repeat #039be5;
    }

.features-slider .owl-controls .owl-nav .owl-next {
    right: 30%;
    background: url(../img/sprite.png) -208px 2px no-repeat #818a91;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

    .features-slider .owl-controls .owl-nav .owl-next:hover {
        background: url(../img/sprite.png) -208px 2px no-repeat #039be5;
    }

section.product-slider-wrap {
    min-height: 303px;
    margin-top: 158px;
    background: url(../img/bg7.jpg) center top no-repeat;
}

.product-slider {
    width: 53%;
    margin: -78px auto 0;
    padding: 1.9% 6.2% 4%;
    background: url(../img/product-slider-wrap.png) center top no-repeat;
    background-size: 100%;
}

    .product-slider .owl-controls .owl-nav .owl-next, .product-slider .owl-controls .owl-nav .owl-prev {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 170px;
        border-radius: 50%;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .product-slider .owl-controls .owl-nav .owl-prev {
        left: 0;
        background: url(../img/sprite.png) -43px -44px no-repeat #fff;
    }

        .product-slider .owl-controls .owl-nav .owl-prev:hover {
            background: url(../img/sprite.png) -43px -44px no-repeat #ccecfc;
        }

    .product-slider .owl-controls .owl-nav .owl-next {
        right: 0;
        background: url(../img/sprite.png) -43px -44px no-repeat #fff;
        -webkit-transform: scale(-1);
        transform: scale(-1);
    }

        .product-slider .owl-controls .owl-nav .owl-next:hover {
            background: url(../img/sprite.png) -43px -44px no-repeat #ccecfc;
        }

.product-slider-item {
    height: 0;
    padding-bottom: 67%;
}

.order-title {
    margin-top: 68px;
}

    .order-title h2:after {
        width: 917px;
    }

.order-item {
    margin-top: 62px;
}

.order-item-img img {
    border-radius: 50%;
}

.order-item-descr {
    margin-top: 32px;
}

    .order-item-descr h4 {
        font-size: 18px;
        color: #373a41;
        text-transform: uppercase;
    }

    .order-item-descr h5 {
        font-size: 18px;
        color: #039be5;
    }

    .order-item-descr a {
        width: 220px;
        height: 44px;
        margin-top: 20px;
        color: #fff;
    }

    .order-item-descr p {
        margin-top: 20px;
        font-size: 15px;
        color: #818a91;
    }

#txtName, #txtEmail {
    height: 45px;
    text-indent: 35px;
}

#orderdet p {
    line-height: 30px;
}



/*#front page csss*/
.bdr {
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
    min-height: 186px;
    width: 30%;
    margin: 15px 15px 15px;
}
.mt5{
    margin-top:5%;
}
.ml5 {
    margin-left: 5%;
}
.mt6{
    margin-top:6%;
}
.mt8{
    margin-top:8%;
}
.ml-14 {
    margin-left: -14%;
}

.mt-3 {
    margin-top: -3%;
}

.mt-4 {
    margin-top: -4%;
}
.mt-5{
    margin-top:-5%;
}
.mb6 {
    margin-bottom: 6px;
}

.pt9 {
    padding-top: 9%;
}

.pl9 {
    padding-left: 9%;
}
/*footer*/
.pt2 {
    padding-top: 2%;
}
.mlt{
    margin-left:-6%;
    margin-top:-9%;
}
.wh{
    height:24%;
    width:62%;
}
.wt20{
   width:20%;
}
.wt31{
    width:31%;
}
.fs16{
    font-size:16px;
}
.fs18{
    font-size:18px;
}
.fs20{
    font-size:20px;
}
.white {
    color: #fff;
}

.services-item-list h4 {
    border-bottom: 2px solid #de8427;
}

.padding0 {
    padding: 0 !important;
}

.w40 {
    width: 40%;
}

.w65 {
    width: 65%;
}

.w71 {
    width: 71%;
}

.services-item-list ul li:nth-of-type(1) a:before {
    width: 33px;
    height: 24px;
    left: 25px;
    top: 23px;
    background: url(../img/dot.png) no-repeat;
}

.services-item-list ul li:nth-of-type(2) a:before {
    width: 33px;
    height: 24px;
    left: 25px;
    top: 23px;
    background: url(../img/dot.png) no-repeat;
}

.services-item-list ul li:nth-of-type(3) a:before {
    width: 33px;
    height: 24px;
    left: 25px;
    top: 23px;
    background: url(../img/dot.png) no-repeat;
}


/*Career horoscope*/
.top-bg1 {
    position: absolute;
    right: 274px;
    top: 128px;
    width: 491px;
}

.right274 {
    right: 274px;
}


section.service {
    /*height: 370px;*/ padding-bottom: 20px;
    background: url(../img/cbg2.png) center top no-repeat;
}


.mobileapp-item-descr, .mobileapp-item-img, .mobileapp-other a {
    display: inline-block;
}

section.mobileapp {
    padding-bottom: 33px;
}

.mobileapp-title {
    width: 95%;
    margin-top: 30px;
}

    .mobileapp-title h2:after {
        width: 745px;
    }

.mobileapp-item {
    height: 125px;
    margin-top: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

.mobileapp-item-img {
    vertical-align: top;
    text-align: center;
    width: 43%;
    float: left;
    padding-right:12px
}

    .mobileapp-item-img a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.mobileapp-item-descr {
    float: right;
    width: 57%;
}

.mobileapp-item-descr-title a {
    font-size: 16px;
    color: #373a41;
    text-transform: uppercase;
}

.mobileapp-item-descr-text {
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid #e3e3e3;
    font-size: 14px;
    color: #818a91;
}
