:root {
    --main-color: #b9d7ff;
    --main-blue: #285aa0;
    --main-border: #afcff9;
    --main-orange: #f07d00;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: var(--main-blue);
}

h1, h3 {
    word-break: break-word;
}

button:focus {
    outline: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

header {
    height: 950px;
    color: var(--main-color);
    overflow: hidden;
    position: relative;
}

#font-size-buttons {
    visibility: collapse;
    position: absolute;
    right: 40px;
    top: 60px;
    z-index: 9999;
}

#header-home {
    height: 100vh;
    background: url("/media/images/home-header-bg.jpg");
    background-size: cover;
}

#header-home .container {
    display: none;
}

header video {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

header .navbar {
    margin-top: 45px;
}

header .navbar a {
    color: #fff;
}

header h1 {
    color: #fff;
}

.bottom-border {
    height: 3px;
    background-color: var(--main-color);
    border-top: solid 1px var(--main-border);
    border-bottom: solid 1px var(--main-border);
}

header .dropdown-menu {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7)
}

.info-block {
    background: #e6f0fa;
}

.theme-color-blue {
    color: var(--main-blue);
}

.marked-list > li::before {
    content: "•";
    color: var(--main-blue);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.btn-request {
    height: 74px;
    border-top: 1px solid #f6ad5f;
    background-color: var(--main-orange);
    color: #fff;
    border-radius: 0;
}

.news-card {
    border-color: var(--main-color);
    border-radius: 0;
    min-height: 118px;
}

.news-card .card-title {
    color: var(--main-blue);
}

.news-card .card-img {
    height: 100px;
    width: 100px;
}

.news-card .card-text {
    font-size: 0.9rem;
    overflow: hidden;
    text-align: justify;
}

.orange-color {
    color: var(--main-orange);
}

.blue-color {
    color: var(--main-blue);
}

.light-blue-color {
    color: var(--main-color);
}

.text-large {
    font-size: 2rem;
}

.blue-block {
    background-color: var(--main-blue);
    color: #fff;
}

.blue-block a {
    color: #fff;
}

.white-color {
    color: #fff;
}

.blue-block h3 {
    color: var(--main-color);
}

.countries {
    height: 110px;
}

#Ymap-1 {
    width: 100% !important;
    height: 680px !important;
}

h3.text-uppercase {
    font-size: 2.2rem;
}

footer {
    min-height: 240px;
    background: url('../media/images/footer_bg.png') repeat-y;
    background-size: auto;
    color: #fff;
}

footer a {
    color: #fff;
}

#companies {
    background: #e6f0fa;
}

#companies {
    font-size: .8em;
}

#companies .card {
    border: 0;
    background: transparent;
}

#companies .card-title {
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

#companies a {
    color: #000;
}

.fa-stack-1x {
    color: white;
}

.ico-facebook {
    color: #5073b7;
}

.ico-twitter {
    color: #48c1f0;
}

.ico-youtube {
    color: #e62f2b;
}

.ico-skype {
    color: #1c95d1;
}

.ico-whatsapp {
    color: #179737;
}

.ico-instagram {
    color: #84583e;
}

.card-oo {
    -webkit-columns: 3 100px;
    -moz-columns: 3 100px;
    columns: 3 100px;
    max-width: 200px;
}

.owl-prev span, .owl-next span {
    font-size: 3em;
    margin: 0 10px;
    color: var(--main-color);
}

.flag-ico {
    width: 80px;
    height: 40px;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.modal-login {
    color: #636363;
}

.modal-login .modal-title {
    text-align: center;
    font-size: 26px;
    margin: 40px 0 -15px;
}

.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: var(--main-color);
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-login .close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.modal-login .avatar {
    color: #fff;
}

.modal-login .btn-login {
    background-color: var(--main-color);
}

.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
}

.modal-login .modal-footer a {
    color: #999;
}

#company-header {
    height: 480px;
    background: url("../images/company_header_bg.png") no-repeat;
    background-size: cover;
    position: relative;
}

#company-header-top,
#company-header-bottom {
    background: rgba(12, 27, 48, .65);
}


#company-header-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.min-height-200 {
    min-height: 200px;
}

#company-header-bottom a:hover {
    color: var(--main-color);
}

#article-header {
    height: 480px;
    background: url("/images/article_header.png") no-repeat;
    background-size: cover;
}

.dm-uploader {
    border: 0.25rem dashed #A5A5C7;
    text-align: center;
}

.dm-uploader.active {
    border-color: red;

    border-style: solid;
}

.popover-body {
    max-height: 300px;
    overflow-y: auto;
}

.owl-carousel .item-video {
    height: 300px
}

.owl-carousel .owl-video-tn {
    background-size: cover;
}

.item-video {
    border: 4px solid #B9D7FF;
    border-radius: 5px;
}

.owl-video-wrapper {
    max-height: 292px;
    overflow: hidden;
}

.ucp-delete-photo {
    display: none !important;
}

.ucp-photo-thumbnail:hover .ucp-delete-photo {
    display: block !important;
}

#preloader {
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 4em;
    height: 4em;
    text-align: center;
    vertical-align: middle;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    background-color: black;
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    z-index: 9999;
}

#wait {
    -webkit-animation: spin 1.2s infinite linear;
    -moz-animation: spin 1.2s infinite linear;
    -ms-animation: spin 1.2s infinite linear;
    -o-animation: spin 1.2s infinite linear;
    animation: spin 1.2s infinite linear;
    font-size: 3em;
    color: white;
}

.owl-nav {
    text-align: center;
}

.owl-dots {
    text-align: center;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dot.active span, .owl-dot:hover span {
    background: var(--main-color);
}

#scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

#scroll-down a {
    color: var(--main-orange);
}

#header-home h1 {
    font-size: 1rem;
}

.dropdown-item {
    font-size: .75em;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    #header-home h1 {
        font-size: 1.5rem;
    }
    .dropdown-item {
        font-size: 1em;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #header-home h1 {
        font-size: 2rem;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #header-home h1 {
        font-size: 2.5rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #header-home h1 {
        font-size: 2.5rem;
    }
}

#loading_ {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -41px;
    margin-left: -41px;
    display: none;
    z-index: 9999;
}

#top-to-companies:hover{
    color: var(--main-orange);
}