﻿.header-logo-a {
    line-height: 54px;
}

.boost-your-sales {
    padding-bottom: 0;
}

.email-popup {
    width: 315px !important;
    display: inline-block !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    padding: 10px 20px !important;
    border: 1px solid #b7b7b7 !important;
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
    font: normal 16px/normal Arial, Helvetica, sans-serif !important;
    color: rgba(0,0,0,1) !important;
    -o-text-overflow: clip !important;
    text-overflow: clip !important;
    background: rgba(252,252,252,1) !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) !important;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) !important;
}
.enjoy-css {
    width:315px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 20px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font: normal 16px/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.p-t-60
{
    padding-top:60px;
}

.you-get {
    padding: 100px 0 0 0 !important;
}

.you-get__title {
    text-align: left;
}


.you-get__list {
    padding: 0;
    margin: 0;
}

.you-get__item {
    display: flex;
    list-style: none;
}

.you-get__box_img1 {
    margin-top: -230px;
}

.you-get__box_img2 {
    margin-top: -110px;
}

.use-unilink__item {
    display: flex;
    margin-bottom: 60px;
}

.use-unilink__number {
    flex: none;
    margin: 10px 50px 0 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.use-unilink__number_blue {
    background: #E4F5FD;
    color: #3A41FF;
}

.use-unilink__number_purple {
    background: #E7D7FD;
    color: #6B01FF;
}

.use-unilink__number_yellow {
    background: #FFF2D6;
    color: #FFB511;
}

.use-unilink__number_pink {
    background: #FFE8FA;
    color: #FF1ED3  ;
}

.use-unilink__text {

}

.use-unilink__title {
    color: #1F2A4B;
    font-size: 20px;
    font-weight: bold;
}

.use-unilink__description {
    color: #6E7898;
    font-size: 18px;
}

    .menu_first_li{
        margin-top: -2px;
    }

    header .header-btns .login a{
        border: 1px solid rgb(110, 120, 152);
        box-shadow: rgba(110, 120, 152, 0.22) 0px 2px 10px 0px !important;
    }

    header .right {
        margin-top: -2px !important;
    }

    .header-top-menu {
        margin: 0px;
    }

    .header-drop-menu {
        display: none !important;
        position: absolute;
        background-color: white;
        border:1px solid #b7b7b7;
        border-radius:10px;
        padding: 24px  !important;
        margin-left: -13px !important;
        width:400px;
    }

    .menu_second_li:hover .header-drop-menu {
        display: block !important;
    }


    .header-drop-menu li {
        padding-bottom: 10px;
    }

    .header-drop-menu-product {
        display: none !important;
        position: absolute;
        background-color: white;
        border:1px solid #b7b7b7;
        border-radius:10px;
        padding: 24px  !important;
        margin-left: -13px !important;
        width:450px;
    }

    .header-drop-menu-product li {
        padding-bottom: 10px;  
        padding-right: 0 !important;   
    }

    .header-drop-menu-product a{
        padding-left: 15px;
        display:flex;
    }

    .header-drop-menu-product .submnu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    color: #242450;
    text-decoration: none;
    }

    .header-drop-menu-product .submnu-img
    {
        width: 36px;
    }

    .header-drop-menu-product .submnu-hdng
    {
            font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    }

    .header-drop-menu-product .submnu-des {
    padding-left: 15px;
}

    .header-drop-menu-product .subdes-para{
        color: #9292a8;
        font-size: 13px;
    }


    /*.menu_second_li,.menu_product_li .item_li {
        line-height:40px;
    }*/

    .menu_product_li:hover .header-drop-menu-product {
        display: block !important;
    }


    .btn-sign-up
    {
        color: white !important;
        background-color: rgb(31, 42, 75);
        border: 2px solid rgb(31, 42, 75);
        font-weight: bold;
    }

    footer.footer {
        background-color: #000000 !important;
    }

@media only screen and (max-width: 1800px) {
    .header_h1 {
        font-size: 62px !important;
    }
}

@media  only screen and (max-width: 1799px) and (min-width: 1600px) {
    .header_h1 {
        font-size: 55px !important;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1400px)  {
    .header_h1 {
        font-size: 47px !important;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1211px)  {
    .header_h1 {
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 1210px) and (min-width: 768px)  {
    .header_h1 {
        font-size: 29px !important;
    }
}

@media (max-width: 600px) {
    .header_h1 {
        font-size: 20px;
    }

    .laptop-wrapper {
        top: 0;
    }
}

@media screen and (max-width: 1199px) {
    .content-wrapper .first h1 ~ p {
        font-size: 20px;
    }
}

/* FIX: Khasky 6.03.2020
*/
.button-purple {
    padding: 15px 30px;
    border-radius: 25px;
    background-color: #5244DD;
    width: 250px;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 25px;
    cursor: pointer;
    color: white;
}

section.first {
    min-height: initial !important;
    padding-bottom: 50px;
}

@media (min-width: 1600px) {
    section.first {
        min-height: initial !important;
        padding-bottom: 50px;
        margin-bottom: 40px;
    }
}

.laptop-wrapper {
    right: 10px;
    width: 40%;
}

@media (min-width: 1400px) {
    .laptop-wrapper {
    }
}

.add-to-socials .laptop-wrapper img {
    max-width: 730px;
}

@media (max-width: 767px) {
    .add-to-socials .laptop-wrapper {
        position: static;
        margin: 0 auto;
        width: 90%;
    }

    .add-to-socials .laptop-wrapper img {
        max-width: 100%;
    }

    .desktop.tasks {
        text-align: left;
        padding: 30px 0 !important;
    }
}

.sign-up-email-input {
    margin: 0;
    border-color: #b7b7b7;
    transition: all .2s;
    border-radius: 12px !important;
    height: 50px;
    padding: 0 15px !important;
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 1199px) {
    .sign-up-email-input {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .sign-up-email-input {
        margin-bottom: 15px;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
    }

    section.first h1 ~ p {
        margin-bottom: 0;
    }
}

.sign-up-email-input::placeholder {
    color: #757575;
}

.sign-up-email-input:focus {
    border-color: #a0a0a0;
}

.sign-up-form-row {
    padding-left: 15px;
    padding-right: 15px;
    /*margin-top: 30px;*/
}

@media (max-width: 767px) {
    .sign-up-form-row {
        margin-top: 15px;
    }
}

.rules-label {
    font-size: 14px;
    margin-top: 15px;
    padding-left: 10px;
}

.rules-label input[type="checkbox"] {
    position: relative;
    top: 2px;
    width: 16px !important;
    height: 16px !important;
    margin-right: 4px;
}

.rules-label a {
    text-decoration: underline;
}

#sign-up-success-row.visible {

}

.sign-up-message {
    display: block;
    padding-left: 15px;

    opacity: 0;
    max-height: 0;
    transition: all .4s;
}

.sign-up-message.visible {
    opacity: 1;
    max-height: 100%;
}

@media (max-width: 767px) {
    .sign-up-message {
        margin-top: 15px;
    }
}

.sign-up-message__thank-text {
    font-size: 24px;
}

.sign-up-message__poll-text {
    line-height: 28px;
}

.sign-up-message__poll-text a {
    color: #007bff;
}

.common-section-text {
    font-size: 1.2rem;
    line-height: 32px;
}

@media (max-width: 767px) {
    .common-section-text {
        font-size: 1.1rem;
        line-height: 30px;
    }
}

section.section-why {
    padding-top: 0 !important;
    margin-top: 120px;
}

section h2 {
    margin-bottom: 30px !important;
}

/*@media (min-width: 992px) {
    section h2 {
        margin-bottom: 60px !important;
    }
}*/

.section-why .image-wrapper {
    max-width: 575px;
}

.urgent-integration {
    padding: 75px 0 120px 0 !important;
}

.urgent-integration.urgent-integration--last .image-wrapper img {
    width: 350px;
}

@media (min-width: 993px) {
    .urgent-integration__col-center {
        text-align: right;
        align-self: center;
    }
}

.section-why .image-wrapper img,
.urgent-integration .image-wrapper img {
    width: 100%;
}

@media (max-width: 992px) {
    .section-why .dog-look-at-you {
        margin-top: 0;
    }

    .section-why .dog-look-at-you,
    .urgent-integration .dog-look-at-you {
        margin-bottom: 4rem;
    }
}

.urgent-integration--last {
    padding-bottom: 25px;
    padding-bottom: 50px;
}

.urgent-integration__text {
    margin-bottom: 45px;
}

@media (max-width: 991px) {
    .urgent-integration__read-more {
        text-align: center;
    }
}

.boost-your-sales__item-content,
.boost-your-sales__list [class*=col-]:nth-child(2n) .boost-your-sales__item-content {
    padding-left: 0;
}

@media (min-width: 993px) {
    .boost-your-sales__list [class*=col-] {
        margin-bottom: 725px;
    }

    .boost-your-sales__list [class*=col-]:nth-child(2n) {
        top: 725px;
    }
}

@media (min-width: 1680px) {
    .boost-your-sales__list [class*=col-] {
        margin-bottom: 875px;
    }

    .boost-your-sales__list [class*=col-]:nth-child(2n) {
        top: 875px;
    }
}

.boost-your-sales__item-content h3 {
    margin-bottom: 1.5em;
    white-space: nowrap;
}

.boost-your-sales__text {
    margin-top: 15px;
}

.boost-your-sales__art-wrap {
    position: relative;
    margin-bottom: 60px;
}

.boost-your-sales__art-wrap--last {
    top: 30px;
}

@media (max-width: 991px) {
    .boost-your-sales__list [class*=col-] img {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .boost-your-sales__list [class*=col-] img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .boost-your-sales__art-wrap--left {
        left: 18vw;
    }

    .boost-your-sales__item-content {
        padding-left: 0 !important;
        margin-top: 50px;
    }

    .boost-your-sales__icon {
        width: 80% !important;
    }
}

.boost-your-sales__icon {
    position: relative;
    top: 0;
}

@media (max-width: 1199px) {
    .boost-your-sales__list [class*=col-]:nth-child(2n) .boost-your-sales__icon {
        max-width: 100%;
    }
}

.boost-your-sales__list-col--last {
    margin-bottom: 0 !important;
}

.boost-your-sales__preview {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    max-width: 670px;
    width: 100%;
}

.boost-your-sales__icon--a {
    left: 20%;
}

.boost-your-sales__preview--a {
    border: 3px solid #b83e7d;
}

@media (max-width: 991px) {
    .boost-your-sales__icon--b {
        left: -23%;
        margin-top: 12%;
    }
}

@media (min-width: 992px) {
    .boost-your-sales__icon--b {
        left: -30%;
    }
}

@media (min-width: 1200px) {
    .boost-your-sales__icon--b {
        top: 5rem;
        margin-bottom: 10%;
    }
}

.boost-your-sales__preview--b {
    border: 3px solid #7047ba;
}

.boost-your-sales__icon--c {
    left: 0;
    top: -40px;
    margin-bottom: -45px;
}

.boost-your-sales__preview--c {
    border: 3px solid orange;
}

.boost-your-sales__item-content p {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 991px) {
    .boost-your-sales__item-content p {
        line-height: 30px;
        font-size: 1.2rem;
    }

    .boost-your-sales__icon--c,
    .boost-your-sales__preview--c {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .boost-your-sales__more {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .you-get {
        margin-top: 100px;
    }
}

.js-dog-cant-wait img {
    margin: 0 auto;
    display: block;
}

@media (max-width: 991px) {
    .js-dog-cant-wait {
        padding-bottom: 40px;
    }
}

section.reviews {
    padding: 50px 0 0 0 !important;
}

@media (max-width: 767px) {
    section.reviews {
        padding-top: 0 !important;
    }
}

section.try-for-free {
    margin-top: 50px;
    padding-top: 50px !important;
    padding-bottom: 75px !important;
}

section.try-for-free .image-wrapper {
    text-align: center;
}

section.try-for-free .image-wrapper img {
    width: 1300px;
}

@media (max-width: 767px) {
    section.try-for-free {
        padding-top: 15px !important;
        margin-top: 0;
    }

    section.try-for-free .image-wrapper img {
        width: 90%;
        height: auto;
    }

    .feedback-icons-row_img {
        width: 100% !important;
    }
}

/*Popup*/
.uni-leave-popup {
    right: 0;
    bottom: 0;
    z-index: 65535;
    background: none;
}

.uni-leave-popup-content {
    padding: 20px;
}

@media (max-width: 700px) {
    .uni-leave-popup-content {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .uni-leave-popup-content {
        padding: 60px;
    }
}

.uni-leave-popup .uni-back-close {
    margin-bottom: 20px;
}

.uni-leave-popup .uni-back-close a {
    font-size: 22px;
    color: #5d555c;
}

.uni-leave-popup-col-wrapper {
    padding: 0;
    height: 100%;
}

@media (max-width: 767px) {
    .uni-leave-popup .uni-back-close {
        margin-bottom: 0;
    }

    .uni-leave-popup-col-wrapper {
        align-items: flex-start;
    }

    .uni-leave-popup-col-wrapper > .row {
        height: 100%;
        overflow: auto;
        padding-bottom: 30px;
    }
}

@media (min-width: 993px) {
    .uni-leave-popup-col-wrapper {
        margin-top: -32px; /* back icon offset */
    }
}

.uni-leave-popup-col-wrapper h3 {
    font-size: 35px;
}

.uni-leave-popup-col-wrapper h3 span {
    color: #a05f83;
}

@media (max-width: 767px) {
    .uni-leave-popup-col-wrapper h3 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (min-width: 993px) {
    .uni-leave-popup-col__center {
        align-self: center;
    }
}

.uni-leave-popup__agreement {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .dog-dont-leave {
        margin: 0 auto;
        margin-bottom: 15px;
        display: block;
        width: 100%;
        height: auto;
    }
}

.uni-leave-popup-content .form {
    box-sizing: border-box !important;
}

@media (min-width: 993px) {
    .uni-leave-popup-content .form {
        white-space: nowrap;
    }
}

.form input.pupup-first-input {
    margin: 0;
    box-sizing: border-box !important;
}

.popup-first-button {
    margin: 0;
}

@media (min-width: 1140px) {
    .popup-first-button {
        position: relative;
        top: 2px;
    }
}

@media (max-width: 992px) {
    .form input.pupup-first-input {
        width: 100% !important;
    }

    .popup-first-button {
        margin-top: 15px;
        width: 100%;
    }
}

.row .col-xs-12 {
    margin-left: 0;
    margin-right: 0;
}


@media (max-width: 1199px) {
    .you-get__item {
       flex-direction: column;
    }

    .you-get__box_img1 {
        margin-top: 0;
        text-align: center;
    }

    .you-get__box_img2 {
        margin-top: 0;
        order: 2;
        text-align: center;
    }

    .use-unilink__item:last-child {
        margin-bottom: 0;
    }

    .you-get__img,
    .image-wrapper__dashboard {
        max-width: 100%;
    }
}

@media (max-width: 568px) {
    .use-unilink__number {
        margin: 10px 15px 0 0;
    }
}


