@charset "UTF-8";

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;min-width:0}html{min-height:100%;font-weight:400;touch-action:manipulation;-ms-touch-action:manipulation}body{min-height:100%;line-height:1}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}h1,h2,h3,h4,h5{font-weight:inherit}b,strong{font-weight:700}input,button,textarea{border:0;padding:0;font-weight:inherit;background:transparent;line-height:1}hr{display:block;width:100%;height:1px;background:#ada29c;margin:0;padding:0;border:0}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder,:-moz-placeholder{color:inherit}input::placeholder{color:inherit;opacity:.7}input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none}input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="button"],[type="submit"],textarea,select,.btn{box-sizing:border-box;display:block;width:100%;font-family:inherit;line-height:1;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:none}input[type="button"],[type="submit"],.btn{cursor:pointer}a{color:inherit;text-decoration:none;cursor:pointer}select:disabled{opacity:.6}

/*
@media screen and (max-width: 1000px) {}
*/

header .container {
    font-size: 14px;
}
body {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    line-height: 1;
}

.todo {
    width: 400px;
    height: 200px;
    margin: 0 auto;
    background: #DF5A49;
}

.fw {
    width: 100%;
    min-width: 100%;
}

.mail-pro .container {
    padding: 40px 0;
}

.wrapper {
    max-width: 100%;
    width: 845px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.wrapper_big {
    width: 1200px;
}

.title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;

    color: #334D5C;
    margin-bottom: 30px;
}

.title::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(./img/mail-pro/icon_title.png) center center no-repeat;   
    margin-right: 13px;
    margin-left: -47px;
}

.custom-btn-wrapper {
    display: flex;
    justify-content: center;
}

.custom-btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-style: Italic;
    text-decoration: none;
    padding: 15px 45px 15px 100px;
    background: url(./img/mail-pro/custom-btn__arrow.png) no-repeat center left 35px #df5a49;
    transition: .3s;
}

.custom-btn:hover {
    background-position: center left 45px;
    background-color: #cd4f3f;
}

.mail-pro {
    font-size: 16px;
    line-height: 1.375;
}

.mail-pro__hero {
    padding: 65px 0 110px;
    background: url(./img/mail-pro/bg_hero.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 63px;
    text-align: center;
    color: #fff;
}


.zimbra__hero {
    padding: 65px 0 110px;
    background: url(./img/zimbra/zimbratest4.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 600px;

}

.mail-pro__hero-title {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 30px;
}

.mail-pro__hero-text {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #ECC14E;
    margin-bottom: 30px;
}

.mail-pro__hero-checks {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.hero-checks__item {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    margin: 5px 25px;
}

.hero-checks__item::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(./img/mail-pro/icon_check.png) center center no-repeat;
    margin-right: 10px;
}

.mail-pro__about {
    box-sizing: border-box;
    width: 1000px;
    max-width: 100%;
    padding: 35px 0;
    background: #fff;

    color: #666666;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    
    margin: 0 auto;
    margin-top: -25px;
    margin-bottom: 55px;
}
.zimbra__about {
    font-size: 1.1rem; ;
    box-sizing: border-box;
    /* width: 1000px;
    max-width: 100%; */
    padding: 35px 0;
    background: #fff;
    color: #333;
    /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px; */
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 55px;
}
.zimbra_wrapper {
    padding: 0 20px;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
}
.zimbra_text p, .zimbra_text ul, .zimbra_text li {
    color: #333;
    text-align: left;
    line-height: 1.8rem;
    font-size: 1.1rem;;
}
.zimbra_text ul {
    padding-left: 60px;;
}

.mail-pro__nav {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 15px;
    backface-visibility: hidden;
    transition: position 10s;
}

.mail-pro__nav-wrapper {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 9999px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
}

.mail-pro__nav-item {
    display: flex;
    align-items: center;
    padding: 0 40px;
    height: 60px;
    background: #6293A4;
    font-weight: bold;
    font-size: 20px;
    border-right: 1px solid #fff;

    color: #fff;
    transition: all 0.3s;
}

.mail-pro__nav-item:hover,
.mail-pro__nav-item.active {
    color: #6293A4;
    background-color: #D5E7E9;
}

.mail-pro__nav-item.active {
    cursor: default;
}

.mail-pro__nav-item:first-child {
    border-radius: 999px 0 0 999px;
}

.mail-pro__nav-item:last-child {
    border-radius: 0 999px 999px 0;
    border-right: 0;
}

.mail-pro__about-title {
    text-align: center;
}

.mail-pro__about-title::before {
    display: none;
}

.mail-pro__about-text p {
    text-align: justify;
    line-height: 1.5;
}

.mail-pro__definition-text {
    margin-bottom: 45px;
}

.mail-pro__definition-text p {
    color: #555;
    margin-bottom: 20px;
}

.definition-examples {
    width: 542px;
    max-width: 100%;
    margin: 0 auto 45px;   
}

.definition-examples__clouds {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.definition-examples__cloud {
    flex: 1;
    min-width: 70px;
    color: #555555;
    font-weight: bold;
    font-size: 24px;
    padding: 13px 0 17px;
    background: #D5E7E9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-align: center;
    margin: 0 8px;
}

.definition-examples__at {
    flex: 0 0 auto;
}

.definition-examples__affixes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.definition-examples__affix {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 6%;
}

.definition-examples__affix-arrow {
    margin-bottom: 5px;
}

.definition-examples__affix-name {
    font-weight: 800;
    font-size: 28px;
    color: #444444;
    margin-bottom: 5px;
}


.definition-examples__affix-hint {
    font-size: 16px;
    color: #666666;
}

.mail-pro__prices-text {
    color: #555;
    margin-bottom: 20px;
}

.mail-pro__table-wrapper {
    width: 806px;
    max-width: 100%;
    padding-top: 10px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.mail-pro__table-wrapper-title {
    font-weight: bold;
    font-size: 24px;
    color: #6293A4;
    text-align: center;
    margin-bottom: 25px;
}

.mail-pro__table {
    width: 100%;
    table-layout: fixed;
    background: #F3F9F9;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.mail-pro__table th,
.mail-pro__table td {
    border-right: 1px solid #fff;
}

.mail-pro__table th {
    font-size: 20px;
    color: #FFFFFF;
    padding: 22px 10px;
    background: #6293A4;
    text-align: center;
}

.mail-pro__table td {
    font-size: 16px;
    padding: 10px;
    color: #334D5C;
}

.mail-pro__table th:last-child,
.mail-pro__table td:last-child {
    border-right: 0;
}

.mail-pro__table tr:nth-child(2) td {
    padding-top: 35px;
}

.mail-pro__table tr:last-child td {
    padding-bottom: 45px;
}

.mail-pro__table-text {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    color: #6293A4;
    text-align: center;
    padding: 15px 0;
}

.mail-pro__features-list {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-flow: row wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.mail-pro__features-wrapper .custom-btn-wrapper {
    margin-bottom: 6rem;
}

.mail-pro__feature {
    width: 380px;
    /* width: 320px; */
    max-width: 100%;
    margin: 0 40px 40px;
}
.zimbra__feature {
    width: 450px;
    max-width: 100%;
    margin: 0 40px 80px;
}

.mail-pro__feature-image {
    margin-bottom: 20px;
}

.mail-pro__feature-name {
    font-weight: bold;
    font-size: 24px;
    color: #DF5A49;
    margin-bottom: 20px;
}

.mail-pro__feature-text {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #000000;
}
.zimbra__feature-text {
    font-size: 1.1rem;
    text-align: left;
    color: #333;
}
.zimbra__feature-text p {
    font-size: 1.1rem;
    text-align: left;
    color: #333;
    margin-bottom: 10px;;
}
.zimbra__feature-text ul {
    list-style-type: none;
}
.zimbra__feature-text ul li {
    margin-bottom: 5px;
    display: flex;
}
.zimbra__feature-name {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    color: #DF5A49;
    margin-bottom: 20px;
}
.newBtn {
    background-color: #DC2323;
    width: max-content;
    padding: 5px 20px;
    text-transform: uppercase;
    color: white;
}
.btnActionContact {
    font-size: 1.2rem !important;
    padding: 0 1rem !important;
    line-height: 2.5rem !important;
    margin-top: 10px !important;
}
/* .zimbra__feature-text ul li::before {
    content: "* ";
} */
@media screen and (max-width: 768px) {
    .title::before {
        margin-left: 0px;
    }
    .zimbra__about {
        margin-top: -10px;
    }
    .mail-pro__nav-wrapper {
        width: auto;
    }
    .title {
        align-items: flex-start;
    }
}
