::-webkit-input-placeholder {
    font-family: sans-serif !important;
    color: #aaa !important;
    font-size: 12px !important;
}

::-moz-placeholder {
    font-family: sans-serif !important;
    color: #aaa !important;
    font-size: 12px !important;
}

:-ms-input-placeholder {
    font-family: sans-serif !important;
    color: #aaa !important;
    font-size: 12px !important;
}

html,
body,
div,
span,
iframe,
h1,
p,
a,
img,
b,
ul,
li,
form,
label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #555;
    font-family: oswald, sans-serif;
    font-weight: 100;
}

::-moz-placeholder {
    color: #555;
    font-family: oswald, sans-serif;
    font-weight: 100;
}

:-ms-input-placeholder {
    color: #555;
    font-family: oswald, sans-serif;
    font-weight: 100;
}

body {
    line-height: 1;
    color: #333;
}

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

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.slide-body,
.all-body {
    position: relative;
    left: 0;
}

.all-body {
    height: 100%;
    min-height: 1250px;
    max-width: 1020px;
    border: 10px solid #fff;
    border-width: 0 10px 10px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.sprite {
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    text-indent: -9999px;
    display: inline-block;
}

a.sprite {
    cursor: pointer;
}

a {
    outline: none !important;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn {
    text-transform: uppercase;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

h1 {
    margin: 0;
    padding: 0;
}

.content {
    font: normal 15px/19px serif12, serif;
    margin-top: 10px;
}

.sde-shadow {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.masthead {
    height: 60px;
    width: 100%;
    background: #fff;
    position: relative;
    text-align: center;
}

.all-body .masthead {
    height: 60px !important;
}

.masthead a.logo img {
    display: block;
    height: 42px !important;
    width: auto !important;
    top: 8px;
    position: absolute;
    left: 65px;
    border: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.masthead .styro {
    background: #fff;
    display: inline-block;
    padding: 10px;
    height: 48px;
    width: 52px;
    position: absolute;
    top: 0;
    left: 0;
}

.masthead a#hamburger {
    display: inline-block;
    background: transparent url("../img/sprites-main.png") no-repeat -460px -325px;
    height: 30px !important;
    width: 40px !important;
    top: 13px;
    left: 10px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font: normal 10px/13px sans-serif;
    padding-top: 28px;
    position: absolute;
    cursor: pointer;
    z-index: 1500;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

ul.socials > li {
    display: inline-block;
    width: 28px;
    vertical-align: bottom;
    margin-left: 3px;
    position: relative;
    height: 40px;
}

ul.socials li > a {
    color: #333 !important;
}

ul.socials li > a.sprite {
    height: 28px;
    width: 28px;
    background: transparent url("../img/sprites-main.png") no-repeat -91px -289px;
    position: relative;
    bottom: 5px;
}

ul.socials li.tw > a.sprite {
    background-position: -91px -319px;
}

ul.socials li.ig > a.sprite {
    background-position: -91px -349px;
}

#join-step2 {
    display: none;
}

.footer {
    clear: both;
    margin-top: 10px;
    background: #eee;
    padding: 20px 10px 5px;
    text-align: center;
}

.footer p {
    margin: 5px 0;
    padding: 0 10px;
    font: normal 10px/13px sans-serif;
    color: #999;
}

.footer a {
    color: #999;
}

span.omni-icon-close {
    display: block;
    float: right;
    height: 25px;
    width: 25px;
    background: transparent url("../img/sprites-main.png") no-repeat -67px -95px;
    cursor: pointer;
}

@media only screen and (max-width: 1020px) {
    .masthead {
        width: 100% !important;
        margin: 0 !important;
        border-right: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .all-body {
        overflow: visible;
    }

    .content {
        top: 0;
        margin-bottom: 0;
        margin-left: 0 !important;
    }

    .masthead {
        clear: both;
        width: 100%;
        height: 50px;
        background: #fff !important;
    }

    .sde-shadow {
        min-height: 100px;
    }
}

@media only screen and (max-width: 479px) {
    .masthead ul.socials li {
        display: none;
    }

    .sde-shadow {
        min-height: 100px;
    }
}

@media only screen and (max-width: 340px) {
    .all-body {
        border-width: 0 !important;
    }

    .footer {
        padding: 0 !important;
    }
}

.all-body .masthead {
    height: 100px !important;
}

.masthead .styro {
    top: 20px !important;
}

.masthead a.logo img {
    display: inline-block !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    height: 70px !important;
    width: auto !important;
    top: 0 !important;
    position: relative !important;
    left: unset !important;
    right: unset !important;
}

.masthead a.logo {
    display: inline-block !important;
    width: auto !important;
    float: left;
    margin-left: 70px;
    margin-top: 15px !important;
    vertical-align: middle;
}

.masthead .mast-content {
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    float: left !important;
    height: 100px !important;
    display: table !important;
    vertical-align: middle !important;
    width: auto !important;
    max-width: 240px !important;
    /* width: calc(100% - 640px) !important; */
    margin: 0 0 0 25px !important;
}

.masthead .mast-content p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font: bold italic 19px/24px avalonThinWeb, sans-serif;
    padding-top: 0 !important;
}

.masthead .mast-content p {
    height: auto !important;
    font: bold italic 14px/24px avalonThinWeb, Arial, sans-serif !important;
}

.masthead ul.socials {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    text-align: center;
    height: auto !important;
    display: block !important;
    margin: 10px !important;
}

.masthead .socials li {
    float: none !important;
}

.masthead .socials li.divide {
    display: block;
    width: 100%;
    clear: both;
    height: 10px;
    overflow: hidden;
}

.masthead .socials li > a {
    display: block;
    height: 28px;
    width: 28px;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    position: static;
    background: transparent url("../img/sprites-main.png") no-repeat -91px -289px;
}

.masthead .headercontrib {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    vertical-align: middle;
    height: 100px;
    margin: 0 0 0 25px;
    padding: 35px 0 0;
}

.masthead .headercontrib .btn {
    display: inline-block;
    padding: 0 10px;
    font: bold 16px/30px avalonWeb, "Arial Black", Arial, sans-serif;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.masthead .socials {
    margin: 10px;
    text-align: center;
    position: static;
    float: right;
    height: auto !important;
    display: block;
}

.masthead .socials li {
    width: 28px;
    height: 28px;
    margin: 3px 3px 0;
    display: inline-block;
    vertical-align: top;
    float: none !important;
}

.masthead .socials li.divide {
    display: block;
    width: 100%;
    clear: both;
    height: 10px;
    overflow: hidden;
}

.masthead .socials li > a {
    display: block;
    height: 28px;
    width: 28px;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    position: static;
    background: transparent url("../img/sprites-main.png") no-repeat -91px -289px;
}

@media only screen and (max-width: 825px) {
    .masthead .mast-content {
        display: none !important;
    }
}

@media only screen and (max-width: 650px) {
    .masthead .headercontrib a.btn {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 599px) {
    .all-body .sde-shadow,
    .all-body .masthead,
    .all-body .masthead::after {
        min-height: 50px !important;
        max-height: 50px !important;
        height: 50px !important;
    }

    .all-body .masthead .mast-content {
        display: none !important;
    }

    .all-body .masthead .headercontrib {
        top: 10px !important;
    }

    .all-body .masthead {
        top: 50px !important;
    }

    .all-body .masthead {
        border: none !important;
    }

    .all-body .masthead ul.socials li.fb,
    .masthead ul.socials li.tw,
    .masthead ul.socials li.ig {
        display: none !important;
    }

    .all-body .masthead ul.socials {
        margin: 10px 0 0 !important;
    }

    .all-body .masthead ul.socials li {
        margin: 3px 0 0 !important;
    }

    .masthead a.logo,
    .masthead a.logo img {
        height: 50px !important;
        width: auto !important;
    }

    .all-body .masthead a.logo img {
        top: 2px !important;
        height: 40px !important;
    }

    .all-body .masthead .styro {
        top: 0 !important;
    }

    .all-body .masthead a#hamburger {
        top: 10px !important;
    }

    .all-body:not(.sticky) .masthead a#hamburger {
        left: 0 !important;
    }

    .all-body:not(.sticky) .masthead a.logo {
        margin-left: 60px !important;
    }

    .all-body .masthead a#hamburger span {
        display: none !important;
    }

    .all-body .content {
        top: 50px !important;
        margin-bottom: 50px;
    }

    .all-body .content {
        position: relative;
    }

    .masthead .headercontrib {
        height: 50px !important;
        padding: 1px 0 0 !important;
        margin: 0 10px !important;
    }

    .masthead a.logo {
        margin-top: 1px !important;
    }
}

@media only screen and (max-width: 545px) {
    .all-body .masthead .headercontrib {
        float: none;
        left: 5px !important;
    }

    .all-body .masthead .headercontrib .btn {
        float: none;
        font-size: 8px !important;
        padding: 0 5px !important;
    }

    .masthead .headercontrib {
        left: 0 !important;
    }
}

@media only screen and (max-width: 360px) {
    .all-body .masthead .headercontrib {
        left: 0 !important;
    }

    .all-body .masthead .headercontrib .btn {
        white-space: break-spaces !important;
        width: 55px;
        line-height: 12px;
        padding: 3px 0 !important;
    }
}

a,
a:hover {
    color: #a5252b;
}

a:hover {
    text-decoration: none !important;
    color: #a5252b !important;
}

.city-color {
    color: #a5252b !important;
}

.city-color-border {
    border-color: #a5252b !important;
}

.city-color-back-complimentary {
    background-color: #39c !important;
}

#hero {
    width: 100%;
    overflow: hidden;
    display: table;
    position: relative;
}

#hero .innards {
    color: #000;
    text-align: center;
    vertical-align: middle;
    padding: 30px 10%;
}

#hero .innards h1 {
    font: normal 30px/100% avalonWeb, "Arial Black", sans-serif;
    text-transform: uppercase;
}

#hero .innards h1 {
    font-size: 42px;
}

#hero .innards h1 {
    margin-bottom: 40px;
}

.pitch {
    text-align: left;
    width: 80%;
    margin: 0 auto 30px;
    padding: 0;
    border: 3px double #000;
}

.pitch p {
    text-align: left;
    margin: 0 25px 15px;
}

.about.editor .letter p {
    font: normal 18px/21px "Times New Roman", serif;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    #hero .pitch {
        width: 100% !important;
        margin: 0 auto 10px !important;
    }
}

@media only screen and (max-width: 599px) {
    #hero .innards h1 {
        font-size: 32px !important;
        margin-bottom: 0px;
    }

    .about.editor .letter {
        margin: 0 5px 10px;
        padding: 10px 5px;
    }

    .about.editor .letter p {
        margin: 0 10px 12px;
    }
}

body {
    margin: 0;
}

body {
    margin: 0;
}

.main-container {
    text-align: center;
    font: 12px/15px Arial, Verdana, sans-serif;
    overflow: hidden;
    background: #fff;
    padding-bottom: 10px;
    margin: 0;
    padding-top: 35px;
    border: 5px solid #000;
    display: none;
}

.main-container a {
    text-decoration: none;
}

.main-container a:hover {
    text-decoration: underline;
}

.main-container p.error {
    color: #e40001;
    background-color: #d6d6d6;
    padding: 3px 5px;
    clear: both;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    display: none;
    width: 297px;
    margin: 0 auto 10px;
}

.main-container p.error:before {
    content: "\00D7";
    padding: 0 10px 0 5px;
}

.main-container #login input[type="text"],
.main-container #login input[type="password"] {
    border: 1px solid #333;
    padding: 7px;
    margin: 0px 20px 10px;
    width: 40%;
    max-width: 170px;
    float: left;
}

.main-container #login input[type="text"] {
    margin-right: 0px;
}

.main-container #login input[type="password"] {
    clear: right;
}

.main-container #login div {
    margin-left: 20px;
    text-align: left;
}

.main-container .remember-forgot {
    clear: both;
}

.main-container .rem {
    width: 42%;
    max-width: 185px;
    margin: 0 20px 0 0 !important;
}

.main-container .rem {
    float: right;
}

.main-container #login div label {
    margin-right: 25px;
    text-align: left;
    clear: right;
}

.main-container button {
    background-color: #e20000;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 5px 10px;
    text-align: left;
    width: 42%;
    max-width: 180px;
}

.main-container #social {
    width: 300px;
    margin: 20px auto 10px;
}

.main-container #social span {
    display: inline-block;
    width: 130px;
    font-size: 16px;
    line-height: 22px;
    margin: 8px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

.main-container #social span.facebook {
    background-color: #465da0;
}

.main-container #social span.google {
    background-color: #d64737;
}

.main-container #social span.twitter {
    background-color: #00abf0;
}

.main-container #social span.yahoo {
    background-color: #8b1c9c;
}

.main-container .line {
    border-top: 2px solid #9e9e9e;
    margin: 10px auto;
}

.main-container .footer p {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 10px;
}

.main-container .footer p span {
    font-weight: bold;
    cursor: pointer;
    border-left: 1px solid black;
    padding-left: 5px;
    text-transform: uppercase;
    color: #e20000;
}

@media only screen and (max-width: 340px) {
    .main-container {
        padding: 35px 5px 5px;
    }

    .main-container #login input[type="text"],
    .main-container #login input[type="password"] {
        width: 273px;
        margin: 0 0 10px;
    }

    .main-container #login div {
        margin: 0;
    }

    .main-container #login div label {
        float: none;
    }

    .main-container #login div button {
        display: block;
        margin: 10px auto 5px;
    }

    .main-container #login div a {
        display: block;
        margin: 0 auto;
        width: 190px;
    }
}

#demo {
    font: 12px/15px Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    max-width: 400px;
}

#modal-demofields {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#modal-demofields > ul {
    text-align: right;
    list-style-type: none;
    margin: auto 5px;
    padding: 0;
    display: block;
}

#modal-demofields > ul > li {
    float: left;
    padding-top: 10px;
    display: list-item;
}

#modal-demofields > ul > li label {
    clear: left;
    display: block;
    float: left;
    margin-right: 15px;
    padding-top: 5px;
    text-align: right;
    font: normal 14px/15px avalonWeb, sans-serif;
}

#modal-demofields > ul > li input[type="text"],
#modal-demofields > ul > li input[type="password"] {
    clear: right;
    margin-bottom: 15px;
    width: calc(100% - 100px);
    border: 1px solid #444444;
    padding: 5px;
}

#modal-demofields > ul > li input[type="text"].half {
    width: calc(50% - 52px);
}

#demo button {
    font: normal 14px/15px avalonWeb, sans-serif;
    display: block;
    width: 180px;
    background-color: #666;
    margin: 8px auto;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
}

#modal-demoError {
    display: none;
}

.letter {
    overflow: hidden;
    padding: 20px;
}

.wrap-img {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.wrap-img_left {
    margin-right: 35px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
    max-width: 450px;
}

p {
    margin-top: 20px !important;
}

.content {
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
}

ul {
    list-style-type: circle;
    padding-left: 25px;
}

ul li {
    font-size: 16px;
}

.section-wrap {
    max-width: 794px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext");

.commits {
    padding: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.commits__title {
    margin-bottom: 15px;
    font-size: 24px;
}

.commits__item {
    padding: 25px 0 0;
}

.commits__item + .commits__item {
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
}

.commits__head {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.commits__face {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.commits__face img {
    display: block;
    width: 100%;
}

.commits__name {
    font-size: 14px;
}

.commits__date {
    font-size: 12px;
}

/* .commits__body {} */
.commits__description {
    font-family: "PT Serif", serif;
    color: #000;
    line-height: 24px;
}

@media (max-width: 480px) {
    .commits__description {
        font-size: 14px;
    }
}

.wrap-btn {
    margin: 20px 0;
}

.btn {
    display: block;
    padding: 15px;
    background-color: #791418;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.btn:hover {
    background-color: #a5252b;
}

@media (max-width: 920px) {
    .wrap-img_left {
        margin-bottom: 14px;
        margin-right: 0;
        float: none;
        max-width: 100%;
    }
}

.order-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.order-form h2 {
    text-align: center;
    display: block;
    max-width: 390px;
    width: 100%;
}

.order-form p {
    margin: 0;
    max-width: 390px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
}

select,
input,
.order-formBtn {
    max-width: 390px;
    width: 100%;
    display: block;
    margin: 0px 0 20px;
    border: 1px solid #808080;
    border-radius: 40px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 15px;
}

.order-formBtn {
    background: linear-gradient(to right, #43c947, #1ddad1);
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    text-align: center;
}

.counter-minutes,
.counter-seconds {
    color: #000;
    text-decoration: none;
}
.immunocomplex-img{
    display: block;
    margin: 0 auto;
    max-width: 280px;
}

/* AWESOM BUTTON */
.btn-buy{
    display: block;
    overflow: hidden;
     padding: 32px 0;
       text-decoration-line: none;
   }
   .Phone {
     font-size: 24px;
     line-height: 1em;
     text-align: center; 
     position: relative;
     display: block;
     margin: 0 auto;
     text-decoration: none;
     text-decoration-line: none;
     padding: 20px;
     width: 360px;
     color: white;
     background-color: #3498db;
     border-radius: 0.5em;
     box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
     -webkit-transform:  scale(1);
             transform:  scale(1);
   }
 
   
   .Phone.is-animating {
     -webkit-animation: phone-outer 3000ms infinite;
             animation: phone-outer 3000ms infinite;
   }
   
   @media screen and (max-width: 767px){
     .btn-buy{
          padding: 22px 0;
        }
     .Phone {
         font-size: 18px;
         padding: 12px ;
         width: 80%;
       }
   }
  
   
   @-webkit-keyframes phone-outer {
     0% {
       -webkit-transform:  scale(1);
               transform:  scale(1);
       box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.055), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
     }
     33.3333% {
       -webkit-transform: scale(1.06);
               transform:  scale(1.06);
       box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.4), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
     }
     66.6666% {
       -webkit-transform: scale(1);
               transform:  scale(1);
       box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0.025), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
     }
     100% {
       -webkit-transform:  scale(1);
               transform:  scale(1);
       box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
     }
   }
   
   @keyframes phone-outer {
     0% {
       -webkit-transform:  scale(1);
               transform:  scale(1);
       box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
     }
     33.3333% {
       -webkit-transform:  scale(1.06);
               transform:  scale(1.06);
       box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.4), 0em 0.05em 0.15em rgba(0, 0, 0, 0.5);
     }
     66.6666% {
       -webkit-transform: scale(1);
               transform: scale(1);
       box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0.025), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
     }
     100% {
       -webkit-transform: scale(1);
               transform: scale(1);
       box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
     }
   }
  
 
   