.on-mobile {
    display: none;
    position: relative;
    font-size: 0;
    z-index: 100;
    width: 32px;
    height: 30px;
    top: 7px;
    margin: 0;
}

#mobile-menu,
#mobile-menu-background {
    display: none;
    position: fixed;
    bottom: -100px;
    right: 0;
    top: 0;
    left: 0;
    overflow: auto;
    overflow-y: scroll;
    z-index: 9998;
    min-height: 100%;
    background: #f1f1f4;
    transition: 0.1s;
}

#mobile-menu nav.main {
    padding-top: 35px;
}

#mobile-menu nav.main ul {
    margin-left: 5%;
}

#mobile-menu ul.animated {
    display: block;
    width: 100%;
    background: #f1f1f4;
    position: absolute;
    left: 0;
    top: 35px;
    min-height: 100%;
    padding: 0;
    margin: 100px 0;
    z-index: 10000;
}

#mobile-menu li,
#mobile-menu .mobile-filter label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}

#mobile-menu li a {
    line-height: 20px;
    min-height: 20px;
    font-size: 14px;
    padding: 10px 0 0 30px;
    text-decoration: none;
}

#mobile-menu ul span {
    /*display: none;*/
    font-weight: 700;
}

#mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    background: #50cbc9;
    border: 1px solid #50cbc9;
    border-radius: 50px;
}

#mobile-menu-close::after {
    content: "✖";
    position: absolute;
    right: 7px;
    top: 7px;
    width: 15px;
    height: 14px;
    color: #fff;
    font-size: 20px;
    line-height: 15px;
}

.animated{
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
}


@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@media all and (max-width: 1400px) {
    body section.about li:after {left: -10px; top: 40px; width: 60px; height: 60px;}
}

/* Notebook */
@media all and (max-width: 1366px) {
    body section.general .figure_orange_x {left: -40px; top: -50px;}
    body section.general .figure_blue_x {right: -140px}
}

/* 19'' monitor */
@media all and (max-width: 1280px) {
    body section.general .figure_orange_x {left: -10px;}
    body section.general .figure_blue_x {right: -100px}

    body section.about ul {margin-left: -66px}
    body section.about li:after {left: -40px; top: 46px; width: 80px; height: 80px;}

    body header nav.main a, body header nav.main span {padding: 0 10px}
}

/* iPad */
@media all and (max-width: 1024px) {
    body h1 {font-size: 48px; line-height: 56px;}
    body section.general .images_wrapper {width: 300px; height: auto}
    body a.login {display: none}

    body section.summary .text_wrapper {padding-top: 0}
    body section.summary .spot {padding-top: 80px}

    body section.price .text_wrapper {padding-top: 0}
    body section.price .spot {padding-top: 80px}

    body section.website .text_wrapper {padding-top: 0}
    body section.marketing .text_wrapper {padding-top: 0}

    body section.contacts .wrapper {background-position: 600px 0}

    body section.try_demo .container .container {background-image: none}

    body section.links ul {padding: 30px}

    body section.questions input[type=submit], body section.connect  input[type=submit] {width: 192px;}

    body section.ways h4, body section.ways p {padding-left: 0}
    /*body section.ways p.height {padding-left: 120px}*/
    body section.ways ul.samples, body section.ways ul.templates {margin-left: -24px; padding: 0}

    body header nav.main > ul > li:last-child {display: none}
}

/* iPad vertical */
@media all and (max-width: 860px) {
    body header nav.main {display: none}
    /* ToDo: add mobile menu */
    body section.general .images_wrapper {width: 65%; height: auto; margin: 200px auto 0 auto; float: none}
    body section.general .figure_orange_o {left: -25%; margin-left: 0; top: -50px;}
    body section.general .figure_blue_x {right: -25%; bottom: 20%}
    body section.general .figure_orange_x {left: 60%}
    body section.general .text_wrapper {margin-top: 100px}

    body section.summary .text_wrapper {padding-top: 60px; width: 100%; margin: 0}
    body section.summary .spot {float: none; width: 100%}

    body section.website {margin: 0; padding: 60px 0 0 0}
    body section.marketing {margin: 0; padding: 60px  0 0 0}

    body section.left_text .text_wrapper, body section.right_text .text_wrapper {padding-top: 0; width: 100%; margin: 0}
    body section.left_text .text_wrapper p, body section.right_text .text_wrapper p {padding-top: 40px;}
    body section.left_text .media, body section.right_text .media {float: none; width: 100%; display: none; height: auto}
    body section.left_text .on-mobile, body section.right_text .on-mobile {display: block}
    body section.left_text .media img, body section.right_text .media img {display: block; margin: 0 auto; max-width: 500px}

    body section.price .text_wrapper {padding-top: 60px; width: 100%; margin: 0}
    body section.price .spot {float: none; width: 100%}

    body section.contacts .wrapper {background-image: none; height: auto; padding: 24px; font-size: 24px; line-height: 32px}
    body section.contacts a {display: block; margin: 24px 0 0 0}
    body section.contacts h2 {padding: 0; font-size: 24px; line-height: 32px}

    body section.try_demo {background-color: #d3f2f1; margin: 60px 0}
    body section.try_demo .container .container {padding: 24px 0}
    body section.try_demo h2 {font-size: 24px; line-height: 32px}
    body section.try_demo .title {margin-top: 24px}
    body section.try_demo form, body section.try_demo .agreement {position: relative; left: auto; top: auto; height: auto; bottom: auto}
    body section.try_demo form {float: none}
    body section.try_demo form input[type=text], body section.try_demo form input[type=tel] {width: 90%; padding: 0 4%;}
    body section.try_demo .result {margin-bottom: 24px}

    body section.platform .text_wrapper {padding-top: 60px; width: 100%; margin: 0; float: none}
    body section.platform .spot {float: none; width: 100%; padding-top: 100px}

    body section.reviews li {display:block; width: 96%; margin: 16px 2%;}

    /* vacancy */
    body .vacancy section {margin-bottom: 40px;}
    body #content .vacancy h2 {font-size: 26px; margin-bottom: 20px; line-height: 28px;}
    body .vacancy .welcome div {width: 100%;}
    body .vacancy .welcome {font-size: 18px; background: url(/uploaded/images/pages/vacancy/logo-welcome.png) no-repeat}
    body #content .vacancy .welcome p {margin-bottom: 10px;}
    body .vacancy .about-us .description {width: 88%; font-size: 16px;}
    body .vacancy .about-us .year {font-size: 18px;}
    body .vacancy .about-us .absolute-block {width: 100%; position: relative; display: block; height: unset; bottom: unset; right: unset; margin-top: 40px;}
    body .vacancy .about-us::before {bottom: 0; right: 0; z-index: -1;}
    body .vacancy .team {padding-top: 0; margin-bottom: 90px;}
    body .vacancy .team .person {display: block; margin: 0 auto;}
    body .vacancy .team-uni {width: 100%; float: none; font-size: 18px; padding-top: 20px;}
    body .vacancy .team-wait {width: 100%; font-size: 20px; margin-top: 30px;}
    body .vacancy .team::before {z-index: -1;}
    body .vacancy .team-people {position: relative; display: block; bottom: unset; right: unset; left: 34%; font-size: 22px; width: 46%; line-height: 26px;}
    body .vacancy .tasks ul {font-size: 16px; width: 100%;}
    body .vacancy .tasks ul li {margin-bottom: 10px;}
    body .vacancy .tasks .tasks-absolute {position: relative; display: block; top: unset; right: unset; width: 100%; height: unset; font-size: 16px; line-height: 25px;}
    body .vacancy .tasks::after, .vacancy .tasks::before {display: none}
    body .vacancy .salary ul.first {width: 100%; font-size: 16px;}
    body .vacancy .salary ul.first li {margin-bottom: 5px;}
    body .vacancy .salary .salary-absolute-right {position: relative; display: block; top: unset; right: unset; width: 100%; height: unset; font-size: 16px; line-height: 26px;}
    body .vacancy .salary .salary-absolute-bottom {font-size: 16px;}
    body .vacancy .salary::before {display: none}
    body .vacancy .product {font-size: 16px;}
    body #content .vacancy .product p {width: 100%;}
    body .vacancy .product::before {display: none}
    body .vacancy .product-advantages .advantages-list {min-height: 520px;}
    body .vacancy .product-advantages .advantages-list .advantages-item {width: 100%; padding-right: 0; padding-bottom: 20px;}
    body .vacancy .connection {width: 100%; margin: 50px auto 0 auto;}
    body #content .vacancy .tasks h2, body #content .vacancy .salary h2, body #content .vacancy .product h2, body #content .vacancy .product-advantages h2 {margin-bottom: 30px;}
    body .vacancy .product-advantages .advantages-list .advantages-item p {font-size: 16px;}
    body .vacancy .product-advantages .advantages-list h4 {line-height: 22px;}
    body .vacancy .product-advantages::before {right: 0; width: 64%; height: 171px;}
    body .vacancy .product-advantages::after {bottom: 0; left: 0; width: 68%; height: 221px;}
    body .vacancy .connection::before {display: none}

    /* footer */
    body footer {background-image: none}
    body footer .privacy, body section.footer .privacy,
    body footer .copyright, body section.footer .copyright,
    body footer .platform, body section.footer .platform {position: relative; margin: 24px 0 0 0; left: auto}
    body footer nav.main {display: block; position: relative; left: auto; top: auto; margin-bottom: 24px; height: auto}
    body footer nav.main li.sub {width: auto; min-height: 0; margin: 0; float: none}
    body footer nav.main li.sub > span {padding: 20px 0 10px 0}
    body footer ul.contacts, body section.footer ul.contacts {position: relative; left: auto; top: auto}
    body footer {height: auto}
    body footer .container {height: auto}


    body section.ways li {width: 100%; float: none; margin-bottom: 40px}
    body section.about .advantages li {width: 100%; float: none; margin-bottom: 40px}
    /*body section.footer .copyright, body footer .copyright {display: none}*/
    body section.footer ul, body footer ul {left: 0; margin-left: 0}
    body section.ways ul p {padding-left: 120px}
    body .slick-prev, body .slick-next {display: none;}
}

@media all and (max-width: 720px) {
    body section.about ul {margin: 40px 0 0 0}
    body section.about li {margin: 0 auto; width: 100%; max-width: 340px; float: none}
    body section.about .advantages li {max-width: 100%}

    body section.links ul {padding: 0; margin: 0; overflow: visible}
    /*body section.links li {width: 100%; height: auto; float: none; margin: 0 0 24px 0}*/
    /*body section.links a {width: auto; height: auto}*/
    body section.links span {display: none}
    body section.links a:after {bottom: 30px}
}

/* Smartphones */
@media all and (max-width: 640px) {
    /* general */
    body #content .left_col {display: none;}
    body .has_left_col main {margin-left: 0;}
    #shop_goods .sorting {display: none}
    body form.forms .item .title, body form.forms .item .input,  body form.forms .item .textarea, body form.forms .item .hint, body form.forms .item .hinterror {width: 90%}
    body #shop_goods, body #shop_goods div.nav {margin-left: 0}
    body #mobile-menu-button:before {content: ''; display: block; position: absolute; top: 4px; left: 5px; width: 21px; height: 21px; background: url("/images/menu.png") 0 0 no-repeat; background-size: 100%;}
    /* unisiter 3.0 */
    body h1 {font-size: 32px; line-height: 40px}
    body header {height: 49px; margin-bottom: 30px}
    /*body.main header {height: 88px; margin-bottom: 40px}*/
    body header .logo {top: 10px; left: 50px;}
    body header .recall {display: none}
    body header a.phone {height: 49px; line-height: 49px;}
    body section.general .images_wrapper {position: absolute; right: -150px; top: 93px; margin-top: 0;}
    body section.general .text_wrapper {margin-top: 70px; margin-bottom: 20%}
    body section.general .figure_yellow_o {left: 5%; bottom: -12%;}
    body section.general ul {margin-top: 24px; max-width: 60%;}
    body section.summary .spot {font-size: 16px; line-height: 20px;}
    body section.price h2, body section.summary h2, body section.website h2 {margin-bottom: 24px;}
    body section.left_text .text_wrapper p, body section.right_text .text_wrapper p {padding: 24px 0;}
    body section.summary .text_wrapper p, body section.price .text_wrapper p, body section.platform .text_wrapper p {padding: 0 0 12px 0;}
    body section.center_text {text-align: left}
    body section.reviews li.cut {display: none}
    body section.reviews a {display: inline-block; margin-top: 20px}
    body section.general .figure_orange_o {display: none}
    /* unisiter 3.0: sections margin/paddings */
    body section.analytics, body section.email, body section.automation, body section.manager, body section.price, body section.team  {margin: 0; padding: 60px 0 0 0}
    body section.contacts {margin-top: 20px}

    body section.integrations, body section.platform {padding: 0}
    body section.integrations .media {display: block}
    body section.integrations .text_wrapper {padding: 0 0 60px 0}
    body section.integrations .text_wrapper p {padding: 0}

    body section.platform .spot {height: 250px}
    body section.reviews {margin-top: 0; padding-top: 40px}
    body section.reviews:before {top: 0}
    body section.try_demo_2 {margin-top: 10px; margin-bottom: 0}
    body section.platform {margin-top: 0}
    body section.links {margin-bottom: 0; padding-bottom: 20px}
    /* vacancy */
    body .vacancy .about-us::before {width: 100%; background-size: 99%; height: 205px;}
    body .vacancy .team::before {bottom: -66px; right: 50%; width: 69%; background-size: 76%; height: 204px; margin-right: -129px;}
    /* other */
    body h2 {font-size: 30px; line-height: 40px;}
    body h3 {font-size: 20px; line-height: 24px;}
    body .container-icons ul {margin-top: 0;}
    body .container-icons {width: 300%; margin-left: -100%;}
    /*body section.ways p.height {padding-left: 100px; height: auto; margin-bottom: 20px}*/
    body section.ways ul.samples {padding-bottom: 40px}
    body header .logo {width: 110px;}
    body #content .left_col {float: none; width: 100%}
    body .has_left_col main {margin-left: 0;}
    footer nav.main, section.footer nav.main {display: none}
    /* hide featurs */
    /*body div.features {display: none}*/
    body section.about {padding-bottom: 0}
    /*body section.reviews {padding-bottom: 376px;}*/

    body .mobile_help_nav {display: block; margin: 0 0 20px 20px; overflow: hidden}
}

@media all and (max-width: 480px) {

    body section.price .spot, body section.summary .spot {height: 240px}
    body section.summary .spot {display: none}
    body section.summary .text_wrapper, body section.price .text_wrapper {padding-top: 40px}
    body .spot_automation:before, body .spot_analytics:before {width: 100%; left: 0; margin: 0}


    body section.about ul {margin-left: 30px}
    body section.about .advantages .num {background: none; top: 0; padding: 0; width: 80px; font-size: 90px; line-height: 90px}
    body section.about .advantages li span {padding-left: 90px}
    /* samples */
    body section.ways ul.samples, body section.ways ul.templates {margin-left: 0}
    body section.ways ul.samples li, body section.ways ul.templates li {width: 150px; height: 195px; margin: 0 5px 10px 5px}
    body section.ways ul.samples li img, body section.ways ul.templates li img {width: 100%}

    body #content h1 {font-size: 30px; line-height: 30px;}
    body.main #content h1 {font-size: 40px; line-height: 40px;}
    body section.about .advantages li span {font-size: 20px; line-height: 24px;}
    body .clear_on_mobile {clear: both}
    body .on-mobile {display: block}
    body .connect img {display: none}

    /* anketa */
    body form.forms .item .check {float: none; width: 90%; height: auto}
    body form.forms .check label {float: none; margin: 0}
    /* reviews */

    /* footer */


    /* margins & paddings*/
    body section.about {padding-bottom: 0}
    body section.about .advantages {padding: 30px 0 0 0}
    body section.about .advantages li {margin-bottom: 30px}
    body section.about .advantages ul {margin: 30px 0 0 0}
    body section.ways {padding: 30px 0}
    body section.ways ul.samples {padding-bottom: 0}
    body section.connect {padding: 30px 0}
    body section.connect h2 {padding-bottom: 30px}
    body section.integrations .container-icons ul li {margin: 0 0 20px 0;}
    /* vacancy */
    body .vacancy .team::before {bottom: -40px; right: 59%; background-size: 100%;}
}

@media all and (max-width: 352px) {
    body .container .container {margin: 0 10px;}
    body section.ways ul.samples li, body section.ways ul.templates li {width: 140px; height: 182px; margin: 0 0 4px 0}
}