@charset "UTF-8";

/* RESET */
/* html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,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: #777;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.todo {
    width: 400px;
    height: 200px;
    margin: 0 auto;
    background: #DF5A49;
}

.fw {
    width: 100%;
    min-width: 100%;
}

.anti-spam .container {
    padding: 40px 0;
}

.wrapper {
    max-width: 90%;
    width: 845px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    background-color: rgba(255,255,255,0.8);
    padding: 25px;
}

.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;
}

.anti-spam__hero {
    padding: 65px 0 110px;
    background: url(./img/anti-spam/anti-spam-3.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 63px;
    text-align: center;
    color: #333;
}

.anti-spam__hero-title {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 30px;
}

.anti-spam__hero-text {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #df5a49;
    margin-bottom: 30px;
}

.anti-spam__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;
}


.anti-spam__about-title {
    text-align: center;
}

.anti-spam__about-title::before {
    display: none;
}

.anti-spam__about-text p {
    text-align: justify;
    line-height: 1.5;
}

.anti-spam__definition-text {
    margin-bottom: 45px;
}

.anti-spam__definition-text p {
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.5;
}

.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;
}