/*-------------------------------------*/
/* Start CSS                           */
/*-------------------------------------*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

b, strong {
    font-weight: bold;
}

code, kbd, samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type='checkbox'], [type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template, [hidden] {
    display: none;
}

a, a:active, a:visited, a:hover, a:focus, button, button:hover, button:focus, button::selection, img, img:hover, img:focus, img::selection, input, input:hover, input:focus, textarea, textarea:hover, textarea:focus, div:hover, div:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

/*-------------------------------------*/
/* Root                                */
/*-------------------------------------*/

:root {
    --shadow-block: 0 0 10px #ccc;
    --background-modal-overlay: rgba(0,0,0,0.7);
}

/*-------------------------------------*/
/* Base html                           */
/*-------------------------------------*/

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Montserrat', 'Segoe UI', 'Helvetica Neue', sans-serif;
    background: #fff;
}

body.overflow {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 260%;
    font-weight: bold;
    line-height: 1.3;
}

h2 {
    font-size: 220%;
    padding: 24px 0;
}

h3 {
    font-size: 170%;
    padding: 18px 0;
}

h4 {
    font-size: 150%;
    padding: 16px 0;
}

h5 {
    font-size: 130%;
    padding: 12px 0;
}

h6 {
    font-size: 120%;
    padding: 8px 0;
}

a {

}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    display: block;
    position: relative;
    padding: 16px 0;
    margin: 0;
}

ul {
    padding: 16px 0 16px 32px;
    margin: 0;
}

ul li {
    padding: 4px 0;
    margin: 0;
}

table {
    width: 100%;
}

table td {
    padding: 12px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 220%;
    }

    h2 {
        font-size: 180%;
    }

    h3 {
        font-size: 160%;
    }

    h4 {
        font-size: 140%;
    }

    h5 {
        font-size: 120%;
    }

    h6 {
        font-size: 110%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 200%;
    }

    h2 {
        font-size: 160%;
    }

    h3 {
        font-size: 150%;
    }

    h4 {
        font-size: 130%;
    }
}

@media (max-width: 559px) {
    h1 {
        font-size: 180%;
    }

    h2 {
        font-size: 150%;
    }

    h3 {
        font-size: 140%;
    }

    h4 {
        font-size: 120%;
    }
}

.container {
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

/*-------------------------------------*/
/* Buttons                             */
/*-------------------------------------*/

.button-blue {
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    min-width: 200px;
    height: 70px;
    margin: 0 auto;
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0079ff;
    border-radius: 8px;
    border-bottom: 6px solid #0060cb;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.button-blue span {
    padding: 0 15px;
}

.button-blue:hover {
    margin-top: 6px;
    height: 64px;
    border-bottom: none;
}

.action-flash {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: -15%;
    width: 30px;
    height: 160px;
    transform: rotate(45deg);
    background: #fff;
    animation: flash-slide 2s ease-in-out infinite;
}

@keyframes flash-slide {
    0% { left: -20%; }
    50% { left: 120%; }
    100% { left: 120%; }
}

/*-------------------------------------*/
/* Logo                                */
/*-------------------------------------*/

.logo-main {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    line-height: 0;
}

.logo-main a {
    display: block;
    position: relative;
    line-height: 0;
}

.logo-main img {
    line-height: 0;
}

.slogan-main {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 90%;
}

@media (max-width: 1279px) {
    .logo-main {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .logo-main {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .slogan-main {
        padding: 10px 0;
        text-align: center;
    }
}

/*-------------------------------------*/
/* Elements                            */
/*-------------------------------------*/

.header-city {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.header-city .icon {
    display: block;
    position: relative;
    margin-right: 20px;
}

.header-city .country {
    font-size: 120%;
}

.header-city .city {
    font-size: 150%;
    font-weight: 500;
}

.header-contact {
    display: block;
    position: relative;
    padding: 0;
    text-align: right;
}

.header-contact .phone {
    display: block;
    position: relative;
    font-size: 150%;
    font-weight: 500;
    white-space: nowrap;
}

.header-contact .phone a {
    color: #333;
    text-decoration: none;
}

.header-contact .callback {
    display: block;
    position: relative;
    padding-left: 40px;
    text-decoration: none;
    font-weight: 500;
    font-size: 110%;
    color: #0079ff;
    cursor: pointer;
    background: url(../icons/ic-arrow.png) 0 50% no-repeat;
}

.header-contact .callback:hover {
    text-decoration: underline;
}

.section-fill {
    display: block;
    position: relative;
    background: url(../images/bg-fill.png) 50% 0;
    padding: 40px 0 50px 0;
}

.section-fill__block {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    min-height: 200px;
}

@media (max-width: 559px) {
    .header-contact {
        text-align: center;
    }
}

/*-------------------------------------*/
/* Header                              */
/*-------------------------------------*/

.header {
    display: block;
    position: relative;
    padding: 20px;
    background: #fff;
}

.header__wrapper {
    display: block;
    position: relative;
    min-height: 880px;
    background: url(../images/bg-header.jpg) no-repeat 50% 0;
    background-size: cover;
    border-radius: 20px;
}

.header__flex {
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header__item {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.header__item_logo {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.header-intro {
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 80px 0 30px;
    margin: 0 -15px;
}

.header-intro__item {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
}

@media (max-width: 1365px) {
    .header__item_city {
        display: none;
    }
}

@media (max-width: 991px) {
    .header__item_logo {
        width: 100%;
        padding-bottom: 20px;
    }

    .header__item_city {
        display: block;
    }
}

@media (max-width: 767px) {
    .header {
        padding: 0;
    }

    .header__wrapper {
        border-radius: 0;
    }

    .header__item_logo {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 559px) {
    .header__item_city {
        display: none;
    }

    .header__flex {
        justify-content: center;
    }
}

/*-------------------------------------*/
/* Mods                                */
/*-------------------------------------*/

.mod-intro {
    display: block;
    position: relative;
    line-height: 1.3;
}

.mod-intro .descr {
    display: block;
    position: relative;
    padding: 15px 0 15px 70px;
    font-size: 140%;
    font-weight: 500;
}

.mod-intro .descr::before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 50px;
    height: 2px;
    background: #FFDCAF;
}

.mod-intro .title {
    display: block;
    position: relative;
    font-size: 200%;
    font-weight: 800;
}

@media (max-width: 1279px) {
    .mod-intro .descr {
        font-size: 120%;
    }

    .mod-intro .title {
        font-size: 160%;
    }
}

@media (max-width: 767px) {
    .mod-intro .descr {
        font-size: 100%;
    }

    .mod-intro .title {
        font-size: 150%;
    }
}

@media (max-width: 559px) {
    .mod-intro .descr {
        padding: 15px;
        text-align: center;
    }

    .mod-intro .descr::before {
        display: none;
    }

    .mod-intro .title {
        font-size: 140%;
        text-align: center;
    }
}

/* ----- */

.mod-prefer {
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 0 -15px;
}

.mod-prefer__item {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 20px 15px;
    width: 33.3333%;
}

.mod-prefer__block {
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    padding: 5px 0;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--shadow-block);
}

.mod-prefer__info {
    display: block;
    position: relative;
    padding: 20px 0 20px 20px;
}

.mod-prefer__block .title {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 110%;
    padding-bottom: 10px;
}

.mod-prefer__block .text {
    display: block;
    position: relative;
    font-size: 90%;
}

.mod-prefer__img {
    display: block;
    position: relative;
    width: 110px;
    min-width: 110px;
    height: 120px;
    background: no-repeat center;
}

.prefer-01 .mod-prefer__img {
    background-image: url(../images/bg-prefer-01.png);
}

.prefer-02 .mod-prefer__img {
    background-image: url(../images/bg-prefer-02.png);
}

.prefer-03 .mod-prefer__img {
    background-image: url(../images/bg-prefer-03.png);
}

@media (max-width: 1279px) {
    .mod-prefer {
        justify-content: center;
    }

    .mod-prefer__item {
        width: 50%;
    }

    .mod-prefer__block {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .mod-prefer__item {
        width: 100%;
    }
}

@media (max-width: 559px) {
    .mod-prefer__item {
        font-size: 90%;
    }
}

/* ----- */

.intro-control {
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -15px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.intro-control__item {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
}

.intro-control .button-blue {
    min-width: 350px;
}

.intro-control .timer {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 15px 0 15px 80px;
    font-size: 90%;
    background: url(../images/tm-icon.png) no-repeat 0 50%;
}

.intro-control .timer::before {
    display: block;
    position: absolute;
    content: '';
    width: 84px;
    height: 21px;
    bottom: -30px;
    left: -60px;
    background: url(../images/tm-arrow.png) no-repeat;
}

@media (max-width: 899px) {
    .intro-control {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .intro-control__item {
        width: 100%;
    }

    .intro-control .timer {
        max-width: 360px;
        margin: 0 auto 20px;
    }

    .intro-control .timer::before {
        display: none;
    }
}

@media (max-width: 559px) {
    .intro-control .button-blue {
        min-width: 100px;
    }
}

/*-------------------------------------*/
/* connect                             */
/*-------------------------------------*/

.section-connect {
    display: block;
    position: relative;
    padding: 0 20px;
    background: #fff;
}

.section-connect__wrapper {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
    background: url(../images/bg-connect.jpg) no-repeat 50% 0;
    background-size: cover;
    border-radius: 20px;
}

.section-connect__image {
    display: block;
    position: relative;
    text-align: center;
    max-width: 394px;
    margin: 0 auto;
}

.list1 {
    display: block; 
    position: absolute;
    background: url(../images/ms-whatsapp.png) center/contain no-repeat;
    width: 100px;
    height: 100px;
    left: -20px;
    top: 50px;
    transition: all .3s ease;
}

.list2 {
    display: block;
    position: absolute;
    background: url(../images/ms-telegram.png) center/contain no-repeat;
    width: 120px;
    height: 120px;
    right: -50px;
    top: 150px;
    transition: all .2s ease;
}  
     
.list3 {
    display: block;
    position: absolute;
    background: url(../images/ms-viber.png) center/contain no-repeat;
    width: 80px;
    height: 80px;
    top: 350px;
    left: 0;
    transition: all .2s ease;
}       

.section-connect__flex {
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section-connect__item {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    width: 50%;
}

.connect {
    display: block;
    position: relative;
}

.connect .title {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 360%;
}

.connect .descr {
    display: block;
    position: relative;
    font-size: 140%;
    font-weight: 500;
    padding: 30px 0;
    color: #666;
}

.connect .descr span {
    color: #4785CC;
}

.connect-info {
    display: block;
    position: relative;
    font-size: 80%;
    padding-left: 40px;
    background: url(../icons/ic-info.png) no-repeat 0 50%;
}

.messenger {
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    margin: 0 -15px;
}

.messenger__item {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    transition: all .2s ease-in-out;
}
.messenger__item img{
    max-width: 120px;
}
.messenger__item:hover{
    transform: scale(1.1);
}
@media (max-width: 1279px) {
    .connect .title {
        font-size: 300%;
    }
.messenger__item img {
    max-width: 100%;
}
    .connect .descr {
        font-size: 130%;
    }

    .section-connect__item_image {
        width: 40%;
    }

    .section-connect__item_connect {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .connect .title {
        font-size: 200%;
    }

    .connect .descr {
        font-size: 110%;
    }
}

@media (max-width: 767px) {
    .section-connect {
        padding: 0;
    }

    .section-connect__wrapper {
        border-radius: 0;
    }

    .section-connect__item_image {
        display: none;
    }

    .section-connect__item_connect {
        width: 100%;
    }

    .connect .title {
        font-size: 180%;
    }

    .connect .descr {
        font-size: 100%;
    }
}

/*-------------------------------------*/
/* Footer tool                         */
/*-------------------------------------*/

.footer-tool {
    display: block;
    position: relative;
    color: #000;
}

.footer-tool a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.footer-tool a:hover {
    text-decoration: underline;
}

.footer-tool__flex {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 107px;
}

.footer-tool__item {
    display: block;
    position: relative;
    font-size: 90%;
}

.footer-contact {
    text-align: left;
}

.footer-address {
    text-align: center;
}

.footer-link {
    text-align: right;
}

@media (max-width: 1023px) {
    .footer-tool {
        padding: 30px 0;
    }

    .footer-tool__item {
        width: 100%;
        padding: 10px 0;
    }

    .footer-contact,
    .footer-address,
    .footer-link {
        text-align: center;
    }
}

/*-------------------------------------*/
/* Form Section                        */
/*-------------------------------------*/

.form-section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.form-section__title {
    display: block;
    position: relative;
    font-weight: 900;
    font-size: 200%;
    text-align: center;
    padding-bottom: 15px;
}

.form-section__description {
    display: block;
    position: relative;
    font-size: 90%;
    text-align: center;
    padding-bottom: 15px;
}

.form-section__fields {
    display: block;
    position: relative;
    padding: 0 0 15px;
}

.form-section__fields.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.form-section__fields.flex .field-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 40%;
    padding: 0 15px;
}

.form-section__fields.hidden {
    display: none;
}

.form-section__fields input {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    text-align: center;
    color: #000;
    background: #f6f6f6;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
}

.form-section__fields input.error {
    border: 1px solid #aa0000;
    box-shadow: 0 0 6px #aa0000;
}

.form-section__fields textarea {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    min-height: 160px;
    font-size: 100%;
    color: #000;
    background: #fff;
    border: 1px solid #f2f2f2;
    resize: none;
}

.form-section__control {
    display: block;
    position: relative;
    padding: 10px 0;
    min-height: 65px;
}

.form-section__submit {
    margin: 0 auto;
}

.form-section__submit.disabled {
    background: #aaa!important;
    cursor: auto;
}

.form-section__submit.disabled:hover {
    margin-top: 0;
}

.form-section__confirm {
    display: flex;
    position: relative;
    padding: 30px 30px 0 30px;
}

.form-section__checkbox {
    display: block;
    position: relative;
    margin-right: 15px;
}

.form-section__checkbox span {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px #ccc inset;
    background-color: #fff!important;
}

.form-section__privacy {
    display: block;
    position: relative;
    font-size: 75%;
}

.form-section__privacy a {
    text-decoration: none;
}

.form-section__privacy a:hover {
    text-decoration: underline;
}

.form-section__system {
    display: block;
    position: relative;
    padding: 5px 0;
}

.form-section__progress {
    display: none;
    position: relative;
    animation: anim-progress 0.5s linear infinite;
    margin: 0 auto;
    width: 60%;
    height: 10px;
    background: url(../images/obj-pbar.png) #87d339 0 0;
    border-radius: 10px;
    transition: 0.3s;
}

@keyframes anim-progress {
    0% { background-position: 0 0; }
    100% { background-position: 13px 0; }
}

.form-section__progress.active {
    display: block;
}

.form-section__alert {
    display: block;
    position: relative;
    padding: 5px 0;
}

.form-section__alert .alert {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 90%;
    color: #fff;
    text-align: center;
    background: #aaa;
    border-radius: 4px;
}

.form-section__alert .alert-danger {
    background: #cc0000;
}

.form-section__alert .alert-success {
    background: #00aa00;
}

.mod-contact {
    display: block;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    z-index: 9;
}

.mod-contact__block {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 10%;
    min-height: 480px;
    background-size: cover;
}

.mod-contact__block .title {
    font-size: 160%;
    font-weight: bold;
}

.mod-contact__block .descr {
    padding: 15px 0;
    font-weight: 300;
}

.mod-contact__block .fields {
    display: block;
    position: relative;
}

.mod-contact__block .fields__item {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
}

.mod-contact__block .privacy {
    text-align: center;
    padding: 0 0 10px;
    font-size: 80%;
}

@media (max-width: 767px) {
    .mod-contact__block .title {
        font-size: 130%;
    }

    .mod-contact__block .descr {
        font-size: 90%;
    }
}

@media (max-width: 559px) {
    .mod-contact__block .title {
        font-size: 120%;
    }
}

/*-------------------------------------*/
/* Modal                               */
/*-------------------------------------*/

.modal {
    display: none;
    position: relative;
    box-sizing: border-box;
    max-width: 700px;
    width: 100%;
    padding: 0;
}

.modal .mod-contact__block {
    min-height: auto;
}

.modal__block {
    display: block;
    position: relative;
    padding: 30px 20px;
    color: #161619;
}

.modal__block .title {
    font-size: 160%;
    font-weight: bold;
}

.modal__block .title span {
    color: #eeac01;
}

/*-------------------------------------*/
/* Alert                               */
/*-------------------------------------*/

.alert {
    display: block;
    position: relative;
    padding: 10px 15px;
    margin: 10px 0 0;
}

.alert__close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0.5;
    font-size: 180%;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.5;
    z-index: 99;
    transition: 0.2s;
}

.alert__close:hover {
    opacity: 1;
}

.alert__heading {
    display: block;
    position: relative;
    font-weight: bold;
}

.alert__message {
    display: block;
    position: relative;
    font-size: 90%;
}

.alert-message {
    color: #3c763d;
    background-color: #dff0d8;
    border-top: 3px solid #d6e9c6;
    border-bottom: 3px solid #d6e9c6;
}

.alert-notice {
    color: #0055bb;
    background-color: #c3d2e5;
    border-top: 3px solid #84a7db;
    border-bottom: 3px solid #84a7db;
}

.alert-warning {
    color: #c00;
    background-color: #efe7b8;
    border-top: 3px solid #f0dc7e;
    border-bottom: 3px solid #f0dc7e;
}

.alert-error {
    color: #c00;
    background-color: #e6c0c0;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
}