body {
    background-color: #fdfdfd;
    color: #2f3538;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    position: relative;
}

a:hover {
    text-decoration: none;
}

#synesto-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 100000;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #f0f0f0;
}


#synesto-header > .wrapper {

}
#synesto-header .wrapper {
}

#synesto-header > .wrapper {
}
#synesto-header .wrapper {

    padding: 20px 10px 10px 10px;
}

#synesto-header .list-group-item {
    padding: .75rem 1.5rem !important;
}

#synesto-header .dropdown-menu {
    min-width: 200px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 8px 0px rgb(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 8px 8px 0px rgb(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 8px 0px rgb(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 8px 8px 0px rgb(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 0px;
}

#synesto-logo,
.logo {
    height: 23px;
}

#synesto-header-navigation {
    float: left;
}

#synesto-header-navigation ul {
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 4px 0px;
}

#synesto-header-navigation > ul ul {
    width: 20%;
}

#synesto-header-navigation > ul > li {
    float: left;
    margin-left: 30px;
}

#synesto-header-navigation > ul > li a {
    font-weight: 300;
    font-size: 14px;
    color: #575962;
}

#synesto-header-navigation > ul > li a:hover {
    color: #3eabd8 !important;
}

#synesto-header-navigation > ul > li > a {
    font-size: 16px;
    font-weight: 400;
}

#synesto-header-navigation .dropdown-toggle::after {
    display: none !important;
}

#synesto-header-navigation .dropdown-menu {
    transform: none !important;
    top: 30px !important;
}

#synesto-header-navigation .dropdown-menu ul li a i {
    color: #3eabd8;
    width: 18px;
    text-align: center;
}

#synesto-actions {
    float: right;
    margin-top: -3px;
}

#synesto-actions .phone-number {
    float: left;
    padding: 7px 15px;
    font-weight: 500;
}

.synesto-button {
    font-size: 12px;
    text-align: center;
    padding: 9px 20px 8px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #000;
    font-weight: 500;
}

.synesto-tool .synesto-button {
    margin: 20px 0px 0px 0px;
    font-size: 15px;
}

#synesto-login-button,
#synesto-homepage .start-button {
    float: left;
    color: #fff;
    border-color: #34bfa3;
    background: #34bfa3;
}

#synesto-basket-button,
#synesto-homepage .start-button {
    float: left;
    color: #fff;
    border-color: #34bfa3;
    background: #34bfa3;
}

#synesto-login-button:hover {
    color: #34bfa3;
    border-color: #34bfa3;
    background: #fff;
}

#synesto-basket-button:hover {
    color: #34bfa3;
    border-color: #34bfa3;
    background: #fff;
}

.synesto-register-button,
.synesto-buy,
.synesto-submit,
.synesto-back,
.synesto-payment,
.contact-button {
    float: left;
    color: #50bbe7;
    border-color: #50bbe7;
}

.synesto-register-button {
    background: #50bbe7;
    color: #fff;
}

.synesto-register-button:hover,
.synesto-buy:hover,
.synesto-submit:hover,
.synesto-back:hover {
    color: #fff;
    background: #50bbe7;
}

.synesto-register-button:hover {
    color: #50bbe7;
    background: #fff;
}

.synesto-buy,
.synesto-submit,
.synesto-payment {
    margin: auto;
    display: block;
    margin: 0px 30px;
    float: none;
}

.synesto-buy.synesto-button {
    background: #50bbe7;
    color: #fff;
}

.synesto-buy.synesto-button:hover {
    cursor: pointer;
    background: #fff;
    color: #50bbe7;
}

.synesto-payment {
    background: #50bbe7;
    color: #fff;
    display: block;
    overflow: hidden;
    width: calc(100% - 40px);
    margin: 20px 20px;
}

.synesto-payment:hover {
    color: #50bbe7;
    background: #fff;
}

.synesto-submit,
.synesto-back {
    background: #50bbe7;
    color: #fff;
}

.synesto-submit:hover,
.synesto-back:hover {
    background: #fff;
    color: #50bbe7;
}

.synesto-submit {
    float: right;
}

.synesto-back {
    margin: 0px 30px;
}

#synesto-actions .synesto-register-button {
    margin: 0px 0px 0px 10px;
}

#synesto-actions #synesto-login-button {
    margin: 0px 10px;
}

#synesto-actions #synesto-basket-button {
    margin: 0px 10px;
}

#synesto-logo {
    float: left;
    margin: 5px 10px 0px 10px;
}

#synesto-module {
    height: 500px;
    background: url('../images/mobile_app_.jpg') no-repeat 50% 50%;
}

#synesto-module {
    position: relative;
    overflow: hidden;
    background: none;
}

#synesto-module .image {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/_test.png) no-repeat 50% 0%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

#synesto-module .container {
    position: relative;
}

#synesto-module .button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    display: block;
    font-size: 60px;
    border: 5px solid;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
    padding-left: 10px;
    margin-top: -55px;
    margin-left: -55px;
    color: #2f3538;
}

#synesto-module h1 {
    font-size: 34px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    left: 0px;
    background: #2f3538;
    color: #fff;
    padding: 10px 20px;
}

#synesto-functions {
    float: left;
    margin-bottom: 10px;
    padding: 0px 15px;
    text-align: center;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #fff;
    /*margin-bottom: 60px;*/
}

#synesto-functions h1,
#synesto-homepage h1,
#synesto-sales h2,
#synesto-marketing h2,
#synesto-monitoring h2,
#synesto-virtual-drive h2,
#synesto-automation h2,
#synesto-usage h2 {
    font-size: 36px;
    font-weight: 300;
}

#synesto-sales h2 {
    font-weight: 400;
}

#synesto-homepage h1,
#synesto-single-campaign h1,
#synesto-single-application h1,
#synesto-group-functions h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 400;
}

#synesto-single-campaign h1,
#synesto-single-application h1,
#synesto-group-functions h1 {
    font-size: 35px;
}

#synesto-single-campaign h2,
#synesto-single-application h2,
#synesto-group-functions h2 {
    font-size: 19px!important;
}

#synesto-homepage h1 span,
#synesto-single-campaign h1 span,
#synesto-single-application h1 span,
#synesto-group-functions h1 span {
    font-weight: 500;
}

#synesto-homepage h2,
#synesto-single-campaign h2,
#synesto-single-application h2,
#synesto-group-functions h2 {
    text-align: center;
    max-width: 850px;
    margin: 45px auto 0px auto;
    font-weight: 300;
    font-size: 25px;
    line-height: 36px;
}

#synesto-homepage h2 span,
#synesto-single-campaign h2 span,
#synesto-single-application h2 span,
#synesto-group-functions h2 span {
    font-weight: 500;
}

#synesto-homepage,
#synesto-single-campaign,
#synesto-single-application,
#synesto-group-functions {
    float: left;
    width: 100%;
    padding: 85px 120px;
    margin-top: 70px;
    background: #fdfdfd;
}

#synesto-homepage {
    margin-top: 40px;
    padding: 85px 120px 70px 120px;
}

#synesto-single-campaign,
#synesto-single-application,
#synesto-group-functions {
    margin-top: 0px;
    border-top: 1px solid #f0f0f0;
    padding: 60px;
}

#synesto-homepage .buttons,
#synesto-group-functions .buttons {
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0px 0px 0px;
}

#synesto-homepage .start-button,
#synesto-homepage .contact-button,
#synesto-group-functions .contact-button {
    float: none;
    margin: 0px 7px;
    font-size: 15px;
}

#synesto-homepage .contact-button:hover,
#synesto-group-functions .contact-button:hover {
    background: #50bbe7;
    color: #fff;
}

#synesto-homepage .start-button:hover {
    background: #fff;
    color: #50bbe7;
}

#synesto-homepage .start-button {
    border-color: #50bbe7;
    background: #50bbe7;
}

.synesto-button .basket-icon {
    width: 24px;
    height: 24px;
    background-size: 24px !important;
    background-color: #575962 !important;
    border-color: #f0f0f0 !important;
    mask: url(../images/shopping-cart-icon2.svg) no-repeat center / 24px;
    -webkit-mask: url(../images/shopping-cart-icon2.svg) no-repeat center / 24px;
    margin: 5px 10px;
}

.synesto-button:hover .basket-icon {
    background-color: #50bbe7 !important;
}

.synesto-button.synesto-basket-button {
    position: relative;
    padding: 0px;
    background: #fff !important;
    border: none;
    margin-left: 18px !important;
}

.synesto-button.synesto-basket-button .badge {
    position: absolute;
    bottom: -2px;
    left: 1px;
    color: #fff;
    background: #50bbe7;
    font-size: 11px;
    padding: 3px 5px;
    border-radius: 50%;
    font-weight: 400;
}

.synesto-button.synesto-basket-button:hover .badge {
    background: #575962;
    color: #fff;
}

#synesto-campaign {
    float: left;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

#synesto-campaign .wrapper {
    margin: auto;
    width: 75%;
}

#synesto-campaign .synesto-compaign-box {
    padding: 40px 25px;
}

#synesto-campaign .synesto-compaign-box h1 {
    position: relative;
    font-size: 30px;
    font-weight: 400;
    padding-top: 50px;
}

#synesto-campaign .synesto-compaign-box h1 span {
    position: absolute;
    top: 90px;
    left: 0px;
    font-size: 15px;
    color: #50bbe7;
    font-weight: 500;
}

#synesto-campaign .synesto-compaign-box .text {
    font-weight: 300;
    line-height: 25px;
    margin-top: 15px;
}

#synesto-campaign .synesto-compaign-box.email-marketing,
#synesto-campaign .synesto-compaign-box.chat,
#synesto-campaign .synesto-compaign-box.administration,
#synesto-campaign .synesto-compaign-box.migration,
#synesto-campaign .synesto-compaign-box.vps,
#synesto-campaign .synesto-compaign-box.hosting,
#synesto-campaign .synesto-compaign-box.wordpress,
#synesto-campaign .synesto-compaign-box.prestashop {
    float: left;
    width: 48%;
}

#synesto-campaign .synesto-compaign-box.sms-marketing,
#synesto-campaign .synesto-compaign-box.webpush {
    float: left;
    width: 48%;
}

#synesto-campaign .synesto-compaign-box.email-marketing h1 {
    background: url('../images/tile_email.png') no-repeat 0% 0%;
    background-size: 45px;
}

#synesto-campaign .synesto-compaign-box.chat h1 {
    background: url('../images/tile_chat.png') no-repeat 0% 0%;
    background-size: 40px;
}

#synesto-campaign .synesto-compaign-box.migration h1 {
    background: url('../images/tile_automation.png') no-repeat 0% 0%;
    background-size: 40px;
}

#synesto-campaign .synesto-compaign-box.administration h1 {
    background: url('../images/tile_segmentacja.png') no-repeat 0% 0%;
    background-size: 50px;
}

#synesto-campaign .synesto-compaign-box.sms-marketing h1 {
    background: url('../images/tile_SMS.png') no-repeat 0% 0%;
    background-size: 50px;
}

#synesto-campaign .synesto-compaign-box.webpush h1 {
    background: url('../images/tile_powiadomienia.png') no-repeat 0% 0%;
    background-size: 40px;
}

#synesto-campaign .synesto-compaign-box.vps h1 {
    background: url('../images/server_vps.png') no-repeat 0% 0%;
    background-size: 40px;
}

#synesto-campaign .synesto-compaign-box.hosting h1 {
    background: url('../images/hosting.png') no-repeat 0% 0%;
    background-size: 40px;
}

#synesto-campaign .synesto-compaign-box.wordpress h1 {
    background: url('../images/wordpress.png') no-repeat 0% 0%;
    background-size: 50px;
}

#synesto-campaign .synesto-compaign-box.prestashop h1 {
    background: url('../images/prestashop.png') no-repeat 0% 0%;
    background-size: 50px;
}

#synesto-campaign .synesto-compaign-box .synesto-button {
    float: left;
    font-size: 12px;
    border-color: #50bbe7;
    margin-top: 18px;
    border-color: #50bbe7;
    background: #50bbe7;
    color: #fff;
}

#synesto-campaign .synesto-compaign-box .synesto-button:hover,
#domain-search .wrapper button:hover {
    border-color: #50bbe7;
    background: #fff;
    color: #50bbe7;
}

#domain-search .wrapper button:hover {
    border: 1px solid #50bbe7;
}

#synesto-functions h1 {
    margin: 60px 0px 20px 0px;
}

#synesto-sales h2,
#synesto-marketing h2,
#synesto-monitoring h2,
#synesto-virtual-drive h2,
#synesto-automation h2 {
    font-size: 34px;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

#synesto-sales p,
#synesto-marketing p,
#synesto-monitoring p,
#synesto-virtual-drive p,
#synesto-automation p {
    line-height: 32px;
    text-align: justify;
}

#synesto-sales .synesto-img-wrapper,
#synesto-monitoring .synesto-img-wrapper,
#synesto-automation .synesto-img-wrapper {
    background-image: url(../images/_test.png);
    background-repeat: no-repeat;
    width: 970px;
    height: 574px;
}

#synesto-marketing .synesto-img-wrapper,
#synesto-virtual-drive .synesto-img-wrapper {
    float: right;
    background-image: url(../images/_test.png);
    background-repeat: no-repeat;
    width: 970px;
    height: 574px;
}

#synesto-functions ul {
    margin: 0px;
    height: 190px;/*220px;*/
}

#synesto-functions ul li {
    float: left;
    width: 200px;
    height: 190px;
    text-align: center;
    font-size: 16px;
    list-style: none;
    padding: 0px;
    margin: 0px !important;
    border-left: 1px solid #e9e9e9 !important;
}

#synesto-functions ul li:last-child {
    border-right: 1px solid #e9e9e9 !important;
}

#synesto-functions ul li:hover {
    cursor: pointer;
}

#synesto-functions ul li > div:first-child {
    width: 100%;
    height: 60px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0px !important;
    padding-top: 130px;
    color: #575962;
    font-weight: 500;
}

#synesto-functions ul li .server-vps {
    background-image: url('../images/server_vps.png');
}

#synesto-functions ul li:hover .server-vps,
#synesto-functions ul li:hover .hosting,
#synesto-functions ul li:hover .domain,
#synesto-functions ul li:hover .email {
    background-size: 70px!important;
}

#synesto-functions ul li:hover .ssl {
    background-size: 65px!important;
}

#synesto-functions ul li:hover .wordpress,
#synesto-functions ul li:hover .prestashop {
    background-size: 75px !important;
}

#synesto-functions ul li .hosting {
    background-image: url('../images/hosting.png');
}

#synesto-functions ul li .wordpress {
    background-size: 65px !important;
    background-position: 50% 55% !important;
    background-image: url('../images/wordpress.png');
}

#synesto-functions ul li .prestashop {
    background-size: 65px !important;
    background-position: 50% 55% !important;
    background-image: url('../images/prestashop.png');
}

#synesto-functions ul li .domain {
    background-position: 50% 65% !important;
    background-image: url('../images/domain.png');
}

#synesto-functions ul li .email {
    background-image: url('../images/tile_email.png');
}

#synesto-functions ul li .ssl {
    background-size: 55px !important;
    background-image: url('../images/ssl.png');
}
#synesto-functions ul li .campaign {
    background-image: url('../images/tile_email.png');
}
#synesto-functions ul li .sending {
    background-image: url('../images/tile_SMS.png');
}
#synesto-functions ul li .livechat {
    background-image: url('../images/tile_chat.png');
}
#synesto-functions ul li .bell {
    background-image: url('../images/tile_powiadomienia.png');
}

#synesto-functions ul li:hover div:first-child {
    color: #575962 !important;
}

#synesto-functions .synesto-button.more {
    color: #50bbe7;
    border-color: #50bbe7;
    display: inline;
    overflow: hidden;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
}

#synesto-sales,
#synesto-monitoring,
#synesto-automation {
    float: left;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 70px 15px;
}

#synesto-sales {
    padding: 0px 15px;
}

#synesto-sales .container {
    margin-top: 50px;
    margin-bottom: 50px;
}

#synesto-sales .col-lg-6 {
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 300;
}

#synesto-marketing,
#synesto-virtual-drive {
    float: left;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 15px;
}

#synesto-content {
    float: left;
    width: 100%;
    padding: 80px 15px;
}

#synesto-content.panel {
    width: 83%;
}

#synesto-content.pricelist {
    float: left;
    width: 100%;
    padding: 40px 15px;
}

.pricelist .plan,
.order .box,
.payment .box {
    float: left;
    color: #0f1213;
    background-color: #fff;
    /*font-weight: 500;*/
    border-radius: 4px;
    position: relative;
    border: 1px solid #f1f1f1;
    padding: 25px 0 0;
}

.pricelist .plan .name,
.order .box .name,
.payment .box .name {
    color: #232323;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}

.order .box .name {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}

.order .box.submit {
    display: block;
    padding: 25px 0px 25px 0px;
    margin: 15px;
    overflow: hidden;
}

.pricelist .plan .price,
.payment .box .price {
    margin: 0px 12px 0px 12px;
    padding: 10px 0px 5px 0px;
    text-align: center;
    color: #50bbe7;
    font-size: 34px;
    font-weight: 500;
}

.pricelist .plan .period,
.payment .box .period {
    font-size: 14px;
    line-height: 24px;
    color: #bbb;
    margin: 0px 0px 10px 0px;
    font-weight: 500;
}

.payment .box .title {
    margin: 0px auto 10px auto;
    font-size: 14px;
    font-weight: 400;
    color: #2f3538;
}

.payment .center {
    margin: auto;
}

.payment #card-errors {
    margin: 10px 40px;
    color: #fa755a;
}

.pricelist .plan .description {
    margin: 0px 12px 5px 12px;
    padding: 20px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #555;
    min-height: 120px;
}

.pricelist .form-group,
.order .form-group {
    float: left;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.pricelist .form-group label,
.order .form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #2f3538;
}

.order .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
    font-weight: 300;
    color: #bbb;
}

.order .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 300;
    color: #bbb;
}

.order .form-group input::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 300;
    color: #bbb;
}

.pricelist .disabled,
.order .disabled {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pricelist .form-control,
.pricelist .disabled,
.order .form-control,
.order .disabled {
    border: 1px solid #f1f1f1 !important;
}

.pricelist select.form-control,
.pricelist .disabled {
    text-align-last:center;
    font-weight: 300;
    cursor: pointer;
}

.pricelist .disabled {
    cursor: default;
}

.pricelist .form-group i.fa[data-toggle="tooltip"]:hover,
.order .form-group i.fa[data-toggle="tooltip"]:hover {
    cursor: pointer;
}

.pricelist .form-group i.fa[data-toggle="tooltip"],
.order .form-group i.fa[data-toggle="tooltip"] {
    color: #50bbe7;
}

.pricelist .available-function {
    border-radius: 4px;
    float: left;
    width: calc(100% - 60px);
    margin: 5px 30px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #f1f1f1;
    padding: 4px 20px;
    color: #555;
}

.pricelist .available-function span {
    font-size: 16px;
    color: #50bbe7;
    margin-right: 15px;
    font-weight: 400;
}

.pricelist .available-function .fa-plus {
    color: #50bbe7;
}

.pricelist .package {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-top: 1px solid #f1f1f1;
}

.pricelist .package label {
    margin: 17px 0px 5px 0px;
    color: #50bbe7;
}

.order .m-checkbox {
    color: #575962;
}

.order .m-checkbox {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.order .box > .row {
    padding: 25px 0px 10px 0px;
}

.summary .pricelist .form-group {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0px !important;
    padding: 13px 30px 13px 30px;
}

.summary .pricelist .form-group label {
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #2f3538;
    width: 65%;
    margin-bottom: 0px !important;
    padding: 3px 0px;
}

.summary .pricelist .disabled {
    float: right;
    width: 35%;
    height: auto;
    color: #000;
    font-weight: 300;
    background: #eee;
    font-size: 14px;
    line-height: 1.5;
    border: none !important;
    padding: 3px 0px !important;
}

.summary.order .disabled {
    font-weight: 300;
}

.synesto-tool {
    font-size: 17px;
    color: #2f3538;
    font-weight: 300;
}

.synesto-tool .synesto-tool-list {
    list-style-type: none;
}

.synesto-tool .synesto-tool-list,
.synesto-tool .synesto-tool-list li {
    margin: 0px 0px 25px 0px;
    padding: 0px;
    line-height: 32px;
    text-align: justify;
}

.synesto-tool .synesto-tool-list li > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
}

.synesto-tool .synesto-tool-list a > span {
    font-size: 14px;
    font-weight: 400;
}

.synesto-tool .synesto-tool-list a i {
    font-size: 20px;
}

#synesto-usage h2 {
    font-size: 34px;
    margin-bottom: 60px;
}

#synesto-usage ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#synesto-usage ul li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 179px;
    text-align: left;
    font-weight: 300;
    background-color: white;
}

#synesto-footer {
    padding: 0px 0px 30px 0px;
    font-weight: 300;
}

#synesto-footer .container {
    margin-top: 50px;
}

#synesto-footer h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

#synesto-footer ul {
    list-style-type: none;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

#synesto-footer ul li {
    color: #868aa8;
    font-size: 14px;
    line-height: 25px;
}

#synesto-footer p {
    color: #868aa8;
    margin: 15px 0px;
    font-size: 14px;
    line-height: 25px;
}

#synesto-footer .logo {
    height: 30px;
    margin-bottom: 20px;
}

.copyright {
    color: #868aa8;
    padding-top: 35px;
    margin: auto;
    text-align: center;
    font-size: 14px;
}

.tile_hidden {
    background-color: #3eabd8;
    color: white;
    padding: 10px;
    width: calc(100% - 20px);
    margin: 0px !important;
    display: none;
    cursor: pointer;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-image: url('../images/monitoring.png');
    height: 120px;
    padding-top: 70px;
    font-weight: 400;
    font-size: 20px;
}

#synesto-usage {
    float: left;
    text-align: center;
    width: 100%;
    color: black;
    margin-top: 80px;
}

.usage-description {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    background-color: #3eabd8;
    display: none;
    color: white;
    height: 179px;
    padding: 20px;
    line-height: 22px;
    cursor: pointer;
}

.usage-description span
{
    font-size: 20px;
}

.usage-text {
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

#synesto-usage ul li:hover .usage-text {
    display: none;
}

#synesto-usage ul li:hover .usage-description {
    display: block;
}

.link {
    color: black;
    text-decoration: none;
}

.link:hover {
    color: #50bbe7;
}

footer {
    float: left;
    width: 100%;
    background: #2c2e3e;
}

a {
    color: #50bbe7;
    text-decoration: none;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.StripeElement {
    margin: auto;
    width: 100%;
    margin: 0px 40px;
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
#synesto-usage2 ul li {
    display: none;
}
#synesto-usage2 h2 {
    display: none;
}

.menu-list {
    display: none;
}


@media (max-width:500px) {

    #synesto-sales .synesto-img-wrapper, #synesto-monitoring .synesto-img-wrapper, #synesto-automation .synesto-img-wrapper {
        display: none;
    }

    #synesto-marketing .synesto-img-wrapper, #synesto-virtual-drive .synesto-img-wrapper {
        display: none;
    }

    #synesto-functions ul li > div:first-child{
        margin: 0 20px 0 20px;
        width: 170px;
        height: 188px;
        text-align: center;
        font-size: 15px;
        display: inline-block;

    }


    #synesto-functions ul li {
        float: left;
        width: 50%;
        height: 140px;
        text-align: center;
        font-size: 17px;
        display: inline-block;

    }

    #synesto-functions ul{
        display: inline-block;
        padding: 0;
        float: left;
        height: 350px;
        width: 100%;
    }

    .phone-number {
        display: none;
    }

    #synesto-functions{
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #synesto-usage {
        display: none;
    }

    #synesto-usage2 {
        display: block;
    }

    #synesto-usage2 ul li{
        display: block;
        float: right;
        margin-top: 60px;
        width: 50%;
        height: 140px;

    }

    .usage-text {
        margin-top: auto;
        font-size: 16px;
        margin-right: 0;
        position: relative;
        color: black;
        float: left;

    }

    #synesto-usage2 ul li img {
        height: 140px;

    }
    #synesto-usage2 h2 {
        display: block;
        text-align: center;
    }

    #navigation-top.mobile .menu-icon {
        float: left;
        margin-top: -8px;
        display: block;
        width: 60px;
        height: 50px;
        background: url(../images/menu-icon.svg) no-repeat 50% 80%;
        background-size: 45px;
        margin-left: -28px;
    }

    #synesto-header-navigation {
        display: none;
    }

    #synesto-sales .synesto-img-wrapper,
    #synesto-monitoring .synesto-img-wrapper,
    #synesto-automation .synesto-img-wrapper {
        display: none;
    }

    #synesto-marketing .synesto-img-wrapper, #synesto-virtual-drive .synesto-img-wrapper {
        display: none;
    }

    #synesto-actions .synesto-register-button {
        display: none;
    }

    #synesto-actions #synesto-login-button {
        display: none;
    }

    #synesto-actions #synesto-basket-button {
        display: block;
    }

    .col-xs-6 {
        width: 50% !important;
    }

    #synesto-logo {
        margin: 5px 10px 0px 10px;
    }

    .dropdown-toggle {
        width: 100%;
    }

    .list-group .list-group-flush {
        border-top: 1px solid black;
        margin-top: 58px;
        width: 900px;
    }

    .list-group .list-group-flush ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .list-group .list-group-flush ul li a {
        color: #313131;
        font: 18px/20px CarlitoRegular, sans-serif;
        text-decoration: none;
        display: block;
        padding: 17px 40px;
        border-bottom: 1px solid black;
        background-color: #d8d8d8;
        height: 3em;
        margin-top: auto;
    }

    .list-group .list-group-flush ul li a:hover {
        color: lightskyblue;
        border-bottom: 1px solid lightskyblue;
    }


    .dropdown-menu .dropdown-menu-lg .p-0 {
        display: none;
    }

    #synesto-homepage h1, #synesto-single-campaign h1, #synesto-single-application h1, #synesto-group-functions h1 {
        font-size: 30px;
        margin-top: 40px;
        text-align: center;
        padding: 0 15px;
    }
}

#synesto-blog .blog {
    width: 100%;
    float: left;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    text-align: center;
}

.image-blog {
    width: 80%;
    height: 193px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.heading-blog {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 24px;
}

.text-blog {
    width: 80%;
    max-height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    font-size: 18px;
    overflow: hidden;
}

.blog-button {
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 120px;
    height: 30px;
    color: #50bbe7;
    border: 1px solid #50bbe7;
    border-radius: 5px;
    margin-top: 26px;

}

.blog-button:hover {
    cursor: pointer;
    background-color: #50bbe7;
    color: white;

}

.container {
    margin-top: 150px;
}

.blog-news-photo {
    height: 300px;
}

.blog-news-heading {
    padding: 5px 35px 0 35px;
    height: auto;
    font-size :34px;
    margin-top: 25px;
    font-weight: 300;
    margin-bottom: 30px;

}

.blog-news-text {
    height: auto;
    padding: 0px 35px 0 35px;
    line-height: 32px;
    text-align: justify;

}

.photo1 {
    margin-left: auto;
    height: 100%;
    margin-right: auto;
    width: 50%;
    background-image: url("../images/tile_automation.png");

}

.dropdown-menu.dropdown-menu-lg.p-0 {
    width: 100%;
    /*height: 393px;*/
    margin-top: 40px;
    line-height: 0.88;
    /*background-color: #fbfbfb !important;
    background-color: #fbfbfb !important;*/

}


.dropdown, .dropleft, .dropright, .dropup {
    position: inherit;
}

.ebook {
    width: 375px;
    height: 368px;
    border-right: 1px solid #d9d9d9;
    float: left;
    position: relative;
}

.e-book {
    float: left;
    width: 180px;
}
.ebook-photo {
    width: 180px;
    height: 179px;
    border: 1px solid #f1f1f1;
    margin-left: -10px;
    margin-top: -20px;
}

.ebook .wrapper {
    height: 368px;
    position: absolute;
    width: 600px;
}
.frame {
    width: 180px;
    overflow: hidden;
    margin-left: 96px;
    margin-top: 18px;
    position: absolute;
    height: 390px;
    float: left;
    display: block;
    height: 390px;
    float: left;
    display: block;
}

.ebook-photo {
    width: 180px;
    height: 179px;
    margin-left: -10px;
    border: 1px solid #f1f1f1;
    background: #fff;
}

.ebook-text {
    width: 180px;
    height: 109px;
    position: absolute;
    margin-top: 177px;
    margin-left: -1px;
    background-color: #e9e9e9;
}

.ebook-info {
    width: 66px;
    height: 27px;
    background-color: #27aee8;
    color: white;
    position: absolute;
    margin-top: 30px;
    margin-left: 77px;
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
    font-size: 15px;
}

.ebook-download {
    width: 135px;
    height: 32px;
    margin-top: 127px;
    margin-left: 13px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px !important;
    padding-top: 11px;
    border: 1px solid #26aee7;
    font-weight: bold;
    color: #26aee7;
    cursor: pointer;
}

.ebook-download:hover {
    background-color: #26aee7;
    color: #ffffff;
}

#synesto-header .list-group-item {
    position: inherit;
    border: none;
    float: left;
}

.list-group-1 {
    float: left;
    width: 260px;
}

.look-button {
    width: 158px;
    height: 32px;
    background-color: #26aee7;
    margin-left: 41px;
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
    border-radius: 6px;
    border: 1px solid #26aee7;
    color: #ffffff !important;
    font-size: 14px !important;
}

.look-button:hover {
    background-color: #ffffff;
    color: #26aee7;
    cursor: pointer;
}


.nav-prev {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 147px;
    margin-left: 30px;
    display: block;
    cursor: pointer;
}

.nav-next {
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 147px;
    margin-right: 10px;
    display: block;
    cursor: pointer;
}

.menu-content .list-group-2:first-child {
    padding-left: 60px;
}

.menu-content .list-group-2.ads .discount {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 42%;
    left: 50%;
    margin-left: -100px;
    font-size: 39px;
    font-weight: 600;
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 18px 20px;
}

.list-group-2 {
    /*float: left;*/
    display: table-cell;
    width: 33%;
}

.list-group-2.ads {
    background: #50bbe7;
    color: #fff;
    height: 100%;
    position: relative;
}

.list-group-3 {
    float: left;
    width: 25%;
}

.menu-content {
    /*float: left;*/
    display: inline-table;
    width: 100%;
    /*padding: 10px 60px;*/
}

#synesto-header-navigation > ul ul {
    width: 85%;
}

.container-form {
    width: 100%;
    margin-top: 50px;
}
.form {
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.form-text {
    font-size: 32px;
    text-align: center;
    padding-top: 70px;
    /*font-weight: bolder;*/
    color: #1baae6;
}

.form-text2 {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}

.name-company {
    width: 664px;
    height: 59px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 40px;

}

.email-company {
    width: 664px;
    height: 59px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;

}

.phone-company {
    width: 664px;
    height: 59px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;

}

#partner-name {
    width: 664px;
    height: 59px;
    border: 1px solid black;
    padding-left: 30px;
}

#partner-email {
    width: 664px;
    height: 59px;
    border: 1px solid black;
    padding-left: 30px;
}
#partner-phone {
    width: 664px;
    height: 59px;
    border: 1px solid black;
    padding-left: 30px;
}

.agree-conditions {
    margin-top: 60px;
    padding: 0 60px 0 100px;
    font-size: 14px;
}

.agree-conditions input {
    margin-left: -35px;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;

}


.send-form {
    width: 664px;
    height: 59px;
    background-color: #1baae6;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    margin-top: 25px;
}

.send-form input {
    width: 664px;
    height: 59px;
    background-color: #1baae6;
    border: none;
    color: white;
}

.agree-form {
    font-size: 14px;
    padding: 0 60px 0 65px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.image-form {
    float: left;
    width: 50%;
    margin-top: 80px;
    border-left: 20px solid #dbdcdd;


}

@media (max-width:500px) {

    .form {
        width: 100%;
        padding: 0 5px 0 5px;
    }

    .name-company {
        width: 100%;
    }

    #name {
        width: 80%;
    }

    .email-company {
        width: 100%;
    }

    #email {
        width: 80%;
    }

    .phone-company {
        width: 100%;
    }

    #phone {
        width: 80%;
    }

    .send-form {
        width: 100%;
    }

    .send-form input {
        width: 80%;
    }

    .image-form {
        width: 100%;
        border: none;
        margin-top: -20px;
    }

    .image-form img {
        width: 100%;
    }
}

.container-free-account {
    width: 100%;

}

.agree-conditions1 {
    float: left;
    margin-top: 60px;
    padding: 0 60px 0 100px;
    font-size: 14px;
}

.agree-form1 {
    float: left;
    font-size: 14px;
    padding: 0 60px 0 100px;
    margin-top: 25px;
    margin-bottom: 25px;

}

.free-account-form {
    width: 100%;

}

.free-account {
    width: 50%;
    background-color: #f1f1f1;
    margin-top: 100px;
    float: left;
}

.free-account-text {
    width: 100%;
    text-align: center;
    font-size: 32px;
    padding-top: 30px;
    font-weight: bolder;
    float: left;
}

.free-account-text2 {
    width: 100%;
    padding-top: 15px;
    text-align: center;
    font-size: 20px;
    float: left;
    font-weight: 300;

}

.name-account {
    width: 35%;
    height: 50px;
    float: left;
    margin-left: 80px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.email-account {
    width: 35%;
    height: 50px;
    float: left;
    margin-left: 40px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.company-account {
    width: 35%;
    height: 50px;
    float: left;
    margin-left: 80px;
    margin-bottom: 29px;
}

.password-account {
    width: 35%;
    height: 50px;
    float: left;
    margin-left: 40px;
    margin-bottom: 29px;
}

.number-code-account {
    width: 20%;
    height: 50px;
    float: left;
    margin-bottom: 29px;

}

.phone-number-account {
    width: 78%;
    height: 50px;
    float: left;
    margin-left: 4px;
    margin-bottom: 29px;
}

.phone-code {
    float: left;
    margin-left: 80px;
    width: 35%;
    height: 50px;
}

.address-www-account {
    width: 35%;
    height: 50px;
    float: left;
    margin-left: 40px;
    margin-bottom: 30px;
}

.sign-in-account {
    width: calc(100% - 160px);
    margin-top: 30px;
    color: white;
    float: left;
    text-align: center;
    /*padding-top: 14px;*/
}

.name-account #name-client {
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.email-account #email-client {
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.company-account #company-client {
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.password-account #password-client {
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.number-code-account #number-code-account-client {
    width: 100%;
    height: 50px;
    padding-left: 10px;
}

.phone-number-account #phone-client {
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.address-www-account #website-client {
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.address-www-account label {
    display: block;
}

.sign-in-account button {
    width: 200px;
    width: 100%;
    height: 42px;
    margin-left: 80px;
    margin-right: 80px;
    background-color: #26aee7;
    color: white;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.sign-in-account button:hover {
    background-color: #ffffff;
    color: #26aee7;
    border: 1px solid #26aee7;
}

.send-form input:hover {
    background-color: #ffffff;
    color: #26aee7;
    border: 1px solid #26aee7;
}

@media (max-width:500px) {
    .container-free-account {
        width: 100%;
    }

    .free-account {
        width: 100%;
    }


    .name-account {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 175px;
        width: 77%;
    }

    .email-account {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 77%;
    }

    .company-account {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 77%;
    }

    .password-account {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 77%;
    }

    .number-code-account {
        margin-left: 0;
    }


    .phone-code {
        width: 77%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .address-www-account {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 29px;
        width: 77%;
    }

    .sign-in-account {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

    .agree-conditions1 {
        width: 100%;
        padding-left: 67px;
    }

    .agree-form1 {
        width: 100%;
        padding-left: 67px;
    }

}

.container-login {
    margin-top: 70px;
    background: url(../images/tlo-login.png);
    max-width: 1585px;
    height: 680px;

}
.logo-login img {
    width: 45%;
}

.login {
    width: 50%;
    float: left;
    margin: 100px auto;
}

.paragraph-login, .paragraph-password {
    height: 30px;
    width: 262px;
    float: left;
}
#login-body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.login-text {
    font-size: 32px;
    text-align: center;
    font-weight: 400;
}

.email-login {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.email-login input {
    width: 100% !important;
    height: 55px !important;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 45px;
    border: 1px solid #cccccc !important;
}

.password-login {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.password-login input {
    width: 100% !important;
    height: 55px !important;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    border: 1px solid #cccccc !important;
}

.forgot-password {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.loggining {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.loggining input {
    width: 100% !important;
    height: 55px !important;
    margin-top: 35px;
    background-color: #26aee7;
    color: #ffffff;
    border: none;
    border-radius: 0.25rem;
}
.login-bottom {
    width: 100%;
}
.login-bottom label.error {
    float: left;
    padding: 2px 0px 0px 4px ;
}

.loggining input:hover {
    background-color: #ffffff;
    color: #26aee7;
    border: 1px solid #26aee7;
}


.last-act {
    font-size: 13px;
    margin-left: 30px;
    margin-top: 15px;
}


.login-video {
    width: 90%;
    height: 275px;
    border: 1px solid black;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}


.login3-join {
    width: 80%;
    height: 40px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.login3-join input {
    width: 100%;
    height: 40px;
    background-color: #26aee7;
    color: #ffffff;
    border: none;
}

.login3-join input:hover {
    background-color: #ffffff;
    color: #26aee7;
    border: 1px solid #26aee7;
}

@media (max-width:500px) {

    .login {
        width: 100%;
    }

    .forgot-password {
        margin-top: 20px;
        font-size: 16px;
    }

    .login-baner1 {
        width: 100%;
        margin-top: 20px;
    }

    .last-act {
        font-size: 15px;
    }

    .agree-conditions {
        margin-top: 50px;
    }
}

.container-partner {
    float: left;
    width: 100%;

}
.menu-left {
    width: 16%;
    float: left;
    background-color: #f5f5f5;
    margin-top: 85px;
}

.company-info {
    width: 100%;
    height: 65px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    background-color: #353535;
    color: white;
    padding-top: 25px;
}

.menu-left-list {
    margin-left: -40px;

}

.menu-left-list li {
    height: 45px;
    border-bottom: 1px solid #cecece;
    list-style-type: none;
    color: black;
    font-size: 17px;
    font-weight: 400;
    font-family: Roboto;
    line-height: 45px;
}

.menu-left-list li:hover {
    background-color: #acacac;
    color: white;
}

.table-partner {
    margin-top: 30px;
    float: left;
    width: 82%;
    margin-left: 20px;
    line-height: 38px;
}


.list-menu-partner li {
    background-color: #f5f5f5;
    width: 200px;
    list-style-type: none;

}


.menu-partner {
    width: 237px;
    margin-top: 5px;
    margin-left: -54px;

}

.table1 {
    background-color: #f7f7f7;
}


.partner-baner {
    width: 200px;
    height: 40px;
    border: 1px solid #d6d6d6;
    float: right;
    margin-top: 95px;
    margin-right: 26px;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    padding-top: 7px;
    font-weight: 400;
    font-family: Carlito;
    padding-left: 13px;
    cursor: pointer;
}

.list-menu-partner .list-group-item {
    height: 40px;
    padding-top: 7px;
}

.banner-image {
    background-image: url("../images/panel-partnera/user.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 30px;
    position: absolute;
    margin-top: -1px;
    margin-left: 2px;
}

.id-partner {
    width: 3%;
    text-align: center;
    font-family: Carlito;
    font-size: 15px;
}

.name-partner {
    width: 20%;
    padding-left: 100px;
    font-family: Carlito;
    font-size: 15px;
}

.price-partner {
    width: 12%;
    text-align: center;
    font-family: Carlito;
    font-size: 15px;
}

.status-partner {
    width: 12%;
    text-align: center;
    font-family: Carlito;
    font-size: 15px;
}

.open-partner {
    width: 15%;
    text-align: center;
    font-family: Carlito;
    font-size: 15px;
}

.table-client {
    width: 200px;
    height: 30px;
    float: left;
    margin-top: 100px;
    font-size: 30px;
    margin-left: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.id-number {
    text-align: center;
}

.desktop {
    width: 32px;
    height: 44px;
    background-image: url("../images/panel-partnera/desktop-black-white.png");
    background-repeat: no-repeat;
    background-position-y: center;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
}


.customers {
    width: 32px;
    height: 44px;
    background-image: url("../images/panel-partnera/customers-black-white.png");
    background-repeat: no-repeat;
    background-position-y: center;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
}


.settlements {
    width: 32px;
    height: 44px;
    background-image: url("../images/panel-partnera/settlements-black-white.png");
    background-repeat: no-repeat;
    background-position-y: center;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
}


.invoices {
    width: 32px;
    height: 44px;
    background-image: url("../images/panel-partnera/invoices-black-white.png");
    background-repeat: no-repeat;
    background-position-y: center;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
}

.users {
    width: 32px;
    height: 44px;
    background-image: url("../images/panel-partnera/users-black-white.png");
    background-repeat: no-repeat;
    background-position-y: center;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
}


.help {
    width: 32px;
    height: 44px;
    background-image: url("../images/panel-partnera/help-black-white.png");
    background-repeat: no-repeat;
    background-position-y: center;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
}


.contact {
    width: 32px;
    height: 44px;
    background-image: url("../images/panel-partnera/contact-black-white.png");
    background-repeat: no-repeat;
    background-position-y: center;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
}


a:hover .icon1 {
    background-position-x: -32px;
}
a:hover .icon2 {
    background-position-x: -33px;
}
a:hover .icon4 {
    background-position-x: -37px;
}
a:hover .icon5 {
    background-position-x: -35px;
}
a:hover .icon6 {
    background-position-x: -30px;
}



@media (max-width:500px) {

    .menu-left {
        width:100%;
    }

    .partner-baner {
        margin-top: 30px;
    }

    .status-partner {
        width: 17%;
        border-right: 1px solid #cecece;
    }

    .table-partner {
        width: 100%;
        margin: 0;
    }

    .table-client {
        margin-bottom: 45px;
        margin-top: 30px;
    }

    .id-partner {
        border-right: 1px solid #cecece;
    }

    .name-partner {
        border-right: 1px solid #cecece;
        padding-left: 12px;
    }

    .price-partner {
        border-right: 1px solid #cecece;
    }

    .table-partner {
        line-height: 45px;
    }
}

.form-contact {
    width: 43%;
    margin-top: 170px;
    float: left;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    background-color: #f7f7f7;
    margin-left: 10px;
}

.form-contact .name-account #name {
    width: 100%;
    float: left;
    font-size: 16px;
}

.form-contact .name-account {
    width: 36%;
    font-size: 16px;
}

.form-contact .email-account #email {
    width: 100%;
    float: left;
    font-size: 16px;
}

.form-contact .email-account {
    width: 36%;
    font-size: 16px;
}

.form-contact .company-account #name {
    width: 100%;
    float: left;
    font-size: 16px;
}

.form-contact .company-account {
    width: 36%;
    font-size: 16px;
}

.form-contact .phone-code {
    width: 52%;
    font-size: 16px;
}

.form-contact .phone-code #number-code-account {
    width: 50px;
    float: left;
    padding-left: 9px;
    font-size: 16px;
}

.form-contact .number-code-account {
    margin-left: 40px;
    width: 50px;
    margin-right: 20px;
    font-size: 16px;
}

.form-contact .phone-number-account #phone {
    width: 100%;
    float: left;
    margin-left: -30px;
    padding-left: 15px;
    font-size: 16px;
}

.form-contact .phone-number-account {
    float: left;
    width: 53%;
    margin-left: 18px;
    font-size: 16px;
}

.message-contact .formField{
    width :78%;
    margin-left: 11px;
    height: 100px;
    padding-left: 20px;
    font-size: 16px;
}

#sendBtn {
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #cecece;
    margin-bottom: 40px;
}

#sendBtn:hover {
    background-color: #acacac;
    color: #FFFFFF;
}

.send-button {
    width: 150px;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
}

.container-sales {
    width: 40%;
    float: left;
    font-size: 32px;
    font-weight: bolder;
}

.sales1 {
    width: 40%;
    margin-left: 40px;
    margin-top: 43px;
    float: left;
    padding-left: 60px;
    font-size: 16px;
}

.benefits-sales {
    text-align: center;
    font-size: 32px;
    margin-top: 40px;
}

.id-invoices {
    width: 18%;
    padding-left: 80px;
    font-family: Carlito;
}

.price-invoices-netto {
    width: 18%;
    padding-left: 20px;
    font-family: Carlito;
}

.price-invoices-brutto {
    width: 18%;
    padding-left: 40px;
    font-family: Carlito;
}

.status-invoices {
    width: 12%;
    text-align: center;
    font-family: Carlito;
}

.term-invoices {
    width: 14%;
    text-align: center;
    font-family: Carlito;
}

.button-invoices {
    height: 40px;
    width: 12%;
    font-family: Carlito;
    text-align: center;
}
.button-invoices button {
    border: 1px solid #acacac;
}

.button-invoices button:hover {
    background-color: #acacac;
    color: white;
}

.hamburger {
    display: none;
}

@media (max-width:500px) {
    .id-invoices {
        text-align: center;
        border-right: 1px solid #cecece;
        padding: 0
    }

    .price-invoices-netto {
        display: none;
    }

    .price-invoices-brutto {
        display: none;
    }

    .status-invoices {
        padding: 0;
        border-right: 1px solid #cecece;
        text-align: center;
    }

    .form-contact {
        width: 100%;
        margin-top: 25px;
        margin-left: 0;
    }

    .container-sales {
        width: 100%;
    }

    .sales1 {
        width: 85%;
    }

    .button-invoices button {
        font-size: 13px;
    }

    .term-invoices {
        border-right: 1px solid #cecece;
        display: none;
    }

    .hamburger {
        display: block;
        height: auto;
        width: 40px;
        background: url(../images/panel-partnera/menu-icon.png) no-repeat;
        padding-top: 48px;
        margin-top: -48px;
        margin-left: 10px;
    }



    .menu-left-list {
        display: none;
    }

    .menu-left-list1 {
        width: 900px;
        height: auto;
        overflow: hidden;

    }

    .menu-left-list1 li {
        height: 45px;
        width: 100%;
        border-bottom: 1px solid #cecece;
        list-style-type: none;
        color: black;
        font-size: 17px;
        font-weight: 400;
        font-family: Roboto;
        line-height: 45px;
        margin-left: -40px;
        padding-left: 30px;
    }

    .menu-left-list1 ul li a {
        display: block;
    }

    .price-partner {
        display: none;
    }

    .status-partner {
        display: none;
    }

    .open-partner {
        display: none;
    }

    .details {
        width: 15%;
    }
    .details button {
        width: 80%;
        margin-left: 10px;
        font-family: Carlito;
        text-align: center;
        border: 1px solid #acacac;

    }

    .name-partner {
        width: 30%;
    }

    .form-contact .name-account {
        width: 70%;
        margin-top: 15px;
    }

    .form-contact .email-account {
        width: 70%;
    }

    .form-contact .company-account {
        width: 70%;
    }

    .form-contact .phone-code {
        width:70%;
    }

    .form-contact .phone-number-account {
        width: 70%;
        margin-left: 10px;
    }

    .form-contact .number-code-account {
        margin-left: 0;

    }

    .form-contact .phone-number-account #phone {
        margin-left: 0;
    }

    .message-contact {
        margin-top: 39px;
    }

    .message-contact .formField {
        width: 80%;
    }

    .company-info {
        background-color: white;
        color: #353535;
    }
}

.details {
    height: 40px;
    width: 12%;
    font-family: Carlito;
    text-align: center
}


.details button {
    border: 1px solid #acacac;
    width: 55%;
}

.container-sms {
    width: 100%;
}

#menu-left-sms {
    float: left;
    margin-top: 100px;
    width:15%;
    background-color: #acacac;
}

#menu-left-sms a:active {text-decoration:underline;}

#menu-left-sms a {
    color: black;
}

#menu-left-sms a:hover {
    color:white;
}

.article-sms {
    float: left;
    width: 43%;
    margin-top: 100px;
    background: silver;
    padding: 20px;
}

.article-head {
    border-bottom: 1px solid black;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.examples-sms {
    width: 42%;
    height: 3000px;
    background-color: yellow;
    float: left;
    margin-top: 100px;

}

#synesto-login-button-phone {
    display: none;
}

.baner-help-right {
    display: none;
    width: 236px;
    text-align: center;
    position: fixed;
    right: -209px;
    top: 30%;
    font-weight: bolder;
    border: 1px solid #acacac;
    z-index: 1;
    border-radius: 25px;
}


.baner-help {
    display: block;
    float: left;
    text-transform: uppercase;
    width: 26px;
    height: 170px;
    border-right: 1px solid #acacac;
    line-height: 1.5em;
    font-weight: bold;
    padding-top: 24px;
    cursor: pointer;
}

.profesion-guardian {
    font-size: 12px;
}

.help-baner-right {
    margin-top: 10px;
    width: 100%;
}

.message-baner-right {
    margin-top: 10px;
}

.phone-baner-right {
    margin-top: 10px;
}

.help-baner-right button {
    width: 70%;
    background-color: #FFFFFF;
    border: 1px solid #acacac;
}

.message-baner-right button {
    width: 70%;
    background-color: #FFFFFF;
    border: 1px solid #acacac;
}

.phone-baner-right button {
    width: 70%;
    background-color: #FFFFFF;
    border: 1px solid #acacac;
}

#synesto-homepage .start-button, #synesto-homepage .contact-button, #synesto-group-functions .contact-button {
    font-size: 14px !important;
}

#synesto-homepage .contact-button {
    font-size: 17px !important;
    background: #fff;
    margin-top: 24px;
}

@media (max-width:510px) {
    #synesto-homepage h2, #synesto-single-campaign h2, #synesto-single-application h2, #synesto-group-functions h2 {
        width: 90%;
    }

    #synesto-homepage, #synesto-single-campaign, #synesto-single-application, #synesto-group-functions {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
        margin-top: 40px;
    }

    #synesto-campaign .synesto-compaign-box.email-marketing, #synesto-campaign .synesto-compaign-box.chat {
        width: 100%;
        padding: 15px;
        margin-top: 40px;
    }

    #synesto-campaign .synesto-compaign-box.sms-marketing, #synesto-campaign .synesto-compaign-box.webpush {
        width: 100%;
        padding: 15px;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    #synesto-login-button-phone {
        border: 1px solid #1baae6;
        display: block;
        width: 52px;
        float: right;
    }

    #synesto-homepage h2, #synesto-single-campaign h2, #synesto-single-application h2, #synesto-group-functions h2 {
        font-size: 19px;
        text-align: left;
    }

    #synesto-campaign {
        border-bottom: none;
    }

    #synesto-campaign .synesto-compaign-box h1 {
        font-size: 26px;
    }

    #synesto-campaign {
        padding: 0 25px;
    }

    #synesto-campaign .wrapper {
        width: 100%;
    }

    #synesto-campaign .synesto-compaign-box .text {
        font-size: 19px !important;
    }

    #synesto-sales p, #synesto-marketing p, #synesto-monitoring p, #synesto-virtual-drive p, #synesto-automation p {
        text-align: left;
    }

    .synesto-tool .synesto-tool-list, .synesto-tool .synesto-tool-list li {
        text-align: left;
    }

    #synesto-footer {
        padding: 0 20px 20px 20px;
    }

    #synesto-footer h4 {
        margin-top: 15px;
    }
}

@media (max-width:240px) {
    #synesto-homepage .start-button {
        margin-right: auto;
        margin-left: auto;
    }



    #synesto-homepage .start-button, #synesto-homepage .contact-button, #synesto-group-functions .contact-button {
        font-size: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    #synesto-functions ul li:hover  {
        border: none;
    }
}

#synesto-functions ul li  {
    border: 1px solid #fff;
}

#synesto-functions.main-menu {
    -webkit-box-shadow: 0px 8px 22px -12px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 8px 22px -12px rgba(179, 179, 179, 1);
    box-shadow: 0px 8px 22px -12px rgba(179, 179, 179, 1);
}

/*#synesto-functions ul li:hover  {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}*/

#synesto-functions ul li > div:first-child:hover {
    color: lightskyblue;
}

@media (max-width:500px) {
    #synesto-functions ul li:hover  {
        border: none;
    }

    #synesto-functions ul li  {
        border: none;
    }

    #synesto-homepage .start-button, #synesto-homepage .contact-button, #synesto-group-functions .contact-button {
        font-size: 13px !important;
    }

    #synesto-functions ul li {
        width: 50% !important;
        display: inline-table;
    }

    #synesto-homepage .start-button, #synesto-homepage .contact-button, #synesto-group-functions .contact-button {
        font-size: 15px !important;
    }

    #synesto-campaign .synesto-compaign-box .synesto-button {
        font-size: 15px;
    }
}

#synesto-functions {
    padding: 0px;
    margin: auto;
}

#synesto-functions ul {
    padding: 0px;
}

.forgotten-password {
    float: left;
    width: 50%;
}

.email-forgotten {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.email-forgotten input {
    width: 100% !important;
    height: 55px !important;
    margin-top: 45px;
    border: 1px solid #cccccc !important;
    padding-left: 30px;
}

.forgot-password-text {
    font-size: 32px;
    text-align: center;
    font-weight: bolder;
    margin-top: 137px;
}

.button-forgotten-password {
    width: 100%;
    margin-bottom: 135px;
}

.button-forgotten-password button {
    width: 100% !important;
    height: 55px !important;
    margin-top: 35px;
    background-color: #26aee7;
    color: #ffffff;
    border: none;
    border-radius: 0.25rem;
}

.button-forgotten-password button:hover {
    background-color: #ffffff;
    color: #26aee7;
    border: 1px solid #26aee7;
}

label.error {
    color: red;
    font-size: 13px;
    padding: 5px 0px 0px 10px;
}

.mobile-marketing {
    border: none;
}

#synesto-sales-mobile {
    display: none;
}

#synesto-sales {
    display: block;
}

.email-login input:focus {
    border: 1px solid #26aee7 !important;
    outline: none;
}

.password-login input:focus {
    border: 1px solid #26aee7 !important;
    outline: none;
}

.email-forgotten input:focus {
    border: 1px solid #26aee7 !important;
    outline: none;
}

.name-account input:focus {
    border: 1px solid #26aee7 !important;
    outline: none;
}

.email-account input:focus {
    border: 1px solid #26aee7 !important;
    outline: none;
}

.company-account input:focus {
    border: 1px solid #26aee7 !important;
    outline: none;
}

.password-account input:focus {
    border: 1px solid #26aee7 !important;
    outline: none;
}

.number-code-account input:focus {
    border: 1px solid #26aee7 !important;
    outline: none;
}

.phone-number-account input:focus {
    border: 1px solid #26aee7 !important;
    outline: none;
}

.address-www-account input:focus {
    border: 1px solid #26aee7 !important;
    outline: none;
}

.pricelist {
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 500px) {
    .mobile-marketing {
        border-top: 1px solid #f0f0f0;
        display: block;
        width: 100%;
        float: left;
        padding-top: 50px;
    }

    #synesto-sales-mobile {
        display: block;
    }

    #synesto-sales {
        display: none;
    }

    #synesto-sales-mobile p, #synesto-marketing p, #synesto-monitoring p, #synesto-virtual-drive p, #synesto-automation p {
        line-height: 32px;
        text-align: justify;
    }

    #synesto-sales-mobile .col-lg-6 {
        padding-left: 25px;
        padding-right: 25px;
        font-weight: 300;
    }

    #synesto-sales-mobile, #synesto-monitoring, #synesto-automation {
        float: left;
        width: 100%;
        border-top: 1px solid #e8e8e8;
        padding: 20px 15px;
    }

    #synesto-sales-mobile .container {
        margin-top: 10px;
    }

    #synesto-functions ul li > div:first-child {
        margin: 0 20px 0 20px;
        width: 170px;
        height: 188px;
        text-align: center;
        font-size: 19px;
        display: inline-grid
    }

    .menu-list {
        border-top: 1px solid black;
        width: 900px;

    }

    .menu-list ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .menu-list ul li a {
        color: #313131;
        font: 18px/20px CarlitoRegular, sans-serif;
        text-decoration: none;
        display: block;
        padding: 17px 40px;
        border-bottom: 1px solid black;
        background-color: #ffffff;
        height: 3em;
        margin-top: auto;
    }
    .menu-list ul li a:hover {
        color: lightskyblue;
        border-bottom: 1px solid lightskyblue;
    }

    .dropdown-menu.dropdown-menu-lg.p-0 {
        margin-top: 0px;
        height: auto;
        width: 50%;
    }

    .forgotten-password {
        float: left;
        width: 100%;
    }

    #register-client-form {
        display: block;
        float: left;
        width: 100%;
    }

    .name-account {
        margin-top: 20px;
        height:60px;
    }

    .name-account #name-client {
        width: 100%;
        height: 52px;
        padding-left: 20px;
    }

    .email-account {
        margin-top: 0px;
    }

    .pricelist .container {
        margin-top: 30px;
    }

    .pricelist .col-xs-12.col-sm-12.col-md-4 {
        margin-bottom: 30px;
    }

    .plan .description {
        font-family: 'Roboto', sans-serif;
        font-size: 19px !important;
    }

    .plan .name {
        font-size: 35px !important;
    }

    .plan .form-group label {
        font-size: 18px !important;
    }

    .plan .synesto-button {
        font-size: 16px !important;
    }

    #synesto-module .container {
        margin-top: 90px;
    }

    #synesto-module h1 {
        font-size: 34px;
        font-weight: 400;
        width: 71%;
        margin: auto;
        background: #2f3538;
        color: #fff;
        padding: 10px 20px;
        position: inherit;
    }

    #synesto-module .button {
        position: absolute;
        top: 45%;
        left: 50%;
        width: 110px;
        height: 110px;
        display: block;
        font-size: 60px;
        border: 5px solid;
        text-align: center;
        border-radius: 50%;
        padding-top: 6px;
        padding-left: 10px;
        margin-top: 0px;
        margin-left: -55px;
        color: #2f3538;
    }

    #synesto-marketing .container {
        margin-top: 0px;
    }

    #synesto-monitoring .container {
        margin-top: 0px;
    }

    #synesto-virtual-drive .container {
        margin-top: 0px;
    }

    #synesto-automation .container {
        margin-top: 0px;
    }

    .menu-list.collapsing {
        overflow: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .menu-list {
        float: left;
        position: fixed;
        z-index: 99999;
    }

    #synesto {
        margin-top: 70px;
    }

    #synesto-sales-mobile p {
        margin-top:30px;
    }
}

.image-blog img {
    max-width: 100%;
    max-height: 100%;
}


#register-box {
    position: fixed;
    width: 50%;
    right: -900px;
    top: 0px;
    height: 100%;
    z-index: 100000;
    background: #fff;
    -webkit-box-shadow: -5px 0px 24px -9px rgba(66, 68, 90, 1);
    -moz-box-shadow: -5px 0px 24px -9px rgba(66, 68, 90, 1);
    box-shadow: -5px 0px 24px -9px rgba(66, 68, 90, 1);
}

#bg-shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 100000;
}

#register-box .free-account {
    width: 100%;
    margin-top: 0px;
    background: #fff;
}

#register-box .free-account-text {
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
}

#register-box > header {
    float: left;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

#register-box > header .progress-box {
    display: block;
    width: 25%;
    height: 100%;
    margin: auto;
    text-align: center;
    font-size: 15px;
    padding: 15px 0px;
}

#register-box > header .progress-box .topic span {
    font-weight: 600;
}

#register-box > header .progress-box .progress {
    height: 7px;
    margin-top: 5px;
}

#register-box > header .progress-box .progress-bar {
    background: lightskyblue;
}

#register-box #register-client-form input[type="text"],
#register-box #register-client-form input[type="phone"],
#register-box #register-client-form input[type="email"],
#register-box #register-client-form input[type="password"],
#contact-box input[type="text"],
#contact-box input[type="email"] {
    border: 1px solid rgb(210, 215, 220) !important;
}

#register-box #register-client-form .form-box,
#contact-box .form-box {
    float: left;
    width: 100%;
    padding: 0px 80px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fdfdfd;
}

#register-box #register-client-form .form-box .form-header {
    float: left;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px;
}

#register-box #register-client-form .form-box .form-subheader {
    float: left;
    font-size: 15px;
}

#register-box #register-client-form .form-box .form-group,
#contact-box .form-group {
    float: left;
    width: 100%;
    margin: 25px 0px;
}

#register-box #register-client-form .form-box .form-group.single .form-input,
#contact-box .form-box .form-group.single .form-input {
    width: 100%;
}

#register-box #register-client-form .form-box .form-group.single input {
    width: 100% !important;
}

#register-box #register-client-form .form-group .form-input,
#contact-box .form-group .form-input {
    float: left;
    width: 50%;
}

#register-box .name-account,
#register-box .email-account {
    margin-top: 28px;
}

#register-box #register-client-form .form-group input,
#contact-box .form-group input {
    float: left;
    height: 50px;
    width: calc(100% - 20px);
    padding-left: 20px;
}

#register-box #register-client-form .form-group .form-input.right input,
#contact-box .form-group .form-input.right input {
    float: right
}

#contact-box footer {
    background: none !important;
    font-size: 12px;
    color: #bbb;
    font-weight: 300;
    text-align: center;
    line-height: 19px;
}

#register-box .select-account-box {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0px 60px;
    /*border-bottom: 1px solid #f0f0f0;*/
    margin-top: 20px;
    margin-bottom: 0px;
}

#register-box .select-account-box li {
    float: left;
    width: 50%;
    text-align: center;
    font-weight: 500;
    padding: 8px 0px;
}

#register-box .select-account-box li:hover {
    cursor: pointer;
    border-bottom: 2px solid lightskyblue;
    color: lightskyblue;
}

#register-box .select-account-box li.active {
    float: left;
    border-bottom: 2px solid lightskyblue;
    color: lightskyblue;
}

#register-box .agree-conditions1,
#register-box .agree-form1 {
    padding: 0 60px 0 60px;
}

.pricelist .pack {
    border: 1px solid #50bbe7;
    text-align: center;
    border-radius: 5px;
    padding: 7px
}

.pricelist .pack > span {
    color: #50bbe7;
    font-weight: 500
}

.pricelist .pack .add {
    font-size: 14px;
    padding: 3px
}

.pricelist .pack:hover {
    background: #50bbe7;
    color: #fff;
    cursor: pointer;
}

.pricelist .pack:hover > span {
    color: #fff;
}

.pricelist .container {
    margin-top: 60px !important;
}

.remove-option {
    float: right;
    font-size: 14px;
    color: red;
    line-height: 29px;
}

.remove-option:hover {
    cursor: pointer;
    color: #555;
}

.sms-pricelist {
    float: left;
    font-size: 14px;
    padding: 10px 0px;
    color: #50bbe7;
}

.sms-pricelist span {
    font-weight: 500;
}

.pricelist-info {
    float: left;
    color: #bbb;
    font-size: 12px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

#contact-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    /*height: 50%;*/
    background: #fff;
    border-radius: 7px;
    padding: 80px 80px 50px 80px;
    -webkit-box-shadow: 0px 0px 24px -6px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 24px -6px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 24px -6px rgba(66, 68, 90, 1);
    transform: translate(-50%, -50%);
    box-shadow: -5px 0px 24px -9px rgba(66, 68, 90, 1);
    z-index: 100000;
}

#contact-box header {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 28px;
}

#contact-box .content {
    float: left;
    width: 100%;
}

#contact-box .synesto-button {
    border-radius: 0px !important;
    float: right;
    font-size: 18px;
    font-weight: 100;
    text-transform: none;
}

#contact-box .form-box {
    padding: 20px 30px;
    background: transparent;
    border: none;
}

#contact-box .form-input span {
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    color: #575962;
    padding: 8px 0px;
}

#contact-box #synesto-contact-button:hover {
    font-weight: 400;
}

.synesto-main-option-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    color: #2f3538;
}

.synesto-main-option-link:hover {
    color: #50bbe7;
}

.synesto-tool-list a:hover > span {
    color: #2f3538;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.hide {
    display: none
}

.close-register {
    float: right;
    font-size: 1.5rem;
    position: absolute;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    right: 20px;
    top: 23px;
    cursor: pointer;
}

#register-box {
    -webkit-animation: fade 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: fade 0.5s forwards;
    animation-delay: 2s;
}

@keyframes transform {
    0% {}
    100% { transform: translateX(400px);}
}
#register-box.hide.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.synesto-button-create-campaign {
    font-size: 12px;
    text-align: center;
    padding: 9px 20px 8px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #50bbe7;
    font-weight: 500;
    margin: 20px 0px 0px 0px;
    background-color: #50bbe7;
    color: #fff;
}

.synesto-button-create-campaign:hover {
    color: #fff;
}

.synesto-tool .synesto-button-create-campaign {
    margin-top: 18px;
    float: left;
}

@media (max-width: 500px) {
    #register-box {
        width: 100%;
    }

    .sign-in-account button {
        width: 200px;
        width: 100%;
        height: 42px;
        margin-left: auto;
        margin-right: auto;
        background-color: #26aee7;
        color: white;
        text-align: center;
        border: none;
        margin-top: 40px;
        text-transform: uppercase;
    }

}

.close-contact-box {
    top: 20px;
    position: absolute;
    right: 30px;
    font-weight: 700;
    cursor: pointer;
}

.synesto-button-contact {
    background: #50bbe7;
    border: 1px solid #50bbe7;
}

@media (max-width: 500px) {
    #contact-box {
        width: 90%;
        padding: 80px 40px 50px 40px;
    }

    #register-box #register-client-form .form-group .form-input, #contact-box .form-group .form-input {
        width: 100%;
    }

    #register-box #register-client-form .form-group .form-input, #contact-box .form-group .form-input.right{
        float: left;
        margin-left: -20px;
    }
}

.form-to-contact {
    float: left;
    width: 100%;
    margin-top: 70px;
}

#contact-form .col-xl-10 {
    margin: 30px auto 0px auto;
}

#contact-container {
    width: 60%;
    margin: auto;
}

#contact-container h2 {
    text-align: center;
    margin-top: 30px;
}

#contact-container #contact-form {
    width: 60%;
    margin: auto;
}

#contact-container #contact-form .col-xl-10 input {
    width: 100%;
    padding-left: 15px;
    border: 1px solid #50bbe7;
    height: 50px;
}

#contact-container #contact-form .col-xl-10 input:focus {
    border: 1px solid #50bbe7;
}

#contact-container #contact-form .col-xl-10 textarea {
    width: 100%;
    padding-left: 15px;
    border: 1px solid #50bbe7;
    min-height: 100px;
}

.button-contact-form {
    width: 78%;
    margin: 30px auto 30px auto;
}

.button-contact-form button {
    border: 1px solid #50bbe7;
    width: 100%;
    height: 50px;
    background-color: #50bbe7;
    color: #ffffff;
}

.button-contact-form button:hover {
    background-color: #ffffff;
    color: #50bbe7;
}

.input-checkbox-contact {
    float: left;
    width: 20px;
    margin-right: 10px;
}

.fotter-contact {
    width: 78%;
    margin: 12px auto 5px auto;
    display: flex;
}

.text-contact-agree {
    float: left;
    width: 90%;
    font-size: 10px;
}

@media (max-width: 500px) {
    #contact-container {
        width: 100%;
    }

    #contact-container #contact-form {
        width: 70%;
        margin: auto;
    }

    .fotter-contact {
        width: 90%;
    }

    .button-contact-form {
        width: 90%;
        margin: 30px auto 30px auto;
    }
}

#domain-search {
    margin: 60px auto 0px auto;
    width: 800px;
}

#domain-search .wrapper {
    float: left;
    width: 100%;
    height: 70px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0px 30px 0 #eaeaea;
}

#domain-search .wrapper input[type="text"] {
    float: left;
    width: 79%;
    border: none;
    color: #565656;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 20px 40px;
    background: transparent;
}

#domain-search .wrapper button {
    float: right;
    color: #fff;
    border-radius: 25px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    background: #50bbe7;
    margin: 6px;
    padding: 14px 30px;
}

.title-basket {
    float: left;
    width: 100%;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
}

.current-basket {
    float: left;
    width: 100%;
    /*border-radius: 15px;*/
    padding: 2.5rem;
    /*display: grid;*/
    grid-template-columns: 1fr 16.25rem;
    /*border: 1px solid #f0f0f0;*/
    background: #fff;
    margin-bottom: 40px;
}

.title-order {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.length-option {
    float: left;
    width: 35%;
    text-align: center;
}

.price-for-mounth {
    width: 65%;
    float: left;
    text-align: right;
}

.border-in-basket {
    height: 0.0625rem;
    border-bottom: 0.0625rem dashed rgb(210, 215, 220);
    margin: 2.25rem 0px;
}

.standard-price {
    display: inherit;
    font-size: 12px;
    width: 50%;
    float: left;
    text-align: center;
}

.promotion-price {
    width: 50%;
    float: right;
    font-size: 12px;
    text-align: right;
}

.title-order span {
    color: #2f3538;
    margin-top: 30px;
    font-weight: 200;
    padding: 10px;
}

.payment-cart {
    width: 350px;
    /*border-radius: 15px;*/
    display: grid;
    background-color: rgb(247, 249, 251);
    position: fixed;
    margin-top: 50px;
    /*border: 1px solid #f0f0f0;*/
}

.title-payment {
    font-size: 30px;
    font-weight: 400;
    line-height: 2rem;
    padding: 30px 30px 15px 30px;
}

.option-payment {
    display: grid;
    gap: 1rem 1.5rem;
    grid-template-columns: 1fr auto 0.75rem;
    -webkit-box-align: baseline;
    align-items: baseline;
    padding-bottom: 8px;
}

.option-payment span {
    font-size: 17px;
    font-weight: 400;
}

.option-payment .time-payment {
    font-size: 13px;
    font-weight: 300;
}

.border-in-basket1 {
    height: 0.0625rem;
    border-bottom: 0.0625rem dashed rgb(210, 215, 220);
    margin: 0.8rem auto;
    width: 100%;
}

.payment-final {
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    font-size: 19px;
}

.trash {
    width: 5%;
    float: right;
    font-weight: 700;
}

.go-to-payment {
    font-size: 15px;
    text-align: center;
    padding: 9px 20px 8px 20px;
    border-radius: 5px;
    border: 1px solid #50bbe7;
    font-weight: 500;
    margin: 20px 0px 0px 0px;
    background-color: #50bbe7;
    color: #fff;
    width: 100%
}

.basket-button-added,
.basket-button-add {
    text-align: center;
    padding: 9px 20px 8px 20px;
    border-radius: 5px;
    border: 1px solid #50bbe7;
    font-weight: 500;
    background: #fff;
    color: #50bbe7;
    font-size: 14px;
    width: 100%;
    margin: 20px 0px;
}

.basket-button-add {
    background: #50bbe7;
    color: #fff;
    border: 1px solid #50bbe7;
}

.current-basket.account form {
    float: left;
    clear: both;
    width: 100%;
}

.current-basket.account form input[type="text"],
.current-basket.account form input[type="email"],
.current-basket.account form input[type="password"],
.current-basket.account form select {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #f0f0f0;
}

.current-basket.account form input[type="checkbox"] {
    float: left;
    margin: 0px 10px 0px 0px;
}

.current-basket.account .form-checkbox {
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0px;
    text-align: justify;
}

.current-basket.account form input:focus,
.current-basket.account form select:focus
{
    border-color: #50bbe7;
    outline: none;
}

.current-basket.account form .row {
    margin-bottom: 15px;
}

.current-basket.account .row .input-error {
    display: none;
}

.current-basket.account .row.error input,
.current-basket.account .row.error select {
    border-color: #FF0067;
}

.current-basket.account .row.error .input-error {
    display: block;
    color: #FF0067;
    font-size: 13px;
    padding: 13px 0px;
}

.current-basket.account .row.error input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FF0067;
    opacity: 1; /* Firefox */
}

.current-basket.account .row.error input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FF0067;
}

.current-basket.account .row.error input::-ms-input-placeholder { /* Microsoft Edge */
    color: #FF0067;
}

.current-basket.account .title-order {
    margin-bottom: 40px;
}

.current-basket.account .form-subheader {
    font-size: 23px;
    font-weight: 400;
    margin: 10px 0px;
    /* background: rgb(247, 249, 251); */
    padding: 20px 15px;
    border-bottom: 0.0625rem dashed rgb(210, 215, 220);
}

.client-menu {
    float: left;
    width: 16%;
    height: 1000px;
    background-color: #fff; /*#565656;*/
    margin-top: 70px;
    border-right: 1px solid #f0f0f0;
}

.client-menu a {
    display: grid;
    height: 50px;
    padding-left: 40px;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
    line-height: 50px;
    color: #2c2e3e;
    font-size: 15px;
    font-weight: 400;
}

.client-menu a:hover,
.client-menu a.selected {
    background: #000;
    color: #fff;
}

.client-menu a.selected  {
    font-weight: 400;
    background: #000;
}

.panel .container {
    margin-top: 0px;
}

.form-subheader span.delimeter {
    font-size: 16px;
    padding: 0px 7px;
}

.form-subheader > a {
    font-size: 16px;
}

.hash {
    color: #50bbe7;
    display: inline;
}

.server-parameter {
    color: #7a7a7a;
}

.price-netto {
    font-size: 16px;
}

.color-price {
    color: #50bbe7;
    display: inline;
}

.price-netto span {
    font-size: 16px;
    font-weight: 400;
}

.price-brutto {
    font-size: 12px;
    color: #a7a7a7;
    clear: both;
}

.server-button {
    background-color: #ffffff !important;
    border: 1px solid #50bbe7;
    color: #50bbe7 !important;
    height: 100%;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    padding: 8px 12px !important;
}

.server-button:hover {
    background-color: #50bbe7 !important;
    color: #fff !important;
}





















