/*#watchVideoModal {*/
    /*height: 540px;*/
    /*position: absolute;*/
/*}*/
/*#watchVideoModal.mobile {*/
    /*width: 600px;*/
    /*height: 340px;*/
    /*left: 50%;*/
    /*margin-left: -300px;*/
/*}*/
.partners-item img {
    width: 260px;
}
.captcha .captcha__pic {
    text-align: center;
}
.captcha_reload {
    cursor: pointer;
}
.error-block, #wrong-capture-error {
    font-size: 16px;
    color: red;
}
#watchVideoModal .modal-dialog {
    margin-top: 50px;
}
.w-960 {
    width: 960px;
}

.modal.video .buttons {
    position: absolute;
    top: -38px;
    right: 0;
}

.modal.video .buttons .apple {
    background: url("../images/apple.png") no-repeat center center;
}
.modal.video .buttons .android {
    background: url("../images/android.png") no-repeat center center;
}

.modal.video .buttons .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.modal.video .buttons .btn.blue {
    background: #24b8e7;
    border: 0;
    text-shadow: none;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    padding: 8px;
    text-transform: none;
}

.modal.video .buttons a {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 29px;
    line-height: 29px;
    text-align: center;
}

.modal.video .buttons .btn {
    width: 105px;
    padding: 0;
    font-size: 14px;
    border-radius: 0;
    margin-left: 25px;
}
.notification-settings tr td {
    width: 90px;
    text-align: right;
}
.notification-settings tr td:first-child {
    width: 300px;
}
.btn-notification-save {
    height: 40px;
    line-height: 40px;
    width: 120px;
    padding: 0;
}
.icon.icon_apple {
    top: -5px;
}

@media (max-width: 1023px) {
    body:not(.ambassador) .main-footer .common-menu:first-of-type {
        display: none;
    }
}

.with-tooltip .s-tooltip {
    bottom: inherit;
    top: 100%;
}

#modalApplyAfter .description {
    font-size: 18px;
    padding-bottom: 25px;
}
#keepSignedInLabel {
    cursor: pointer;
}
#auth-form-info {
    position: absolute;
    top: 7px;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0;
}
#auth-form-info.error {
    color: #ff1111;
}
#auth-form-info.error-reset-password {
    position: inherit;
    margin-top: -30px;
    margin-bottom: 10px;
    top: 0;
}
.organize-details__pic_1 {
    background-image: url("../images/gif1.gif");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
    .organize-details__pic_1 {
        background-image: url(../images/gif1.gif);
    }
}
.organize-details__pic_2 {
    background-image: url("../images/gif2.gif");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 240dpi) {
    .organize-details__pic_2 {
        background-image: url(../images/gif2.gif);
    }
}
@media (min-width: 1024px) {
    .list-hierarchies-gif {
        width: 276px;
    }
    .find-anything-gif {
        width: 260px;
    }
}
@media (max-width: 1023px) {
    .find-anything__pic {
        background-size: 196px 315px;
    }
    .find-anything__pic img {
        height: 299px;
    }

    .list-hierarchies__pic img {
        height: 313px;
        margin-left: -2px;
    }
    .list-hierarchies__pic {
        background-size: 189px 314px;
    }
}
.payment-company-block {
    margin: 100px 0;
}
.buy-company-licenses-button {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
}
#licenceCountPrice {
    min-width: 50px;
    display: inline-block;
    text-align: right;
}
@media (max-width: 1023px) {
    .partners-item {
        width: auto;
    }
}