


body {
    background-color: #ffffff;
    color: #2f3538;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    overflow-x: hidden;
}

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-login-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:hover,
.synesto-buy:hover,
.synesto-submit:hover,
.synesto-back:hover {
    color: #fff;
    background: #50bbe7;
}

.synesto-buy,
.synesto-submit,
.synesto-payment {
    margin: auto;
    display: block;
    margin: 0px 30px;
    float: none;
}

.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-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;
    padding: 0px 15px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    /*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: 120px;
    margin-top: 70px;
    background: #fdfdfd;
}

#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%;
    background: orange;
}

#synesto-campaign .synesto-compaign-box {
    padding: 40px 25px;
}

#synesto-campaign .synesto-compaign-box h1 {
    font-size: 30px;
    font-weight: 400;
    padding-top: 50px;
}

#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 {
    float: left;
    width: 48%;
}

#synesto-campaign .synesto-compaign-box.sms-marketing,
#synesto-campaign .synesto-compaign-box.webpush {
    float: right;
    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.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 .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 {
    border-color: #50bbe7;
    background: #50bbe7;
    color: #fff;
}

#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 {
    float: left;
    margin-top: 0px;
    margin-bottom: 40px;
}

#synesto-functions ul li {
    float: left;
    width: 200px;
    height: 200px;
    text-align: center;
    font-size: 16px;
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px !important;
}

#synesto-functions ul li:hover {
    cursor: pointer;
}

#synesto-functions ul li > div:first-child {
    width: 100%;
    height: 60px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0px !important;
    padding-top: 140px;
    color: #575962;
    font-weight: 300;
}

#synesto-functions ul li .lead {
    background-image: url('../images/tile_lead.png');
}

#synesto-functions ul li .basket {
    background-image: url('../images/tile_odzyskiwanie.png');
}

#synesto-functions ul li .segmentation {
    background-image: url('../images/tile_segmentacja.png');
}

#synesto-functions ul li .crm {
    background-image: url('../images/tile_CRM.png');
}

#synesto-functions ul li .communication {
    background-image: url('../images/tile_komunikacja.png');
}

#synesto-functions ul li .notification {
    background-image: url('../images/tile_powiadomienia.png');
}

#synesto-functions ul li .discount {
    background-image: url('../images/tile_kody.png');
}

#synesto-functions ul li .monitoring {
    background-image: url('../images/monitoring.png');
}

#synesto-functions ul li .automation-marketing {
    background-image: url('../images/tile_automation.png');
}

#synesto-functions ul li .sms {
    background-image: url('../images/tile_SMS.png');
}

#synesto-functions ul li .email {
    background-image: url('../images/tile_email.png');
}

#synesto-functions ul li .chat {
    background-image: url('../images/tile_chat.png');
}

#synesto-functions ul li .talking {
    background-image: url('../images/tile_rozmowa.png');
}

#synesto-functions ul li .observe {
    background-image: url('../images/tile_obserwuj.png');
}

#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: 80px 15px;
}

#synesto-content {
    float: left;
    width: 100%;
    padding: 80px 15px;
}

.pricelist .plan,
.order .box,
.payment .box {
    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: 11px;
    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: 10px 0px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #555;
    min-height: 120px;
}

.pricelist .form-group,
.order .form-group {
    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;
    display: block;
    margin: 10px 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;
}

.pricelist .plan, .order .box

.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 20px 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;
}

.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: 200px;
        text-align: center;
        font-size: 17px;
        display: inline-block;

    }


    #synesto-functions ul li {

        width: 50%;
        height: 200px;
        text-align: center;
        font-size: 17px;
        display: inline-block;



    }

    #synesto-functions ul{
        padding: 0;


    }

    .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;
    }

    #navigation-top.mobile .menu-list {
        border-top: 1px solid black;
        margin-top: 58px;
        width: 900px;

    }

    #navigation-top.mobile .menu-list ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    #navigation-top.mobile .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: #d8d8d8;
        height: 3em;
        margin-top: auto;

    }
    #navigation-top.mobile .menu-list ul li a:hover {
        color: lightskyblue;
        border-bottom: 1px solid lightskyblue;
    }

    #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: 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-blog .blog {
    width: 100%;
    float: left;
    height: 519px;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    text-align: center;
}

.image-blog1 {
    width: 80%;
    height: 193px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.heading-blog1{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;

}

.text-blog1 {
    width: 80%;
    height: 182px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;

}

.blog-button {
    position: absolute;
    width: 120px;
    height: 30px;
    color: #50bbe7;
    border: 1px solid #50bbe7;
    border-radius: 5px;
    margin-top: 26px;
    margin-left: 20px;

}

.blog-button:hover {
    cursor: pointer;
    background-color: #50bbe7;
    color: white;

}

.image-blog2 {
    width: 80%;
    height: 193px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.heading-blog2{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.text-blog2 {
    width: 80%;
    height: 182px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.image-blog3 {
    width: 80%;
    height: 193px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.heading-blog3{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.text-blog3 {
    width: 80%;
    height: 182px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.image-blog4 {
    width: 80%;
    height: 193px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.heading-blog4{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.text-blog4 {
    width: 80%;
    height: 182px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.image-blog5 {
    width: 80%;
    height: 193px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.heading-blog5{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.text-blog5 {
    width: 80%;
    height: 182px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.image-blog6 {
    width: 80%;
    height: 193px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.heading-blog6{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.text-blog6 {
    width: 80%;
    height: 182px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.image-blog7 {
    width: 80%;
    height: 193px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.heading-blog7{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.text-blog7 {
    width: 80%;
    height: 182px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.image-blog8 {
    width: 80%;
    height: 193px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.heading-blog8{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.text-blog8 {
    width: 80%;
    height: 182px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.image-blog9 {
    width: 80%;
    height: 193px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.heading-blog9{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.text-blog9 {
    width: 80%;
    height: 182px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.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;
}

.list-group-2 {
    float: left;
    width: 260px;
}

.list-group-3 {
    float: left;
    width: 260px;
}

.menu-content {
    float: left;
    width: 100%;
    padding: 10px 60px;
}

.container-form {
    width: 100%;
}
.form {
    width: 50%;
    float: left;
    margin-top: 80px;
    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;
}

.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: 20px;

}

.phone-company {
    width: 664px;
    height: 59px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;

}

#name {
    width: 664px;
    height: 59px;
    border: 1px solid black;
    padding-left: 30px;
}

#email {
    width: 664px;
    height: 59px;
    border: 1px solid black;
    padding-left: 30px;
}
#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;

}

.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: 30px;
}

.password-account {
    width: 35%;
    height: 50px;
    float: left;
    margin-left: 40px;
    margin-bottom: 30px;
}

.number-code-account {
    width: 20%;
    height: 50px;
    float: left;
    margin-bottom: 30px;

}

.phone-number-account {
    width: 78%;
    height: 50px;
    float: left;
    margin-left: 4px;
    margin-bottom: 30px;
}

.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: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    float: left;
    text-align: center;
    padding-top: 14px;
}

.name-account #name {
    width: 100%;
    height: 50px;
}

.email-account #email {
    width: 100%;
    height: 50px;
}

.company-account #name {
    width: 100%;
    height: 50px;
}

.password-account #password {
    width: 100%;
    height: 50px;
    padding-left: 30px;
    border: 1px solid black;
}

.number-code-account #number-code-account {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 1px solid black;
}

.phone-number-account #phone {
    width: 100%;
    height: 50px;
}

.address-www-account #name {
    width: 100%;
    height: 50px;
}

.address-www-account label {
    display: block;
}

.sign-in-account input {
    width: 200px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #26aee7;
    color: white;
    text-align: center;
    border: none;
    margin-top: -5px;
}

.sign-in-account input: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;
        margin-top: -10px;
        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: 30px;
        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;

}

.login {
    width: 50%;
    float: left;

}

.login-text {
    font-size: 32px;
    text-align: center;
    font-weight: bolder;
    margin-top: 137px;
}

.email-login {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.email-login input {
    width: 100% !important;
    height: 55px !important;
    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;
    margin-top: 20px;
    border: 1px solid #cccccc !important;
}

.forgot-password {
    float: right;
    font-size: 14px;
    font-weight: bolder;
    margin-right: 80px;
    margin-top: 10px;
}

.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;
}

.loggining input:hover {
    background-color: #ffffff;
    color: #26aee7;
    border: 1px solid #26aee7;
}

.login-baner1 {
    width: 49%;
    height: auto;
    float: left;
    border: 1px solid #efefef;
    -webkit-box-shadow: 8px 8px 9px 0px rgba(239, 239, 239, 1);
    -moz-box-shadow: 8px 8px 9px 0px rgba(239, 239, 239, 1);
    box-shadow: 8px 8px 9px 0px rgba(239, 239, 239, 1);
    background-color: #ffffff;
}

.last-act {
    font-size: 13px;
    margin-left: 30px;
    margin-top: 15px;
}

.login1-text {
    width: 85%;
    margin-left: 30px;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 10px;
}

.login1-text2 {
    width: 85%;
    margin-left: 30px;
    font-size: 15px;
    margin-top: 20px;
}

.login1-read-more {
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
}

.login1-read-more input {
    width: 135px;
    height: 35px;
    background-color: #26aee7;
    color: #ffffff;
    border: none;
}

.login1-read-more input:hover {
    background-color: #ffffff;
    color: #26aee7;
    border: 1px solid #26aee7;
}

.login-baner2 {
    width: 24%;
    float: left;
    margin-top: 20px;
    border: 1px solid #efefef;
    -webkit-box-shadow: 3px 3px 9px 1px rgba(239, 239, 239, 1);
    -moz-box-shadow: 3px 3px 9px 1px rgba(239, 239, 239, 1);
    box-shadow: 3px 3px 9px 1px rgba(239, 239, 239, 1);
    background-color: #ffffff;
}

.login2-text {
    font-size: 20px;
    font-weight: bolder;
    margin-left: 30px;
    margin-top: 20px;
}

.login-video {
    width: 90%;
    height: 275px;
    border: 1px solid black;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.login2-text2 {
    margin-left: 30px;
    font-size: 14px;
    margin-top: 20px;
    margin-right: 25px;
    margin-bottom: 12px;
}

.login-baner3 {
    width: 24%;
    margin-left: 15px;
    height: auto;
    float: left;
    margin-top: 20px;
    border: 1px solid #efefef;
    -webkit-box-shadow: 3px 3px 9px 1px rgba(239, 239, 239, 1);
    -moz-box-shadow: 3px 3px 9px 1px rgba(239, 239, 239, 1);
    box-shadow: 3px 3px 9px 1px rgba(239, 239, 239, 1);
    margin-bottom: 20px;
    background-color: #ffffff;
}

.login3-text {
    margin-top: 20px;
    font-size: 20px;
    margin-left: 30px;
    font-weight: bolder;
}

.login3-text2 {
    margin-left: 30px;
    font-size: 14px;
    margin-top: 20px;
    margin-right: 25px;
}

.login3-text3 {
    margin-top: 50px;
    font-size: 14px;
}

.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%;
        margin-top: -40px;
    }

    .forgot-password {
        margin-right: 44px;
        margin-top: 20px;
        font-size: 16px;
    }

    .login-baner1 {
        width: 100%;
        margin-top: 20px;
    }

    .last-act {
        font-size: 15px;
    }

    .login1-read-more {
        margin-top: 15px;
    }

    .login-baner2 {
        width: 100%;
        margin-top: 15px;
    }

    .login-baner3 {
        width: 100%;
        margin-top: 15px;
        margin-left: 0px;
    }

    .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;

}

.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;
}

@media (max-width:490px) {
    #synesto-group-functions h2 { 
        width: 90%;
    }

}