body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    color: #262626;
    background-color: #ffffff;
}

button,
button:active,
button:focus {
    outline: none !important;
}

header {
    padding-bottom: 240px;
    background: url("../img/picture-14.png") center no-repeat;
    background-size: cover;
}

.nav-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.nav-menu.sticky {
    background: linear-gradient(to right, #e0e0e0 10%, #e5e5e5 20%, #eeeeee 35%, #f6f6f6 50%, #fbfbfb 60%, #fcfcfc 70%, #f7f7f7 90%);
}

.navbar {
    text-transform: uppercase;
}

.navbar-brand img {
    padding-right: 15px;
}

.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262626;
}

.navbar-brand span {
    color: #023788;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler i {
    font-size: 32px;
    color: #062a72;
}

.get-course-btn {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 240px;
    width: 100%;
    padding: 13px;
    border: none;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
    background: linear-gradient(#febf00, #ffdf00);
}

.get-course-btn:active {
    transform: translate3d(2px, 2px, 0);
}

nav .get-course-btn {
    font-size: 15px;
    max-width: 180px;
    height: 40px;
    margin-left: 15px;
    padding: 8px;
    -webkit-box-shadow: 0 0 15px 5px rgba(251, 245, 200, 1);
    -moz-box-shadow: 0 0 15px 5px rgba(251, 245, 200, 1);
    box-shadow: 0 0 15px 5px rgba(251, 245, 200, 1);
}

nav .nav-item {
    margin-right: 15px;
}

.header {
    padding-top: 100px;
}

.header-title {
    font-size: 39px;
    line-height: 45px;
    text-transform: uppercase;
}

.header-title span {
    display: block;
    color: #023788;
}

.header-subtitle {
    font-size: 24px;
    font-weight: 300;
}

.header-free {
    font-weight: 300;
}

.header-free span {
    text-transform: uppercase;
    font-weight: 500;
    color: #023788;
}

.timer {
    margin-bottom: 15px;
}

.timer-item div {
    font-size: 42px;
    font-weight: 700;
    padding: 4px 11px;
    margin-bottom: 15px;
    border: none;
    border-radius: 15px;
    background: linear-gradient(#fefefe, #e5e5e5);
    -webkit-box-shadow: 6px 4px 2px 0 rgba(191, 191, 191, 1);
    -moz-box-shadow: 6px 4px 2px 0 rgba(191, 191, 191, 1);
    box-shadow: 6px 4px 2px 0 rgba(191, 191, 191, 1);
}

.timer-item p {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #999999;
}

.colon {
    font-size: 60px;
    padding: 0 15px;
    margin-top: -10px;
    color: #023788;
}

.counter {
    margin-top: -190px;
    padding-bottom: 75px;
}

.counter-item {
    height: 195px;
    border-radius: 25px;
    padding: 35px 15px 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 20px 0 rgb(189, 187, 189);
    -moz-box-shadow: 0 10px 20px 0 rgb(189, 187, 189);
    box-shadow: 0 10px 20px 0 rgb(189, 187, 189);
}

.counter-item1 {
    background: #ffffff url("../img/picture-5.png") bottom right no-repeat;
}

.counter-item2 {
    background: #ffffff url("../img/picture-6.png") bottom right no-repeat;
}

.counter-item3 {
    background: #ffffff url("../img/picture-7.png") bottom right no-repeat;
}

.counter-number {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #003c6e;
}

.counter-text {
    max-width: 140px;
    padding-top: 15px;
    border-top: 1px solid #febf00;
}

.counter-item3 .counter-text {
    max-width: 160px;
}

.site-title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    border-style: solid;
    border-image: linear-gradient(to left, #f8f9fa 1%, #062a72 50%, #f8f9fa 100%) 100% 0 100% 0/2px 0 2px 0 stretch;
}

.site-title span {
    color: #003c6e;
}

.site-subtitle {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 35px;
    text-align: center;
}

.course-authors {
    padding-bottom: 135px;
}

.course-authors__item {
    width: 263px;
    height: 344px;
}

.course-authors__item1 {
    background: url("../img/picture-8.png") no-repeat;
}

.course-authors__item2 {
    background: url("../img/picture-9.png") no-repeat;
}

.course-authors__item3 {
    background: url("../img/picture-10.png") no-repeat;
}

.course-authors__item4 {
    background: url("../img/picture-11.png") no-repeat;
}

.course-authors__item-text {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-height: 0;
    max-width: 220px;
    width: 100%;
    padding: 40px 10px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: max-height 0.15s ease-out;
    -webkit-box-shadow: 0 10px 20px 0 rgb(189, 187, 189);
    -moz-box-shadow: 0 10px 20px 0 rgb(189, 187, 189);
    box-shadow: 0 10px 20px 0 rgb(189, 187, 189);
    background-color: #ffffff;
}

.course-authors__item-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #003c6e;
}

.course-authors__item-subtitle {
    font-size: 14px;
}

.course-authors__item-descr {
    opacity: 0;
    height: 0;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    transition: opacity 1s ease-out;
}

.course-authors__item-descr:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 145px;
    border-top: 1px solid #cccccc;
}

.course-authors__item:hover .course-authors__item-text {
    height: auto;
    max-height: 200px;
    padding: 15px 10px;
    transition: max-height 0.25s ease-in;
}

.course-authors__item:hover .course-authors__item-subtitle {
    padding-bottom: 15px;
}

.course-authors__item:hover .course-authors__item-descr {
    opacity: 1;
    height: auto;
    padding-top: 15px;
}

.advantages {
    padding-bottom: 105px;
}

.advantages .site-title {
    margin-bottom: 35px;
}

.advantages__item {
    position: relative;
    height: 262px;
    width: 262px;
    border-radius: 25px;
    padding: 25px 15px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(189, 187, 189);
    -moz-box-shadow: 0 10px 20px 0 rgb(189, 187, 189);
    box-shadow: 0 10px 20px 0 rgb(189, 187, 189);
    background: #ffffff url("../img/picture-13.png") top left no-repeat;
}

.advantages__item:hover {
    background: #023788 url("../img/picture-12.png") top left no-repeat;
}

.advantages__item:hover .advantages__item-img {
    filter: brightness(0) invert(1);
}

.advantages__item:hover .advantages__item-title {
    color: #febf00;
}

.advantages__item:hover .advantages__item-line {
    border-top: 2px solid #ffffff;
}

.advantages__item:hover .advantages__item-subtitle {
    color: #ffffff;
}

.advantages__item-img {
    padding-bottom: 25px;
}

.advantages__item-title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #023788;
}

.advantages__item-line {
    width: 75px;
    padding-bottom: 15px;
    border-top: 2px solid #febf00;
}

.contents {
    padding-bottom: 80px;
}

.contents .site-title {
    margin-bottom: 55px;
}

.content-step {
    padding: 35px 0;
}

.content-step1 {
    background: linear-gradient(to right, #f5f5f5 75%, #062a72 75%, #062a72 100%);
}

.content-step2 {
    background: linear-gradient(to right, #062a72 25%, #ededed 25%, #ededed 100%);
}

.content-step3 {
    background: linear-gradient(to right, #e6e6e6 75%, #062a72 75%, #062a72 100%);
}

.content-step3 .content-item__number {
    color: #c9c9c9;
}

.content-item__number {
    font-size: 60px;
    line-height: 50px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #d9d9d9;
}

.content-step__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #023788;
}

.content-step__list {
    display: flex;
    flex-direction: column;
}

.content-step__item {
    display: flex;
    align-items: center;
    padding: 11px;
    margin-bottom: 15px;
    transition: .5s;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 5px 25px 2px rgba(0, 0, 0, 0.1);
}

.content-step__item:hover {
    cursor: pointer;
    background-color: #023788;
}

.content-step__item:hover .content-step__item-title,
.content-step__item:hover .fa-play-circle.fa-stack-1x {
    color: #ffffff;
}

.content-step__item-title {
    padding-left: 20px;
}

.fa-stack {
    font-size: 18px;
}

.fa-play-circle.fa-stack-1x {
    font-size: 30px;
    color: #023788;
}

.fa-circle.fa-stack-2x {
    color: #becbe0;
}

.reviews {
    padding-bottom: 65px;
}

.reviews-slider {
    margin: 0 auto;
    justify-content: space-around;
}

.slick-slide {
    margin: 0 5px;
    text-align: center;
}

.reviews-slider__item {
    position: relative;
    padding: 55px 25px 35px 115px;
    margin: 15px 0 45px;
    max-width: 530px;
    height: 330px;
    text-align: left;
    border-radius: 25px;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px -3px rgb(189, 187, 189);
    -moz-box-shadow: 0 5px 10px -3px rgb(189, 187, 189);
    box-shadow: 0 5px 10px -3px rgb(189, 187, 189);
}

.quotes {
    position: absolute;
    left: 0;
    top: 50px;
    padding: 25px 17px;
    border-top-right-radius: 25px;
    background-color: #becbe0;
}

.fas.fa-chevron-left,
.fas.fa-chevron-right {
    position: absolute;
    bottom: 185px;
    font-size: 32px;
    cursor: pointer;
    transition: .3s;
    z-index: 50;
    color: #003c6e;
}

.fas.fa-chevron-left:hover,
.fas.fa-chevron-right:hover {
    color: #262626;
}

.fas.fa-chevron-left {
    left: -40px;
}

.fas.fa-chevron-right {
    right: -30px;
}

.reviews-slider__name {
    margin-left: 25px;
}

.reviews-slider__name div {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.reviews-slider__name p {
    font-size: 18px;
}

.reviews-slider__text {
    padding-top: 15px;
}

.slick-dots li {
    height: 3px;
    padding: 0 20px;
}

.slick-dots li button:before {
    display: inline-block;
    content: "";
    width: 24px;
    opacity: .75;
    border-top: 3px solid #003c6e;
}

.slick-dots li.slick-active button:before {
    border-top: 3px solid #febf00;
}

.footer-form__container {
    padding-bottom: 75px;
}

.footer-form {
    padding: 45px 55px 30px;
    text-align: center;
    background-color: #062a72;
}

.footer-form__container .site-subtitle {
    padding-bottom: 45px;
}

.footer-form .col-auto {
    padding-right: 20px !important;
    padding-left: 0 !important;
    width: 25%;
}

.footer-form p {
    font-size: 14px;
    color: #ffffff;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    left: 7%;
    top: 34%;
    font-size: 18px;
    z-index: 1;
    color: #023788;
}

.form-group input {
    font-size: 18px;
    height: 50px;
    padding: 12px 0 12px 48px;
    border-radius: 10px !important;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 5px 0 rgb(189, 187, 189);
    -moz-box-shadow: 0 0 5px 0 rgb(189, 187, 189);
    box-shadow: 0 0 5px 0 rgb(189, 187, 189);
}

.form-group input::placeholder {
    color: #262626;
}

.iti__selected-flag {
    border-right: 1px solid #cccccc;
}

.iti {
    width: 100%;
}

.get-course-btn2 {
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    padding: 13px;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    background: linear-gradient(#febf00, #ffdf00);
}

.get-course-btn2:active {
    transform: translate3d(2px, 2px, 0);
}

.footer-bg1 {
    padding: 25px 0;
    background-color: #f2f2f2;
}

.footer-bg2 {
    padding: 20px 0;
    color: #ffffff;
    background-color: #062a72;
}

footer .navbar-brand,
.contacts a {
    color: #262626;
}

footer .navbar-brand,
.contacts a:hover {
    text-decoration: none;
    color: inherit;
}

footer p {
    margin-bottom: 5px;
}

footer i {
    color: #023788;
}

.contacts .fa-phone {
    transform: rotate(100deg);
}

.contacts a span {
    font-weight: 700;
}

.footer__policy-link {
    color: #023788;
}

.disclaimer {
    text-align: justify;
}

label.error {
    position: absolute;
    bottom: -23px;
    left: 0;
    font-size: 12px;
    color: #fff801;
}

.site-spinner {
    display: none;
}

.spinner-spinner__wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5000;
}

.site-spinner .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffff;
}

.form-popup {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 500;
    top: 0;
    position: fixed;
    overflow-y: auto;
    padding: 20px;
    background: rgba(25, 27, 29, 0.8);
}

.form-popup__wrap {
    max-width: 385px;
    width: 100%;
    position: relative;
    top: 20%;
    left: 6%;
    margin: auto;
    padding: 45px 60px 20px;
    border-radius: 5px;
    background: linear-gradient(to right, #f8f8f8 75%, #062a72 75%, #062a72 100%);
}

.form-popup__ipad {
    position: absolute;
    left: -82%;
    bottom: -7%;
    width: 340px;
    height: 475px;
    text-align: center;
    text-transform: uppercase;
    padding: 75px 30px 55px;
    color: #ffffff;
    -webkit-box-shadow: 15px 0 8px -6px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 15px 0 8px -6px rgba(50, 50, 50, 0.3);
    box-shadow: 15px 0 8px -6px rgba(50, 50, 50, 0.3);
    background: url("../img/picture-17.png") center no-repeat;
    background-size: cover;
}

.form-popup__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 20px;
}

.form-popup__title span {
    color: #fec200;
}

.form-popup__subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 29px;
    font-weight: 400;
    margin-bottom: 25px;
}

.form-popup__name {
    font-size: 19px;
}

.form-popup__name span {
    font-size: 36px;
}

.close-link-form {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 30px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
}

.form-popup__form-block {
    width: 100%;
}

.form-popup__form-block .form-group input {
    height: 54px;
    -webkit-box-shadow: 0 10px 10px -10px rgb(189, 187, 189);
    -moz-box-shadow: 0 10px 10px -10px rgb(189, 187, 189);
    box-shadow: 0 10px 10px -10px rgb(189, 187, 189);
}

.form-popup__form-block {
    font-size: 14px;
}

.form-popup__form-block label.error {
    color: red;
}

.phone-wrap {
    padding-bottom: 10px;
    display: flex;
}

.form-popup .form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-field {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ced1d5;
}

.popup-ver {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 20px;
    font-size: 14px;
}

.popup-ver-in {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 100px auto;
    box-shadow: 0 2px 30px -4px #000;
    text-align: center;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
}

.popup-ver-header {
    padding: 20px 15px;
    text-align: left;
    font-size: 16px !important;
    border-radius: 5px 5px 0 0;
    color: #fff;
    background-color: #062a72;
}

.popup-ver .popup-wrap-but {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popup-ver-ver-cont {
    padding: 20px 15px;
}

.popup-ver .popup-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0;
}

@media (max-width: 585px) {
    .popup-ver .popup-container {
        padding: 20px 9px 0;
    }
}

.popup-ver button {
    color: #fff;
    background: none;
    border: none;
}

.popup-ver .popup-close {
    font-size: 17px !important;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: .3s;
}

.popup-ver .popup-close:hover {
    color: #968f8f;
}

.popup-ver .popup-form-title {
    text-align: left;
    padding-bottom: 8px;
}

#sms-code {
    padding: 12px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
}

#res {
    padding: 14px 29px 13px 26px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .3s;
    margin-bottom: 20px;
    cursor: pointer;
    color: #262626;
    background: linear-gradient(#febf00, #ffdf00);
}

.phoneConfirm, .codePhoneConfirm {
    border: 1px solid #a7a7a7 !important;
}

@media (max-width: 585px) {
    #res {
        width: 100%;
    }
}

#submit-number {
    padding: 9px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .3s;
    margin-bottom: 20px;
    margin-top: 15px;
    cursor: pointer;
    background: linear-gradient(#febf00, #ffdf00);
}

#change-number {
    padding: 14px 29px 13px 26px;
    background-color: #a7a7a7;
    box-shadow: 0 4px 10px rgba(136, 140, 142, 0.5);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .3s;
    margin-bottom: 20px;
    cursor: pointer;
}

@media (max-width: 585px) {
    #change-number {
        width: 100%;
    }
}

#change-number:hover {
    background: #8c9295;
    box-shadow: 0 2px 3px rgba(136, 140, 142, 0.3);
}

.sms-code-wrap {
    position: relative;
}

#phoneConfirm-error {
    bottom: -23px;
    left: 0;
    color: red;
}

#currPhone {
    font-weight: bold;
    font-size: 16px !important;
    display: inline-block;
    color: #023788;
}

#codeError {
    color: red;
    display: none;
    font-size: 11px !important;
}

.popup-form {
    position: relative;
}

.phoneConfirm {
    max-width: 100% !important;
    margin-left: 5px;
}

.phone#phoneConfirmWrap {
    display: none;
}

.phoneConfirmWrap .selected-dial-code {
    padding-left: 14px !important;
}

/*preloader*/
#preloader {
    background: rgba(25, 27, 29, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    display: none;

}

#floatingCirclesG {
    position: relative;
    width: 125px;
    height: 125px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    position: fixed;
    z-index: 1000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.f_circleG {
    position: absolute;
    background-color: rgb(255, 255, 255);
    height: 22px;
    width: 22px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 51px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 15px;
    top: 15px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 51px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 15px;
    top: 15px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 51px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 15px;
    bottom: 15px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 51px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 15px;
    bottom: 15px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

@keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

/*preloader end*/