body {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

header {
    padding: 154px 0 27px;
    background: url('../img/bg-banner.jpg') no-repeat fixed;
    background-size: cover;
    /* min-height: 100vh; */
    position: relative;
}

.section-contact {
    padding: 100px 0;
    background-color: #135ba5;
    position: relative;
    color: #fff;
}

.section-docs {
    padding: 60px 0;
    background: linear-gradient(to bottom right, #ff6600, #ff0000);
    position: relative;
    color: #fff;
}

.section-numbers {
    padding: 50px 0 50px;
    background: linear-gradient(to bottom right, #ff6600, #ff0000);
    position: relative;
    color: #fff;
}

.section-form {
    padding: 50px 0 50px;
    background: linear-gradient(to top, #0066cc, #006699);
    position: relative;
    color: #fff;
}


.section-services {
    padding: 100px 0 100px;
    background-color: #f6f6f6;
    position: relative;
}

.section-advantages {
    padding-top: 75px;
    padding-bottom: 25px;
    background-color: #f6f6f6;
    position: relative;
}

.section-countries {
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.section-about {
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}

.section-timeline {
    padding: 100px 0;
    background: linear-gradient(to bottom right, #0066aa, #006699);
    position: relative;
}


.section-reviews {
    padding: 100px 0 100px;
    background-color: #f6f6f6;
    position: relative;
}

.review_message_text {
    padding: 20px;
    background-color: #fff;
    font-size: 12px;
    font-weight: italic;
    margin-bottom: 25px;
}

.img-fluid {
    margin-bottom: 25px;
}


h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 48px;
}

h2 {
    font-weight: 400;
    font-size: 28px;
}

h3 {
    text-align: center;
    font-weight: 400;
    font-size: 36px;
}

h5 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}

h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-top: 11px;
}

p {
    font-weight: 300;
}

p strong {
    font-weight: 500;
}

.p400 {
    font-weight: 400;
}

.btn-orange {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #f95319;
    border-radius: 0px;
    border: 0;
    color: #fff;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #ef4b12;
    color: #fff;
}


ul.yourclass {
    position: relative;
    color: #fff;
    text-align: left;
}

ul.yourclass li {
    line-height: 1.5;
    padding: 10px 0;
    font-size: 12px;
    list-style-type: none !important;
}

ul.yourclass li:before {

    content: url('../img/checkbox.svg');
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0em;
}

.text-numbers {
    font-size: 72px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.text-huge {
    color: #000;
    font-size: 48px;
    line-height: 52px;
    font-weight: 300;
}

.text-big {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 0;
}

.text-slogan {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.text-small {
    font-size: 14px;
    font-weight: 400;
}

.icon_icon {
    height: 75px;
    width: 75px;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
}


.navbar-logo {
    height: 40px;
    width: 160px;
}

.header-form {
    color: #fff;
    background: linear-gradient(to bottom right, #0099cc, #0099ff);
    margin: 30px 0px;
    padding: 50px;
}

.modal-form {
    color: #fff;
    padding: 50px;
}

.mark {}

.icon {
    height: 50px;
    width: 50px;
}

.advantage {
    margin: 20px 0px;
    text-align: center;
}

.advantage-text {
    font-weight: 500;
    min-height: 100px;
    margin: 20px 0px;
    vertical-align: middle;
}

.highlight-1 {
    font-weight: 400;
    color: #0097de;
}

.highlight-2 {
    font-weight: 400;
    color: #f95319;
}

.flag-img {
    height: 20px;
    width: 35px;
    margin-top: -6px;
    margin-right: 10px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline h5 {
    color: #fff;
}

.timeline p {
    color: #dde;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #0099cc;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 0px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 48%;
    float: left;
    padding: 20px;
    position: relative;
    background-color: #;
    text-align: center;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -8px;
    background-color: #006699;
    border: 3px solid #fff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 10px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 25px);
        width: -moz-calc(100% - 25px);
        width: -webkit-calc(100% - 25px);
    }

    ul.timeline > li > .timeline-badge {
        left: 2px;
        margin-left: 0;
        top: 22px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

}


.nav.nav-pills > li > a {
    position: relative;
    display: block;
    color: #fff;
    background-color: #0099cc;
    text-transform: uppercase;
    margin: 1px 0px;
}

.nav.nav-pills > li > a:hover {
    color: #fff;
    background-color: #0077aa;
}

.certificate {
    margin-bottom: 10px;
}

.certificate .img-responsive {
    width: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.modal-body {
    background: linear-gradient(to bottom right, #0099cc, #0099ff);
}

@media (min-width: 992px) {
    header {
        padding: 156px 0 100px;
    }
}

@media screen and (max-width:769px) {

    p {
        font-size: 12px;
    }

    h1 {
        text-align: center;
    }

    h2 {
        font-size: 18px;
        text-align: center;
    }

    h3 {
        text-align: center;
    }

    h5 {
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }

    .text-numbers {
        font-size: 36px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 0;
    }

    .text-huge {
        font-size: 28px;
        text-align: center;
    }

    .text-big {
        font-size: 14px;
        text-align: center;
    }

    .text-slogan {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

    li .text-small {
        text-align: left !important;
    }

    .text-small {
        font-weight: 300;
    }

    .icon {
        height: 50px;
        width: 50px;
    }

    .icon_icon {
        height: 60px;
        width: 60px;
        margin-bottom: 10px;
    }

    .advantage {
        margin: 0px 0px;
        text-align: center;
    }

    .advantage-text {
        font-weight: 500;
        min-height: 50px;
        margin: 5px 0px;
        vertical-align: middle;
        font-size: 12px;
    }

    .header-form {
        padding: 75px 25px;
    }

    .modal-form {
        padding: 20px;
    }

    .nav-top {
        height: 0;
    }

    .head-room {
        margin-top: 0px;
    }
}

.nav-top {
    width: 100%;
    height: 40px;
    background: #006699;
    color: #fff;
    text-align: center;
    position: fixed;
    overflow: hidden;
    z-index: 999;
}

.nav-top p {
    color: #ddddff;
}

.nav-top div.row {
    padding: 10px 0;
}

.head-room {
    margin-top: 40px;
}

.telephone {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.telephone:hover {
    text-decoration: none;
    color: #eef;
}

.telephone-big {
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.telephone-big:hover {
    text-decoration: none;
    color: #eef;
}

.telephone-img {
    height: 15px;
    width: 15px;
    margin: 5px;
}

.icon60 {
    height: 45px;
    width: 45px;
}

.embed-responsive {
    margin-bottom: 25px;
}

.tips {
    margin: 25px 0px;
}

.tips-text-1 {
    padding-left: 50px;
    text-align: left;
}

.tips-text-1:before {
    content: "";
    display: block;
    position: absolute;
    background: url('../img/mark-2.svg') no-repeat;
    width: 30px;
    height: 30px;
    left: 15px;
}

.tips-text-2 {
    padding-left: 50px;
    text-align: left;
}

.tips-text-2:before {
    content: "";
    display: block;
    position: absolute;
    background: url('../img/mark-1.svg') no-repeat;
    width: 30px;
    height: 30px;
    left: 15px;
}

.mobile .nav-item {
    min-width: 49%;
    margin: 0 0.5%;
}

.promo-video {
    margin-top: 25px;
    background-color: #000;
}



.messengers {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    position: fixed;
    margin: 0;
    z-index: 999;
}

.messengers > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    border-radius: 0;
    transition: all 0.25s ease;
    width: 35px;
    height: 35px;
}

@media (max-width: 767px) {
    .messengers {
        width: 100% !important;
        bottom: 0;
    }

    .messengers > .btn {
        width: 25%;
        padding: 5px;
    }

    .messengers > .btn > .icon {
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 768px) {
    .messengers {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .messengers > .btn {
        padding: 2px;
        margin: 2px;
        border-radius: 4px;
    }

    .messengers > .btn:hover {
        margin: 2px 4px 2px 0;
    }

    .messengers > .btn > .icon {
        width: 30px;
        height: 30px;
    }
}

.btn-messenger {
    background-color: #0084ff;
}

.btn-viber {
    background-color: #7d3daf;
}

.btn-whatsapp {
    background-color: #1bd741;
}

.btn-telegram {
    background-color: #61a8de;
}






.navbar-dark .navbar-nav .nav-link {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
}



.pulse-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    padding: 10px;
    border: none;
    background: #ef4b12;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    outline: none;
    z-index: 1000;
    border: 0 !important;
}

.pulse-button:hover .pulse-button__icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pulse-button:hover .pulse-button__text {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    position: relative;
}

.pulse-button__icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/phone.svg") center center no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pulse-button__text {
    display: block;
    width: 100%;
    height: 30px;
    font: 12px "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 1px;
}

.pulse-button__rings {
    border: 1px solid #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: pulse_1;
    animation-name: pulse_1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
}

.pulse-button__rings:nth-child(2) {
    -webkit-animation-name: pulse_2;
    animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
    -webkit-animation-name: pulse_3;
    animation-name: pulse_3;
}

@-webkit-keyframes pulse_1 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

@-webkit-keyframes pulse_2 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
}

@keyframes pulse_2 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
}

@-webkit-keyframes pulse_3 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7);
    }
}

@keyframes pulse_3 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7);
    }
}

.footer-soc {
    background: #fff;
    padding: 6px;
    border-radius: 14px;
    height: 45px;
}