@font-face {
    font-family: proxima-nova;
    src: url(../fonts/ProximaNova-Reg.otf);

    font-family: proxima-nova-light;
    src: url(../fonts/ProximaNova-Light.otf);
}

body {  
    background: #e9e9e9;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #555;
    min-width: 975px;
}



/* ========================= elements ===================================*/

.mainbutton {
    display: inline-block;
    background: #ff0058;
    padding: 0 60px;
    color: white;
    text-decoration: none;
    font-size: 24px;
    height: 60px; 
    line-height: 60px;
    border-radius: 35px;
    border: 0;
    text-align: center;
    cursor: pointer;
}
    .mainbutton:hover {
        color: #000;
        text-decoration: none;
    }

.greenbtn {
    border: 2px solid #c9e241;
    padding: 0 50px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 38px;
    line-height: 42px;
    cursor: pointer;
}
    .greenbtn:hover {
        color: #fff;
        background: #c9e241;
        text-decoration: none;
    }
    .greenbtn__pricing {
        font-weight: bold;
        border-radius: 30px;
        width: 80%;
        text-align: center;
        height: 42px;
        line-height: 42px;
    }


.bar {
    text-align: center;
    padding-bottom: 20px;
}
    .bar-point {
        display: inline-block;
        text-decoration: none;
        border: 3px solid #ccc;
        font-size: 1px;
        line-height: 1px;
        width: 10px;
        height: 10px;
        border-radius: 7px;
        background: #fff;
        margin: 0 1px;
    }
        .bar-point__selected {
            border-color: #06b3e5;  
        }


.mainlogo {
    float: left;
    width: 197px;
    height: 40px;
    margin-top: -14px;
    background: url(../img/okmeter_logo.svg) no-repeat;
    background-size: contain;
    background-image: url('../img/okmeter_logo.svg'), none;
}

.odarixmainlogo {
    float: left;
    width: 197px;
    height: 40px;
    margin-top: -14px;
    background: url(../img/odarix_logo.svg) no-repeat;
    background-size: contain;
    background-image: url('../img/odarix_logo.svg'), none;
}


.menu {
    margin-left: 18%;
    font-size: 18px;
}
    .menu-link {
        text-decoration: none;
        color: #333;
        text-transform: uppercase;
        display: inline-block;
        margin-left: 2%;
        cursor: pointer;
        padding-bottom: 1em;
    }
        .menu-link:hover {
            color: #ff0058;
        }
        .menu-link__login {
            float: right;
            margin-left: 0;
            color: #419ebc;
            padding-bottom: 0px;
            margin-right: 12px;
        }
        .menu-link__signup {
            float: right;
            margin-right: 20px;
            margin-top: -12px;
            padding: 0 25px;
        }
            .menu-link__signup:hover {
                color: #fff;
            }
        .menu-link__lang {
            float: right;
        }

        .i-flag-en, 
        .i-flag-ru {
            margin-right: 5px;
            display: inline-block;
            width: 16px;
            height: 12px;
            border: 1px solid #eee;
            background-size: 100% 100%;
        }
        .i-flag-en {
            background-image: url(/static/img/index/flags/en.png)
        }
        .i-flag-ru {
            background-image: url(/static/img/index/flags/ru.png)
        }
        .menu-lang-dialog {
            display: none;
        }

        .menu-link__lang:hover {
            color: black;
        }
        .menu-link__lang:hover .menu-link__lang_button {
            display: none;
        }
        .menu-link__lang:hover .menu-lang-dialog {
            display: inline-block;
        }


.toptitle {
    width: 800px;
    max-width: 90%;
    margin: 86px auto 0;
    text-align: center;
    font-size: 59px;
    line-height: 58px;
    color: #333;
    font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
}


.box {
    margin: 0 auto;
    max-width: 1100px;
}

    .box-title {
        padding: 75px 0 15px;
        text-align: center;
        font-weight: normal;
        font-size: 48px;
        line-height: 52px;
        color: #333;
        font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
    }

    .box-text {
        width: 72%;
        margin: 0 auto;
        min-width: 10px;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
    }




.col1 {
    float: left;
    width: 50%;
}
.col2 {
    margin-left: 50%;
}




.layout-box {
    margin: 0 -15px;
}
    .layout {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0 0 60px 0;
        box-sizing: border-box;
    }
        .layout-col {
            display: table-cell;            
            text-align: center;
            border-left: 15px solid transparent;        
            border-right: 15px solid transparent;
        }



.logolist {
    line-height: 100px;
    padding: 10px 0;
    margin: 40px 0;
    text-align: center;
}
    .clients .logolist {
        border: none;
        opacity: .6;
        text-align: center;
    }
    .logolist-item {
        display: inline-block;
        text-align: center;
        width: 17%;
        margin: 10px;
        border-radius: 6px;
        position: relative;
    }
    .logolist-item.tech {
        border: 1px solid #e3e3e3;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 100px; 
    }
    a.logolist-item.tech {
        box-shadow: 4px 4px 8px 0 rgba(0,0,0,.33);
    }
    
    .logolist-item.tech:hover {
        box-shadow: 2px 2px 6px 0 rgba(0,0,0,.33);
        background: #fff;
        color: #333;
        margin: 0px;
        padding: 10px;
    }
    a.logolist-item.tech:hover {
        cursor: pointer;
    }
        .logolist-logo {
            vertical-align: middle;
            max-width: 100%;
            max-height: 100px;
        }


    .logolist-item.what-to-add{
        font-size: 18px;
        display: inline-block;
        padding: 0 20%;
        line-height: 1.3em;
        vertical-align: middle;
        text-align: center;
    }

    .logolist-item-details {
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        color: transparent; 
        height: 100%;
        width: 100%;
        border-radius: 6px;
        display: inline-block;
        line-height: initial;
        text-align: center;
    }
        .logolist-item-details p {
            margin: 0;
            padding: 0;
            text-align: center;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        .logolist-item-details .title {
            font-weight: bold;
            font-size: 1.2em;
        }
        .logolist-item-details .blurb {
            position: absolute;
            bottom: 0;
            top: 0;
            right: 0;
            left: 0;
            margin: auto; 
        }
        .logolist-item:hover .logolist-item-details .blurb {
            bottom: 30px;
            top: 20px;
            line-height: 1.2em;
            max-height: 3.6em;
            width: 90%;
        }
        div.logolist-item:hover .logolist-item-details .blurb {
            max-height: 5.9em;
            bottom: 0px;
        }
        .logolist-item-details .btn {
            border-radius: 3px;
            padding: 4px 0 2px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 75%; 
            margin: 9px auto;
        }
            .logolist-item:hover .logolist-item-details, 
            .logolist-item:hover .logolist-item-details p {
                color: inherit;
                background: #fff;
            }

            .logolist-item:hover .logolist-item-details .title {
                margin: 6px 8px;
            }

            .logolist-item:hover .logolist-item-details .btn {
                background: #fff;
                border: 1px solid #d1044a;
                color: #d1044a;
            }
            
            .logolist-item:hover .logolist-item-details .btn:hover {
                border: 1px solid #fff;
                background-color: #ff0058;
                color: #fff;
            }

    


/* ========================= popup =================================== */

.grecaptcha-badge {
    margin: 20px auto 0
 }

.bodyfade {
    height: 1100px;
    overflow: hidden;
}
.fade {
    display: none;
    position: absolute;
    min-height: 1100px;
    min-width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 100;
}
    .bodyfade .fade {
        display: block;
        opacity: 100;
    }
    .popup {
        width: 950px;
        height: 500px;
        padding: 70px 34px 40px 34px;
        position: relative;
        top: 100px;
        left: 50%;
        margin-left: -475px;
        background: #fff;
        z-index: 200;
        box-sizing: border-box;
    }
        .popup-close {
            color: #333;
            position: absolute;
            right: 30px;
            top: 30px;
            font-size: 26px;
            cursor: pointer;
        }
            .popup-close:hover {
                text-decoration: none;
            }
        .popup .col1 {
            width: 38%;
        }
            .popup-img {
                width: 100%;
            }
        .popup .col2 {
            margin-left: 42%;
            max-height: 390px;
            overflow-x: scroll;
            position: relative;
        }   
            .popup p {
                margin-bottom: 10px;
            }
            .popup:after {
                content: ' ';
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 40px;
                height: 30px;
                background: linear-gradient(to top, #fff, transparent);
            }
        .popup-title {
            padding: 22px 0 15px;
            text-align: left;
            font-weight: normal;
            font-size: 56px;
            line-height: 62px;
            color: #000;
            font-family: proxima-nova-light, Helvetica, Arial, sans-serif;  
        }

    .popup__signup {
        width: 760px;
        margin-left: -380px;
        padding: 0 0 40px;
        height: auto;
        top: 40px;
    }
        .popup__signup:after {
            display: none;
        }
        .popup__signup-title {
            text-align: center;
            border-bottom: 1px solid #ddd;
            font-size: 45px;
            font-family: proxima-nova, Helvetica, Arial, sans-serif;
        }   
            .popup-title-free {
                font-weight: bold;
                color: #ff0058;
            }

        .signup {
            display: block;
            text-align: center;
            width: 65%;
            margin: 0 auto;
            padding-bottom: 20px;
        }
            .signup-form {
                text-align: center;
            }

            .signup-name,
            .signup-confirm-pass,
            .signup-pass {
                display: block;
                margin: 20px 15% 0;
                background: #f0f0f0;
                border: 1px solid #ccc;
                border-radius: 30px;
                font-size: 18px;
                width: 70%;
                height: 50px;
                line-height: 50px;
                box-sizing: border-box;
                padding: 0 20px;
                color: #333 !important;
            }

            .signup-error {
                color: red;
                padding-top: 10px;
                text-align: center;
            }
            .signup-has-google {
                font-size: 22px;
                line-height: 1.5em;
                text-align: center;
            }

            .recaptcha-error-message {
                color: red;
                font-size: 14px;
                padding-top: 10px;
                text-align: center;
            }

            .mainbutton__signup,
            .mainbutton__google {
                width: 70%;
                padding: 0 10px;
                margin-top: 20px;
                margin-bottom: 20px;
            }
            .mainbutton__google {
                background: #fff;
                border: 1px solid #ccc;
                color: #333;
                vertical-align: middle;
            }
            .mainbutton__google:before {
                display: inline-block;
                content: ' ';
                background: url(../img/index/google.png);
                height: 34px;
                width: 32px;
                vertical-align: middle;
                margin-right: 10px;
            }
                .mainbutton__google:hover, .mainbutton__google:focus {
                    border-color: #ff0058;
                    background: #fff;
                    color: #333;
                }
        .signup-after {
            margin: 0 80px;
            line-height: 22px;
            font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
            text-align: center;
        }
            .signup-alter {
                font-size: 22px;
                line-height: 1.5em;
                text-align: center;
            }

/* ========================= layout ===================================*/



.header {
    padding: 45px 15px 0 15px;
    position: relative;
    z-index: 10;
}
.header .box { 
    text-align: center;
    height: 525px;
}
    .header .mainbutton {
        margin: 40px auto 560px;
    }
    .header-img {
        width: 100%;
        height: 625px;
        background: url("../img/index/head.png") top center no-repeat;
        position: absolute;
        z-index: -2;
        top: 340px;
        left: 0;
        background-size: contain;
        -webkit-background-size: contain;
        -o-background-size: contain;
        -moz-background-size: contain;
    }




.toptext {
    padding: 420px 0 90px;
    background: linear-gradient(to right, #07669c, #cbed22);
}
    .toptext .box-text {
        width: 700px;       
        color: #000;
    }




.lifeline {
    background: #0a0a0e;
    color: #fff;
    padding: 30px 0 40px;
}
    .lifeline-graph {
        height: 145px;
        background: url(../img/index/lifeline.svg) bottom center no-repeat;     
        width: 80%;
        margin: 0 auto;
        background-size: contain;
        -webkit-background-size: contain;
        -o-background-size: contain;
        -moz-background-size: contain;
    }
    .lifeline-layout {
        display: table;
        width: 100%;
        border-collapse: separate;
        border-spacing: 10px;
    }
        .lifeline-step {
            font-size: 22px;
            line-height: 25px;
            text-align: center;
            display: table-cell;
        }




.detalization {
    background: #fff;
    overflow: hidden;
    padding-bottom: 30px;
}



.dev {
    background: #0a0a0e;
    color: #fff;
    padding-bottom: 30px;
}
    .dev .box-title {
        padding: 70px 0 20px;
        font-size: 60px;
        line-height: 60px;
        color: #fff;
    }
    .dev-subtitle {
        padding-top: 50px;
        margin: 0 25px 0 30%;
        color: #c0df17;
        font-size: 30px;
        line-height: 32px;
        font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
    }
    .dev-text {
        margin: 0 25px 0 30%;
        color: #666;
        padding: 15px 0 30px;
        font-size: 16px;
        line-height: 24px;
    }
        .col1__dev1 { background: url("../img/index/dev1.svg") 10px 55px no-repeat; background-size: 25%}
        .col2__dev2 { background: url("../img/index/dev2.svg") 10px 55px no-repeat; background-size: 25%}
        .col1__dev3 { background: url("../img/index/dev3.svg") 10px 55px no-repeat; background-size: 25%}
        .col2__dev4 { background: url("../img/index/dev4.svg") 10px 55px no-repeat; background-size: 25%}




.clients {
    background: #fff;
    text-align: center;
    padding-bottom: 50px;
}
    

.cases {
    background: #e1e1e1;
    overflow: hidden;
    padding-bottom: 30px;
}
    .cases-field {
        background: #fff;
        margin: 20px 0;
        padding: 10px 20px 20px 20px;
        min-height: 100px;
    }
        .cases .layout-col {
            background: #fff;
            padding: 20px;
            border-color: #e1e1e1;
        }


    .cases-graphbox {
        margin: 60px 60px 15px 40px;
    }   
        .cases-graph {
            width: 100%;
        }
    .cases-subtitle {
        margin: 0 40px 0 20px;
        font-size: 30px;
        line-height: 32px;
        padding: 60px 0 30px;
        font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
    }
    .cases-text {
        margin: 0 60px 0 20px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }
        .layout .cases-subtitle,
        .layout .cases-text {
            margin: 0;
            padding: 0 0 10px;
            line-height: 22px;
            font-size: 14px;
        }
        .layout .cases-subtitle {
            font-size: 24px;
            line-height: 26px;
            padding-top: 35px;
            font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
        }



.howworks {
    background: #0a0a0e;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
}
    .howworks .box-title {
        color: #fff;
    }
    .howworks-card {
        position: relative;
        padding: 45px 0 50px 60px;
        line-height: 24px;
        font-size: 16px;
        color: #999;
    }
        .howworks-card-num {
            position: absolute;
            left: 7px;
            top: 65px;
            color: #c9e241;
            font-size: 72px;
            font-family: arial, sans-serif;
        }
        .howworks-card-title {
            padding-bottom: 236px;
            font-size: 24px;
            line-height: 32px;
            font-weight: normal;
            color: #fff;
            font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
        }
            .howworks-card-title__first {
                background: url("../img/index/works1.png") 10px 150px no-repeat;
            }
            .howworks-card-title__second {
                background: url("../img/index/works2.png") 60px 150px no-repeat;
            }
            .howworks-card-title__third {
                background: url("../img/index/works3.png") 30px 150px no-repeat;
            }



.pricing {
    background: #c0df17;
    padding-bottom: 50px;
}
    .pricing .box-title {
        font-size: 56px;
        padding-bottom: 10px;
    }
    .pricing-card {
        background: #fff;
        min-height: 420px;
        margin: 46px 0 0 0;
        text-align: center;
        padding: 70px 0 0;
        font-size: 16px;
    }
        .pricing-card-badge {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            padding: 10px 0;
            text-align: center;
            color: #fff;
            background: #000;
        }
        .pricing-card-name {
            text-align: center;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 30px;
            font-weight: bold;
            font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
        }
        .pricing-card-price {
            text-align: center;
            font-size: 80px;
            padding: 50px 0 36px;
            font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
        }
        .pricing-card-conditions {
            text-align: center;
            padding-bottom: 60px;
        }
        .pricing-card-features {
            text-align: center;
            margin: 0 30px;
        }
            .pricing-card-features-line {
                text-align: center;
                padding: 9px 0;
                border-top: 1px solid #eee;
            }
    .pricing-button {
        padding: 40px 0 0 0;
        text-align: center;
    }
        .pricing-button .box-text {
            padding-top: 10px;
        }


.review {
    background: #fff;
    padding-bottom: 50px;
}
    .review-portrait {
        margin: auto;
    }

    .review-text {
        padding: 17px 19px 0;
        line-height: 24px;
        color: #666;
        font-size: 16px;
    }
    .review-autor {
        padding: 17px 28px 0;
        color: #999;
    }
        .review-autor-name {
            font-weight: bold;
            display: block;
            color: #333;
        }


.faq {
    background: #e1e1e1;
    padding: 0 15px;
}
    .faq .box {
        padding-bottom: 150px;
        position: relative;
    }
    .faq .box-title {
        padding-bottom: 40px;
        font-size: 48px;
    }
    .faq-line {
        border-top: 1px solid #cacaca;
        text-align: center;
        padding: 18px 0;
        width: 80%;
        margin: 0 auto;
    }
        .faq-line-title {
            font-size: 24px;
            font-family: proxima-nova-light, Helvetica, Arial, sans-serif;
            color: #333;
        }
        .faq-line-text {
            display: none;
            width: 85%;
            margin: 0 auto;
            padding: 24px 0 40px;
            font-size: 18px;
            line-height: 24px;
            color: #666;
        }

    .footer {
        background: #e1e1e1;
        padding: 0 15px 15px;
        position: relative;
    }
    .footer > .box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-copy, .footer-terms {
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 400px;
    }

    .footer-copy,
    .footer-terms a {
        color: #888;
        font-size: 16px;
    }
    .footer-terms a {
        display: block;
    }
    .footer-terms a:hover {
        color: #777;
    }

    .hidden {
        display: none;
        visibility: hidden;
    }

    .phone {
        white-space: nowrap;
    }

@media (max-width: 1280px) {
    .footer-terms {
        margin-right: 75px;
    }
    .footer-copy {
        margin-left: 75px;
    }
}

@media (max-width: 655px) {
    .footer-copy {
        margin-left: 0;
    }
}

@media (max-width: 504px) {
    .footer-copy {
        order: 2;
        margin-left: 0;
    }
    .footer-terms {
        order: 1;
        /*margin-right: 0;*/
    }
}

/* ========================= m-size ===================================*/

@media (max-width: 980px) {

body {
    min-width: 500px;
}

.header-img {
    background-size: 1000px;
}

.toptext {
    padding-top: 300px;
}
.toptext .box-text {
    width: auto;
    max-width: 700px;
}

.box-title,
.faq .box-title,
.dev .box-title,
.pricing .box-title {
    font-size: 42px;
    padding: 50px 0 15px;
}

 .col1__dev1,
 .col1__dev3 {
    float: none;
    width: auto;
}
 .col2__dev2
 .col2__dev4 {
    margin-left: 0;
}
.col1__dev1,
.col2__dev2,
.col1__dev3,
.col2__dev4 {
    min-height: 280px;
    margin: 0 10px;
    background-size: 20%
}
    .dev-subtitle,
    .dev-text {
        margin: 0 20px 0 25%;
    }
    .dev-text {
        font-size: 20px;
    }

.layout-box {
    margin-bottom: 20px;
}


.layout .cases-subtitle {
    padding-top: 20px;
}   

.cases .layout-col {
    display: none;
}

.howworks .layout-col {
    border: 0;
}
.howworks-card {
        padding: 20px 0 20px 60px;
        margin-right: 20px;
    }
        .howworks-card-title {
            padding-bottom: 20px;
        }
            .howworks-card-title__first {
                background: none;
            }
            .howworks-card-title__second {
                background: none;
            }
            .howworks-card-title__third {
                background: none;
            }
     .howworks-card-num {
        position: absolute;
        top: 24px;
    }


.pricing {
    min-height: auto;
    padding-bottom: 20px;
}
    .pricing .layout {
        display: table;
        table-layout: fixed;
        width: 100%;
        border: 0;
    }
        .pricing .layout-col {
            display: table-cell;
            text-align: center;
            border: 0;
        }
            .pricing-card {
                margin: 20px 6px;
                padding: 50px 0 0;
                min-height: 370px;
            }
                .pricing-card-price {
                    font-size: 60px;
                    padding: 35px 0 25px;
                }
                .pricing-card-conditions {
                    padding-bottom: 30px;
                }
    .pricing-button {
        padding: 30px 0 0 0;
    }
    

.logolist {
    text-align: center;
    margin: 25px 0;
}   
.logolist-item {
    width: auto;
} 
.logolist-item.tech {
    width: 15%;
    height: 80px;
} 

.clients .logolist {
    margin-top: 0;
}

.detalization hr {
    display: none;
}

.lifeline {
    min-height: 240px;
}
.lifeline-graph {
    height: 135px;
}


.fade {
    position: absolute;
    height: 900px;
}
    .popup {
        width: 780px;
        top: 60px;
        margin-left: -390px;
    }
        .popup .col1 {
            padding-top: 12px;
        }   

}

/* ========================= s-size ===================================*/

@media (max-width: 800px) {

.mainlogo {
    float: none;
    width: 197px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 15px;
    margin: 0;
}

.menu {
    margin: 20px 0 0 0;
}
    .menu-link {
        margin-left: 2%;
        padding-bottom: 1em;
    }
        .menu-link:first-child {
            margin-left: 0;
        }
    .menu-link__signup {
        padding: 0 20px;
        margin-right: 0; 
    }
    .menu-link__signup.ru {
        padding: 0 15px;
    }
    .menu-link__login {
        padding-bottom: 0;
        margin-right: 0px;
    }
    .menu-link__lang {
        padding: 0 8px; 
        margin-right: 0;
        position: absolute;
        top: 18px;
        right: 0px;
    }  


.header .box { 
    height: 470px;
}
    .header-img {
        top: 350px;
        background-size: 700px;
    }

.toptitle {
    width: auto;
    font-size: 42px;
    line-height: 48px;
    margin: 60px auto 0;
}

.toptext {
    padding: 200px 0 50px;
}

.pricing-card {
    margin: 20px 2px;
    padding: 50px 0 0;
    min-height: 370px;
}
.popup {
    width: 550px;
    top: 50px;
    margin-left: -275px;
}
    .popup .col1 {
        padding-top: 28px;
    }


.layout {
    display: block;
}
    .layout-col {
        display: block;
        text-align: left;
        border: 0;
        border-bottom: 1px solid #ddd;
    }


.cases-field .col1 {
    float: none;
    width: 100%;
    margin-left: 0;
}
.cases-field .col2 {
    margin-left: 0;
}
.cases-graphbox {
    margin: 0;
}   
.cases-graph {
    float: none;
    width: 80%;
    margin-left: 10px;
}

.review {
    min-height: 1px;
    padding-bottom: 20px;
}
    .review-portrait {
        float: left
    }
    .review-text {
        padding: 20px 0 20px 0;
        margin: 0 20px 0 250px;
    }
    .review-autor {
        margin-left: 250px;
        padding: 0 0 20px;
    }
    .review .layout .layout-col:last-child {
        border: none;
    }

.fade {
    position: absolute;
    height: 700px;
}
.popup {
    width: 90%;
    top: 20px;
    margin-left: -45%;
}   
    .popup__signup-title {
        font-size: 38px;
        line-height: 38px;
        padding: 30px 70px 20px 30px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .signup {
        width: auto;
        margin: 0 30px;
    }
    .signup-after {
        margin-left: 30px;
    }   

.lifeline-step {
    font-size: 16px;
}

}

/* ========================= xs-size ===================================*/

@media (max-width: 550px) {

body {
    min-width: 300px;
    width: 100%;
}
.header .box { 
    height: 380px;
}
    .header-img {
        top: 230px;
        background-size: 600px;
    }
 .mainlogo {
    float: none;
    width: 140px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 12px;
    margin: 0;
}
.toptext {
    padding: 145px 0 50px;
}
    .toptext .box-text {
        margin: 0 10px;
        width: auto;
    }
.menu {
    position: relative;
    top: 10px;
    margin: 0;
}
    .menu-link {
        margin-left: 10px;
        font-size: 14px;
        padding-bottom: 16px;
    }
        .menu-link:first-child {
            margin-left: 0;
        }
    .menu-link__signup {
        padding: 0 8px;
        height: 24px;
        line-height: 28px;
        margin-top: -2px;
    } 
    .menu-link__login {
        padding: 0 8px;
        line-height: 27px;
    } 

    .menu-link__lang {
        top: -41px;
    }  


.toptitle {
    padding-top: 0;
}

.lifeline {
    min-height: 1px;
    padding-bottom: 30px;
}
    .lifeline-graph {
        display: none;
    }
    .lifeline-layout {
        display: block;
        width: auto;
        margin: 0 0 0 25%;
    }
        .lifeline-step {
            text-align: left;
            display: list-item;
            list-style: circle;
            padding: 0 0 10px 10px;
            font-size: 16px;
            color: #ccc;
        }

.logolist-item.tech {
    width: 20%;
    height: 50px;
    margin: 5px;
    font-size: 9px;
}

.logolist-item.tech .blurb {
    font-size: 7px;
}

.logolist-item.tech:hover {
    margin: 0px;
    padding: 5px;
}


.dev,
.cases {
    min-height: 1px;
    padding-bottom: 20px;
}

.col1__dev1,
.col2__dev2,
.col1__dev3,
.col2__dev4 {
    background: none;
    min-height: 1px;
}
    .dev-subtitle,
    .dev-text {
        margin: 0 10px 0 10px;
    }
    .dev-subtitle {
        padding-top: 20px;
    }
    .dev-text {
        padding-bottom: 10px;
        font-size: 16px;
    }

.review .layout-col {
    display: none;
}
.review .layout-col:first-child {
    display: block;
    border: none;
    padding-left: 10px;
}
.detalization {
    padding-bottom: 0;
}
.greenbtn__pricing,
.faq-copy,
.faq-terms {
    font-size: 14px;
}

.logolist {
    text-align: center;
    margin-right: 10px;
    line-height: 50px;
}
.clients .logolist {
    padding-top: 0;
}

.howworks-card-num {
    top: 26px;
    left: 10px;
}
.cases-text {
    margin-right: 10px;
}
.layout .cases-subtitle,
.layout .cases-text  {
    margin-left: 10px;
    margin-right: 10px;
}   
.cases-subtitle {
    padding-top: 20px;
}
.layout .cases-subtitle {
    padding-top: 20px;
}
.cases-field {
    padding: 10px 0 20px;
}

.pricing .layout {
    display: block;
}
    .pricing .layout-col {
        display: block;
        text-align: left;
        border: 0;
        border-bottom: 0;
    }
        .pricing-card {
            min-height: 1px;
            padding: 50px 0;
            position: relative;
        }
            .pricing-card-name {
                position: absolute;
                left: 20px;
                top: 75px;
            }
            .pricing-card-price {
                position: absolute;
                left: 18px;
                top: 0;
            }
            .pricing-card-conditions,
            .pricing-card-features {
                margin-left: 125px;
                text-align: left;
            }
            .pricing-card-features-line {
                text-align: left;
            }
    .pricing-button .box-text {
        font-size: 16px;
    }

.review-portrait {
    float: right;
    width: 40%;
    max-width: 240px;
}
    .review-text {
        padding: 20px 0 20px 0;
        margin: 0 auto 0 0;
    }
    .review-autor {
        margin: 0 auto 0 0;
        padding: 0 0 20px;
    }

.faq-line {
    width: 100%;
} 
    .faq-line-text {
        width: auto;
    }       


.fade {
    position: absolute;
}
.popup {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin-left: 0;
    min-width: 300px;
    padding: 40px 10px 20px 10px;
}
        

/* xm-size font-size and paddings transformation */ 

.greenbtn__pricing,
.faq-copy,
.faq-terms {
    font-size: 14px;
}
.mainbutton {
    padding: 0 40px;
    font-size: 20px; 
    border-radius: 28px;
    height: 50px;
    line-height: 50px;
}
.toptitle {
    font-size: 32px;
    line-height: 31px;
}
.box-title,
.faq .box-title,
.dev .box-title,
.pricing .box-title {
    font-size: 24px;
    line-height: 28px;
    padding: 30px 0 15px;
    margin: 0 10px;
}
.box-text {
    font-size: 18px;
    line-height: 30px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.dev .box-text {
    display: none;
}
.popup-title {
    font-size: 38px;
    line-height: 42px;  
}
.dev-subtitle,
.cases-subtitle,
.layout .cases-subtitle,
.faq-line-title,
.howworks-card-title {
    font-size: 20px;
    line-height: 22px;
}
.howworks-card-title {
    padding-bottom: 10px;
}
.pricing-card {
    font-size: 14px;
    min-height: 1px;
}
.pricing-card-name {
    font-size: 20px;
}
.pricing-card-price {
    font-size: 50px;
}
.faq-line-text {
    font-size: 16px;
    line-height: 22px;
}   

.footer-terms {
    float: none;
}


    .popup .col1 {
        float: none;
        width: auto;
    }
        .popup-img {
            width: 70%;
        }
        .popup .col2 {
            margin: 10px 0 0 0;
        }   
            .popup:after {
                bottom: 20px;
            }

        .popup__signup {
            padding: 0 0 30px 0;
        }
        .popup__signup-title {
            font-size: 30px;
            line-height: 36px;
            padding: 20px 50px 20px 10px;
            box-sizing: border-box;
            margin-bottom: 10px;
        }   
        .signup {
            width: auto;
            margin: 0 10px;
            padding-bottom: 20px;
        }
            .mainbutton__signup,
            .mainbutton__google {
                width: 65%;
                padding: 0 10px;
                min-width: 230px;
            }
        .signup-after {
            margin: 0 10px;
        }
            .signup-alter {
                font-size: 18px;
            }       

}

/* Style for Black Friday sale */
html {
  scroll-behavior: smooth;
}
/*
body {
  position: relative;
}

.header {
  padding-top: 150px;
}

.fixed-ads {
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 10;
}

.sale__link:hover {
  text-decoration: none;
}

.fixed-ads__wrap {
  display: flex;
  justify-content: center;
  padding: 27px 0;
}

.fixed-ads__text {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.fixed-ads__text--deadline {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
}

.fixed-ads__text--sale {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  background: #FAFF00;
  padding: 5px 17px;
  border-radius: 5px;
}

.fixed-ads__text--sale span {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}
*/
.pricing::before {
  display: block;
  content: '';
  height: 125px;
  margin-top: -125px;
  background: #0a0a0e;
}

.pricing .box {
  max-width: 1400px;
}

.pricing .layout {
  display: flex;
  margin-bottom: 30px;
}

.pricing .layout-col {
  display: flex;
  width: 25%;
}

.pricing-card {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.ribbon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -64px;
  top: 32px;
  padding: 7px;
  width: 206px;
  background-color: #000;
  text-align: center;
  transform: rotate(-45deg);
}

.ribbon span {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.6px;
  font-weight: 900;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FAFF00;
}

.pricing-card-name {
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
}

.pricing-card-price-old {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding-top: 17px;
  font-size: 22px;
  line-height: 28px;
  font-weight: lighter;
}

.pricing .layout-col:last-child .pricing-card-price-old,
.pricing .layout-col:last-child .pricing-card-conditions {
  /*visibility: hidden;*/
  padding-bottom: 36px;
}

.pricing-card-price-old::after {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #555;
}

.pricing-card-price {
  padding-top: 0;
  padding-bottom: 10px;
}

.pricing-card-price .mainbutton {
  margin-top: 45px;
}

.pricing-card-price span {
  position: relative;
  font-weight: lighter;
  font-size: 50px;
  line-height: 61px;
  color: #FF0058;
}

.pricing-card-price span::after {
  position: absolute;
  top: -15px;
  right: -20px;
  content: '';
  font-size: 20px;
  display: block;
  color: #555;
}

.footnote {
  padding-left: 15px;
}

@media screen and (max-width: 1420px) {
  .pricing .layout {
    flex-wrap: wrap;
  }

  .pricing .layout-col {
    width: 50%;
    box-sizing: border-box;
    border: none;
  }

  .pricing .layout-col:nth-child(odd) {
    justify-content: flex-end;
    padding-right: 15px;
  }

  .pricing .layout-col:nth-child(even) {
    padding-left: 15px;
  }

  .pricing-card {
    max-width: 350px;
  }

  .footnote {
    width: 730px;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 980px) {
  .pricing .layout {
    display: flex;
  }

  .pricing .layout-col {
    display: flex;
  }

  .pricing .layout-col {
    width: 100%;
  }

  .pricing .layout-col:nth-child(odd),
  .pricing .layout-col:nth-child(even) {
    justify-content: center;
    padding: 0;
  }

  .footnote {
    width: 350px;
  }
}

@media screen and (max-width: 550px) {
  .fixed-ads__wrap {
    padding: 20px 7px;
  }

  .fixed-ads__pic {
    width: 50%;
    text-align: end;
  }

  .fixed-ads__pic img {
    max-width: 100%;
    width: auto;
  }

  .fixed-ads__text {
    width: 50%;
    margin-left: 7px;
    align-items: flex-start;
  }

  .fixed-ads__text--deadline,
  .fixed-ads__text--sale {
    font-size: 13px;
  }

  .fixed-ads__text--sale {
    padding: 5px 7px;
  }

  .fixed-ads__text--sale span {
    font-size: 17px;
  }

  .pricing-card {
    max-width: 100%;
  }

  .pricing .pricing-card-name,
  .pricing .pricing-card-price {
    position: relative;
    top: 0;
    left: 0;
  }

  .pricing .pricing-card-conditions,
  .pricing .pricing-card-features {
    text-align: center;
    margin: 0 30px;
  }

  .pricing .pricing-card-features-line {
    text-align: center;
  }

  .footnote {
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
  }
}
/* Style for Black Friday sale - end */
